1 Reply Latest reply on Sep 1, 2004 12:30 PM by bill.burke

    ejb problems while migrate to 3.2.5

    jivkoto

      Hi,
      I am trying to migrate a project from jboss 3.2.3 to 3.2.5. The problem is that when it trys to deploy ejbs, a set of Exceptions are thrown:
      18:53:39,125 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=ejb/ECorrelationError,service=EJB

      java.lang.NullPointerException
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.getInstance(JDBCQueryManager.java:88) [...]
      Cause: java.lang.NullPointerException
      at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:82)[...]

      18:55:29,375 ERROR [DLQHandler] Initialization failed DLQHandler
      javax.jms.JMSSecurityException: User: null is NOT authenticated
      at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)[...]

      Everthing works fine ot 3.2.3. It will be great if someone share experianse.

      10x to anyone that even read it :)