You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2008/11/14 11:22:44 UTC

[jira] Created: (HARMONY-6018) [classlib][xnet] Walkback when terminating Tomcat

[classlib][xnet] Walkback when terminating Tomcat
-------------------------------------------------

                 Key: HARMONY-6018
                 URL: https://issues.apache.org/jira/browse/HARMONY-6018
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M8
         Environment: Windows XP, x86
Harmony r713673 
Also happens on M7 build
            Reporter: Tim Ellison


Run Tomcat and all goes well until you hit ctrl-c in the console to terminate the server, then you get a walkback as the server exits.

INFO: Server startup in 1563 ms
Nov 14, 2008 10:13:46 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Nov 14, 2008 10:13:46 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8443
Nov 14, 2008 10:13:46 AM org.apache.tomcat.util.net.JIoEndpoint$Acceptor run
SEVERE: Socket accept failed
Throwable occurred: java.io.IOException: Connection was closed
        at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
        at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
        at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
        at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:147)
        at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:310)
        at java.lang.Thread.run(Thread.java:670)
Nov 14, 2008 10:13:47 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Nov 14, 2008 10:13:47 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Nov 14, 2008 10:13:47 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8443

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.