You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by James Taylor <ti...@gmail.com> on 2006/02/23 18:28:55 UTC

exception in tomcat log

Hi there,
I've just recently got Apache2 and tomcat-5.5.12 working on a
solaris10 machine using mod_jk but I see this exception in the tomcat
logs, can someone please tell me what it's about?
Thanks,
James.

INFO: Server startup in 10481 ms
Feb 23, 2006 5:21:03 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-6060
Feb 23, 2006 5:21:03 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: Invalid argument
        at java.net.PlainSocketImpl.socketSetOption(Native Method)
        at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:264)
        at java.net.Socket.setSoLinger(Socket.java:869)
        at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:298)
        at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:637)
        at org.apache.jk.common.ChannelSocket$SocketAcceptor.runIt(ChannelSocket.java:847)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Feb 23, 2006 5:21:04 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 23, 2006 5:21:04 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-6060
Feb 23, 2006 5:21:04 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: exception in tomcat log

Posted by Bill Barker <wb...@wilshire.com>.
Upgrade to 5.5.15, where the message has been down-graded to DEBUG level, so 
you won't normally see it.

"James Taylor" <ti...@gmail.com> wrote in message 
news:5d1c1db40602230928u1e829bbey3ca00f27d5ad8727@mail.gmail.com...
Hi there,
I've just recently got Apache2 and tomcat-5.5.12 working on a
solaris10 machine using mod_jk but I see this exception in the tomcat
logs, can someone please tell me what it's about?
Thanks,
James.

INFO: Server startup in 10481 ms
Feb 23, 2006 5:21:03 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-6060
Feb 23, 2006 5:21:03 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: Invalid argument
        at java.net.PlainSocketImpl.socketSetOption(Native Method)
        at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:264)
        at java.net.Socket.setSoLinger(Socket.java:869)
        at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:298)
        at 
org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:637)
        at 
org.apache.jk.common.ChannelSocket$SocketAcceptor.runIt(ChannelSocket.java:847)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Feb 23, 2006 5:21:04 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 23, 2006 5:21:04 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-6060
Feb 23, 2006 5:21:04 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org