You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/06/01 17:58:45 UTC

DO NOT REPLY [Bug 51310] New: Connector destroyInternal Execution

https://issues.apache.org/bugzilla/show_bug.cgi?id=51310

             Bug #: 51310
           Summary: Connector destroyInternal Execution
           Product: Tomcat 7
           Version: 7.0.12
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: gurkanerdogdu@yahoo.com
    Classification: Unclassified


In Tomcat 7.0.12 Connector#destroyInternal method has never been called while
server is under shutdown. Therefore NIOBlockingSelector#close is never called.
Is it bug or else?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 51310] Connector destroyInternal Execution

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51310

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johnashudson@gmail.com

--- Comment #2 from Mark Thomas <ma...@apache.org> 2011-08-09 20:12:26 UTC ---
*** Bug 51638 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 51310] Connector destroyInternal Execution

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51310

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-06-02 13:26:52 UTC ---
It actually doesn't matter since the JVM is shutting down. However, the right
thing to do is to call Server.destroy() after calling Server.stop() so I have
made the necessary change to 7.0.x and it will be included in 7.0.15 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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