I am not sure where to look at in jmx-console for that entry but I am getting 
the same error message as yours. Look at the thread below:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=67479

But I checked the source code for 
org.jboss.security.plugins.JaasSecurityManagerService.java in jbosssx.jar 
library of jboss-4.0.2\server\default\lib.

It seems like it is failing at following line with NullPointerException:
Constructor ctor = securityMgrClass.getConstructor(parameterTypes);

This is under method newSecurityDomainCtx.

The question is WHY? Maybe it is unable to instantiate 
org.jboss.security.plugins.JaasSecurityManager.

The same setting works if I do not use j_security_check and process the login 
using standard method of loginContext (as explained in the above mentioned 
thread)

Galoch

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888582#3888582

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888582


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to