2 Replies Latest reply on Sep 19, 2004 2:14 PM by loumaus

    problem whit deployment while migrate on jboss 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 tries 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 would be great if someone shared some experience.

      10x to anyone that even read it :)

        • 1. Re: problem whit deployment while migrate on jboss 3.2.5
          darranl

          I would recommend a clean installation of JBoss 3.2.3 to start with to prove that you have not made any changes that you have forgotten about.

          • 2. Re: problem whit deployment while migrate on jboss 3.2.5
            loumaus

            im running into the same problems using
            jboss 3.2.5 + postgreSQL

            descriptor files generated by xdoclet ..

            please have a look at the error log ..

            20:05:05,784 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=UserLocal,service=EJB
            java.lang.NullPointerException
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.getInstance(JDBCQueryManager.java:88)
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCJBossQLQuery.(JDBCJBossQLQuery.java:39)
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createJBossQLQuery(JDBCCommandFactory.java:72)
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.start(JDBCQueryManager.java:254)
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:498)
            at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:396)
            at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:147)
            at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:337)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
            at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)