I can't read a JSP, when I want start a JSP Tomcat Crash down, I did after the error:
ps -auxw | grep java | grep tomcat | grep -v grep
There is not more process from Tomcat
I really tried to ensolve this problem, but I have'n idee, about it, I use Red Hat
Linux 6.1 and JDK 1.2.
I want only start Tomcat as Stand alone servlet containers.
The error look so:
java.net.SocketException: Interrumpted System Call
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Compiled Code)
at java.net.ServerSocket.implAccept(Compiled Code)
at java.net.ServerSocket.accept(Compiled Code)
at org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled Code)
at org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled Code)
at org.apache.tomcat.service.TcpListenerThread.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
java.net.SocketException: Interrumpted System Call
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Compiled Code)
at java.net.ServerSocket.implAccept(Compiled Code)
at java.net.ServerSocket.accept(Compiled Code)
at org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled Code)
at org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled Code)
at org.apache.tomcat.service.TcpListenerThread.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8090] shutdown due to
exception: java.net.SocketException: Interrumpted System Call
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8009] shutdown due to
exception: java.net.SocketException: Interrumpted System Call
I need your help as soon as possible
Thanks a lot
Elizabeth
===========================================================================
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