I found an entry in the catalina.out log that I believe represents the spontaneous shutdown of Tomcat that I'm experiencing. I've pasted the log text below. Does this indicate Apache HTTP Server and Tomcat are interfering with one another? They're both installed on the Mac, but I didn't do anything to integrate them other than deconflict the IP ports they listen on. I don't understand what socket connection was reset by the peer, unless it was a Tomcat to Apache connection, which also seems to be indicated by the packages appearing in the stack trace.

I'm going to shut down apache and see if Tomcat makes it through the night.

Apr 29, 2005 12:41:46 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8090
Apr 29, 2005 12:41:46 AM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: Connection reset by peer
at java.net.PlainSocketImpl.socketSetOption(Native Method)
at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:240)
at java.net.Socket.setTcpNoDelay(Socket.java:771)
at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:304)
at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:641)
at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:852)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:552)
Apr 29, 2005 12:41:47 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Apr 29, 2005 12:41:47 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8090




[EMAIL PROTECTED] wrote:

I've been running Tomcat on Windows XP for quite a while, without the following 
issue. I just installed it on a Mac and it stops for no discernible reason 
after an hour or so, with no activity on the system. I don't see any entry in 
teh logs frm the time I walked away from a running Tomcat server to the time I 
find it not running. No other error indications as well- just that Tomcat needs 
to be restarted.

I'm at a loss for what to do since i have no leads to follow. Can anyone 
suggest a theory or somehting to check?

Is Tomcat supposed to run on Mac Unix? I'm using OSX 10.3.8, Tomcat 5.5.9.

I'm using


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to