0 Replies Latest reply on Oct 24, 2002 7:23 PM by markterry

    Undeployment failed on new JBoss install

    markterry

      If I install a fresh JBoss, start it up, and then hit Ctrl-C to shutdown, I get 2 exceptions similar to this:-

      23:14:11,199 ERROR [MainDeployer] Undeployment failed: file:/C:/java/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sar/invoker.war/
      org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.NullPointerException)
      at org.jboss.web.AbstractWebContainer.stop(AbstractWebContainer.java:355)
      ....
      23:14:11,260 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/java/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/http-invoker.sa
      r/invoker.war/

      I've had a look through this forum and can't find a solution.

      I also get problems when redeploying a WAR by copying it to the server\default\deploy directory:-

      23:14:11,029 ERROR [MainDeployer] Undeployment failed: file:/C:/java/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/osteotrack.war
      org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (java.lang.NullPointerException)
      at org.jboss.web.AbstractWebContainer.stop(AbstractWebContainer.java:355)
      ...
      23:14:11,029 INFO [MainDeployer] could not delete directory file:/C:/java/jboss-3.0.3_tomcat-4.1.12/server/default/tmp/deploy/server/default/deploy/osteotrack.
      war/90.osteotrack.war restart will delete it

      Other than this, my first day's attempts to get JBoss up and running seem a success, but the ERROR messages worry me.

      Can anyone help!

      ---
      Mark