<?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 Warning:system call pthread_create failed. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052754#M136916</link>
    <description>Hi,&lt;BR /&gt;   I am trying to run some java application on HPUX 11i I have java 1.4.0 &lt;BR /&gt;I get the following error &lt;BR /&gt;Warning:system call pthread_create failed.&lt;BR /&gt;  return value: 11&lt;BR /&gt;  errno: 22&lt;BR /&gt;  parameter:thread = 4a&lt;BR /&gt;            attr = 48&lt;BR /&gt;            start_routine = 7aea8656&lt;BR /&gt;            arg = a402f0&lt;BR /&gt; startup java.lang.OutOfMemoryError: unable to create new native thread&lt;BR /&gt;&lt;BR /&gt;Do I need to change any kernel parameters or any pathes that are required for the same &lt;BR /&gt;&lt;BR /&gt;Can anyone help me &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;neelesh</description>
    <pubDate>Wed, 20 Aug 2003 10:08:15 GMT</pubDate>
    <dc:creator>Neelesh Tripathi_1</dc:creator>
    <dc:date>2003-08-20T10:08:15Z</dc:date>
    <item>
      <title>Warning:system call pthread_create failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052754#M136916</link>
      <description>Hi,&lt;BR /&gt;   I am trying to run some java application on HPUX 11i I have java 1.4.0 &lt;BR /&gt;I get the following error &lt;BR /&gt;Warning:system call pthread_create failed.&lt;BR /&gt;  return value: 11&lt;BR /&gt;  errno: 22&lt;BR /&gt;  parameter:thread = 4a&lt;BR /&gt;            attr = 48&lt;BR /&gt;            start_routine = 7aea8656&lt;BR /&gt;            arg = a402f0&lt;BR /&gt; startup java.lang.OutOfMemoryError: unable to create new native thread&lt;BR /&gt;&lt;BR /&gt;Do I need to change any kernel parameters or any pathes that are required for the same &lt;BR /&gt;&lt;BR /&gt;Can anyone help me &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;neelesh</description>
      <pubDate>Wed, 20 Aug 2003 10:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052754#M136916</guid>
      <dc:creator>Neelesh Tripathi_1</dc:creator>
      <dc:date>2003-08-20T10:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Warning:system call pthread_create failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052755#M136917</link>
      <description>i would gradually try increasing these kernel params&lt;BR /&gt;&lt;BR /&gt;maxdsiz (for 32 bit applications)&lt;BR /&gt;maxssiz&lt;BR /&gt;maxtsiz&lt;BR /&gt;maxdsiz_64(64 bit applications)&lt;BR /&gt;maxssiz_64&lt;BR /&gt;maxtsiz_64&lt;BR /&gt;Also,&lt;BR /&gt;max_thread_proc&lt;BR /&gt;nkthread &lt;BR /&gt;&lt;BR /&gt;Just check the present values for these above KP.&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Aug 2003 10:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052755#M136917</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-20T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Warning:system call pthread_create failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052756#M136918</link>
      <description>I'm sure that was due to hitting the limit imposed by the nkthreads kernel parameter. Please increase this kernel tunable. &lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.NkernelThreadsMax.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.NkernelThreadsMax.html&lt;/A&gt;</description>
      <pubDate>Wed, 20 Aug 2003 10:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052756#M136918</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-08-20T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Warning:system call pthread_create failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052757#M136919</link>
      <description>If you were hitting nkthread I'd expect a lot more to be going wrong!  My money is on max_thread_proc, which controls the number of threads any one process can create.  This is a very common one for java programs.&lt;BR /&gt;&lt;BR /&gt;I would start by increasing max_thread_proc alone.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 20 Aug 2003 12:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052757#M136919</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2003-08-20T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Warning:system call pthread_create failed.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052758#M136920</link>
      <description>You asked about patches.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition to installing the latest patch bundles, you will need PHCO_29109 for 11i.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 05:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-system-call-pthread-create-failed/m-p/3052758#M136920</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2003-08-22T05:39:58Z</dc:date>
    </item>
  </channel>
</rss>

