<?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: Exception in thread &amp;quot;CompileThread0&amp;quot; java.lang.OutOfMemoryError in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757509#M717883</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the value of these kernel parameters too:&lt;BR /&gt;max_thread_proc  and nkthread</description>
    <pubDate>Mon, 08 Jul 2002 06:04:20 GMT</pubDate>
    <dc:creator>oiram</dc:creator>
    <dc:date>2002-07-08T06:04:20Z</dc:date>
    <item>
      <title>Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757507#M717881</link>
      <description>Hi,&lt;BR /&gt;I running my application over OC4J release 1 in HP UX and get the following error:&lt;BR /&gt;Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 33554440 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;&lt;BR /&gt;My environment is:&lt;BR /&gt;java version "1.3.1.05"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.05-020425-12:07)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.05-JPSE_1.3.1.05_20020425 PA2.0, mixed mode)&lt;BR /&gt;&lt;BR /&gt;OC4J 1.0.2.2.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 20:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757507#M717881</guid>
      <dc:creator>Rafael_4</dc:creator>
      <dc:date>2002-07-03T20:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757508#M717882</link>
      <description>This indicates that a request to allocate dynamic memory was denied by the OS. &lt;BR /&gt;&lt;BR /&gt;Run these two commands and post the results and we can probably help.&lt;BR /&gt;&lt;BR /&gt;1) sysdef&lt;BR /&gt;2) swapinfo -t&lt;BR /&gt;&lt;BR /&gt;Also, how much physical memory is in this box?&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 20:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757508#M717882</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-03T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757509#M717883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the value of these kernel parameters too:&lt;BR /&gt;max_thread_proc  and nkthread</description>
      <pubDate>Mon, 08 Jul 2002 06:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757509#M717883</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2002-07-08T06:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757510#M717884</link>
      <description>Hi&lt;BR /&gt;public class OutOfMemoryError &lt;BR /&gt;extends VirtualMachineError &lt;BR /&gt;Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you are on 11.x&lt;BR /&gt;&lt;BR /&gt;Go to&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/" target="_blank"&gt;http://www.hp.com/products1/unix/java/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;get&lt;BR /&gt;&lt;BR /&gt;HPjconfig is a Java configuration tool for tuning your HP-UX 11.0 or 11i PA-RISC or Itanium system kernel parameters to match the characteristics of your application. HPjconfig provides kernel parameter recommendations tailored to your Java enterprise services (Web server, Application Server, etc.) and HP-UX hardware platform. &lt;BR /&gt;&lt;BR /&gt;HPjconfig is a pure Java Application that runs on the HP-UX SDK or JRE for the Java??? 2 Platform version 1.2.2 or later (for which HP-UX 11.00 or later is required). &lt;BR /&gt;&lt;BR /&gt;All HP-UX PA-RISC and Itanium systems are currently supported. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also&lt;BR /&gt;&lt;BR /&gt;HPjtune is a tool that helps you analyze garbage collection performance by graphically displaying instrumentation data from the garbage collector.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This may be useful&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 06:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757510#M717884</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-08T06:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757511#M717885</link>
      <description>Hi,&lt;BR /&gt;I have same problem.&lt;BR /&gt;If you soleve the problem,&lt;BR /&gt;Would you let me know it?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;My environment is&lt;BR /&gt;java version "1.3.1.05"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.05-020425-12:07)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.05-JPSE_1.3.1.05_20020425 PA2.0, mixed mode)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz            2147483648&lt;BR /&gt;max_thread_proc          2048 nkthread               15226  &lt;BR /&gt;</description>
      <pubDate>Sun, 03 Nov 2002 10:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757511#M717885</guid>
      <dc:creator>isopkim_2</dc:creator>
      <dc:date>2002-11-03T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757512#M717886</link>
      <description>Hi ,&lt;BR /&gt;I have the same problem :&lt;BR /&gt;Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 33554440 bytes &lt;BR /&gt;My environment is: &lt;BR /&gt;java version "1.3.1"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 1.3.1-b24, mixed mode)&lt;BR /&gt;&lt;BR /&gt;Operating system : Windows 2002.&lt;BR /&gt;&lt;BR /&gt;I would appreciate your help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;IA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 16:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757512#M717886</guid>
      <dc:creator>ishtiaq ahmed</dc:creator>
      <dc:date>2003-03-19T16:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757513#M717887</link>
      <description>I'm getting the same problem:&lt;BR /&gt;&lt;BR /&gt;Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested 670728 bytes&lt;BR /&gt;&lt;BR /&gt;This is with Dynamo Application Server from ATG. RP8400 with 12 750mhz and 20gb ram. Here's my output from sysdef and swapinfo -t:&lt;BR /&gt;&lt;BR /&gt;ux27(root)/&amp;gt; sysdef&lt;BR /&gt;NAME                      VALUE       BOOT        MIN-MAX        UNITS   FLAGS&lt;BR /&gt;acctresume                    4          -       -100-100                -&lt;BR /&gt;acctsuspend                   2          -       -100-100                -&lt;BR /&gt;allocate_fs_swapmap           0          -           -                   -&lt;BR /&gt;bufpages                 312934          -          0-           Pages   -&lt;BR /&gt;create_fastlinks              0          -           -                   -&lt;BR /&gt;dbc_max_pct                   5          -           -                   -&lt;BR /&gt;dbc_min_pct                   5          -           -                   -&lt;BR /&gt;default_disk_ir               0          -           -                   -&lt;BR /&gt;dskless_node                  0          -          0-1                  -&lt;BR /&gt;eisa_io_estimate            768          -           -                   -&lt;BR /&gt;eqmemsize                   110          -           -                   -&lt;BR /&gt;file_pad                     10          -          0-                   -&lt;BR /&gt;fs_async                      0          -          0-1                  -&lt;BR /&gt;hpux_aes_override             0          -           -                   -&lt;BR /&gt;maxdsiz                  524288          -          0-503866     Pages   -&lt;BR /&gt;maxdsiz_64bit            524288          -       1024-1073479679 Pages   -&lt;BR /&gt;maxfiles                   4096          -         30-2048               -&lt;BR /&gt;maxfiles_lim               4096          -         30-2048               -&lt;BR /&gt;maxssiz                   98048          -          0-98048      Pages   -&lt;BR /&gt;maxssiz_64bit            262144          -          4-262144     Pages   -&lt;BR /&gt;maxswapchunks             16384          -          1-16384              -&lt;BR /&gt;maxtsiz                  131072          -          0-503859     Pages   -&lt;BR /&gt;maxtsiz_64bit            262144          -       1024-1073741823 Pages   -&lt;BR /&gt;maxuprc                    4096          -          3-                   -&lt;BR /&gt;maxvgs                      256          -           -                   -&lt;BR /&gt;msgmap                     4115          -          3-                   -&lt;BR /&gt;nbuf                     175746          -          0-                   -&lt;BR /&gt;ncallout                  30016          -          6-                   -&lt;BR /&gt;ncdnode                     150          -           -                   -&lt;BR /&gt;ndilbuffers                  30          -          1-                   -&lt;BR /&gt;netisr_priority              -1          -         -1-127                -&lt;BR /&gt;netmemmax                     0          -           -                   -&lt;BR /&gt;nfile                     63798          -         14-                   -&lt;BR /&gt;nflocks                    4116          -          2-                   -&lt;BR /&gt;ninode                    34976          -         14-                   -&lt;BR /&gt;no_lvm_disks                  0          -           -                   -&lt;BR /&gt;nproc                      4116          -         10-                   -&lt;BR /&gt;npty                        500          -          1-                   -&lt;BR /&gt;nstrpty                     250          -           -                   -&lt;BR /&gt;nswapdev                     10          -          1-25                 -&lt;BR /&gt;nswapfs                      10          -          1-25                 -&lt;BR /&gt;public_shlibs                 1          -           -                   -&lt;BR /&gt;remote_nfs_swap               0          -           -                   -&lt;BR /&gt;rtsched_numpri               32          -           -                   -&lt;BR /&gt;sema                          0          -          0-1                  -&lt;BR /&gt;semmap                     4114          -          4-                   -&lt;BR /&gt;shmem                         0          -          0-1                  -&lt;BR /&gt;shmmni                     1600          -          3-1024               -&lt;BR /&gt;streampipes                   0          -          0-                   -&lt;BR /&gt;swapmem_on                    1          -           -                   -&lt;BR /&gt;swchunk                    4096          -       2048-16384      kBytes  -&lt;BR /&gt;timeslice                    10          -         -1-2147483648 Ticks   -&lt;BR /&gt;unlockable_mem            16664          -          0-           Pages   -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ux27(root)/&amp;gt; swapinfo -t&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     4194304       0 4194304    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     4194304       0 4194304    0%       0       -    1  /dev/vg00/swap2&lt;BR /&gt;dev     25165824       0 25165824    0%       0       -    0  /dev/vg01/devswap2&lt;BR /&gt;reserve       - 14186056 -14186056&lt;BR /&gt;memory  19317204  986224 18330980    5%&lt;BR /&gt;total   52871636 15172280 37699356   29%       -       0    -&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 15:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757513#M717887</guid>
      <dc:creator>Vball23</dc:creator>
      <dc:date>2003-11-24T15:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757514#M717888</link>
      <description>This reply is for Brett Jenkins who had very small values for maxdsiz and maxdsiz_64. &lt;BR /&gt;&lt;BR /&gt;Make those bigger (like 2G or so) and try again.</description>
      <pubDate>Wed, 17 Dec 2003 10:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757514#M717888</guid>
      <dc:creator>Channing Benson</dc:creator>
      <dc:date>2003-12-17T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757515#M717889</link>
      <description>They are actually bigger. Kmtune shows the following:&lt;BR /&gt;&lt;BR /&gt;maxdsiz            0x80000000  -  0X80000000&lt;BR /&gt;maxdsiz_64bit      0x80000000  -  0X80000000&lt;BR /&gt;maxfiles                 4096  -  4096&lt;BR /&gt;maxfiles_lim             4096  Y  4096&lt;BR /&gt;maxqueuetime                -  -  0&lt;BR /&gt;maxssiz             401604608  -  401604608&lt;BR /&gt;maxssiz_64bit      1073741824  -  1073741824&lt;BR /&gt;maxswapchunks           16384  -  16384&lt;BR /&gt;maxtsiz            0x20000000  Y  0X20000000&lt;BR /&gt;maxtsiz_64bit      0x40000000  Y  0X40000000&lt;BR /&gt;&lt;BR /&gt;which works out to 2gb for maxdsiz.&lt;BR /&gt;&lt;BR /&gt;So why does sysdef show less, or do I not know how to interpret it?</description>
      <pubDate>Wed, 17 Dec 2003 11:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757515#M717889</guid>
      <dc:creator>Vball23</dc:creator>
      <dc:date>2003-12-17T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "CompileThread0" java.lang.OutOfMemoryError</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757516#M717890</link>
      <description>ps -efx|grep java&lt;BR /&gt;&lt;BR /&gt;check java heap sizes. If they are very high, lower them a bit and try.&lt;BR /&gt;&lt;BR /&gt;Also kernel parameters--&lt;BR /&gt;Increase them.&lt;BR /&gt;&lt;BR /&gt;max_thread_proc and nkthread &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 11:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exception-in-thread-quot-compilethread0-quot-java-lang/m-p/2757516#M717890</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-17T11:03:45Z</dc:date>
    </item>
  </channel>
</rss>

