Hello Alexandre, Alexandre Russel wrote: >> >> --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- >> ObjectName: >> jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.1.5-SNAPSHOT.jar >> >> >> State: FAILED >> Reason: java.lang.RuntimeException: Interceptor class not found: >> org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor >> > couple of thing to check: > - you do have the class Yes I checked of course (and some times it works). > - the anonymous jar is in the plugin directory Yes, too ... > If all fail you could try to open the jar, and have a look at the > META-INF/ejb-jar.xml, you'll see: > > <interceptor-class> > org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor > </interceptor-class> > > remove the return charriot to transform it in: > > > <interceptor-class>org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor</interceptor-class> > > Yes ! You got it ;-) It seems to work all the time now (I tested 4-5 startups and It's ok).
Thank You, Bye, Vincent. > > alex > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
