4 Replies Latest reply on Dec 22, 2002 2:24 PM by cvandyck

    JBoss shutting down unexpectedly

    cvandyck

      Hi. I'm using JBoss/Tomcat (3.0.4/4.1.12), and I use an ant "touch" task to touch the application.xml file after it has been flat deployed. JBoss responds to it, but just shuts down. It's odd, because at work, it redeploys, which is the desired behavior.

      Any ideas on this?

      thanks!
      Collin

        • 1. Re: JBoss shutting down unexpectedly

          what does the server trace look like?

          • 2. Re: JBoss shutting down unexpectedly
            cvandyck

            Ah, good call. I wasn't even catching that. It's choking on something having to do with an XML declaration (I don't know what XML file it is referencing tho). Strangely, it does not give this message when I start the JBoss server from scratch. Any ideas?

            Here is the stacktrace:

            17:53:51,200 INFO [EARDeployer] Init J2EE application: file:/C:/Java/jboss-3.0.4_tomcat-4
            .1.12/server/default/deploy/contentxml.ear/
            17:53:51,210 ERROR [XmlFileLoader] XML declaration may only begin entities.:-1:1
            org.xml.sax.SAXParseException: XML declaration may only begin entities.
            at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)
            at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3170)
            at org.apache.crimson.parser.Parser2.maybePI(Parser2.java:966)
            at org.apache.crimson.parser.Parser2.maybeMisc(Parser2.java:1092)
            at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:487)
            at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
            at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
            at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)

            at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76)
            at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257)
            at org.jboss.deployment.EARDeployer.init(EARDeployer.java:103)
            at org.jboss.deployment.MainDeployer.init(MainDeployer.java:673)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:609)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
            va:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatche
            r.java:284)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
            at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
            at $Proxy4.deploy(Unknown Source)
            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.j
            ava:435)
            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.jav
            a:561)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(Abs
            tractDeploymentScanner.java:212)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(Abstr
            actDeploymentScanner.java:225)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(Abstra
            ctDeploymentScanner.java:202)
            17:53:51,220 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.U
            RLDeploymentScanner$DeployedURL@d297e62a{ url=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/serv
            er/default/deploy/contentxml.ear/, deployedLastModified=1040506896998 }
            org.jboss.deployment.DeploymentException: XML declaration may only begin entities.; - nest
            ed throwable: (org.xml.sax.SAXParseException: XML declaration may only begin entities.)
            at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:267)
            at org.jboss.deployment.EARDeployer.init(EARDeployer.java:103)
            at org.jboss.deployment.MainDeployer.init(MainDeployer.java:673)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:609)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
            va:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatche
            r.java:284)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
            at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
            at $Proxy4.deploy(Unknown Source)
            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.j
            ava:435)
            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.jav
            a:561)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(Abs
            tractDeploymentScanner.java:212)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(Abstr
            actDeploymentScanner.java:225)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(Abstra
            ctDeploymentScanner.java:202)
            Caused by: org.xml.sax.SAXParseException: XML declaration may only begin entities.
            at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)
            at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3170)
            at org.apache.crimson.parser.Parser2.maybePI(Parser2.java:966)
            at org.apache.crimson.parser.Parser2.maybeMisc(Parser2.java:1092)
            at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:487)
            at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
            at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
            at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)

            at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76)
            at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257)
            ... 16 more

            • 3. Re: JBoss shutting down unexpectedly

              there might be something funny in the application.xml file -- maybe in the DOCTYPE declaration?

              • 4. Re: JBoss shutting down unexpectedly
                cvandyck

                Ok.. I am still having the problem, although it is not what I expected before. It is not an XML problem, as I had touched it manually and screwed up the first element by accident.

                Here's the stacktrace. I'm really baffled!

                14:32:06,072 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cactus.war/
                14:32:06,072 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/cactus, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12
                /server/default/deploy/cactus.war/
                14:32:06,082 INFO [Engine] StandardHost[localhost]: Removing web application at context path /cactus
                14:32:06,112 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/cactus.war/
                14:32:06,122 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cactus.war/
                14:32:06,122 INFO [MainDeployer] Starting deployment of package: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default
                /deploy/cactus.war/
                14:32:06,212 INFO [EmbeddedCatalinaService41] deploy, ctxPath=/cactus, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/s
                erver/default/deploy/cactus.war/
                14:32:06,222 INFO [Engine] WebappLoader[/cactus]: Deploying class repositories to work directory C:\Java\jboss-3.0.4_to
                mcat-4.1.12\tomcat-4.1.x\work\MainEngine\localhost\cactus
                14:32:06,222 INFO [Engine] WebappLoader[/cactus]: Deploy class files /WEB-INF/classes to C:\Java\jboss-3.0.4_tomcat-4.1
                .12\server\default\deploy\cactus.war\WEB-INF\classes
                14:32:06,232 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/aspectjrt-1.0.5.jar to C:\Java\jboss-3.0.4_to
                mcat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\aspectjrt-1.0.5.jar
                14:32:06,232 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/cactus-1.4.1.jar to C:\Java\jboss-3.0.4_tomca
                t-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\cactus-1.4.1.jar
                14:32:06,242 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/cactus-ant-1.4.1.jar to C:\Java\jboss-3.0.4_t
                omcat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\cactus-ant-1.4.1.jar
                14:32:06,252 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/commons-httpclient-2.0alpha1-20020606.jar to
                C:\Java\jboss-3.0.4_tomcat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\commons-httpclient-2.0alpha1-20020606.jar

                14:32:06,252 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/commons-logging-1.0.jar to C:\Java\jboss-3.0.
                4_tomcat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\commons-logging-1.0.jar
                14:32:06,262 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/httpunit-1.4.1.jar to C:\Java\jboss-3.0.4_tom
                cat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\httpunit-1.4.1.jar
                14:32:06,262 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/junit-3.7.jar to C:\Java\jboss-3.0.4_tomcat-4
                .1.12\server\default\deploy\cactus.war\WEB-INF\lib\junit-3.7.jar
                14:32:06,272 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/log4j-1.2.5.jar to C:\Java\jboss-3.0.4_tomcat
                -4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\log4j-1.2.5.jar
                14:32:06,272 INFO [Engine] WebappLoader[/cactus]: Deploy JAR /WEB-INF/lib/servletapi-2.3.jar to C:\Java\jboss-3.0.4_tom
                cat-4.1.12\server\default\deploy\cactus.war\WEB-INF\lib\servletapi-2.3.jar
                14:32:06,302 INFO [STDOUT] WebappClassLoader: validateJarFile(C:\Java\jboss-3.0.4_tomcat-4.1.12\server\default\deploy\c
                actus.war\WEB-INF\lib\servletapi-2.3.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/
                servlet/Servlet.class
                14:32:06,512 INFO [Engine] ContextConfig[/cactus]: Added certificates -> request attribute Valve
                14:32:07,163 INFO [EmbeddedCatalinaService41] Using Java2 parent classloader delegation: true
                14:32:07,163 INFO [Engine] StandardManager[/cactus]: Seeding random number generator class java.security.SecureRandom
                14:32:07,163 INFO [Engine] StandardManager[/cactus]: Seeding of random number generator has been completed
                14:32:07,173 INFO [Engine] StandardWrapper[/cactus:default]: Loading container servlet default
                14:32:07,173 INFO [Engine] StandardWrapper[/cactus:invoker]: Loading container servlet invoker
                14:32:07,193 INFO [MainDeployer] Deployed package: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cactus
                .war/
                14:32:17,218 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/
                14:32:17,218 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/pub, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/se
                rver/default/deploy/contentxml.ear/cxml_publish.war/
                14:32:17,218 INFO [Engine] StandardHost[localhost]: Removing web application at context path /pub
                14:32:19,461 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/admin, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/
                server/default/deploy/contentxml.ear/cxml_admin.war/
                14:32:19,461 INFO [Engine] StandardHost[localhost]: Removing web application at context path /admin
                14:32:23,827 INFO [EjbModule] Stopping
                14:32:23,837 INFO [EjbModule] Stopped
                14:32:23,837 INFO [EjbModule] Stopping
                14:32:23,837 INFO [EjbModule] Stopped
                14:32:23,837 INFO [EjbModule] Stopping
                14:32:23,837 INFO [EjbModule] Stopped
                14:32:23,837 INFO [EjbModule] Stopping
                14:32:23,847 INFO [EjbModule] Stopped
                14:32:23,847 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/ser
                ver/default/deploy/contentxml.ear/
                14:32:23,847 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/cxml_publish.war/
                14:32:23,847 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_publish.war/
                14:32:23,847 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/cxml_admin.war/
                14:32:23,847 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_admin.war/
                14:32:23,847 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/osworkflow-2.1.0.jar/
                14:32:23,847 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/osworkflow-2.1.0.jar/
                14:32:23,847 INFO [EjbModule] Destroying
                14:32:23,887 INFO [STDOUT] The database is shutdown
                14:32:23,887 INFO [STDOUT] The database is shutdown
                14:32:23,897 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication=contentxml.ear,J2EEServ
                er=Single,j2eeType=EJBModule,name=cxml_ejb.jar
                14:32:23,907 INFO [EjbModule] Destroyed
                14:32:23,907 INFO [Server] Undeploying all packages
                14:32:23,907 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cactus.war/
                14:32:23,907 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/cactus, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.12
                /server/default/deploy/cactus.war/
                14:32:23,907 INFO [Engine] StandardHost[localhost]: Removing web application at context path /cactus
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/bsh-1.2b5.jar/98.bsh-1.2b5.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/bsh-1.2b5.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/xalan-2.3.1.jar/97.xalan-2.3.1.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/cactus.war/
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cactus.war/
                14:32:23,917 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cxml_extensi
                ons.ear/
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xalan-2.3.1.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/xindice.jar/96.xindice.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xindice.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/xml-apis.jar/95.xml-apis.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xml-apis.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/jdom.jar/94.jdom.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/jdom.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/xercesImpl-2.0.0.jar/93.xercesImpl-2.0.0.jar restart will delet
                e it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xercesImpl-2.0.0.jar
                14:32:23,917 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/xmldb.jar/92.xmldb.jar restart will delete it
                14:32:23,917 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xmldb.jar
                14:32:23,927 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/external, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/cxml_extensions.ear/cxml_external.war/
                14:32:23,927 INFO [Engine] StandardHost[localhost]: Removing web application at context path /external
                14:32:23,927 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/openorb-1.2.0.jar/91.openorb-1.2.0.jar restart will delete it
                14:32:23,927 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/openorb-1.2.0.jar
                14:32:23,927 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/contentxml.ear/cxml_ejb.jar/bsf.jar/90.bsf.jar restart will delete it
                14:32:23,927 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/bsf.jar
                14:32:23,927 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/cxml_ejb.jar/
                14:32:23,927 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/
                14:32:23,937 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/commons-logging.jar/
                14:32:23,937 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/commons-logging.jar/
                14:32:23,937 INFO [EjbModule] Destroying
                14:32:23,947 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication=contentxml.ear,J2EEServ
                er=Single,j2eeType=EJBModule,name=propertyset.jar
                14:32:23,947 INFO [EjbModule] Destroyed
                14:32:23,947 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:23,947 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/propertyset.jar/
                14:32:23,947 INFO [EjbModule] Destroying
                14:32:23,957 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/ser
                ver/default/deploy/cxml_extensions.ear/
                14:32:23,957 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/cxml_extensions.ear/cxml_external.war/
                14:32:23,957 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cxml_extensio
                ns.ear/cxml_external.war/
                14:32:23,957 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/cxml_extensions.ear/
                14:32:23,957 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cxml_extensio
                ns.ear/
                14:32:23,957 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cxml_extensi
                ons.ear/cxml_external.war/
                14:32:23,957 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication=contentxml.ear,J2EEServ
                er=Single,j2eeType=EJBModule,name=osuser.jar
                14:32:23,957 INFO [EjbModule] Destroyed
                14:32:23,957 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:23,967 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/osuser.jar/
                14:32:23,967 INFO [EjbModule] Destroying
                14:32:23,967 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:23,967 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/cxml_extensio
                ns.ear/cxml_external.war/
                14:32:23,967 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/
                14:32:23,967 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/cxml_ejb.jar/
                14:32:23,967 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:23,977 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication=contentxml.ear,J2EEServ
                er=Single,j2eeType=EJBModule,name=oscore.jar
                14:32:23,977 INFO [EjbModule] Destroyed
                14:32:23,977 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:23,977 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/oscore.jar/
                14:32:23,977 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/
                14:32:23,977 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/
                14:32:23,977 INFO [MainDeployer] Starting deployment of package: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default
                /deploy/contentxml.ear/
                14:32:23,987 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:23,987 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:23,987 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/ser
                ver/default/deploy/contentxml.ear/
                14:32:23,987 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:23,987 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/
                14:32:23,987 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/cxml_ejb.jar/
                14:32:24,007 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/cxml_ejb.jar/
                14:32:24,007 WARN [ServiceController] Ignoring request to destroy non-existant service: jboss.j2ee:service=EjbModule,ur
                l=file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/cxml_ejb.jar/
                14:32:24,007 WARN [ServiceController] Ignoring request to remove non-existant service: jboss.j2ee:service=EjbModule,url
                =file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/cxml_ejb.jar/
                14:32:24,007 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,007 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/
                14:32:24,007 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/cxml_ejb.jar/bsh-1.2b5.jar
                14:32:24,007 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,007 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/bsh-1.2b5.jar
                14:32:24,007 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/cxml_ejb.jar/xalan-2.3.1.jar
                14:32:24,027 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,027 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xalan-2.3.1.jar
                14:32:24,027 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/cxml_ejb.jar/xindice.jar
                14:32:24,027 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,027 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/cxml_ejb.jar/xindice.jar
                14:32:24,027 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/cxml_ejb.jar/xml-apis.jar
                14:32:24,027 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,077 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:24,077 WARN [ServiceController] Ignoring request to destroy non-existant service: jboss.j2ee:service=EjbModule,ur
                l=file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:24,077 WARN [ServiceController] Ignoring request to remove non-existant service: jboss.j2ee:service=EjbModule,url
                =file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:24,087 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,087 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/propertyset.jar/
                14:32:24,087 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/osuser.jar/
                14:32:24,087 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:24,087 WARN [ServiceController] Ignoring request to destroy non-existant service: jboss.j2ee:service=EjbModule,ur
                l=file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:24,087 WARN [ServiceController] Ignoring request to remove non-existant service: jboss.j2ee:service=EjbModule,url
                =file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:24,108 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,108 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/osuser.jar/
                14:32:24,108 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/oscore.jar/
                14:32:24,108 WARN [ServiceController] Ignoring request to stop non-existant service: jboss.j2ee:service=EjbModule,url=f
                ile%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:24,108 WARN [ServiceController] Ignoring request to destroy non-existant service: jboss.j2ee:service=EjbModule,ur
                l=file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:24,108 WARN [ServiceController] Ignoring request to remove non-existant service: jboss.j2ee:service=EjbModule,url
                =file%/C%/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:24,118 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,118 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/oscore.jar/
                14:32:24,118 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-console.
                war/
                14:32:24,118 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/jmx-console, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4
                .1.12/server/default/deploy/jmx-console.war/
                14:32:24,118 INFO [Engine] StandardHost[localhost]: Removing web application at context path /jmx-console
                14:32:24,218 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/jmx-console.war/
                14:32:24,218 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-console.w
                ar/
                14:32:24,218 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-ejb-adap
                tor.jar
                14:32:24,228 INFO [EjbModule] Stopping
                14:32:24,228 INFO [EjbModule] Stopped
                14:32:24,228 INFO [EjbModule] Destroying
                14:32:24,228 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication= ,J2EEServer=Single,j2e
                eType=EJBModule,name=jmx-ejb-adaptor.jar
                14:32:24,228 INFO [EjbModule] Destroyed
                14:32:24,238 INFO [EARDeployer] Init J2EE application: file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/co
                ntentxml.ear/
                14:32:24,238 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/jmx-ejb-adaptor.jar/89.jmx-ejb-adaptor.jar restart will delete it
                14:32:24,238 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-ejb-adapt
                or.jar
                14:32:24,238 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/ejb-manageme
                nt.jar
                14:32:24,238 INFO [EjbModule] Stopping
                14:32:24,238 INFO [EjbModule] Stopped
                14:32:24,238 INFO [EjbModule] Destroying
                14:32:24,248 INFO [EjbModule] Remove JSR-77 EJB Module: jboss.management.single:J2EEApplication= ,J2EEServer=Single,j2e
                eType=EJBModule,name=ejb-management.jar
                14:32:24,248 INFO [EjbModule] Destroyed
                14:32:24,248 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/ejb-management.jar/88.ejb-management.jar restart will delete it
                14:32:24,248 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/ejb-managemen
                t.jar
                14:32:24,248 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jms-ra.rar
                14:32:24,248 INFO [RARDeployer] About to undeploy RARDeploymentMBean, objectname: jboss.jca:service=RARDeployment,name=
                JMS Adapter
                14:32:24,248 INFO [XATxConnectionManager] Stopping
                14:32:24,248 INFO [XATxConnectionManager] shutting down pool: org.jboss.resource.connectionmanager.XATxConnectionManage
                r@1423820
                14:32:24,278 INFO [XATxConnectionManager] Stopped
                14:32:24,278 INFO [XATxConnectionManager] Destroying
                14:32:24,278 INFO [JCAManagedConnectionFactory] JCAManagedConnectionFactory.preDeregister(): JCAManagedConnectionFactor
                y
                14:32:24,278 INFO [JCAConnectionFactory] JCAConnectionFactory.preDeregister(): JCAConnectionFactory
                14:32:24,278 INFO [XATxConnectionManager] Destroyed
                14:32:24,298 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/tmp/deploy/server/default/deploy/jms-ra.rar/87.jms-ra.rar-contents/jms-ra.jar
                14:32:24,298 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/server/de
                fault/deploy/jms-ra.rar/87.jms-ra.rar-contents/jms-ra.jar
                14:32:24,298 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/jms-ra.rar/87.jms-ra.rar restart will delete it
                14:32:24,298 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jms-ra.rar
                14:32:24,298 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss-xa.rar

                14:32:24,298 INFO [RARDeployer] About to undeploy RARDeploymentMBean, objectname: jboss.jca:service=RARDeployment,name=
                Minerva JDBC XATransaction ResourceAdapter
                14:32:24,298 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/tmp/deploy/server/default/deploy/jboss-xa.rar/86.jboss-xa.rar-contents/ra-xa-libs.jar
                14:32:24,318 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/server/de
                fault/deploy/jboss-xa.rar/86.jboss-xa.rar-contents/ra-xa-libs.jar
                14:32:24,328 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/jboss-xa.rar/86.jboss-xa.rar restart will delete it
                14:32:24,338 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss-xa.rar
                14:32:24,338 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss-local-
                jdbc.rar
                14:32:24,338 INFO [RARDeployer] About to undeploy RARDeploymentMBean, objectname: jboss.jca:service=RARDeployment,name=
                JBoss LocalTransaction JDBC Wrapper
                14:32:24,338 INFO [LocalTxConnectionManager] Stopping
                14:32:24,338 INFO [LocalTxConnectionManager] shutting down pool: org.jboss.resource.connectionmanager.LocalTxConnection
                Manager@18ff27
                14:32:24,338 INFO [LocalTxConnectionManager] Stopped
                14:32:24,338 INFO [LocalTxConnectionManager] Stopping
                14:32:24,338 INFO [LocalTxConnectionManager] shutting down pool: org.jboss.resource.connectionmanager.LocalTxConnection
                Manager@322394
                14:32:24,338 INFO [LocalTxConnectionManager] Stopped
                14:32:24,358 INFO [LocalTxConnectionManager] Stopping
                14:32:24,358 INFO [LocalTxConnectionManager] shutting down pool: org.jboss.resource.connectionmanager.LocalTxConnection
                Manager@1bdcbb2
                14:32:24,358 INFO [LocalTxConnectionManager] Stopped
                14:32:24,358 INFO [LocalTxConnectionManager] Destroying
                14:32:24,358 INFO [JCAManagedConnectionFactory] JCAManagedConnectionFactory.preDeregister(): JCAManagedConnectionFactor
                y
                14:32:24,378 INFO [JCAConnectionFactory] JCAConnectionFactory.preDeregister(): JCAConnectionFactory
                14:32:24,378 INFO [LocalTxConnectionManager] Destroyed
                14:32:24,378 INFO [LocalTxConnectionManager] Destroying
                14:32:24,378 INFO [JCAManagedConnectionFactory] JCAManagedConnectionFactory.preDeregister(): JCAManagedConnectionFactor
                y
                14:32:24,378 INFO [JCAConnectionFactory] JCAConnectionFactory.preDeregister(): JCAConnectionFactory
                14:32:24,378 INFO [LocalTxConnectionManager] Destroyed
                14:32:24,378 INFO [LocalTxConnectionManager] Destroying
                14:32:24,388 INFO [JCAManagedConnectionFactory] JCAManagedConnectionFactory.preDeregister(): JCAManagedConnectionFactor
                y
                14:32:24,388 INFO [JCAConnectionFactory] JCAConnectionFactory.preDeregister(): JCAConnectionFactory
                14:32:24,388 INFO [LocalTxConnectionManager] Destroyed
                14:32:24,398 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/tmp/deploy/server/default/deploy/jboss-local-jdbc.rar/85.jboss-local-jdbc.rar-contents/local-ra-jdbc-l
                ibs.jar
                14:32:24,398 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/deploy/server/de
                fault/deploy/jboss-local-jdbc.rar/85.jboss-local-jdbc.rar-contents/local-ra-jdbc-libs.jar
                14:32:24,398 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/jboss-local-jdbc.rar/85.jboss-local-jdbc.rar restart will delete it
                14:32:24,398 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss-local-j
                dbc.rar
                14:32:24,398 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/user-service
                .xml
                14:32:24,408 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/user-
                service.xml
                14:32:24,408 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/user-service.
                xml
                14:32:24,408 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/invoker.war/
                14:32:24,408 INFO [EmbeddedCatalinaService41] undeploy, ctxPath=/invoker, warUrl=file:/C:/Java/jboss-3.0.4_tomcat-4.1.1
                2/server/default/deploy/http-invoker.sar/invoker.war/
                14:32:24,408 INFO [Engine] StandardHost[localhost]: Removing web application at context path /invoker
                14:32:24,458 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/http-invoker.sar/invoker.war/
                14:32:24,458 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,458 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/tomcat41-ser
                vice.xml
                14:32:24,458 INFO [EmbeddedCatalinaService41] Stopping
                14:32:24,458 INFO [MainDeployer] Removing deployer: org.jboss.web.catalina.EmbeddedCatalinaService41@c0a9f9
                14:32:24,458 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/invoker.war/
                14:32:24,458 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,458 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,458 INFO [Engine] HttpProcessor[8080][8] Stopping background thread
                14:32:24,458 INFO [Engine] HttpProcessor[8080][7] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][6] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][5] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][4] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][3] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][2] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][1] Stopping background thread
                14:32:24,488 INFO [Engine] HttpProcessor[8080][0] Stopping background thread
                14:32:24,488 INFO [Engine] HttpConnector[8080] Stopping background thread
                14:32:24,498 INFO [EmbeddedCatalinaService41] Stopped
                14:32:24,498 INFO [EmbeddedCatalinaService41] Destroying
                14:32:24,498 INFO [EmbeddedCatalinaService41] Destroyed
                14:32:24,498 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/tomca
                t41-service.xml
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/tomcat41-serv
                ice.xml
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/jakarta-re
                gexp-1.2.jar
                14:32:24,498 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/jakarta-regexp-1.2.jar/83.jakarta-regexp-1.2.jar restart will delete it
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/jakarta-reg
                exp-1.2.jar
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/mx4j-jmx.j
                ar
                14:32:24,498 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/mx4j-jmx.jar/82.mx4j-jmx.jar restart will delete it
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/mx4j-jmx.ja
                r
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-c
                ommon.jar
                14:32:24,498 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/servlets-common.jar/81.servlets-common.jar restart will delete it
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-co
                mmon.jar
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-war
                p.jar
                14:32:24,498 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-warp.jar/80.tomcat-warp.jar restart will delete it
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-warp
                .jar
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-jk.
                jar
                14:32:24,498 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-jk.jar/79.tomcat-jk.jar restart will delete it
                14:32:24,498 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-jk.j
                ar
                14:32:24,498 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/jasper-run
                time.jar
                14:32:24,508 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/jasper-runtime.jar/78.jasper-runtime.jar restart will delete it
                14:32:24,508 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/jasper-runt
                ime.jar
                14:32:24,508 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/catalina.j
                ar
                14:32:24,508 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/catalina.jar/77.catalina.jar restart will delete it
                14:32:24,508 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/catalina.ja
                r
                14:32:24,508 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/tomcat41-ser
                vice.jar
                14:32:24,508 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/tomcat41-service.jar/76.tomcat41-service.jar restart will delete it
                14:32:24,508 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/tomcat41-serv
                ice.jar
                14:32:24,508 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-di
                gester.jar
                14:32:24,518 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/commons-digester.jar/75.commons-digester.jar restart will delete it
                14:32:24,518 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-dig
                ester.jar
                14:32:24,518 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/servlet.ja
                r
                14:32:24,518 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/servlet.jar/74.servlet.jar restart will delete it
                14:32:24,518 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/servlet.jar

                14:32:24,518 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/tomcat-jni.jar
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/bin/bootstrap.jar/73.bootstrap.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/bootstrap.jar
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/bin/tomcat-jni.jar/71.tomcat-jni.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/tomcat-jni.jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/bootstrap.jar
                14:32:24,528 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/bootstrap.jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/jasper-com
                piler.jar
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/jasper-compiler.jar/70.jasper-compiler.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/jasper-comp
                iler.jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-com
                mon.jar
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/naming-common.jar/69.naming-common.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-comm
                on.jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-fac
                tory.jar
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/naming-factory.jar/68.naming-factory.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-fact
                ory.jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/commons-daemon.ja
                r
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/bin/commons-daemon.jar/67.commons-daemon.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/bin/commons-daemon.jar

                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-jk2
                .jar
                14:32:24,528 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/tomcat-4.1.x/server/classes/
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/classes/
                14:32:24,528 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-jk2.jar/66.tomcat-jk2.jar restart will delete it
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-jk2.
                jar
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/classes/
                14:32:24,528 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,528 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/classes/
                14:32:24,528 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-htt
                p11.jar
                14:32:24,538 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-http11.jar/65.tomcat-http11.jar restart will delete it
                14:32:24,538 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-http
                11.jar
                14:32:24,538 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-i
                nvoker.jar
                14:32:24,538 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/servlets-invoker.jar/64.servlets-invoker.jar restart will delete it
                14:32:24,538 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-in
                voker.jar
                14:32:24,538 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/commons-co
                llections.jar
                14:32:24,558 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/commons-collections.jar/63.commons-collections.jar restart will delete it
                14:32:24,558 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/commons-col
                lections.jar
                14:32:24,558 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-coy
                ote.jar
                14:32:24,558 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-coyote.jar/62.tomcat-coyote.jar restart will delete it
                14:32:24,558 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-coyo
                te.jar
                14:32:24,558 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-mo
                deler.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/commons-modeler.jar/61.commons-modeler.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-mod
                eler.jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-w
                ebdav.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/servlets-webdav.jar/60.servlets-webdav.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-we
                bdav.jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-res
                ources.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/naming-resources.jar/59.naming-resources.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/naming-reso
                urces.jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-m
                anager.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/servlets-manager.jar/58.servlets-manager.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-ma
                nager.jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-uti
                l.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/commons-logging.jar/57.commons-logging.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-log
                ging.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/tomcat-util.jar/55.tomcat-util.jar restart will delete it
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/tomcat-util
                .jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-lo
                gging.jar
                14:32:24,568 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,568 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-log
                ging.jar
                14:32:24,568 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/catalina-a
                nt.jar
                14:32:24,568 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/catalina-ant.jar/54.catalina-ant.jar restart will delete it
                14:32:24,578 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/catalina-an
                t.jar
                14:32:24,578 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-be
                anutils.jar
                14:32:24,578 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/commons-beanutils.jar/53.commons-beanutils.jar restart will delete it
                14:32:24,578 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-bea
                nutils.jar
                14:32:24,578 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/ant.jar
                14:32:24,578 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/ant.jar/52.ant.jar restart will delete it
                14:32:24,578 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/ant.jar
                14:32:24,578 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-d
                efault.jar
                14:32:24,578 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/server/lib/servlets-default.jar/51.servlets-default.jar restart will delete it
                14:32:24,578 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/server/lib/servlets-de
                fault.jar
                14:32:24,578 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/commons-lo
                gging-api.jar
                14:32:24,578 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/tomcat-4.1.x/common/lib/commons-logging-api.jar/50.commons-logging-api.jar restart will delete it
                14:32:24,578 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/commons-log
                ging-api.jar
                14:32:24,578 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/scheduler-se
                rvice.xml
                14:32:24,588 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/sched
                uler-service.xml
                14:32:24,588 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/scheduler-ser
                vice.xml
                14:32:24,588 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/properties-s
                ervice.xml
                14:32:24,588 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/prope
                rties-service.xml
                14:32:24,588 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/properties-se
                rvice.xml
                14:32:24,588 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mysql-servic
                e.xml
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopping
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopped
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopping
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopped
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopping
                14:32:24,588 INFO [JBossManagedConnectionPool] Stopped
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroying
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroyed
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroying
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroyed
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroying
                14:32:24,588 INFO [JBossManagedConnectionPool] Destroyed
                14:32:24,598 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mysql
                -service.xml
                14:32:24,598 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mysql-service
                .xml
                14:32:24,598 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mail-service
                .xml
                14:32:24,598 INFO [MailService] Stopping
                14:32:24,598 INFO [MailService] Mail service 'java:/Mail' removed from JNDI
                14:32:24,608 INFO [MailService] Stopped
                14:32:24,608 INFO [MailService] Destroying
                14:32:24,608 INFO [MailService] Destroyed
                14:32:24,608 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mail-
                service.xml
                14:32:24,608 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/mail-service.
                xml
                14:32:24,608 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/invoker.war/
                14:32:24,608 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,608 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,608 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jms-service.
                xml
                14:32:24,608 INFO [JBossManagedConnectionPool] Stopping
                14:32:24,608 INFO [JBossManagedConnectionPool] Stopped
                14:32:24,608 INFO [EJBDeployer] Stopping
                14:32:24,608 INFO [MainDeployer] Removing deployer: org.jboss.ejb.EJBDeployer@14a18d
                14:32:24,608 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/oscore.jar/
                14:32:24,608 WARN [ServiceController] Ignoring request to stop non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to destroy non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to remove non-existant service: null
                14:32:24,608 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/oscore.jar/
                14:32:24,608 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/oscore.jar/
                14:32:24,608 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/osuser.jar/
                14:32:24,608 WARN [ServiceController] Ignoring request to stop non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to destroy non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to remove non-existant service: null
                14:32:24,608 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/osuser.jar/
                14:32:24,608 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/osuser.jar/
                14:32:24,608 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.e
                ar/propertyset.jar/
                14:32:24,608 WARN [ServiceController] Ignoring request to stop non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to destroy non-existant service: null
                14:32:24,608 WARN [ServiceController] Ignoring request to remove non-existant service: null
                14:32:24,608 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/contentxml.ear/propertyset.jar/
                14:32:24,608 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/contentxml.ea
                r/propertyset.jar/
                14:32:24,608 INFO [EJBDeployer] Stopped
                14:32:24,608 INFO [ServerSessionPoolLoader] Stopping
                14:32:24,618 INFO [ServerSessionPoolLoader] pool factory StdJMSPool unbound from java:/StdJMSPool
                14:32:24,618 INFO [ServerSessionPoolLoader] Stopped
                14:32:24,618 INFO [JMSProviderLoader] Stopping
                14:32:24,618 INFO [JMSProviderLoader] unbound adapter DefaultJMSProvider from java:/DefaultJMSProvider
                14:32:24,618 INFO [JMSProviderLoader] Stopped
                14:32:24,618 INFO [JBossManagedConnectionPool] Destroying
                14:32:24,618 INFO [JBossManagedConnectionPool] Destroyed
                14:32:24,618 INFO [EJBDeployer] Destroying
                14:32:24,618 INFO [EJBDeployer] Destroyed
                14:32:24,618 INFO [ServerSessionPoolLoader] Destroying
                14:32:24,618 INFO [ServerSessionPoolLoader] Destroyed
                14:32:24,618 INFO [JMSProviderLoader] Destroying
                14:32:24,618 INFO [JMSProviderLoader] Destroyed
                14:32:24,618 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jms-s
                ervice.xml
                14:32:24,618 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jms-service.x
                ml
                14:32:24,618 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/invoker.war/
                14:32:24,618 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,618 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,618 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jca-service.
                xml
                14:32:24,618 INFO [RARDeployer] Stopping
                14:32:24,618 INFO [MainDeployer] Removing deployer: org.jboss.resource.RARDeployer@a00185
                14:32:24,618 INFO [RARDeployer] Stopped
                14:32:24,618 INFO [RARDeployer] Destroying
                14:32:24,618 INFO [RARDeployer] Destroyed
                14:32:24,618 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jca-s
                ervice.xml
                14:32:24,618 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jca-service.x
                ml
                14:32:24,618 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jbossmq-serv
                ice.xml
                14:32:24,618 INFO [DLQ] Stopping
                14:32:24,628 INFO [DLQ] Stopped
                14:32:24,628 INFO [testTopic] Stopping
                14:32:24,628 INFO [testTopic] Stopped
                14:32:24,628 INFO [securedTopic] Stopping
                14:32:24,628 INFO [securedTopic] Stopped
                14:32:24,628 INFO [testDurableTopic] Stopping
                14:32:24,628 INFO [testDurableTopic] Stopped
                14:32:24,628 INFO [testQueue] Stopping
                14:32:24,628 INFO [testQueue] Stopped
                14:32:24,628 INFO [A] Stopping
                14:32:24,638 INFO [A] Stopped
                14:32:24,638 INFO [B] Stopping
                14:32:24,638 INFO [B] Stopped
                14:32:24,638 INFO [C] Stopping
                14:32:24,638 INFO [C] Stopped
                14:32:24,638 INFO [D] Stopping
                14:32:24,638 INFO [D] Stopped
                14:32:24,638 INFO [ex] Stopping
                14:32:24,638 INFO [ex] Stopped
                14:32:24,638 INFO [JVMServerILService] Stopping
                14:32:24,648 INFO [JVMServerILService] Stopped
                14:32:24,648 INFO [RMIServerILService] Stopping
                14:32:24,648 INFO [RMIServerILService] Stopped
                14:32:24,648 INFO [OILServerILService] Stopping
                14:32:24,648 INFO [OILServerILService] Stopped
                14:32:24,648 INFO [UILServerILService] Stopping
                14:32:24,648 INFO [UILServerILService] Stopped
                14:32:24,648 INFO [Invoker] Stopping
                14:32:24,648 INFO [Invoker] Stopped
                14:32:24,648 INFO [InterceptorLoader] Stopping
                14:32:24,648 INFO [InterceptorLoader] Stopped
                14:32:24,648 INFO [SecurityManager] Stopping
                14:32:24,648 INFO [SecurityManager] Stopped
                14:32:24,648 INFO [DestinationManager] Stopping
                14:32:24,648 INFO [DestinationManager] Stopped
                14:32:24,648 INFO [PersistenceManager] Stopping
                14:32:24,648 INFO [PersistenceManager] Stopped
                14:32:24,648 INFO [DynamicStateManager] Stopping
                14:32:24,648 INFO [DynamicStateManager] Stopped
                14:32:24,648 INFO [MessageCache] Stopping
                14:32:24,648 INFO [MessageCache] Stopped
                14:32:24,648 INFO [CacheStore] Stopping
                14:32:24,648 INFO [CacheStore] Stopped
                14:32:24,648 INFO [DLQ] Destroying
                14:32:24,648 INFO [DLQ] Destroyed
                14:32:24,648 INFO [testTopic] Destroying
                14:32:24,648 INFO [testTopic] Destroyed
                14:32:24,648 INFO [securedTopic] Destroying
                14:32:24,648 INFO [securedTopic] Destroyed
                14:32:24,648 INFO [testDurableTopic] Destroying
                14:32:24,648 INFO [testDurableTopic] Destroyed
                14:32:24,648 INFO [testQueue] Destroying
                14:32:24,648 INFO [testQueue] Destroyed
                14:32:24,648 INFO [A] Destroying
                14:32:24,648 INFO [A] Destroyed
                14:32:24,648 INFO [B] Destroying
                14:32:24,648 INFO [B] Destroyed
                14:32:24,658 INFO [C] Destroying
                14:32:24,658 INFO [C] Destroyed
                14:32:24,658 INFO [D] Destroying
                14:32:24,658 INFO [D] Destroyed
                14:32:24,658 INFO [ex] Destroying
                14:32:24,658 INFO [ex] Destroyed
                14:32:24,658 INFO [JVMServerILService] Destroying
                14:32:24,658 INFO [JVMServerILService] Destroyed
                14:32:24,658 INFO [RMIServerILService] Destroying
                14:32:24,658 INFO [RMIServerILService] Destroyed
                14:32:24,658 INFO [OILServerILService] Destroying
                14:32:24,658 INFO [OILServerILService] Destroyed
                14:32:24,658 INFO [UILServerILService] Destroying
                14:32:24,658 INFO [UILServerILService] Destroyed
                14:32:24,658 INFO [Invoker] Destroying
                14:32:24,658 INFO [Invoker] Destroyed
                14:32:24,658 INFO [InterceptorLoader] Destroying
                14:32:24,658 INFO [InterceptorLoader] Destroyed
                14:32:24,658 INFO [SecurityManager] Destroying
                14:32:24,658 INFO [SecurityManager] Destroyed
                14:32:24,658 INFO [DestinationManager] Destroying
                14:32:24,658 INFO [DestinationManager] Destroyed
                14:32:24,658 INFO [PersistenceManager] Destroying
                14:32:24,658 INFO [PersistenceManager] Destroyed
                14:32:24,658 INFO [DynamicStateManager] Destroying
                14:32:24,658 INFO [DynamicStateManager] Destroyed
                14:32:24,658 INFO [MessageCache] Destroying
                14:32:24,658 INFO [MessageCache] Destroyed
                14:32:24,658 INFO [CacheStore] Destroying
                14:32:24,658 INFO [CacheStore] Destroyed
                14:32:24,658 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss
                mq-service.xml
                14:32:24,658 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jbossmq-servi
                ce.xml
                14:32:24,658 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jbossmq-dest
                inations-service.xml
                14:32:24,668 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jboss
                mq-destinations-service.xml
                14:32:24,668 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jbossmq-desti
                nations-service.xml
                14:32:24,668 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/counter-serv
                ice.xml
                14:32:24,668 INFO [CounterService] Stopping
                14:32:24,668 INFO [CounterService] Stopped
                14:32:24,668 INFO [CounterService] Destroying
                14:32:24,668 INFO [CounterService] Destroyed
                14:32:24,678 INFO [MainDeployer] Cleaned Deployment file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/count
                er-service.xml
                14:32:24,678 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/counter-servi
                ce.xml
                14:32:24,678 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-rmi-adap
                tor.sar/
                14:32:24,678 INFO [RMIAdaptorService] Stopping
                14:32:24,678 INFO [RMIAdaptorService] Stopped
                14:32:24,678 INFO [RMIAdaptorService] Destroying
                14:32:24,678 INFO [RMIAdaptorService] Destroyed
                14:32:24,678 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/jmx-rmi-adaptor.sar/
                14:32:24,678 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-rmi-adapt
                or.sar/
                14:32:24,678 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-ejb-conn
                ector-server.sar
                14:32:24,678 INFO [MainDeployer] could not delete directory file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/tmp/
                deploy/server/default/deploy/jmx-ejb-connector-server.sar/39.jmx-ejb-connector-server.sar restart will delete it
                14:32:24,678 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/jmx-ejb-conne
                ctor-server.sar
                14:32:24,678 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/
                14:32:24,678 INFO [HttpInvokerHA] Stopping
                14:32:24,678 INFO [HttpInvokerHA] Stopped
                14:32:24,678 INFO [HttpInvoker] Stopping
                14:32:24,678 INFO [HttpInvoker] Stopped
                14:32:24,678 INFO [HttpInvokerHA] Destroying
                14:32:24,678 INFO [HttpInvokerHA] Destroyed
                14:32:24,678 INFO [HttpInvoker] Destroying
                14:32:24,678 INFO [HttpInvoker] Destroyed
                14:32:24,678 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,688 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,688 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: file:/C:/Java/jboss-3.0.4_tomcat-4.1.
                12/server/default/deploy/http-invoker.sar/
                14:32:24,688 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/
                14:32:24,688 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker
                .sar/invoker.war/
                14:32:24,688 INFO [MainDeployer] not deleting localUrl, it is null or not a copy: null
                14:32:24,688 INFO [MainDeployer] Undeployed file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/http-invoker.
                sar/invoker.war/
                14:32:24,688 INFO [MainDeployer] Undeploying file:/C:/Java/jboss-3.0.4_tomcat-4.1.12/server/default/conf/jboss-service.
                xml
                14:32:24,688 INFO [URLDeploymentScanner] Stopping
                14:32:24,688 INFO [URLDeploymentScanner] Stopped
                14:32:24,688 INFO [LocalInvoker] Stopping
                14:32:24,688 INFO [LocalInvoker] Stopped
                14:32:24,698 INFO [PooledInvoker] Stopping
                14:32:24,698 INFO [PooledInvoker] Stopped
                14:32:24,698 INFO [JRMPInvoker] Stopping
                14:32:24,698 INFO [JRMPInvoker] Stopped
                14:32:24,698 INFO [EARDeployer] Stopping
                14:32:24,698 INFO [MainDeployer] Removing deployer: org.jboss.deployment.EARDeployer@1267649
                14:32:24,698 INFO [EARDeployer] Stopped
                14:32:24,698 INFO [CachedConnectionManager] Stopping
                14:32:24,698 INFO [CachedConnectionManager] Stopped
                14:32:24,698