<?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: jre core dumps after install in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335461#M189737</link>
    <description>This is either a problem with the application using java or missing requierd java patches.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt; for the patches. Make sure they're all in.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 19 Jul 2004 13:06:19 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-07-19T13:06:19Z</dc:date>
    <item>
      <title>jre core dumps after install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335460#M189736</link>
      <description>Just installed java 1.4.2 (jre) using the HP package on two HP9000 systems(one a K370B, one a K380) both running HPUX 11.0.  I have verified that I have installed the patches needed by the jre(PHCO_29959 and its dependencies).  /opt/java1.4/jre/bin/java runs fine on the K370B but core dumps with the following error on the K380:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;I have compared both systems kernel parameters and don't see any values on the K380 below those on the K370B.  Also, both systems have exactly the same amount of CPU/RAM.&lt;BR /&gt;&lt;BR /&gt;I have truss'd the java command on both and have examined the core dump but still don't see what I need to change to get past this issue.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2004 12:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335460#M189736</guid>
      <dc:creator>Tom Reppert</dc:creator>
      <dc:date>2004-07-19T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: jre core dumps after install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335461#M189737</link>
      <description>This is either a problem with the application using java or missing requierd java patches.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt; for the patches. Make sure they're all in.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Jul 2004 13:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335461#M189737</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-19T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: jre core dumps after install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335462#M189738</link>
      <description>I have made sure that this system has the latest QPK(March 2004) and also has all of the needed Java patches from the HP Java portal.  &lt;BR /&gt;&lt;BR /&gt;One thing I have found out now is that running the jre (/opt/java1.4/jre/bin/java) works fine until after Sybase 12.0 starts on this K380.  The server has 4 240Mhz CPU's and 3GB of RAM.&lt;BR /&gt;&lt;BR /&gt;Once the database server starts, the system still has over 600MB of RAM free but I still get the following error:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Much appreciated!&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 15:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335462#M189738</guid>
      <dc:creator>Tom Reppert</dc:creator>
      <dc:date>2004-07-20T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: jre core dumps after install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335463#M189739</link>
      <description>It sounds like Sybase has consumed almost all of the available 32-bit shared memory address space.  There isn't enough space left to map the shared libraries.There are a couple of interesting ways to work around that problem.&lt;BR /&gt;&lt;BR /&gt;You could use "java -d64" to request the 64-bit java.  That would get away from 32-bit limits.  It would not be able to use 32-bit jni libraries.&lt;BR /&gt;&lt;BR /&gt;You could request a really big maximum heap value with "java -Xmx2500m".  That would have the rather unexpected side-effect of making java use a java process with private mapping in both the third and forth quadrant.  It would avoid the shared space conflict by having private copies of all shared libraries.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 14:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jre-core-dumps-after-install/m-p/3335463#M189739</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-07-21T14:58:37Z</dc:date>
    </item>
  </channel>
</rss>

