5 Replies Latest reply on Jun 13, 2007 8:01 AM by kconner

    Quickstarts probem: JBossAS 4.0.5 GA ESB MR2

    zvadasz

      Hi!

      I just installed JBossAS 4.0.5GA with the jems installer and with the EJB3 option selected. Dowloaded the JBossESB 4.2MR2, installed jbossesb.sar.
      The server started without error, so I tried to deploy the helloword quickstart.
      During the deploy I got the following error on the server console:

      13:10:27,871 ERROR [MainDeployer] Could not create deployment: file:/home/zvadasz/Programs/JBoss/jboss-4.0.5.GA/server/default/tmp/deploy/tmp13118Quickstart_helloworld.esb-contents/jbm-queue-service.xml
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.jms.server.destination.QueueService; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.server.destination.QueueService)
      [...]
      Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.server.destination.QueueService
      [...]

      I googled but found nothing relevant :-(

      I did the whole procedure 3 times to be sure: I accurately follow the instructions in the GettingStartedGuide and in the helloword sample's documentation.

      What't wrong? What other information do you need to be abe to help?

        • 1. Re: Quickstarts probem: JBossAS 4.0.5 GA ESB MR2
          zvadasz

          I copied the jboss-messaging.jar from the JBossESB4.2Mr2-server distribution (server/default/lib) under the JBossAS: server/default/lib. Strated up teh server, and now has and the classloader exception is naturally gone, but has another problem:

          13:31:59,346 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

          --- MBeans waiting for other MBeans ---
          ObjectName: jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_esb
          State: CONFIGURED
          I Depend On:
          jboss.messaging:service=ServerPeer
          jboss.messaging:service=PostOffice
          Depends On Me:
          jboss.esb:deployment=Quickstart_helloworld.esb

          ObjectName: jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_gw
          State: CONFIGURED
          I Depend On:
          jboss.messaging:service=ServerPeer
          jboss.messaging:service=PostOffice
          Depends On Me:
          jboss.esb:deployment=Quickstart_helloworld.esb

          ObjectName: jboss.esb:deployment=Quickstart_helloworld.esb
          State: NOTYETINSTALLED
          I Depend On:
          jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_esb
          jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_gw

          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: jboss.messaging:service=ServerPeer
          State: NOTYETINSTALLED
          Depends On Me:
          jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_esb
          jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_gw



          • 2. Re: Quickstarts probem: JBossAS 4.0.5 GA ESB MR2
            kconner

            AS 4.0.5 comes with JBMQ and not JBoss Messaging.

            The jbm-queue-service.xml file, in MR2, initialises the JMS queues required by the quickstarts for JBoss Messaging.

            You need to deploy jbmq-queue-service.xml instead.

            • 3. Re: Quickstarts probem: JBossAS 4.0.5 GA ESB MR2
              kconner

               

              "zvadasz" wrote:
              I copied the jboss-messaging.jar from the JBossESB4.2Mr2-server distribution (server/default/lib) under the JBossAS: server/default/lib.

              If you wish to install jboss messaging into the 4.0.5 app server then you need to download the 1.3.0 version and follow the instructions mentioned here http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/installation.html#install.jboss40x

              • 4. Re: Quickstarts probem: JBossAS 4.0.5 GA ESB MR2
                zvadasz


                The problem is solved in the svn trunk!

                I checked out the trunk of jbossesb, built and installed and it the samples work fine. Sorry for the unecesseary topic :-( delete it if you wish.

                • 5. Re: Quickstarts probem: JBossAS 4.0.5 GA ESB MR2
                  kconner

                  No problem.

                  The code in trunk has been changed to identify the message implementation being used in the server and automatically deploy the correct configuration files.

                  Please let us know if you experience any other problems.