4 Replies Latest reply on Nov 5, 2003 4:16 AM by jboss_maniac

    JMS - JMSSecurityException : User: null is NOT authenticated

    jboss_maniac

      Hi members,

      I'm trying to deploy an application on a JBoss 3.2.1 (with hsqldb runnin with it) using Eclipse and Lomboz.
      There's jms stuff (one message driven bean)
      And my problem is that i got the following error message when i deploy my app:

      ******************************************************************************
      javax.jms.JMSSecurityException: User: null is NOT authenticated
      at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:181)
      at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:51)
      at org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:650)
      at org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:288)
      at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:328)
      at java.lang.Thread.run(Thread.java:536)
      ........
      ........
      ........
      ******************************************************************************
      I cannot understand what all that mean:
      In the following line : "javax.jms.JMSSecurityException: User: null is NOT authenticated":
      what "User" is expected, from where, and how can I define one???

      Thanks for your help...(it's urgent...)
      Don't hesitate to contact me if i can be helpfull...

      Alex