4 Replies Latest reply on Oct 23, 2007 6:18 AM by burrsutter

    How can I deploy JBossESB Administatro Console?

    lynquan

      my env:
      JBoss 4.2.1.GA
      JBoss ESB 4.2GA
      JDK 1.5.12
      Ant 1.6.5

      I run Ant command in a command terminal,using the following configuration:
      database type:hsqldb
      JSF provider:jbossfaces

      Build Successful!
      there generate a file:jboss-esb-console.ear, not jboss-esb-console.war. I copy the file to my application server's deploy directory, but there is an error.

      ---Incompleterly deployed packages ---
      org.jboss.deployment.DeploymentInfo@a164df1a {Url=file:/C:/jboss-4.2.1.GA/Server/default/deploy/jboss-esb-console.ear }
      deployer:org.jboss-deployment.EARDeployer@f0cb3c
      status:null
      state:FAILED
      watch:file:/C:/jboss-4.2.1.GA/Server/default/deploy/jboss-esb-console.ear
      altDD:null
      lastDeployed:11931149548475
      lastModified: 1193114954859
      mbeans:

      I can't enter my Jboss ESB Administrator Console. How can deal with it?

        • 1. Re: How can I deploy JBossESB Administatro Console?
          kconner

          It hasn't deployed cleanly for some reason. There should be another error message explaining why it failed.

          • 2. Re: How can I deploy JBossESB Administatro Console?
            noel.rocher

            the esb-server is missing some parts :
            - the ear-deployer.xml was removed
            - the ejb3-persistence.jar is missing in server/default/lib

            adding these file my console is available.

            Howerver, I've still this deployment error (I'm continuing to inverstigate what else is missing):

            ERROR [URLDeploymentScanner] Incomplete Deployment listing:
            
            --- Packages waiting for a deployer ---
            org.jboss.deployment.DeploymentInfo@5a04c1b7 { url=file:/app/__DGP__/esb-server/server/default/tmp/deploy/tmp51080jboss-esb-console.ear-contents/jboss-esb-console.jar }
             deployer: null
             status: Starting
             state: START_SUBDEPLOYMENTS
             watch: file:/app/__DGP__/esb-server/server/default/tmp/deploy/tmp51080jboss-esb-console.ear-contents/jboss-esb-console.jar
             altDD: null
             lastDeployed: 1193133239556
             lastModified: 1193133238000
             mbeans:
            


            I don't see why you removed some services from standard JBoss AS distro.

            Maybe we missed that the console should be deployed on its own server ?



            • 3. Re: How can I deploy JBossESB Administatro Console?
              tfennelly

              Sorry... the console is only deployable on the App Server.

              • 4. Re: How can I deploy JBossESB Administatro Console?
                burrsutter

                Another thing that should be noted here is that this console is only for transformation management and setup.

                The main ESB Admin console is available at:
                http://localhost:8080/jbossesb/

                I believe in 4.2.0GA it was installed by default. If not, you can review the
                product\tools\console directory and check out the various Readme files.

                In 4.2.1GA it is/will be installed by default.