3 Replies Latest reply on Feb 22, 2002 9:48 AM by pazu

    Error deploying in JBoss 3.0.0beta

    pazu

      I get an error everytime I try te deploy an EAR file onto JBoss 3.0.0 beta. Here'se the error:

      ERROR [ServiceController] JMException thrown during ServiceProxy operation create on mbean jboss.j2ee:service=EJB,jndiName=teledata/auth/DomainEJB
      javax.naming.NameNotFoundException: TopicConnectionFactory not bound
      

      DomainEJB is one of the EJBeans contained in the ear file. By the way, it is NOT an MDB. It is a SLSB. If needed, I can post the complete stack trace here.



        • 1. Re: Error deploying in JBoss 3.0.0beta
          pazu

          By the way, the app deploys fine on JBoss 3.0.0alpha (from CVS, checked out about two weeks ago).

          • 2. Re: Error deploying in JBoss 3.0.0beta
            juergenheidak

            Please post the whole stacktrace.

            The monitoring features of jboss need jms (and therefore the TopicConncectionFactory).
            Its only a guess but its possible that during deployment some monitoring information are written to a jms topic and that this causes the error.

            • 3. Re: Error deploying in JBoss 3.0.0beta
              pazu

              It seems that disabling JMSBeanMonitoring on jboss-service.xml made thing almost work. The TopicConnectionFactory is gone. Now I got another problem relative to JBossCMP that I'm posting on the appropriate forum.

              Anyway, thanks for the help, Heidak.