hi,

I have been having quite a frequent crash of my Tomcat server. It prints out
the following stack before hanging:

java.net.SocketException: Protocol error
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:379)
        at java.net.ServerSocket.implAccept(ServerSocket.java:198)
        at java.net.ServerSocket.accept(ServerSocket.java:181)
        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)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080] shutdown
due to exception: java.net.SocketException: Protocol error

is it happening with anyone else too? any solution?

thanks!
parag.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to