JBoss Community

Re: What does this error message refer to in JBOSS 5.01?

created by Wolf-Dieter Fink in Beginner's Corner - View the full discussion

Ryan Williams schrieb:

 

...

 

Caused by: javax.management.InvalidAttributeValueException: Set attribute  has class class org.jboss.security.integration.JNDIBasedSecurityManagement loaded from BaseClassLoader@2f7cfe{vfsfile:/C:/JBoss%205.01/jboss-5.0.1.GA/server/default/conf/jboss-service.xml} that is not assignable to attribute class interface org.jboss.security.ISecurityManagement loaded from BaseClassLoader@8fddea{vfszip:/C:/JBoss%205.01/jboss-5.0.1.GA/server/default/deploy/MVCProj1.war/}

 

I suppose that you pack some JAR files into your application. In this case a class might be loaded from different class-loaders. That will be a different scope and the class is not useable if the reference is referred.

Check your application assambling for this.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community