- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ERROR: Error assigning connection request, can't ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:04 AM
03-16-2005 04:04 AM
ERROR: Error assigning connection request, can't create any more handlers
" OLT_CAT:1008: "ERROR: Could not establish listening address on network 0x0002233286306318"
JOLT_CAT:1083: "ERROR: Error assigning connection request, can't create any more handlers" "
Looking up these errors they are the result of one of the following (From BEA's support site):
"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."
or
"The system is out of network addresses, check with the system administrator to increase the number of addresses to use."
On that particular day, the application load was high due to more users accessing the application.
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 :
0 connect requests dropped due to full queue
12738 connect requests dropped due to no listener
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.
Our application server runs on HP-UX11i v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:10 AM
03-16-2005 04:10 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
nproc
Both need to be checked.
maxfiles is not equal to maxfiles. Please re-check.
dmesg
vi /var/adm/syslog/syslog.log
Look for clues.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:20 AM
03-16-2005 04:20 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
maxfiles=4096
nfile=29249
nproc=16020
These values look to be sufficient enough. Any more suggestions please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:41 AM
03-16-2005 04:41 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
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...
did you have some issues with your network (netstat -a shows loads of TIMEWAIT etc...)?
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 04:53 AM
03-16-2005 04:53 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:07 AM
03-16-2005 05:07 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
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...)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:13 AM
03-16-2005 05:13 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
and the application started working fine
after few hours without admin intervention.
So I guess the oracle listener is fine. This
connectivity issues were faced only during
the load time. But after that everything was
working fine. So I believe this has something
to do with limitations, as we faced this error
only during heavy traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:39 AM
03-16-2005 05:39 AM
Re: ERROR: Error assigning connection request, can't create any more handlers
Run out of sockets (lots of old not cleaned...)
/var/tmp was full at a moment...
All the best
Victor