2 Replies Latest reply on Jun 11, 2007 4:18 AM by mcox42

    HELP!!! Problems with .war deployment

    mcox42

      Hi,

      I'm new to JBoss and am having the following issue. When Jboss starts up I get the following error in deploying the invoker.war

      11:45:35,316 ERROR [MainDeployer] DeploymentException while trying to deploy a package with a new deployer
      org.jboss.deployment.DeploymentException: URL file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed

      11:45:49,356 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@9cd3a3b2 { url=file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/ }
      deployer: org.jboss.web.tomcat.tc5.Tomcat5@1dae160
      status: Deployment FAILED reason: URL file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
      state: FAILED
      watch: file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
      altDD: null
      lastDeployed: 1181299534044
      lastModified: 1108541830000
      mbeans:

      MBeans waiting for other MBeans:
      ObjectName: jboss.web.deployment:war=invoker.war,id=-1663851598
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: URL file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.web.deployment:war=invoker.war,id=-1663851598
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: URL file:/UGS_SUN/jboss_another/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed

      Can anybody enlighten me? This is an OOTB install with no configuration...yet!

      Many thanks

      Martin

        • 1. Re: HELP!!! Problems with .war deployment
          genman

          In your server.log file should be additional information about the cause of the failure preceding this message.

          • 2. Re: HELP!!! Problems with .war deployment
            mcox42

            Thanks Genman. I've had a look in that file and this is the error before all the problems start :-

            08:45:07,783 INFO [Catalina] Server startup in 112 ms
            08:45:08,074 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/UGS_SUN/jboss_new/jboss-4.0.1sp1/server/default/deplo
            y/http-invoker.sar/invoker.war/
            08:45:09,087 ERROR [Engine] StandardContext[/invoker]Exception starting filter ReadOnlyAccessFilter
            java.lang.ClassNotFoundException: org.jboss.invocation.http.servlet.ReadOnlyAccessFilter
            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

            Any ideas what this might signify?

            Regards

            Martin