https://issues.apache.org/bugzilla/show_bug.cgi?id=47046
Summary: Shutdown does not unregister all MBeans
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23505)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23505)
Simple driver to highlight problem
If I start and stop Tomcat in a VM using the Catalina class then it does not
unregister all its MBeans. The list left over is:
Catalina:type=RequestProcessor,worker=http-8080,name=HttpRequest1 true
Catalina:type=MBeanFactory true
Catalina:type=Engine true
Catalina:type=JkWorkerEnv true
Catalina:type=StringCache true
Catalina:type=Host,host=localhost true
Catalina:type=JkMain true
Catalina:type=JkHandler,name=channelSocket true
Catalina:type=Server true
Catalina:type=JkHandler,name=request true
Catalina:type=Connector,port=8080 true
Catalina:type=Connector,port=8009 true
I've attached a simple class that can be used to reproduce this list.
--
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: [email protected]
For additional commands, e-mail: [email protected]