<?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: ERROR: Error assigning connection request, can't  create any more handlers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506058#M562691</link>
    <description>The error messages eventually stopped &lt;BR /&gt;and the application started working fine &lt;BR /&gt;after few hours without admin intervention. &lt;BR /&gt;&lt;BR /&gt;So I guess the oracle listener is fine. This&lt;BR /&gt;connectivity issues were faced only during &lt;BR /&gt;the load time. But after that everything was&lt;BR /&gt;working fine. So I believe this has something&lt;BR /&gt;to do with limitations, as we faced this error&lt;BR /&gt;only during heavy traffic. &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Mar 2005 13:13:13 GMT</pubDate>
    <dc:creator>Pradeep Sadanapalli</dc:creator>
    <dc:date>2005-03-16T13:13:13Z</dc:date>
    <item>
      <title>ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506052#M562685</link>
      <description>We faced application connectivity issues with the application server recently and when I checke dthe log files, it showed the below error messages&lt;BR /&gt;&lt;BR /&gt;" OLT_CAT:1008: "ERROR: Could not establish listening address on network 0x0002233286306318"&lt;BR /&gt;JOLT_CAT:1083: "ERROR: Error assigning connection request, can't create any more handlers" "&lt;BR /&gt;&lt;BR /&gt;Looking up these errors they are the result of one of the following (From BEA's support site):&lt;BR /&gt;&lt;BR /&gt;"The problem could be that the number of processes allowable by a user (ulimit) has been reached. If this is the case, consult with your System Administrator to increase this limit."&lt;BR /&gt;or&lt;BR /&gt;"The system is out of network addresses, check with the system administrator to increase the number of addresses to use."&lt;BR /&gt;&lt;BR /&gt;On that particular day, the application load was high due to more users accessing the application.&lt;BR /&gt;&lt;BR /&gt;I checked the kernel parameters - maxuprc(value=2048), maxfiles(value=maxfiles), maxfiles_lim(value=20480). We are very sure that these limits are not hit. Also I checked #netstat -p tcp and I see :&lt;BR /&gt;&lt;BR /&gt;0 connect requests dropped due to full queue&lt;BR /&gt;12738 connect requests dropped due to no listener&lt;BR /&gt;&lt;BR /&gt;I am not able to figure out what else could result in this connectivity issue. Are there any other parameters that cause the limitation on number of connections? Please help.&lt;BR /&gt;&lt;BR /&gt;Our application server runs on HP-UX11i v1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 12:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506052#M562685</guid>
      <dc:creator>Pradeep Sadanapalli</dc:creator>
      <dc:date>2005-03-16T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506053#M562686</link>
      <description>nfile&lt;BR /&gt;nproc&lt;BR /&gt;&lt;BR /&gt;Both need to be checked.&lt;BR /&gt;&lt;BR /&gt;maxfiles is not equal to maxfiles. Please re-check.&lt;BR /&gt;&lt;BR /&gt;dmesg&lt;BR /&gt;&lt;BR /&gt;vi /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Look for clues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Mar 2005 12:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506053#M562686</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-16T12:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506054#M562687</link>
      <description>I am sorry. The values are as below. &lt;BR /&gt;&lt;BR /&gt;maxfiles=4096&lt;BR /&gt;nfile=29249&lt;BR /&gt;nproc=16020&lt;BR /&gt;&lt;BR /&gt;These values look to be sufficient enough. Any more suggestions please.</description>
      <pubDate>Wed, 16 Mar 2005 12:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506054#M562687</guid>
      <dc:creator>Pradeep Sadanapalli</dc:creator>
      <dc:date>2005-03-16T12:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506055#M562688</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the message "12738 connect requests dropped due to no listener" is maybe your issue, is there a oracle DB behind? can you stop restart the listener, look at the listener logs...&lt;BR /&gt;did you have some issues with your network (netstat -a shows loads of TIMEWAIT etc...)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 16 Mar 2005 12:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506055#M562688</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-03-16T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506056#M562689</link>
      <description>Yes, we have an oracle DB behind the app server. When I checked for netstat -a|grep TIME_WAIT , I got around 50. I am not able to restart the listner at this moment, but do you think this error might be due to a limitation at the Oracle listener end?</description>
      <pubDate>Wed, 16 Mar 2005 12:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506056#M562689</guid>
      <dc:creator>Pradeep Sadanapalli</dc:creator>
      <dc:date>2005-03-16T12:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506057#M562690</link>
      <description>Not limitations, but listener gone bezerk...&lt;BR /&gt;I have had this happening quite often during a period, and only way to bypass was a restart once a day by cron at 2AM then it disappeared, I believe it was a bug in an application module , that was corrected later (?) although questioning the developpers led to nothing (no, nobody touched the box, or updated the application...)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 16 Mar 2005 13:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506057#M562690</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-03-16T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506058#M562691</link>
      <description>The error messages eventually stopped &lt;BR /&gt;and the application started working fine &lt;BR /&gt;after few hours without admin intervention. &lt;BR /&gt;&lt;BR /&gt;So I guess the oracle listener is fine. This&lt;BR /&gt;connectivity issues were faced only during &lt;BR /&gt;the load time. But after that everything was&lt;BR /&gt;working fine. So I believe this has something&lt;BR /&gt;to do with limitations, as we faced this error&lt;BR /&gt;only during heavy traffic. &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 13:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506058#M562691</guid>
      <dc:creator>Pradeep Sadanapalli</dc:creator>
      <dc:date>2005-03-16T13:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Error assigning connection request, can't  create any more handlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506059#M562692</link>
      <description>Other possibilities:&lt;BR /&gt;Run out of sockets (lots of old not cleaned...)&lt;BR /&gt;/var/tmp was full at a moment...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best &lt;BR /&gt;Victor</description>
      <pubDate>Wed, 16 Mar 2005 13:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-error-assigning-connection-request-can-t-create-any-more/m-p/3506059#M562692</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-03-16T13:39:11Z</dc:date>
    </item>
  </channel>
</rss>

