<?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 Re: Unsatified link error with Java 1.6 on IA64/11.31 - in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365038#M684458</link>
    <description>I have checked this.&lt;BR /&gt;The sapjco3.jar is in classpath.&lt;BR /&gt;&lt;BR /&gt;By the way.&lt;BR /&gt;Sorry for the duplicate thread. But on the "languages and scripting" forum i got only one reply. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Christian</description>
    <pubDate>Fri, 27 Feb 2009 08:33:03 GMT</pubDate>
    <dc:creator>Christian H.</dc:creator>
    <dc:date>2009-02-27T08:33:03Z</dc:date>
    <item>
      <title>Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365034#M684454</link>
      <description>Hello,&lt;BR /&gt;we are trying to run an SAP JCO Java client to connect to a SAP Application server. For this a JCO native library is needed. The JCO connect application is running on an HPUX IA64 - 11.31 IA64.&lt;BR /&gt;I'm using Java1.6.0.01-jinteg. &lt;BR /&gt;&lt;BR /&gt;I have tried to set the LD_LIBRARY_PATH and SHLIB_PATH to the sap jco native libraries but nothing helps. I always get the exception:&lt;BR /&gt; &lt;BR /&gt;java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1030)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The enviroment is set in this way:&lt;BR /&gt;=========================&lt;BR /&gt;LD_LIBRARY_PATH=/opt/java6/bin:/opt/java6/lib:/sapmnt/PT1/knapp/bin/../lib/sap_jco/hpuxIA64:/usr/lib:/usr/lib/hpux64:/opt/langtools/lib/hpux64:/opt/java6/jre/lib/IA64N/hotspot:/usr/lib/hpux64&lt;BR /&gt;=========================&lt;BR /&gt;SHLIB_PATH=/opt/java6/bin:/opt/java6/lib:/sapmnt/PT1/knapp/bin/../lib/sap_jco/hpuxIA64:/usr/lib:/usr/lib/hpux64:/opt/langtools/lib/hpux64:/opt/java6/jre/lib/IA64N/hotspot:/usr/lib/hpux64&lt;BR /&gt;&lt;BR /&gt;I have tried 'chatr +s enable /sapmnt/PT1/knapp/lib/sap_jco/hpuxIA64/libsapjco3.so' with this result:&lt;BR /&gt;//sapmnt/PT1/knapp/lib/sap_jco/hpuxIA64/libsapjco3.so:&lt;BR /&gt;   current values:&lt;BR /&gt;         64-bit ELF shared library&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             LD_LIBRARY_PATH    enabled  first&lt;BR /&gt;             SHLIB_PATH         enabled  second&lt;BR /&gt;             embedded path      enabled  third  /usr/lib/hpux64:/opt/langtools/lib/hpux64&lt;BR /&gt;         shared library list:&lt;BR /&gt;             libnsl.so.1&lt;BR /&gt;             libpthread.so.1&lt;BR /&gt;             libc.so.1&lt;BR /&gt;             libCsup.so.1&lt;BR /&gt;             libcl.so.1&lt;BR /&gt;         shared library mapped private disabled&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading enabled&lt;BR /&gt;         linkage table protection disabled&lt;BR /&gt;         segments:&lt;BR /&gt;             index type     address      flags size&lt;BR /&gt;                 7 text 4000000000000000 z---c-    D (default)&lt;BR /&gt;                 8 data 6000000000000000 ---m--    D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation for dynamic segments disabled&lt;BR /&gt;         nulptr dereferences trap enabled&lt;BR /&gt;         address space model: default&lt;BR /&gt;         caliper dynamic instrumentation disabled&lt;BR /&gt;   new values:&lt;BR /&gt;         64-bit ELF shared library&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             LD_LIBRARY_PATH    enabled  first&lt;BR /&gt;             SHLIB_PATH         enabled  second&lt;BR /&gt;             embedded path      enabled  third  /usr/lib/hpux64:/opt/langtools/lib/hpux64&lt;BR /&gt;         shared library list:&lt;BR /&gt;             libnsl.so.1&lt;BR /&gt;             libpthread.so.1&lt;BR /&gt;             libc.so.1&lt;BR /&gt;             libCsup.so.1&lt;BR /&gt;             libcl.so.1&lt;BR /&gt;         shared library mapped private disabled&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading enabled&lt;BR /&gt;         linkage table protection disabled&lt;BR /&gt;         segments:&lt;BR /&gt;             index type     address      flags size&lt;BR /&gt;                 7 text 4000000000000000 z---c-    D (default)&lt;BR /&gt;                 8 data 6000000000000000 ---m--    D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation for dynamic segments disabled&lt;BR /&gt;         nulptr dereferences trap enabled&lt;BR /&gt;         address space model: default&lt;BR /&gt;         caliper dynamic instrumentation disabled&lt;BR /&gt;&lt;BR /&gt;But this didn't solved the problem.&lt;BR /&gt;Some ideas what to setup?&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 24 Feb 2009 10:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365034#M684454</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-02-24T10:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365035#M684455</link>
      <description>Are you invoking java with -d64?</description>
      <pubDate>Tue, 24 Feb 2009 17:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365035#M684455</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-24T17:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365036#M684456</link>
      <description>Yes!</description>
      <pubDate>Wed, 25 Feb 2009 07:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365036#M684456</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-02-25T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365037#M684457</link>
      <description>Christian, &lt;BR /&gt;&lt;BR /&gt;I know almost zip about java, but given that it seems to be failing in the class loader, doesn't that imply that it will be looking for sapjco3 in the CLASSPATH, not the library path? &lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 27 Feb 2009 08:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365037#M684457</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-02-27T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365038#M684458</link>
      <description>I have checked this.&lt;BR /&gt;The sapjco3.jar is in classpath.&lt;BR /&gt;&lt;BR /&gt;By the way.&lt;BR /&gt;Sorry for the duplicate thread. But on the "languages and scripting" forum i got only one reply. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Christian</description>
      <pubDate>Fri, 27 Feb 2009 08:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365038#M684458</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-02-27T08:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365039#M684459</link>
      <description>&amp;gt;The sapjco3.jar is in CLASSPATH. &lt;BR /&gt;&lt;BR /&gt;What about libsapjco3.so?&lt;BR /&gt;If you have a java question it seems you'll need to talk to the Response Center.</description>
      <pubDate>Fri, 27 Feb 2009 08:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365039#M684459</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-27T08:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365040#M684460</link>
      <description>You may want to use "tusc -fp java ..." to see what files get opened and paths used.</description>
      <pubDate>Fri, 27 Feb 2009 08:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365040#M684460</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-27T08:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365041#M684461</link>
      <description>Ok, i have added the libsapjco3.so to the classpath, too.&lt;BR /&gt;But still the same error "java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path"&lt;BR /&gt;&lt;BR /&gt;Christian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 09:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365041#M684461</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-02-27T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365042#M684462</link>
      <description>&amp;gt;You may want to use "tusc -fp java ..." to &amp;gt;see what files get opened and paths used.&lt;BR /&gt;&lt;BR /&gt;I will talk the responsible sys admin to install "tusc".&lt;BR /&gt;Thanks&lt;BR /&gt;Christian&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 09:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365042#M684462</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-02-27T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365043#M684463</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;after studying a lot of documentation it works fine.&lt;BR /&gt;The first error was invoking the jvm with -D64, but it must in lower case -d64.&lt;BR /&gt;The second error are, the position of the argument of java must be this switch. If it is not the first argument it will not work in 64 Bit mode.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Christian&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Mar 2009 08:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365043#M684463</guid>
      <dc:creator>Christian H.</dc:creator>
      <dc:date>2009-03-02T08:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatified link error with Java 1.6 on IA64/11.31 -</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365044#M684464</link>
      <description>&amp;gt;The first error was invoking the jvm with -D64, but it must in lower case -d64.&lt;BR /&gt;&lt;BR /&gt;Yes, I asked that first.  :-)&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you were given, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 02 Mar 2009 17:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatified-link-error-with-java-1-6-on-ia64-11-31/m-p/4365044#M684464</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-02T17:53:00Z</dc:date>
    </item>
  </channel>
</rss>

