<?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: Java process on Tru64 in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182637#M2528</link>
    <description>That looks good.&lt;BR /&gt;No 500mb limitation in sight.&lt;BR /&gt;&lt;BR /&gt;You'll have to work with the folks that support TeMIP.&lt;BR /&gt;Does it leave an error message in a log?&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Apr 2008 12:58:11 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2008-04-22T12:58:11Z</dc:date>
    <item>
      <title>Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182633#M2524</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The specification of my system is:&lt;BR /&gt;HP Tru64Unix v5.1b with true cluster&lt;BR /&gt;Database Oracle 9.2.0.5&lt;BR /&gt;Java version 1.4.2-3&lt;BR /&gt;TeMIP Framework v5.0 Level 1 Rev G&lt;BR /&gt;&lt;BR /&gt;One of the presentation modules of TeMIP framework stops working when Java virtual memory reaches certain level. We need to stop the process and restart it in order to get it back into action.&lt;BR /&gt;&lt;BR /&gt;Before restart of the process:&lt;BR /&gt;&lt;BR /&gt;dybpsp02.nat.bt.com&amp;gt; ps auxw |grep java&lt;BR /&gt;&lt;BR /&gt;temip&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1140490&amp;nbsp; 0.0&amp;nbsp; 8.3&amp;nbsp; 500M 341M ??&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr 11&amp;nbsp;&amp;nbsp;&amp;nbsp; 01:08:35 /usr/bin/java -mx600M -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After restart of the process:&lt;BR /&gt;&lt;BR /&gt;dybpsp02.nat.bt.com&amp;gt;&amp;nbsp; ps auxw |grep java&lt;BR /&gt;&lt;BR /&gt;temip&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1430736&amp;nbsp; 0.0&amp;nbsp; 2.0&amp;nbsp; 287M&amp;nbsp; 83M ??&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S&amp;nbsp;&amp;nbsp;&amp;nbsp; 10:39:17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:20.83 /usr/bin/java -mx600M -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It can be noted that before restart, the memory being used was 500M and after restart it came down to 287M.&lt;BR /&gt;&lt;BR /&gt;What would be the reason for the process to hang? Is it a memory problem with Java? &lt;BR /&gt;&lt;BR /&gt;How can I avoid such a condition to occur again and again.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Rajesh</description>
      <pubDate>Fri, 18 Apr 2008 11:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182633#M2524</guid>
      <dc:creator>Rajesh Karelia</dc:creator>
      <dc:date>2008-04-18T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182634#M2525</link>
      <description>&lt;BR /&gt;Maybe the java memory settings ( -Xmx, -Xms ) are not in line with the memory available through 'ulimit' and sysconfig max_per_proc_address_space&lt;BR /&gt; and per_proc_address_space,&lt;BR /&gt;&lt;BR /&gt;Check &lt;BR /&gt;#sysconfig -q proc&lt;BR /&gt;&lt;BR /&gt;Check &lt;BR /&gt;#ulimit -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 18:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182634#M2525</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-04-18T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182635#M2526</link>
      <description>Specifically, check the per_proc_data_size.&lt;BR /&gt;It would not surprise me if it is set to 500MB.&lt;BR /&gt;The default is 'only' 128MB.&lt;BR /&gt;&lt;BR /&gt;The command seemd to specificy to allow Java use 600MB... but that might not be there.&lt;BR /&gt;'More is better?'&lt;BR /&gt;&lt;BR /&gt;Also, Did you see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18012.www1.hp.com/java/faq/unix.html" target="_blank"&gt;http://h18012.www1.hp.com/java/faq/unix.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Google for +tru64 +java +xmx shows good stuff.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 18:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182635#M2526</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-04-18T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182636#M2527</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The output of the commands is:&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------------&lt;BR /&gt;dybpsp02.nat.bt.com&amp;gt; sysconfig -q proc&lt;BR /&gt;proc:&lt;BR /&gt;max_proc_per_user = 4096&lt;BR /&gt;max_threads_per_user = 16384&lt;BR /&gt;per_proc_stack_size = 33554432&lt;BR /&gt;max_per_proc_stack_size = 33554432&lt;BR /&gt;per_proc_data_size = 1073741824&lt;BR /&gt;max_per_proc_data_size = 1073741824&lt;BR /&gt;max_per_proc_address_space = 4294967296&lt;BR /&gt;per_proc_address_space = 4294967296&lt;BR /&gt;executable_stack = 0&lt;BR /&gt;autonice = 0&lt;BR /&gt;autonice_time = 600&lt;BR /&gt;autonice_penalty = 4&lt;BR /&gt;open_max_soft = 4096&lt;BR /&gt;open_max_hard = 4096&lt;BR /&gt;ncallout_alloc_size = 8192&lt;BR /&gt;round_robin_switch_rate = 0&lt;BR /&gt;sched_min_idle = 0&lt;BR /&gt;give_boost = 1&lt;BR /&gt;maxusers = 4096&lt;BR /&gt;num_wait_queues = 4096&lt;BR /&gt;num_timeout_hash_queues = 4096&lt;BR /&gt;enhanced_core_name = 1&lt;BR /&gt;enhanced_core_max_versions = 16&lt;BR /&gt;exec_disable_arg_limit = 0&lt;BR /&gt;dump_cores = 1&lt;BR /&gt;dump_setugid_cores = 1&lt;BR /&gt;executable_data = 0&lt;BR /&gt;&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;dybpsp02.nat.bt.com&amp;gt; ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        32768&lt;BR /&gt;memory(kbytes)       4059208&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;vmemory(kbytes)      4194304&lt;BR /&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kindly suggest what requires tuning.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Rajesh</description>
      <pubDate>Mon, 21 Apr 2008 08:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182636#M2527</guid>
      <dc:creator>Rajesh Karelia</dc:creator>
      <dc:date>2008-04-21T08:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182637#M2528</link>
      <description>That looks good.&lt;BR /&gt;No 500mb limitation in sight.&lt;BR /&gt;&lt;BR /&gt;You'll have to work with the folks that support TeMIP.&lt;BR /&gt;Does it leave an error message in a log?&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2008 12:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182637#M2528</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-04-22T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Java process on Tru64</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182638#M2529</link>
      <description>Well, I have recently heard of some problems of Java version 1.4.2-3 on Tru64 Unix v5.1b.&lt;BR /&gt;&lt;BR /&gt;It says - 'A potential vulnerability has been identified that affects the&lt;BR /&gt;Software Development Kit (SDK) and Run Time Environment (RTE)&lt;BR /&gt;for the Tru64 UNIX Operating System for the Java(TM) Platform.&lt;BR /&gt;Object deserialization may allow a remote attacker to cause the&lt;BR /&gt;Java Virtual Machine to become unresponsive, resulting in&lt;BR /&gt;Denial of Service (DoS) for the runtime environment and servers&lt;BR /&gt;that run on the runtime environment.'&lt;BR /&gt;&lt;BR /&gt;The solution is upgrade SDK and RTE to version 1.4.2-4.&lt;BR /&gt;&lt;BR /&gt;I wanted to know whether this java version upgrade impacts the Oracle version on the platform. Rightnow its 9.2.0.5. Do I need to upgrade it to Oracle 10g Rel 2?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2008 13:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/java-process-on-tru64/m-p/4182638#M2529</guid>
      <dc:creator>Rajesh Karelia</dc:creator>
      <dc:date>2008-04-22T13:13:18Z</dc:date>
    </item>
  </channel>
</rss>

