Sorry for the second postmy mail server is having problems
Jean-Francois Arcand wrote:
Hi,
I got the following error when I start Tomcat with the
o.a.c.session.PersistentManager manager:
ServerLifecycleListener: createMBeans: MBeanException
java.lang.Exception: ManagedBean is not fou
Hi,
I got the following error when I start Tomcat with the
o.a.c.session.PersistentManager manager:
ServerLifecycleListener: createMBeans: MBeanException
java.lang.Exception: ManagedBean is not found with PersistentManager
at
org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.
JK,
The mbean error is due to the fact that mbean for PersistentManager is
not defined. The admin webapp doesn't support PersistentMangager,
therefore, its definition is not there yet. You can add the definition
similar to StandardManager in mbean-descriptor.xml in o.a.c.mbeans and
commit it