- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- (233)No buffer space available: accept
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
06-19-2002 02:32 PM
06-19-2002 02:32 PM
ANil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 03:13 PM
06-19-2002 03:13 PM
Re: (233)No buffer space available: accept
Exactly where are you getting this message? In your system log file or within your application?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 03:15 PM
06-19-2002 03:15 PM
Re: (233)No buffer space available: accept
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 03:16 PM
06-19-2002 03:16 PM
Re: (233)No buffer space available: accept
Looks to be a temp resource unavailable problem.
See the following thread
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d1d08cc06fd511abcd0090277a778c,00.html
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 03:45 PM
06-19-2002 03:45 PM
Re: (233)No buffer space available: accept
I did come across this error many times and last time we got this we did a modification to the maxdsiz kernel param and the error went away.
This time it seems as if the external load balancer is causing this error as if I disable the port thru which the load balancer sends data to the backend apache server this error goes away. Did you ever hear about a related bug in JRE which causes this error on HP-UX.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 04:23 PM
06-19-2002 04:23 PM
SolutionNo, not w/Apache itself. I've seen some problems with load-balancers w/WebLogic & with iPlanet, though.
Looking over other earlier posts, I think that if you are running 11.0 you can safely ignore these. And I would speculate that the cause is the client connecting - the load-balancer or even the actual human client - in this case. You can get this error if the user hits the stop button while the server is accepying the connection. OR the load-balancer can be resetting the connection before the accept is complete.
If you still suspect JRE & you have an older JRE (1.1.8 or 1.2.2) you could try a newer, but I suspect you're seeing them *because* of the load-balancer. It may not be configured correctly or simply dropping connections before the server completes the accept.
In the past we've had less than satisfactory success with HW load-balancers for numerous reasons.
See this interesting thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xec733fd7f72ad611abd50090277a778c,00.html
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 05:04 PM
06-19-2002 05:04 PM
Re: (233)No buffer space available: accept
Anil