2 Replies Latest reply on Feb 13, 2007 1:21 AM by dleerob

    Errors when stopping Portal Server

    dleerob

      When stopping the JBoss Application server, I get a few exceptions/errors in the background. I don't think they are serious, but would still like to know why they are happening and how I can stop them. They only occur if the portal is deployed.

      From what I can tell, it seems that when dropping the server (pressing ctrc+c in the server window) or using the shutdown.bat file, it tries to delete files from server\default\tmp\deploy, however, this fails.

      In the log window, I can see exceptions:

      "Deployer destroy failed for: file [filename]
      "java.lang.reflect.UndeclaredThrowableException......" etc etc.
      


      In the server.log I can see a bunch of entries:
      2007-02-12 13:25:42,843 DEBUG [org.jboss.system.server.Server] Deleting server tmp/deploy directory
      2007-02-12 13:25:42,859 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\work\jboss\jboss-4.0.5.GA\server\default\tmp\deploy\tmp50301jboss-aop.jar
      2007-02-12 13:25:42,859 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\work\jboss\jboss-4.0.5.GA\server\default\tmp\deploy\tmp50302jboss-aspect-library.jar
      2007-02-12 13:25:42,859 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\work\jboss\jboss-4.0.5.GA\server\default\tmp\deploy\tmp50303trove.jar...........and the list goes on.
      



      Anyone have any ideas why this is happening or how I can get rid of the errors?