[
https://issues.apache.org/jira/browse/GERONIMO-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469839
]
Paul McMahan commented on GERONIMO-2747:
----------------------------------------
This is an intermittent exception thrown by tomcat when a connector is stopped.
I created tomcat bugzilla
http://issues.apache.org/bugzilla/show_bug.cgi?id=41530 and provided them with
a patch to fix the problem.
> Error while shutting down Geronimo
> ----------------------------------
>
> Key: GERONIMO-2747
> URL: https://issues.apache.org/jira/browse/GERONIMO-2747
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Tomcat
> Affects Versions: 2.0-M2
> Environment: Revision: 497146
> Reporter: Hernan Cunico
> Assigned To: Paul McMahan
>
> On shutdown the following exception is thrown
> Server shutdown begun
> 16:29:48,390 ERROR [JIoEndpoint] Socket accept failed
> java.net.SocketException: socket closed
> at java.net.PlainSocketImpl.socketAccept(Native Method)
> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
> at java.net.ServerSocket.implAccept(ServerSocket.java:450)
> at java.net.ServerSocket.accept(ServerSocket.java:421)
> at
> org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:61)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:310)
> at java.lang.Thread.run(Thread.java:595)
> Server shutdown completed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.