|
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. |
|
From: stanic <st...@mv...> - 2008-11-04 03:59:35
|
Hi! I solve the previous problem, it because my HP-UX Itanium cpu is not supported by Java Service Wrapper 3.2.3 so i change to use 3.3.1. But i having other error. the following is the error. $ sh JSW-Test_App start -n Starting Test_APP1... /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionChildDeath' in load module '/devtest/testapp/bin/./wrapper'. /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionHangup' in load module '/devtest/testapp/bin/./wrapper'. JSW-Test_App[7]: 5380 Killed Anyone know what causing it? Thanks in advance. -- View this message in context: http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20315874.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |
|
From: stanic <st...@mv...> - 2008-11-12 04:13:24
|
Why no one reply? -- View this message in context: http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20453887.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |
|
From: Leif M. <lei...@ta...> - 2008-11-25 07:42:59
|
Stanic, Sorry for the delay getting back to you. This is being caused incompatible versions of a system library. Meaning that the Wrapper was built on a newer version of HP-UX than the one you are running. We build on an HP-UX 11i system. What version of HP-UX are you using? Thanks, Leif On Tue, Nov 4, 2008 at 12:59 PM, stanic <st...@mv...> wrote: > > Hi! I solve the previous problem, it because my HP-UX Itanium cpu is not > supported by Java Service Wrapper 3.2.3 so i change to use 3.3.1. But i > having other error. the following is the error. > > $ sh JSW-Test_App start > -n Starting Test_APP1... > /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionChildDeath' in > load module '/devtest/testapp/bin/./wrapper'. > /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionHangup' in load > module '/devtest/testapp/bin/./wrapper'. > JSW-Test_App[7]: 5380 Killed > > Anyone know what causing it? > > Thanks in advance. > > -- > View this message in context: http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20315874.html > Sent from the Java Service Wrapper mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > -- Leif Mortenson President Tanuki Software, Ltd. 6-16-7-1001 Nishi-Kasai, Edogawa-ku Tokyo 134-0088 Japan Tel/Fax: +81-3-3878-0415 http://www.tanukisoftware.com lei...@ta... |
|
From: stanic <st...@mv...> - 2008-11-25 08:04:47
|
HI Leif, Thanks for your reply. I not sure how can i check the version of HPUX but when i run the cmd "uname -a" it show "HP-UX dbsvr B.11.23 U ia64 0404690275 unlimited-user license". Is this HPUX 11i system? Leif Mortenson-3 wrote: > > Stanic, > Sorry for the delay getting back to you. > > This is being caused incompatible versions of a system library. > Meaning that the Wrapper was built on a newer version of HP-UX than > the one you are running. > We build on an HP-UX 11i system. What version of HP-UX are you using? > > Thanks, > Leif > > On Tue, Nov 4, 2008 at 12:59 PM, stanic <st...@mv...> wrote: >> >> Hi! I solve the previous problem, it because my HP-UX Itanium cpu is not >> supported by Java Service Wrapper 3.2.3 so i change to use 3.3.1. But i >> having other error. the following is the error. >> >> $ sh JSW-Test_App start >> -n Starting Test_APP1... >> /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionChildDeath' in >> load module '/devtest/testapp/bin/./wrapper'. >> /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionHangup' in load >> module '/devtest/testapp/bin/./wrapper'. >> JSW-Test_App[7]: 5380 Killed >> >> Anyone know what causing it? >> >> Thanks in advance. >> >> -- >> View this message in context: >> http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20315874.html >> Sent from the Java Service Wrapper mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wrapper-user mailing list >> Wra...@li... >> https://lists.sourceforge.net/lists/listinfo/wrapper-user >> > > > > -- > Leif Mortenson > President > Tanuki Software, Ltd. > 6-16-7-1001 Nishi-Kasai, Edogawa-ku > Tokyo 134-0088 Japan > Tel/Fax: +81-3-3878-0415 > http://www.tanukisoftware.com > lei...@ta... > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > -- View this message in context: http://www.nabble.com/Java-Service-Wrapper-error-in-HPUX-tp20299253p20676606.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |