Operating System - HP-UX
1833776 Members
1956 Online
110063 Solutions
New Discussion

Error running WLS on HPUX: No buffer space available

 
steveo622
Advisor

Error running WLS on HPUX: No buffer space available

Hello,

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: Failure in processSock
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: Connection failure
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: Failure in processSock
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: Listen failed, failure count: '1
'
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
7 REPLIES 7
harry d brown jr
Honored Contributor

Re: Error running WLS on HPUX: No buffer space available

Are you running weblogic 5.1 Service pack 10? Or Weblogic 6.1???

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
Live Free or Die
steveo622
Advisor

Re: Error running WLS on HPUX: No buffer space available

Harry,

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
harry d brown jr
Honored Contributor

Re: Error running WLS on HPUX: No buffer space available

We upgrade to SP10, because of some issues we had with SP6. I'd suggest upgrading to SP10.

live free or die
harry
Live Free or Die
steveo622
Advisor

Re: Error running WLS on HPUX: No buffer space available

Harry,

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?
harry d brown jr
Honored Contributor

Re: Error running WLS on HPUX: No buffer space available

Steve,

How many tcp connections are being made when it dies?


live free or die
harry
Live Free or Die
steveo622
Advisor

Re: Error running WLS on HPUX: No buffer space available

Harry,

I am an HPUX newbie, so bear with me. How would I find out that information?

Steve
harry d brown jr
Honored Contributor

Re: Error running WLS on HPUX: No buffer space available

You can install "lsof" from:

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
Live Free or Die