|
From: First L. <san...@ya...> - 2007-02-01 10:01:43
|
Ben,=0A=0AThis is really great, thank you very much !=0AOne question though= : Is this a 32-bit version or 64-bit ?=0AI'd like a 32-bit version, but you= don't mention this and I can test it ;-)=0A=0AThanks again.=0A=0A=0ASanto= =0A=0A----- Original Message ----=0AFrom: Ben Jansen <bj...@tr...>= =0ATo: wra...@li...=0ASent: Wednesday, January 31, 20= 07 7:23:23 PM=0ASubject: Re: [Wrapper-user] updated HP-UX binaries=0A=0A=0A= I don't want to step on anyone's toes, but I just built an HP-UX binary fro= m the vanilla wrapper 3.2.3 source release. I didn't do an actual "release"= since the JDK installed is v1.4.1. I created a tgz of wrapper.sl and wrapp= er.jar and attached it to this message.=0A=0ABuilt on:=0Abash-2.05$ uname -= mrsv=0AHP-UX B.11.00 U 9000/785=0A=0AHope this helps!=0A=0A- Ben=0A=0A-----= Original Message-----=0AFrom: wra...@li... on= behalf of Leif Mortenson=0ASent: Tue 1/30/2007 6:36 PM=0ATo: wrapper-user@= lists.sourceforge.net=0ASubject: Re: [Wrapper-user] updated HP-UX binaries= =0A=0AKrishna,=0A> I tried this and it failed with the following error..=0A= > /dasher 35: ./build32.sh=0A>=0A> init:java-missing:=0A> *****************= *****************************************************=0A> The src/java dire= ctory could not be found. Most likely this is a=0A> pre-release distributi= on. Please run "build32 release" to build=0A> the full release.=0A> ******= ****************************************************************=0A> =0AA= s the message says, the pre-release distribution is not designed to =0Abuil= d the java source.=0ARather it has been specifically designed to ensure tha= t all =0Adistributions make use of and=0Adeploy with the exact same jar fil= e. I did this to make sure that the =0Ajar file is always=0Abuild using J= ava 1.3 for compatibility. Building with Java 1.5 will =0Amake the Jar un= usable=0Aon Java 1.2 even if the target version is set to 1.2. (A javac b= ug)=0A> And then i tried *./build32.sh release* it failed with the followin= g error..=0A>=0A> /dasher 37: ./build32.sh release=0A>=0A> Wrapper Build Sy= stem=0A> --------------------=0A> Buildfile: build.xml=0A>=0A> init:msg:=0A= > **********************************************************************=0A= > About to build a 32-bit version of the Java Service Wrapper 3.2.4-b.=0A> = The OS Name is "hpux", resolved from "HP-UX".=0A> The Architecture is "pari= sc", resolved from "PA_RISC2.0".=0A> The distribution name will be: wrapper= -hpux-parisc-32-3.2.4-b=0A> ***********************************************= ***********************=0A>=0A> pre-release:restore-jdocs:=0A> Deleting dir= ectory /home/informix/dpserver/wrapper_prerelease_3.2.4-b/jdoc=0A> Expandin= g: /home/informix/dpserver/wrapper_prerelease_3.2.4-b/jdoc.tar =0A> into /h= om=0A> e/informix/dpserver/wrapper_prerelease_3.2.4-b=0A>=0A> update-info-c= :=0A> Copying 1 file to /home/informix/dpserver/wrapper_prerelease_3.2.4-b/= src/c=0A>=0A> compile-c-unix:=0A> if test ! -d .deps; then mkdir .d= eps; fi=0A> cc -O -c wrapper.c=0A> cc: 487: warning : Possibly inc= orrect message catalog.=0A> =0AThis appears to be a HP-UX issue:=0Ahttp:/= /docs.hp.com/en/5187-0750/ch04s02.html=0A=0AThere is a workaround at the to= p of the page. I'm not sure if actually =0Amakes any difference=0Afor the = generation of the binary.=0A> cpp: "wrapper.c", line 120: error 4036: Can't= open include file =0A> 'asm/errno.h'.=0A> =0AThat include file in includ= ed by wrapper.c and should only be getting =0Aincluded for LINUX=0Abuilds. = Reviewing the Makefile, and source, I do not see why this =0Awould be hap= pening=0Afor you.=0A=0AIf you look in the wrapper.c file, at line #119, you= will see the following:=0A---=0A#else /* LINUX */=0A#include <asm/errno.h>= =0A#endif /* FREEBSD */=0A---=0AIf you comment that include out, it should = build. But that does not =0Aexplain why the=0AHPUX symbol is not being def= ined. That should be getting set from the =0AMakefile.=0AThat symbol is be= ing defined on the first line of the makefile:=0A---=0ACOMPILE =3D cc -DHP= UX -D_XOPEN_SOURCE_EXTENDED -Ae +Z=0A---=0A=0AAt the beginning of the code,= try adding this=0A---=0A#ifdef HPUX=0Abar=0A#else=0Afoo=0A#endif=0A---=0A= =0AYou should get a compiler error stating that "bar" is undefined if HPUX= =0Ais correctly defined, or that "foo" is undefined if HPUX is indeed not b= eing=0Adeclared correctly.=0A=0AAnyone have any ideas? If the symbol is no= t being defined correctly, =0Athen other=0Aproblems will occur as well.=0A= =0AI will try to find an answer as well...=0A=0ACheers,=0ALeif=0A> Leif Mor= tenson wrote:=0A> =0A>> Krishna,=0A>> =0A>> =0A>>> I tried building= wrapper on my HP UX system (uname -a --> HP-UX dasher =0A>>> B.11.11 U 900= 0/800 1731243071) by downloading wrapper_3.2.3_src.tar.gz file.=0A>>>=0A>>>= when i ran ./build32.sh, it is failing with=0A>>> Execute failed: java.io.= IOException: gmake: not found=0A>>> i think it needs gmake tool to be insta= lled. I will talk to my admin and =0A>>> see if he can install that for me.= =0A>>> =0A>>> =0A>>> =0A>> Can you give this a try?=0A>> http:/= /wrapper.tanukisoftware.org/tmp/3.2.4-b/wrapper_prerelease_3.2.4-b.tar.gz= =0A>>=0A>> This version now uses "make"=0A>>=0A>> Run "./build32.sh release= " to do the build.=0A>> =0A>> =0A>>> when i ran ./build64.sh, it is f= ailing with=0A>>> The "bits" system property does not match that of the JVM= .=0A>>> =0A>>> =0A>>> =0A>> This is correct. You have a 32-bit= JVM installed. The build64.sh =0A>> script is only=0A>> to be used to bui= ld the 64-bit versions of the wrapper.=0A>>=0A>> Cheers,=0A>> Leif=0A>>=0A>= > =0A>> =0A>>> Leif Mortenson wrote:=0A>>> =0A>>> =0A>>> = =0A>>>> Krishna,=0A>>>> For starters, download the latest "prerelease" dist= ribution in tar.gz =0A>>>> format. Expand that=0A>>>> into a directory on = your HP-UX system. If everything is set up =0A>>>> correctly and we are=0A= >>>> lucky then all you should have to do is run:=0A>>>> ./build32.sh=0A>>>= > or=0A>>>> ./build64.sh=0A>>>> A release distribution will be output to th= e dist directory.=0A>>>>=0A>>>> If you get any errors, please post back wit= h the results.=0A>>>>=0A>>>> Thanks if advance for your help.=0A>>>> Cheers= ,=0A>>>> Leif=0A>>>>=0A>>>> krishna wrote:=0A>>>> =0A>>>> =0A>>>> = =0A>>>> =0A>>>>> Hi,=0A>>>>> i have hp ux system at my work. may= be i can help you guys. but i am =0A>>>>> not that great unix user. can u = please point me to instructions on how =0A>>>>> to build on hp=0A>>>>> than= ks,=0A>>>>> krishna=0A>>>>> Leif Mortenson wrote:=0A>>>>> =0A>>>>> = =0A>>>>> =0A>>>>> =0A>>>>>> Santo,=0A>>>>>> The delta p= ack is a distribution which contains all of the binaries for =0A>>>>>> the = platforms=0A>>>>>> that I have access to. Unfortunately this is not going= to help you =0A>>>>>> with HP-UX.=0A>>>>>> I used to have a user who helpe= d me out with releases, but he has =0A>>>>>> unfortunately=0A>>>>>> not bee= n able to continue volunteering his time since the 3.2.0 release.=0A>>>>>>= =0A>>>>>> I wish I could be of more help here, but I don't have access to a= ny =0A>>>>>> hardware.=0A>>>>>> Maybe another HP-UX user will be able to he= lp out.=0A>>>>>>=0A>>>>>> Cheers,=0A>>>>>> Leif=0A>>>>>>=0A>>>>>> First Las= t wrote:=0A>>>>>> =0A>>>>>> =0A>>>>>> =0A>>>>>> = =0A>>>>>> =0A>>>>>>> Hi,=0A>>>>>>>=0A>>>>>>> Next week I need t= o set up an application using the java service =0A>>>>>>> wrapper on a HP-U= X system, but the latest binaries available for HP-UX =0A>>>>>>> are for v3= .2.0=0A>>>>>>> Because I experienced some issues with that build, I definit= ely want =0A>>>>>>> to use v3.2.1 or higher as it seems that those issues w= ere solved in =0A>>>>>>> v3.2.1=0A>>>>>>>=0A>>>>>>> As we don't have an HP-= UX system ourselves, we are not able to compile =0A>>>>>>> the wrapper from= source.=0A>>>>>>>=0A>>>>>>> I don't know what the delta packages are for (= text was cut off in the =0A>>>>>>> release notes on the website), but maybe= I can use them=0A>>>>>>> to just install the 3.2.0 package and upgrade to = 3.2.1 or higher =0A>>>>>>> through the delta packages ?=0A>>>>>>>=0A>>>>>>>= If that won't work, can some please provide me with a binary version =0A>>= >>>>> of v3.2.1 or higher for HP-UX ?=0A>>>>>>> Unfortunately our customer = doesn't allow us to compile anything on =0A>>>>>>> their machines either :-= (=0A>>>>>>>=0A>>>>>>> The details of the HP-UX system are as follows:=0A>>>= >>>> HP-UX v11.11(i.e. 11i v1) RISC 64 bit hardware=0A>>>>>>> But the machi= ne is apparently running in (32,64t) mode.=0A>>>>>>> Therefore I would pref= er to just go for 32-bit especially because =0A>>>>>>> another app already = running on it is also in 32-bit mode=0A>>>>>>>=0A>>>>>>>=0A>>>>>>> I'll try= to provide an updated package for AIX in return ;-)=0A>>>>>>> Related to t= his, I'd like to compile v3.2.3 for AIX 5.3 64-bit, but =0A>>>>>>> apparent= ly no make file is available for 64-bit aix in v3.2.3 sources :-(=0A>>>>>>>= =0A>>>>>>> Thanks in advance,=0A>>>>>>>=0A>>>>>>> Santo=0A>>>>>>>=0A>>>>>>>= =0A>>>>>>> ----------------------------------------------------------------= --------=0A>>>>>>> We won't tell. Get more on shows you hate to love =0A>>>= >>>> <http://us.rd.yahoo.com/evt=3D49980/*http://tv.yahoo.com/collections/2= 65>=0A>>>>>>> (and love to hate): Yahoo! TV's Guilty Pleasures list. =0A>>>= >>>> <http://us.rd.yahoo.com/evt=3D49980/*http://tv.yahoo.com/collections/2= 65>=0A>>>>>>> -------------------------------------------------------------= -----------=0A>>>>>>>=0A>>>>>>> -------------------------------------------= ------------------------------=0A>>>>>>> Take Surveys. Earn Cash. Influence= the Future of IT=0A>>>>>>> Join SourceForge.net's Techsay panel and you'll= get the chance to share your=0A>>>>>>> opinions on IT & business topics th= rough brief surveys - and earn cash=0A>>>>>>> http://www.techsay.com/defaul= t.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A>>>>>>> --------------= ----------------------------------------------------------=0A>>>>>>>=0A>>>>= >>> _______________________________________________=0A>>>>>>> Wrapper-user = mailing list=0A>>>>>>> Wra...@li...=0A>>>>>>> https:/= /lists.sourceforge.net/lists/listinfo/wrapper-user=0A>>>>>>> =0A>>>>>>> = =0A>>>>>>> =0A>>>>>>> =0A>>>>>>> =0A>>>>>>= > =0A>>>>>> -------------------------------------------------= ------------------------=0A>>>>>> Take Surveys. Earn Cash. Influence the Fu= ture of IT=0A>>>>>> Join SourceForge.net's Techsay panel and you'll get the= chance to share your=0A>>>>>> opinions on IT & business topics through bri= ef surveys - and earn cash=0A>>>>>> http://www.techsay.com/default.php?page= =3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A>>>>>> _________________________= ______________________=0A>>>>>> Wrapper-user mailing list=0A>>>>>> Wrapper-= us...@li...=0A>>>>>> https://lists.sourceforge.net/lists/lis= tinfo/wrapper-user=0A>>>>>>=0A>>>>>> =0A>>>>>> =0A>>>>>> = =0A>>>>>> =0A>>>>>> =0A>>>>> ------------------------= ------------------------------------------------=0A>>>>>=0A>>>>> ----------= ---------------------------------------------------------------=0A>>>>> Tak= e Surveys. Earn Cash. Influence the Future of IT=0A>>>>> Join SourceForge.n= et's Techsay panel and you'll get the chance to share your=0A>>>>> opinions= on IT & business topics through brief surveys - and earn cash=0A>>>>> http= ://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV= =0A>>>>> ------------------------------------------------------------------= ------=0A>>>>>=0A>>>>> _______________________________________________=0A>>= >>> Wrapper-user mailing list=0A>>>>> Wra...@li...=0A= >>>>> https://lists.sourceforge.net/lists/listinfo/wrapper-user=0A>>>>> = =0A>>>>> =0A>>>>> =0A>>>>> =0A>>>>> =0A>>>> ---= ----------------------------------------------------------------------=0A>>= >> Take Surveys. Earn Cash. Influence the Future of IT=0A>>>> Join SourceFo= rge.net's Techsay panel and you'll get the chance to share your=0A>>>> opin= ions on IT & business topics through brief surveys - and earn cash=0A>>>> h= ttp://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEV= DEV=0A>>>> _______________________________________________=0A>>>> Wrapper-u= ser mailing list=0A>>>> Wra...@li...=0A>>>> https://l= ists.sourceforge.net/lists/listinfo/wrapper-user=0A>>>>=0A>>>> =0A>>>> = =0A>>>> =0A>>>> =0A>>> ------------------------------------= -------------------------------------=0A>>> Take Surveys. Earn Cash. Influe= nce the Future of IT=0A>>> Join SourceForge.net's Techsay panel and you'll = get the chance to share your=0A>>> opinions on IT & business topics through= brief surveys - and earn cash=0A>>> http://www.techsay.com/default.php?pag= e=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A>>> ___________________________= ____________________=0A>>> Wrapper-user mailing list=0A>>> Wrapper-user@lis= ts.sourceforge.net=0A>>> https://lists.sourceforge.net/lists/listinfo/wrapp= er-user=0A>>>=0A>>> =0A>>> =0A>>> =0A>> -----------------------= --------------------------------------------------=0A>> Take Surveys. Earn = Cash. Influence the Future of IT=0A>> Join SourceForge.net's Techsay panel = and you'll get the chance to share your=0A>> opinions on IT & business topi= cs through brief surveys - and earn cash=0A>> http://www.techsay.com/defaul= t.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A>> ___________________= ____________________________=0A>> Wrapper-user mailing list=0A>> Wrapper-us= er...@li...=0A>> https://lists.sourceforge.net/lists/listinfo/= wrapper-user=0A>>=0A>> =0A>> =0A>=0A>=0A> ---------------------------= ----------------------------------------------=0A> Take Surveys. Earn Cash.= Influence the Future of IT=0A> Join SourceForge.net's Techsay panel and yo= u'll get the chance to share your=0A> opinions on IT & business topics thro= ugh brief surveys - and earn cash=0A> http://www.techsay.com/default.php?pa= ge=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV=0A> ____________________________= ___________________=0A> Wrapper-user mailing list=0A> Wra...@li...= urceforge.net=0A> https://lists.sourceforge.net/lists/listinfo/wrapper-user= =0A>=0A> =0A=0A=0A-------------------------------------------------------= ------------------=0ATake Surveys. Earn Cash. Influence the Future of IT=0A= Join SourceForge.net's Techsay panel and you'll get the chance to share you= r=0Aopinions on IT & business topics through brief surveys - and earn cash= =0Ahttp://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV=0A_______________________________________________=0AWrapper-user = mailing lis...@li...=0Ahttps://lists.sourcefor= ge.net/lists/listinfo/wrapper-user=0A--------------------------------------= -----------------------------------=0AUsing Tomcat but need to do more? Nee= d to support web services, security?=0AGet stuff done quickly with pre-inte= grated technology to make your job easier.=0ADownload IBM WebSphere Applica= tion Server v.1.0.1 based on Apache Geronimo=0Ahttp://sel.as-us.falkag.net/= sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642=0A____________________= ___________________________=0AWrapper-user mailing list=0AWrapper-user@list= s.sourceforge.net=0Ahttps://lists.sourceforge.net/lists/listinfo/wrapper-us= er=0A=0A=0A =0A____________________________________________________________= ________________________=0AGet your own web address. =0AHave a HUGE year t= hrough Yahoo! Small Business.=0Ahttp://smallbusiness.yahoo.com/domains/?p= =3DBESTDEAL |