3 Replies Latest reply on Jun 27, 2007 4:58 PM by bluzeppelin

    Application Demployment Question

    bluzeppelin

      I am not to familiar with JBoss. I have an open-source application (Hyperic-HQ) that runs in a built-in instance of jboss. I wanted to put another application in that same instance (for simplicity). I placed the applications war file in the deploy directory and the deployment fails. I am using Eclipse to build my war file. Anyone have any thoughts?

      Brian

        • 1. Re: Application Demployment Question
          jaikiran

          Whats the error you are seeing? Post the exception stacktrace

          • 2. Re: Application Demployment Question
            bluzeppelin

            Here is what I found:

            2007-06-27 12:44:05,610 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:

            --- Incompletely deployed packages ---
            org.jboss.deployment.DeploymentInfo@97140af7 { url=file:/C:/hyperic/server-3.0.4/hq-engine/server/default/deploy/HypericAlert.war/ }
            deployer: MBeanProxyExt[jboss.web:service=WebServer]
            status: Deployment FAILED reason: URL file:/C:/hyperic/server-3.0.4/hq-engine/server/default/deploy/HypericAlert.war/ deployment failed
            state: FAILED
            watch: file:/C:/hyperic/server-3.0.4/hq-engine/server/default/deploy/HypericAlert.war/WEB-INF/web.xml
            altDD: null
            lastDeployed: 1182973423421
            lastModified: 1182973217059
            mbeans:

            --- MBeans waiting for other MBeans ---
            ObjectName: jboss.web.deployment:id=-1760294153,war=HypericAlert.war
            State: FAILED
            Reason: org.jboss.deployment.DeploymentException: URL file:/C:/hyperic/server-3.0.4/hq-engine/server/default/deploy/HypericAlert.war/ deployment failed

            --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
            ObjectName: jboss.web.deployment:id=-1760294153,war=HypericAlert.war
            State: FAILED
            Reason: org.jboss.deployment.DeploymentException: URL file:/C:/hyperic/server-3.0.4/hq-engine/server/default/deploy/HypericAlert.war/ deployment failed

            • 3. Re: Application Demployment Question
              bluzeppelin

              I think I may be missing some jar files in the application server lib directory. I am going to try that.