Preventing or recovering from SocketException: Interrupted system call

2011-05-05 Thread Joel Klein
ava 1.6.0_24 on OS X 10.6.7. My question to the list is whether it will work to modify StandardServer.java to ignore the exception and continue on. My understanding is the interrupted system call isn't actually fatal. Are there other ideas for either preventing or recovering from this

Re: Tomcat listening on port but not responding to requests

2006-12-01 Thread Joel Klein
Tim wrote: Is there a curses-based browser on the machines you could use via ssh? Not that I know of. Can you try doing the same thing from the machines themselves--ssh in, then telnet localhost 8080? Connecting via telnet on the machines themselves also doesn't work. The only other thing

RE: Tomcat listening on port but not responding to requests

2006-11-30 Thread Joel Klein
Steve and Charles asked a number of diagnostic questions, here are my answers: Charles wrote: Is there a stdout.log (or any other log files) in your environment? Might want to check those as well. Anything on the console window for the Tomcat process? Steve wrote: Check all logs, are there e

Tomcat listening on port but not responding to requests

2006-11-29 Thread Joel Klein
Tomcat 5.0.28 has been running fine on 8 identical servers (Apple xserve Mac OS 10.3) for a few months, but recently 2 of them have stopped responding to requests. By that I mean that a browser spins for several minutes and eventually says the server is taking too long to respond. I tried some v