You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Stevenson, David" <Da...@westgroup.com> on 2001/10/17 16:16:57 UTC

Tomcat SocketException

We have a web application that runs under Tomcat 3.2.2 (3.2.3?) and
communicates
with another Tomcat instance, version 3.1.1 representing a Workflow manager
application.

$ uname -a
SunOS <hostname> 5.8 Generic_108528-10 sun4u sparc SUNW,Ultra-Enterprise

Our Java Server Pages display this exception on an intermittent basis.
Any ideas on what might be causing this. 

The localport number 8888 in the message below indicates the Tomcat
3.1.1 representing the Workflow manager. The port number for 
the Tomcat for the Java Server Pages is 9095.

Any ideas if this is a known problem.

java.net.SocketException: Software caused connection abort
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
        at java.net.ServerSocket.implAccept(ServerSocket.java:243)
        at java.net.ServerSocket.accept(ServerSocket.java:222)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(SimpleTcpEndpoint.j
ava:267)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(SimpleTcpEndpo
int.java:248)
        at
org.apache.tomcat.service.TcpListenerThread.run(SimpleTcpEndpoint.java:319)
        at java.lang.Thread.run(Thread.java:484)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8888] shutdown
due to exception: java.net.SocketException: Software caused 
connection abort

Thanks for any ideas.

David Stevenson