I modified only login-config.xml by replacing existing application-policy with 
name="jbossmq" to:
    <application-policy name = "jbossmq">
       
          <login-module code = 
"org.jboss.security.auth.spi.UsersRolesLoginModule"
             flag = "required">
             <module-option 
name="usersProperties">web-users.properties</module-option>
             <module-option 
name="rolesProperties">web-roles.properties</module-option>
           </login-module>
       
    </application-policy>

An exception appears during ear deployment

18:14:58,030 ERROR [DLQHandler] Initialization failed DLQHandler
javax.jms.JMSSecurityException: User: null is NOT authenticated
        at 
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)
        at 
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:51)
        at 
org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:781)
        at 
org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:287)
        at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:204)
        at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:369)
        at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
        at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
        at java.lang.Thread.run(Thread.java:534)
18:14:58,030 INFO  [STDOUT] 461257 
[JMSContainerInvoker(NotificationAggregationServerMDB) Reconnect] ERROR 
org.jboss.ejb
.plugins.jms.DLQHandler DLQHandler - Initialization failed DLQHandler
javax.jms.JMSSecurityException: User: null is NOT authenticated
        at 
org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)
        at 
org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:51)
        at 
org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:781)
        at 
org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:287)
        at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:204)
        at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:369)
        at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
        at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
        at java.lang.Thread.run(Thread.java:534)
18:14:58,030 INFO  [STDOUT] 461257 [UIL2.SocketManager.WriteTask#143 
client=10.6.4.20:8093] DEBUG org.jboss.mq.il.uil2.S
ocketManager  - End WriteTask.run

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to