I am trying to make use of the JaasSecurityDomainIdentityLoginModule, but my deploy is failing ...
09:35:49,681 ERROR [AbstractKernelController] Error installing to Start: name=jboss.security:domain=ServerMasterPassword,service=JaasSecurityDomain state=Create mode=Manual requiredState=Installed: javax.management.InstanceNotFoundException: jboss.security:service=JaasSecurityManager is not registered.
at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529) [:6.0.0.GA]
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:664) [:6.0.0.GA]
at org.jboss.security.plugins.JaasSecurityDomain.startService(JaasSecurityDomain.java:955) [:6.1.0.Final]
However, the jmx-console would beg to differ:
Name | Domain | jboss.security |
---|---|---|
service | JaasSecurityManager | |
Java Class | org.jboss.security.plugins.JaasSecurityManagerService | |
Description | Management Bean. |
Did you ever find a solution for this? I'm seeing the same error.