Hello List

i just upgraded my tomcat to 5.5.17 mdk , since we wanted to test the
replication mechanism of the tomcat 5.5 .

after i added the <Cluster> definitions in the server.xml i get the
following error :

3543 [main] ERROR org.apache.catalina.mbeans.ServerLifecycleListener  -
Exception handling NamingResources property change
javax.management.MBeanException: Cannot load ModelMBean class
org.apache.catalina.mbeans.ContextResourceMBean nested exception
is java.lang.ClassNotFoundException:
org.apache.catalina.mbeans.ContextResourceMBean
java.lang.ClassNotFoundException:
org.apache.catalina.mbeans.ContextResourceMBean
       at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
       at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
       at
org.apache.commons.modeler.ManagedBean.createMBean(ManagedBean.java:409)
       at
org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:248)
       at
org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecycleListener.java:403)
       at
org.apache.catalina.mbeans.ServerLifecycleListener.processNamingResourcesPropertyChange(ServerLifecycleListener.jav
a:1315)


i looked and found that the class reported as missing in available and
readable:

unzip -l /var/lib/tomcat5/server/lib/catalina.jar | grep
ContextEnvironmentMBean
    1698  07-19-06 10:42
org/apache/catalina/mbeans/ContextEnvironmentMBean.class


what appears to be the problem is that the
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
is calling WebappClassLoader which fails to load and work .

google and archives didn't help me on this so ..

any ideas on how i can make this work ?

Thanks

Assaf



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to