<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Java Service Wrapper error in HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303835#M688922</link>
    <description>Hi All! I having the following error when I try to install Java Service Wrapper 3.3.1 HPUX Itanium in my HP-UX server B.11.23.&lt;BR /&gt;&lt;BR /&gt;$ sh JSW-Test_App start&lt;BR /&gt;-n Starting Test_APP1...&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionChildDeath' in load module '/devtest/testapp/bin/./wrapper'.&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionHangup' in load module '/devtest/testapp/bin/./wrapper'.&lt;BR /&gt;JSW-Test_App[7]: 5380 Killed&lt;BR /&gt;&lt;BR /&gt;Anyone know what causing it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Tue, 11 Nov 2008 10:27:21 GMT</pubDate>
    <dc:creator>stanic</dc:creator>
    <dc:date>2008-11-11T10:27:21Z</dc:date>
    <item>
      <title>Java Service Wrapper error in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303835#M688922</link>
      <description>Hi All! I having the following error when I try to install Java Service Wrapper 3.3.1 HPUX Itanium in my HP-UX server B.11.23.&lt;BR /&gt;&lt;BR /&gt;$ sh JSW-Test_App start&lt;BR /&gt;-n Starting Test_APP1...&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionChildDeath' in load module '/devtest/testapp/bin/./wrapper'.&lt;BR /&gt;/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'sigActionHangup' in load module '/devtest/testapp/bin/./wrapper'.&lt;BR /&gt;JSW-Test_App[7]: 5380 Killed&lt;BR /&gt;&lt;BR /&gt;Anyone know what causing it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 11 Nov 2008 10:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303835#M688922</guid>
      <dc:creator>stanic</dc:creator>
      <dc:date>2008-11-11T10:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Java Service Wrapper error in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303836#M688923</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No I don't know what caused it. But I can help you find out.&lt;BR /&gt;&lt;BR /&gt;1) See that all files being complained about exist.&lt;BR /&gt;2) See that the libraries being called are on the SHLIB_PATH variable so the installer can find them.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 11 Nov 2008 10:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303836#M688923</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-11T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Java Service Wrapper error in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303837#M688924</link>
      <description>SEP, Thanks for you reply. The file(/usr/lib/hpux64/dld.so) is exist. &lt;BR /&gt;&lt;BR /&gt;How can i check the SHLIB_PATH variable?&lt;BR /&gt;How can i set the SHLIB_PATH variable?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2008 10:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303837#M688924</guid>
      <dc:creator>stanic</dc:creator>
      <dc:date>2008-11-11T10:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Java Service Wrapper error in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303838#M688925</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;echo $SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;this variable works just like PATH except it tells compilers and such where to look for libraries.&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;SHLIB_PATH=/usr/lib/hpux64&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;Also, it might be possible installation instructions and software pre-requisites are not met. Please review those issues as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 11 Nov 2008 13:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303838#M688925</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-11T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Java Service Wrapper error in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303839#M688926</link>
      <description>&lt;P&gt;This says your application is broken, or you don't have the right shlibs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: 1) See that all files being complained about exist.&lt;BR /&gt;&lt;BR /&gt;There are no files here, just unsat symbols.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2) See that the libraries being called are on the SHLIB_PATH variable so the installer can find them.&lt;BR /&gt;&lt;BR /&gt;I doubt this will help unless there are different versions of the same shlib and LD_LIBRARY_PATH is pointing to the wrong one?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/usr/lib/hpux64/dld.so is exist.&lt;BR /&gt;&lt;BR /&gt;Of course it exists, that's what is printing the error.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How can I set the SHLIB_PATH variable?&lt;BR /&gt;&lt;BR /&gt;On Integrity, you should use LD_LIBRARY_PATH instead. You use the export command. But since you don't know if that's the problem, not much you can do with it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: except it tells compilers and such where to look for libraries.&lt;BR /&gt;&lt;BR /&gt;It has nothing to do with compilers, just dld.so(5).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: Please review those issues as well.&lt;BR /&gt;&lt;BR /&gt;Exactly, this is a pretty glaring error.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 03:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303839#M688926</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-02-09T03:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Java Service Wrapper error in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303840#M688927</link>
      <description>When i do an echo $SHLIB_PATH and $LD_LIBRARY_PATH, it show empty. Then i set the /usr/lib/hpux64 into the SHLIB_PATH and LD_LIBRARY_PATH variables and run the installer again. The error still the same.&lt;BR /&gt;&lt;BR /&gt;What is mean Unsatisfied code symbol 'sigActionChildDeath' and 'sigActionHangup'?&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 03:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-service-wrapper-error-in-hpux/m-p/4303840#M688927</guid>
      <dc:creator>stanic</dc:creator>
      <dc:date>2008-11-12T03:14:17Z</dc:date>
    </item>
  </channel>
</rss>

