Posting this for Anil to review the (probably outdated) configs.
Error is:
20:22:02,471 ERROR [AbstractKernelController] Error installing to Start:
name=jboss.remoting:service=ServerSocketFactory,type=SecurityDomainAdvanced state=Create
mode=Manual requiredState=Installed
| javax.naming.NameNotFoundException: jaas not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
| at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
| at org.jnp.server.NamingServer.lookup(NamingServer.java:396)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:713)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:673)
| at javax.naming.InitialContext.lookup(InitialContext.java:392)
| at
org.jboss.remoting.security.domain.DomainServerSocketFactoryService.start(DomainServerSocketFactoryService.java:114)
Config is:
<mbean
code="org.jboss.remoting.security.domain.DomainServerSocketFactoryService"
|
name="jboss.remoting:service=ServerSocketFactory,type=SecurityDomainAdvanced"
| display-name="SecurityDomain Server Socket Factory">
| <attribute
name="SecurityDomain">java:/jaas/SSLAdvanced</attribute>
|
<depends>jboss.security:service=JaasSecurityDomain,domain=SSLAdvanced</depends>
| </mbean>
Can you point me to docs/examples of how this is currently configured?
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197250#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...