|
From: pellias <pe...@gm...> - 2008-03-12 08:19:27
|
hi thanks for the quick reply, the java installed in my hpux is in /opt/java1.5 and i see there are IA64N and IA64W subdirectories, i also managed to run some programs with java -d64 and it worked. so i don't think its a java setup problem ? prior to your reply, i actually tweaked the build.xml and trick it to accept my system as a 64-bit system and then copied the PARISC makefile as the ia64 build file. i managed to build a libwrapper.sl (not .so) as well as the wrapper.jar file. when i tested the wrapper, it shows this: --- INFO | jvm 1 | 2008/03/12 15:18:44 | INFO | jvm 1 | 2008/03/12 15:18:44 | WARNING - Unable to load the Wrapper's native library because none of the INFO | jvm 1 | 2008/03/12 15:18:44 | following files: INFO | jvm 1 | 2008/03/12 15:18:44 | libwrapper-hpux-ia64w-64.so INFO | jvm 1 | 2008/03/12 15:18:44 | libwrapper.so INFO | jvm 1 | 2008/03/12 15:18:44 | could be located on the following java.library.path: INFO | jvm 1 | 2008/03/12 15:18:44 | /home/msgbus4/pellias/wrapper/. INFO | jvm 1 | 2008/03/12 15:18:44 | Please see the documentation for the wrapper.java.library.path INFO | jvm 1 | 2008/03/12 15:18:44 | configuration property. INFO | jvm 1 | 2008/03/12 15:18:44 | System signals will not be handled correctly. INFO | jvm 1 | 2008/03/12 15:18:44 | --- other than the warning message, the wrapper seems to work (i can start/stop the server). is it safe to continue using the wrapper ? Leif Mortenson-2 wrote: > > Pellias, > This is most likely being caused because you are running a 32-bit > JVM on your 64-bit system. That is perfectly Ok thing to do but > you should be running build32.sh. > > If you really want to be using a 64 version, make sure that your > 64-bit JVM is on set up on your path correctly. > > Cheers, > Leif > > pellias wrote: >> hi >> >> i have some problem building the src for HPUX Itanium, i've read some >> topics here but could not find out what changes needs to be done to make >> it >> work. >> >> when i ran build64.sh, i got >> >> init-bits-mismatch-warning: >> ********************************************************************** >> A 64-bit build was requested, but this is a 32-bit JVM. >> ********************************************************************** >> >> doing some debugging on the build.xml, i realise it detected my os.name >> as >> "HP-UX" and os.arch as "IA64N". >> >> any help is appreciated. Thanks. >> >> pe...@gm... >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > -- View this message in context: http://www.nabble.com/Cannot-build-for-HPUX-Itanium-2-tp15973166p15999901.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |