Escaffre Alain wrote:
> Hello,
>
> I write to you away from the list because  I send you a big file (500
> ko) : the log (boot and server.log)  of my server in case you can help
> me : tonight reinstalled every thing at the same time in order to have a
> clean environement, but I still get this error about LoginHelper,
> preventing me from doing anything on the platform.
>
> Thanks,
>
> Alain Escaffre


Hi,

You should always post the first exception in the log file, not the last.
This is the relevant exception in your log:

2007-03-14 00:11:48,943 DEBUG [org.jboss.mx.modelmbean.ModelMBeanInvoker] Failed to invoke ctor(MBeanInvoker) for: class org.jboss.jmx.connector.invoker.AuthenticationInterceptor java.lang.NoSuchMethodException: org.jboss.jmx.connector.invoker.AuthenticationInterceptor.<init>(org.jboss.mx.server.MBeanInvoker)
    at java.lang.Class.getConstructor0(Class.java:2678)
    at java.lang.Class.getConstructor(Class.java:1629)
    at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.getInterceptors(ModelMBeanInvoker.java:739)
    at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.configureInterceptorStack(ModelMBeanInvoker.java:678)
    at org.jboss.mx.modelmbean.XMBean.configureInterceptorStack(XMBean.java:400)
    at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:504)
    at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:486)
    at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
    at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
    at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
    at java.security.AccessController.doPrivileged(Native Method)
    at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)


I dont know why you get this exception.. the mentioned class is in 
jmx-adaptor-plugin.jar, which is provided by JBoss.
Seems to be a JBoss installation problem.
You could check if you get this exception with a clean JBoss installation (without deploying Nuxeo5), or verify if the jar has not been changed:

$ ls -l jmx-adaptor-plugin.jar
-rw-r--r-- 1 george users 30544 May 15  2006 jmx-adaptor-plugin.jar
$ md5sum jmx-adaptor-plugin.jar
90b2841a9084e95aabf0e9da7bb5d021  jmx-adaptor-plugin.jar

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to