Re: MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Jean-Francois Arcand
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

MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Jean-Francois Arcand
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.

Re: MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Amy Roh
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