DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40728>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40728

           Summary: Catalina MBeans use non-serializable classes
           Product: Tomcat 5
           Version: 5.0.28
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Some MBeans use non-serializable classes, the attributes cannot be accessed by 
a JMX console like jconsole.
In particular this are:
Attribute managedResource of MBean Catalina:type=Engine is not available:
java.io.NotSerializableException: org.apache.catalina.util.LifecycleSupport
Attribute realm of MBean Catalina:type=Engine is not available:
java.io.NotSerializableException: org.apache.catalina.realm.UserDatabaseRealm
Attribute managedResource of MBean Catalina:type=Host,host=localhost is not 
available:
java.io.NotSerializableException: org.apache.catalina.util.LifecycleSupport
Attribute saveProperties of MBean Catalina:type=JkMain is not available:
javax.management.AttributeNotFoundException: Cannot find attribute 
saveProperties get method name
ttribute workerEnv of MBean Catalina:type=JkMain is not available:
java.io.NotSerializableException: org.apache.jk.core.WorkerEnv
Attribute globalProcessor of MBean Catalina:type=RequestProcessor,worker=http-
8080,name=HttpRequest0 is not available:
java.io.NotSerializableException: org.apache.coyote.RequestGroupInfo
Attribute managedResource of MBean Catalina:type=Server is not available:
java.io.NotSerializableException: org.apache.catalina.core.StandardServer
Attribute jkMain of MBean 
Catalina:type=protocolHandler,className=org.apache.jk.server.JkCoyoteHandler is 
not available:
java.io.NotSerializableException: org.apache.jk.server.JkMain
Attribute workerEnv of MBean 
Catalina:type=protocolHandler,className=org.apache.jk.server.JkCoyoteHandler is 
not available:
javax.management.AttributeNotFoundException: Cannot find attribute workerEnv 
get method name

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to