1 Reply Latest reply on Jun 20, 2006 4:18 PM by gohip

    LocalDelivery: javax.jms.JMSSecurityException: User: null is

    meme

      Hi,

      I've followed the steps in "Volunteers wanted" but there is one issue wich stops the mail-part of the collaboration. It's an JMSSecurityException, wich misses an user (null)

      ...
      23:14:07,187 INFO [JMSContainerInvoker] Waiting for reconnect internal 10000ms for ListDelivery
      23:14:07,187 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider for LocalDelivery
      23:14:07,197 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure detected for LocalDelivery
      javax.jms.JMSSecurityException: User: null is NOT authenticated
       at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:230)
       at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:66)
       at org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:744)
       at org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:302)
       at org.jboss.mq.il.jvm.JVMServerIL.authenticate(JVMServerIL.java:316)
       at org.jboss.mq.Connection.authenticate(Connection.java:1065)
       at org.jboss.mq.Connection.<init>(Connection.java:252)
       at org.jboss.mq.Connection.<init>(Connection.java:323)
       at org.jboss.mq.SpyConnection.<init>(SpyConnection.java:116)
       at org.jboss.mq.SpyConnectionFactory.internalCreateConnection(SpyConnectionFactory.java:137)
       at org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:108)
       at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:187)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
       at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:188)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:510)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.run(JMSContainerInvoker.java:1419)
       at java.lang.Thread.run(Thread.java:595)
      23:14:07,197 INFO [JMSContainerInvoker] Waiting for reconnect internal 10000ms for LocalDelivery
      ...
      


      This happens every few seconds...

      The code is the latest from cvs

      Do you have an idea?

      yours

      marc