0 Replies Latest reply on May 12, 2005 9:34 AM by bconnell

    JBoss 4.01 SP1 problem deploying war file

    bconnell

      I am trying to get an application called Vernon Browser working on JBoss 4.01 SP1 running on a Windows 2003 server, with a SQL Server 2000 database behind it.

      I have installed the JDK Version 1.5.0.02, SQL Server 2000 Driver for JDBC Service Pack 3, and JBoss 4.0.1 SP1.

      JBoss is installed and it is running and I can see the console on http://localhost:8080/jmx-console.

      I have also installed the isapi_redirector2.dll (from the tomcat website) so IIS will pass jsp requests to JBoss, and IIS Manager shows this as working i.e. I get a green arrow. (Although I have no way to test this is really working? Any suggestions?)

      So now I just need some guidance as to the final steps to get the Vernon Browser running.

      The instructions I have say to copy opac.ear directory from the CD to jboss\server\default\deploy, I have done this but it is not working.

      I get the following messages

      10:19:22,657 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@29ce90cd { url=file:/C:/jboss/jboss-4.0.1sp1
      /server/default/deploy/opac.ear/opac-web.war/ }
      deployer: org.jboss.web.tomcat.tc5.Tomcat5@6279d
      status: Deployment FAILED reason: URL file:/C:/jboss/jboss-4.0.1sp1/server/def
      ault/deploy/opac.ear/opac-web.war/ deployment failed
      state: FAILED
      watch: file:/C:/jboss/jboss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.w
      ar/WEB-INF/web.xml
      altDD: null
      lastDeployed: 1115889535197
      lastModified: 1115826829821
      mbeans:

      org.jboss.deployment.DeploymentInfo@9b51ec34 { url=file:/C:/jboss/jboss-4.0.1sp1
      /server/default/deploy/opac.ear/ }
      deployer: org.jboss.deployment.EARDeployer@b57e9a
      status: Deployment FAILED reason: URL file:/C:/jboss/jboss-4.0.1sp1/server/def
      ault/deploy/opac.ear/opac-web.war/ deployment failed
      state: FAILED
      watch: file:/C:/jboss/jboss-4.0.1sp1/server/default/deploy/opac.ear/META-INF/a
      pplication.xml
      altDD: null
      lastDeployed: 1115889535197
      lastModified: 1115826829921
      mbeans:

      MBeans waiting for other MBeans:
      ObjectName: jboss.web.deployment:war=opac-web.war,id=701403341
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: URL file:/C:/jboss/jbo
      ss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.war/ deployment failed
      ObjectName: jboss.j2ee:service=EARDeployment,url='opac.ear'
      state: CREATED
      I Depend On:
      Depends On Me:

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.j2ee:service=EARDeployment,url='opac.ear'
      state: CREATED
      I Depend On:
      Depends On Me:
      ObjectName: jboss.web.deployment:war=opac-web.war,id=701403341
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: URL file:/C:/jboss/jbo
      ss-4.0.1sp1/server/default/deploy/opac.ear/opac-web.war/ deployment failed

      10:19:23,758 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
      0
      10:19:24,359 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      10:19:24,479 INFO [JkMain] Jk running ID=0 time=0/320 config=null
      10:19:24,609 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: CVSTag=JBos
      s_4_0_1_SP1 date=200502160314)] Started in 1m:32s:854ms

      Does anyone know why the war deployment might fail? and what can I do to fix it?