<?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: 100% CPU Usage when running a Java Application in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316633#M711998</link>
    <description>hai,&lt;BR /&gt;&lt;BR /&gt; Thread applications can be hung,when the allocated resource is not adaquate to it. It may get some SIGNAL's because of memory accessing problem.&lt;BR /&gt;&lt;BR /&gt; Test that application with more limits on threads. May be some other application use that threads. Memory access voilation problem may be happened.&lt;BR /&gt;&lt;BR /&gt; Are you getting any more messages during the hang-up. use the jdb to debug the application.&lt;BR /&gt;&lt;BR /&gt; Check this link:&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/debugging.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/debugging.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
    <pubDate>Mon, 28 Jun 2004 06:07:14 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-06-28T06:07:14Z</dc:date>
    <item>
      <title>100% CPU Usage when running a Java Application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316630#M711995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have heavily multithreaded Java 2 application running on HP UX 11.0. When I run this application with the root user, the application runs fine. But when I run the same application using some other user login, the application hangs and the CPU utilization reaches 98%. I have tested the application on WinXP also but it runs fine.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Achint</description>
      <pubDate>Mon, 28 Jun 2004 04:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316630#M711995</guid>
      <dc:creator>Achint Kalra</dc:creator>
      <dc:date>2004-06-28T04:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: 100% CPU Usage when running a Java Application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316631#M711996</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; Threaded application's on 11.00 environment is having some limitations. We have to tune two kernel parameters to achieve a good response from the application.&lt;BR /&gt;&lt;BR /&gt; Refer this link.&lt;BR /&gt; &lt;A href="http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/configuration.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/configuration.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; We have to tune nkthread and max_thread_proc parameters and user limits.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Mon, 28 Jun 2004 05:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316631#M711996</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-28T05:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: 100% CPU Usage when running a Java Application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316632#M711997</link>
      <description>Thanks muthu,&lt;BR /&gt;&lt;BR /&gt;But I have already updated these configurations as nkthread = 6000 and max_thread_proc = 3000 and my application is still hanging. Number of active threads in the application is not more than 500.&lt;BR /&gt;Can you please suggest me some more reasons for application hang?&lt;BR /&gt;FYI Java version is 1.4.2.03&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Achint</description>
      <pubDate>Mon, 28 Jun 2004 05:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316632#M711997</guid>
      <dc:creator>Achint Kalra</dc:creator>
      <dc:date>2004-06-28T05:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: 100% CPU Usage when running a Java Application</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316633#M711998</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; Thread applications can be hung,when the allocated resource is not adaquate to it. It may get some SIGNAL's because of memory accessing problem.&lt;BR /&gt;&lt;BR /&gt; Test that application with more limits on threads. May be some other application use that threads. Memory access voilation problem may be happened.&lt;BR /&gt;&lt;BR /&gt; Are you getting any more messages during the hang-up. use the jdb to debug the application.&lt;BR /&gt;&lt;BR /&gt; Check this link:&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/debugging.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1/debugging.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Mon, 28 Jun 2004 06:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-cpu-usage-when-running-a-java-application/m-p/3316633#M711998</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-28T06:07:14Z</dc:date>
    </item>
  </channel>
</rss>

