|
From: stanic <st...@mv...> - 2008-11-03 10:10:03
|
Hi! I am new to Java Service Wrapper and HPUX and i need to configure my application(Java Application) to run in HPUX daemon. i following the step given in this site "http://wrapper.tanukisoftware.org/doc/english/launch-nix.html". When i run the script to execute the wrapper file it throw the following error. $ sh JSW-Test_App start uname: illegal option -- p usage: uname [-amnrsvil] [-S nodename] Starting TEST_APP1... /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '_start' in load module '/devtest/testapp/bin/./wrapper'. /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '_CPU_REVISION' in load module '/devtest/testapp/bin/./wrapper'. /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '_FPU_REVISION' in load module '/devtest/testapp/bin/./wrapper'. /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'sigActionChildDeath' in load module '/devtest/testapp/bin/./wrapper'. /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'sigActionHangup' in load module '/devtest/testapp/bin/./wrapper'. JSW-Test_App[7]: 7977 Killed Anyone know what causing it? Thanks in advance. -- View this message in context: http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20299253.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |