Hi,
I followed the TrailBlazer tutorial
(http://trailblazer.demo.jboss.com/EJB3Trail/). Since I am new to both JBoss
and EJBs I started a scratch EJB project (in Eclipse) and added the code
provided in the tutorial. The Project deploys fine on JBoss but the Message
beans fails to connect to their corresponding queues. It seems to be a security
issue but I can't figure out the problem - and I spent the entire day trying :(
Below is an excerpt of the error log. Could anyone give my a clue?
19:30:57,476 INFO [JmsActivation] Attempting to reconnect [EMAIL
PROTECTED]([EMAIL PROTECTED] destination=queue/mdb isTopic=false tx=true
durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null
maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true
DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
19:30:57,514 ERROR [JmsActivation] Unable to reconnect [EMAIL PROTECTED]([EMAIL
PROTECTED] destination=queue/mdb isTopic=false tx=true durable=false
reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1
minSession=1 maxSession=15 keepAlive=60000 useDLQ=true
DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
javax.jms.JMSSecurityException: Connection not authorized to subscribe to
destination: mdb
at
org.jboss.mq.security.ServerSecurityInterceptor.subscribe(ServerSecurityInterceptor.java:156)
at
org.jboss.mq.server.TracingInterceptor.subscribe(TracingInterceptor.java:643)
at
org.jboss.mq.server.JMSServerInvoker.subscribe(JMSServerInvoker.java:177)
at
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:188)
at
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:419)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:398)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
at java.lang.Thread.run(Thread.java:619)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179631#4179631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179631
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user