I've activated the Manager functionality in the server's configuration for
tomcat, however, this application cannot
be started due to the following exception:
" java.lang.Exception: ManagedBean is not found with PersistentManager
     at
org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:532
"
A look in the sourcecode

"public static ModelMBean createMBean(Manager manager)
throws Exception {
        String mname = createManagedName(manager);
      ManagedBean managed = registry.findManagedBean(mname);
      if (managed == null) {
        Exception e = new Exception("ManagedBean is not found with "+mname);
        ....
"
shows the racing of the exception, but I do not really understand the
reason. Concerning the exception "PersistentManager"
is the managed bean. The class
(org.apache.catalina.session.PersistenManager) is available via
catalina.jar; it can be
found in the server/lib directory.

Has anybode an idea?

ThanX
franzR




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

Reply via email to