- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error running WLS on HPUX: No buffer space availab...
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
11-06-2001 08:01 AM
11-06-2001 08:01 AM
Error running WLS on HPUX: No buffer space available
I am running WebLogic Server on an HPUX 11.0 box. I am getting intermittent crashes of the WLS application(JVM 1.2.2)with the following error. The exact error messages are as follows:
java.net.SocketException: No buffer space available
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:418)
at java.net.ServerSocket.implAccept(ServerSocket.java:240)
at java.net.ServerSocket.accept(ServerSocket.java:224)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
Thu Nov 01 10:57:20 EST 2001:
ets()
java.net.SocketException: Connection reset by peer: Connection reset by peer
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:90)
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
:327)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
Thu Nov 01 10:57:22 EST 2001:
java.net.SocketException: Error in poll for fd: '46', revents: '40'
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
:293)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
Thu Nov 01 10:57:26 EST 2001:
ets()
java.net.SocketException: Connection reset by peer: Connection reset by peer
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:90)
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
:327)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
Thu Nov 01 10:57:26 EST 2001:
'
java.net.SocketException: No buffer space available
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:418)
at java.net.ServerSocket.implAccept(ServerSocket.java:240)
at java.net.ServerSocket.accept(ServerSocket.java:224)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
I have scoured the doc and forums and note that this error is related to TCP/IP. However, I don't know what the solution is.
Has anyone had this problem before, and if so, what was your solution?
Thanks,
Steve Colbert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:06 AM
11-06-2001 08:06 AM
Re: Error running WLS on HPUX: No buffer space available
Are you running 11.00/32 or 11.00/64?
Also, make sure you have the latest OS patches for 11.00
http://us-support.external.hp.com/xsw/bin/doc.pl/sid=c95ec69f17e65bcd15
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:15 AM
11-06-2001 08:15 AM
Re: Error running WLS on HPUX: No buffer space available
I am running WLS 5.1 SP6. I am also running 11.00 / 32.
I have gone through the kernel tuning process, which included updating to a list of patches. I have installed those patches. I will check your link to see if there are others that I should also install.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 08:30 AM
11-06-2001 08:30 AM
Re: Error running WLS on HPUX: No buffer space available
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 05:16 AM
11-07-2001 05:16 AM
Re: Error running WLS on HPUX: No buffer space available
Upgrading to SP10 is not an option at this time, as our app is running on five different OS platforms.
Is there some environment switch that can increase this buffer space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 05:43 AM
11-07-2001 05:43 AM
Re: Error running WLS on HPUX: No buffer space available
How many tcp connections are being made when it dies?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 05:45 AM
11-07-2001 05:45 AM
Re: Error running WLS on HPUX: No buffer space available
I am an HPUX newbie, so bear with me. How would I find out that information?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 06:00 AM
11-07-2001 06:00 AM
Re: Error running WLS on HPUX: No buffer space available
http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.55/
then you run it "lsof -i" and it'll flash by all of the network connections.
The problem we faced was the same as yours. We hit a wall of about 35 users when things hit the fan. The only solution I can recommend is to upgrade to sp10 or 6.1.
live free or die
harry