• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Service Wrapper Error in HPUX

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"stanic", you have previously been warned on multiple occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional, and this is your final warning. Adjust your display name to comply with the required standards prior to your next post.

Your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Failure to comply will result in the removal of your account.

bear
JavaRanch Sheriff
 
Sta Nic
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic