<?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 crash in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468085#M704205</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;System: HP 11.00 9000&lt;BR /&gt;&lt;BR /&gt;We have an application that crashed. The outfile that it produced has a few java.lang.NullPointerException first . After that I can see &lt;BR /&gt;"Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" messages. After that "Java HotSpot(TM) Server VM warning: Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" and ater that &lt;BR /&gt;&lt;BR /&gt;Exception in thread "AppTen[585:Down File]" java.lang.OutOfMemoryError: requested 1000 bytes&lt;BR /&gt;Possible causes:&lt;BR /&gt;    - not enough swap space left, or&lt;BR /&gt;    - kernel parameter MAXDSIZ is very small.&lt;BR /&gt;Out of memory while reading in symbol table of /opt/java1.3/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl&lt;BR /&gt;Error&amp;lt;1&amp;gt;: Out of memory while tracing stack.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone help!!!&lt;BR /&gt;&lt;BR /&gt;java -showversion&lt;BR /&gt;java version "1.3.1.08"&lt;BR /&gt;&lt;BR /&gt;swapinfo:&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1572864       0 1572864    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  829692 -829692&lt;BR /&gt;memory  1592076  440948 1151128   28%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Jan 2005 18:04:10 GMT</pubDate>
    <dc:creator>Chang_6</dc:creator>
    <dc:date>2005-01-20T18:04:10Z</dc:date>
    <item>
      <title>java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468085#M704205</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;System: HP 11.00 9000&lt;BR /&gt;&lt;BR /&gt;We have an application that crashed. The outfile that it produced has a few java.lang.NullPointerException first . After that I can see &lt;BR /&gt;"Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" messages. After that "Java HotSpot(TM) Server VM warning: Java HotSpot(TM) Server VM warning: Cannot allocate alt signal stack" and ater that &lt;BR /&gt;&lt;BR /&gt;Exception in thread "AppTen[585:Down File]" java.lang.OutOfMemoryError: requested 1000 bytes&lt;BR /&gt;Possible causes:&lt;BR /&gt;    - not enough swap space left, or&lt;BR /&gt;    - kernel parameter MAXDSIZ is very small.&lt;BR /&gt;Out of memory while reading in symbol table of /opt/java1.3/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl&lt;BR /&gt;Error&amp;lt;1&amp;gt;: Out of memory while tracing stack.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone help!!!&lt;BR /&gt;&lt;BR /&gt;java -showversion&lt;BR /&gt;java version "1.3.1.08"&lt;BR /&gt;&lt;BR /&gt;swapinfo:&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     1572864       0 1572864    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  829692 -829692&lt;BR /&gt;memory  1592076  440948 1151128   28%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 18:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468085#M704205</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2005-01-20T18:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468086#M704206</link>
      <description>what's the size of MAXDSIZE?&lt;BR /&gt;&lt;BR /&gt;This is what I was using for some java servlets with hotspot... (alas, no longer in place for good comparisons)&lt;BR /&gt;&lt;BR /&gt;maxdsiz            2147483648  -  2147483648&lt;BR /&gt;maxdsiz_64bit      4294967296  -  4294967296&lt;BR /&gt;&lt;BR /&gt;I got those java servlets up to about 1.3 Gig with java 1.3.1.07 if I recall correctly...&lt;BR /&gt;&lt;BR /&gt;Also, check out your start up parameters (possibly wrapper.bin.parameters in your web servers jserv.properties file?  or in your httpd.conf file?) -Xmx -Xms ... etc.  Those parameters set up how large your java server will run.  My experience is to keep jacking up this number until it won't start up any longer then back off by 200M or so to give the java server itself some headroom for itself besides your stuff...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 18:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468086#M704206</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-01-20T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468087#M704207</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;MAXDSIZ is 67108864&lt;BR /&gt;maxssiz 8388608&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We don't have webserver. this is standalone application&lt;BR /&gt;&lt;BR /&gt;any help??&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 20:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468087#M704207</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2005-01-20T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468088#M704208</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;any help?</description>
      <pubDate>Fri, 21 Jan 2005 10:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468088#M704208</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2005-01-21T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468089#M704209</link>
      <description>please try to increase maxdsiz. 64 Mb is default setting for 11.0/32 bit. Maximum allowed value is 2Gb. &lt;BR /&gt;Find tuning recommendations on &lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1604,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1604,00.html&lt;/A&gt; and &lt;A href="http://www.hp.com/products1/unix/java/infolibrary/prog_guide/expanding_memory.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/prog_guide/expanding_memory.html&lt;/A&gt;&lt;BR /&gt;hope this helps, Katharina</description>
      <pubDate>Tue, 25 Jan 2005 07:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468089#M704209</guid>
      <dc:creator>Oliver Zell_1</dc:creator>
      <dc:date>2005-01-25T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: java crash</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468090#M704210</link>
      <description>I think it's pretty clear your maxdsize is too small - increase both of them as I have indicated higher up in the message list.</description>
      <pubDate>Wed, 26 Jan 2005 19:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-crash/m-p/3468090#M704210</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-01-26T19:12:28Z</dc:date>
    </item>
  </channel>
</rss>

