2 Replies Latest reply on Jun 16, 2008 1:39 PM by moorix

    Loading servlets from jar files

    moorix

      Hello,

      I'm using JBoss 5 beta 4 runnig on Linux platform. I have some difficulties deploying axis framework as a war application.

      At JBoss boot-up process there are some warn messages that JBoss can't find axis's servlets archived in jar files. The jar files are located at default/deploy/axis.war/WEB-INF/lib directory. Nevertheless the jsp of axis is running.

      I found this issue is a bug notified to JIRA. I can't wait for next beta. Is there some solution how to tell JBoss (web war deployer) to found and use this sevlets and jar files?

      I have been trying to deloy jar files to main /lib directories, discovering configuration of web deployer or trying to solve this problem with jboss-structure.xml, with no effect.

      Can you help me? Thanks

        • 1. Re: Loading servlets from jar files
          jaikiran

          Post the entire exception stacktrace. Which version of Java do you use? And which version of Axis?

          I found this issue is a bug notified to JIRA.


          Can you point us to that?


          • 2. Re: Loading servlets from jar files
            moorix

            I'm sending the required information:
            java version: Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
            axis: 1.4
            the reference to related JIRA issue: http://jira.jboss.org/jira/browse/JBAS-3000;jsessionid=C732282C552A62868280485A80AF03DC

            full exception stacktrace:
            =========================================================================

            JBoss Bootstrap Environment

            JBOSS_HOME: /usr/share/jboss-5.0.0.Beta4

            JAVA: java

            JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true

            CLASSPATH: /usr/share/jboss-5.0.0.Beta4/bin/run.jar

            =========================================================================

            19:06:52,882 INFO [ServerImpl] Starting JBoss (Microcontainer)...
            19:06:52,886 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.Beta4 (build: SVNTag=JBoss_5_0_0_Beta4 date=200806121911)
            19:06:52,918 INFO [ServerImpl] Home Dir: /usr/share/jboss-5.0.0.Beta4
            19:06:52,919 INFO [ServerImpl] Home URL: file:/usr/share/jboss-5.0.0.Beta4/
            19:06:52,919 INFO [ServerImpl] Library URL: file:/usr/share/jboss-5.0.0.Beta4/lib/
            19:06:52,920 INFO [ServerImpl] Patch URL: null
            19:06:52,921 INFO [ServerImpl] Server Name: default
            19:06:52,921 INFO [ServerImpl] Server Home Dir: /usr/share/jboss-5.0.0.Beta4/server/default
            19:06:52,921 INFO [ServerImpl] Server Home URL: file:/usr/share/jboss-5.0.0.Beta4/server/default/
            19:06:52,921 INFO [ServerImpl] Server Data Dir: /usr/share/jboss-5.0.0.Beta4/server/default/data
            19:06:52,922 INFO [ServerImpl] Server Temp Dir: /usr/share/jboss-5.0.0.Beta4/server/default/tmp
            19:06:52,922 INFO [ServerImpl] Server Config URL: file:/usr/share/jboss-5.0.0.Beta4/server/default/conf/
            19:06:52,922 INFO [ServerImpl] Server Library URL: file:/usr/share/jboss-5.0.0.Beta4/server/default/lib/
            19:06:52,922 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml
            19:06:53,974 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/usr/share/jboss-5.0.0.Beta4/server/default/conf/bootstrap-beans.xml
            19:06:56,585 INFO [ProfileImpl] Using profile root:/usr/share/jboss-5.0.0.Beta4/server/default
            19:06:57,791 INFO [ServerInfo] Java version: 1.6.0_06,Sun Microsystems Inc.
            19:06:57,791 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b22,Sun Microsystems Inc.
            19:06:57,792 INFO [ServerInfo] OS-System: Linux 2.6.18-53.1.21.el5xen,i386
            19:06:57,932 INFO [JMXKernel] Legacy JMX core initialized
            19:07:09,348 INFO [WebService] Using RMI server codebase: http://moorix.sh.cvut.cz:8083/
            19:07:11,268 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
            19:07:11,269 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
            19:07:11,936 INFO [TransactionManagerService] Starting recovery manager
            19:07:12,307 INFO [TransactionManagerService] Recovery manager started
            19:07:12,307 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
            19:07:54,462 INFO [AspectDeployer] Deploying xml into org.jboss.aop.AspectManager@df7ea4 for BaseClassLoader@1e3bd51{vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/ejb3-interceptors-aop.xml}
            19:07:55,987 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://moorix.sh.cvut.cz/jndi/rmi://moorix.sh.cvut.cz:1090/jmxconnector
            19:07:58,206 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.6.0_06/jre/lib/i386/server:/usr/java/jdk1.6.0_06/jre/lib/i386:/usr/java/jdk1.6.0_06/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
            19:07:59,611 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
            19:07:59,613 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
            19:07:59,613 INFO [Catalina] Initialization processed in 2967 ms
            19:07:59,613 INFO [StandardService] Starting service jboss.web
            19:07:59,620 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.0.CR12
            19:07:59,735 INFO [Catalina] Server startup in 122 ms
            19:08:00,091 INFO [RARDeployment] Required license terms exist, view vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/jms-ra.rar/META-INF/ra.xml
            19:08:00,104 INFO [RARDeployment] Required license terms exist, view vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
            19:08:01,751 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
            19:08:01,802 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
            19:08:01,808 INFO [RAMJobStore] RAMJobStore initialized.
            19:08:01,809 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
            19:08:01,810 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
            19:08:01,811 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
            19:08:02,033 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
            19:08:05,095 INFO [RARDeployment] Required license terms exist, view vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
            19:08:06,474 INFO [MailService] Mail Service bound to java:/Mail
            19:08:06,491 INFO [RARDeployment] Required license terms exist, view vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/mail-ra.rar/META-INF/ra.xml
            19:08:08,058 INFO [NativeServerConfig] JBoss Web Services - Native
            19:08:08,058 INFO [NativeServerConfig] jbossws-native-2.0.3.GA (build=200801241020)
            19:08:11,146 INFO [TomcatDeployment] deploy, ctxPath=/jbossws, vfsUrl=jbossws.sar/jbossws-context.war
            19:08:11,497 INFO [TomcatDeployment] deploy, ctxPath=/web-console, vfsUrl=management/console-mgr.sar/web-console.war
            19:08:13,465 INFO [TomcatDeployment] deploy, ctxPath=/invoker, vfsUrl=http-invoker.sar/invoker.war
            19:08:13,824 INFO [TomcatDeployment] deploy, ctxPath=/axis, vfsUrl=axis.war
            19:08:13,839 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.transport.http.AxisServlet
            in classpath when processing annotations.
            19:08:13,842 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.transport.http.AdminServlet
            in classpath when processing annotations.
            19:08:13,845 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.monitor.SOAPMonitorService
            in classpath when processing annotations.
            19:08:13,878 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.transport.http.AxisServlet
            in classpath when processing annotations.
            19:08:13,880 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.transport.http.AdminServlet
            in classpath when processing annotations.
            19:08:13,881 WARN [TomcatInjectionContainer] could not find servlet class
            org.apache.axis.monitor.SOAPMonitorService
            in classpath when processing annotations.
            19:08:13,954 INFO [[/axis]] Marking servlet AdminServlet as unavailable
            19:08:13,955 ERROR [[/axis]] Servlet /axis threw load() exception
            java.lang.ClassNotFoundException:
            org.apache.axis.transport.http.AdminServlet

            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:168)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1006)
            at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)
            at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4072)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4377)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
            at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.apache.catalina.core.StandardContext.init(StandardContext.java:5357)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:346)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:347)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:89)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:67)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
            at $Proxy5.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:255)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
            at org.jboss.system.ServiceController.start(ServiceController.java:431)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:150)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:108)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:874)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:246)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:131)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:408)
            at org.jboss.Main.boot(Main.java:208)
            at org.jboss.Main$1.run(Main.java:534)
            at java.lang.Thread.run(Thread.java:619)
            19:08:13,959 INFO [[/axis]] Marking servlet SOAPMonitorService as unavailable
            19:08:13,960 ERROR [[/axis]] Servlet /axis threw load() exception
            java.lang.ClassNotFoundException:
            org.apache.axis.monitor.SOAPMonitorService

            at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:168)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1006)
            at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)
            at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4072)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4377)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
            at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.apache.catalina.core.StandardContext.init(StandardContext.java:5357)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:346)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:347)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:89)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:67)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
            at $Proxy5.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:255)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
            at org.jboss.system.ServiceController.start(ServiceController.java:431)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:150)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:108)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:874)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:246)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:131)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:408)
            at org.jboss.Main.boot(Main.java:208)
            at org.jboss.Main$1.run(Main.java:534)
            at java.lang.Thread.run(Thread.java:619)
            19:08:15,091 INFO [RARDeployment] Required license terms exist, view vfsfile:/usr/share/jboss-5.0.0.Beta4/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
            19:08:15,202 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
            19:08:15,522 WARN [QuartzTimerServiceFactory] sql failed: CREATE TABLE qrtz_job_details(JOB_NAME VARCHAR(80) NOT NULL, JOB_GROUP VARCHAR(80) NOT NULL, DESCRIPTION VARCHAR(120) NULL, JOB_CLASS_NAME VARCHAR(128) NOT NULL, IS_DURABLE VARCHAR(1) NOT NULL, IS_VOLATILE VARCHAR(1) NOT NULL, IS_STATEFUL VARCHAR(1) NOT NULL, REQUESTS_RECOVERY VARCHAR(1) NOT NULL, JOB_DATA BINARY NULL, PRIMARY KEY (JOB_NAME,JOB_GROUP))
            19:08:15,616 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
            19:08:15,683 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
            19:08:15,684 INFO [JobStoreCMT] Using db table-based data access locking (synchronization).
            19:08:16,509 INFO [JobStoreCMT] Removed 0 Volatile Trigger(s).
            19:08:16,509 INFO [JobStoreCMT] Removed 0 Volatile Job(s).
            19:08:16,510 INFO [JobStoreCMT] JobStoreCMT initialized.
            19:08:16,511 INFO [StdSchedulerFactory] Quartz scheduler 'JBossEJB3QuartzScheduler' initialized from an externally provided properties instance.
            19:08:16,512 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
            19:08:16,542 INFO [JobStoreCMT] Freed 0 triggers from 'acquired' / 'blocked' state.
            19:08:16,546 INFO [JobStoreCMT] Recovering 0 jobs that were in-progress at the time of the last shut-down.
            19:08:16,546 INFO [JobStoreCMT] Recovery complete.
            19:08:16,546 INFO [JobStoreCMT] Removed 0 'complete' triggers.
            19:08:16,547 INFO [JobStoreCMT] Removed 0 stale fired job entries.
            19:08:16,551 INFO [QuartzScheduler] Scheduler JBossEJB3QuartzScheduler_$_NON_CLUSTERED started.
            19:08:16,809 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war
            19:08:18,772 WARN [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
            19:08:19,509 INFO [ServerPeer] JBoss Messaging 1.4.1.Beta1 server [0] started
            19:08:19,760 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            19:08:20,001 INFO [ConnectionFactory] Connector bisocket://moorix.sh.cvut.cz:4457 has leasing enabled, lease period 10000 milliseconds
            19:08:20,002 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@4bb5d8 started
            19:08:20,082 INFO [ConnectionFactory] Connector bisocket://moorix.sh.cvut.cz:4457 has leasing enabled, lease period 10000 milliseconds
            19:08:20,082 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1031d18 started
            19:08:20,086 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
            19:08:20,088 WARN [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
            19:08:20,088 WARN [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
            19:08:20,092 INFO [ConnectionFactory] Connector bisocket://moorix.sh.cvut.cz:4457 has leasing enabled, lease period 10000 milliseconds
            19:08:20,092 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@caf446 started
            19:08:20,101 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
            19:08:20,169 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
            19:08:20,230 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
            19:08:20,295 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta4 (build: SVNTag=JBoss_5_0_0_Beta4 date=200806121911)] Started in 1m:27s:367ms
            19:10:47,031 INFO [ServerImpl] Shutting down the server, blockingShutdown: false
            19:10:47,037 INFO [ServerImpl] Server exit(0) called
            19:10:47,040 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true
            19:10:47,393 INFO [TomcatDeployment] undeploy, ctxPath=/, vfsUrl=ROOT.war
            19:10:47,531 INFO [TomcatDeployment] undeploy, ctxPath=/jbossws, vfsUrl=jbossws.sar/jbossws-context.war
            19:10:47,542 INFO [TomcatDeployment] undeploy, ctxPath=/web-console, vfsUrl=management/console-mgr.sar/web-console.war
            19:10:47,562 INFO [TomcatDeployment] undeploy, ctxPath=/invoker, vfsUrl=http-invoker.sar/invoker.war
            19:10:47,601 INFO [TomcatDeployment] undeploy, ctxPath=/axis, vfsUrl=axis.war
            19:10:47,609 INFO [TomcatDeployment] undeploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war
            19:10:47,632 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080
            19:10:47,691 INFO [AjpProtocol] Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8009
            19:10:47,692 INFO [StandardService] Stopping service jboss.web
            19:10:47,701 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080
            19:10:47,705 INFO [AjpProtocol] Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8009
            19:10:47,723 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
            19:10:47,724 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
            19:10:47,744 INFO [SimpleThreadPool] There are still 44 worker threads active. See javadoc runInThread(Runnable) for a possible explanation
            19:10:47,745 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
            19:10:47,751 INFO [QuartzScheduler] Scheduler JBossEJB3QuartzScheduler_$_NON_CLUSTERED shutting down.
            19:10:47,751 INFO [QuartzScheduler] Scheduler JBossEJB3QuartzScheduler_$_NON_CLUSTERED paused.
            19:10:47,753 INFO [QuartzScheduler] Scheduler JBossEJB3QuartzScheduler_$_NON_CLUSTERED shutdown complete.
            19:10:47,760 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'
            19:10:47,783 INFO [QueueService] Queue[/queue/ExpiryQueue] stopped
            19:10:47,786 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@4bb5d8 undeployed
            19:10:47,789 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1031d18 undeployed
            19:10:47,804 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@caf446 undeployed
            19:10:47,807 INFO [QueueService] Queue[/queue/DLQ] stopped
            19:10:47,812 INFO [ServerPeer] ServerPeer[0] is Stopping. NOTE! Stopping the server peer cleanly will NOT cause failover to occur
            19:10:47,845 INFO [ServerPeer] JMS ServerPeer[0] stopped
            19:10:47,851 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:DefaultDS'
            19:10:47,962 ERROR [Connector] invalid Object Name
            javax.management.InstanceNotFoundException: jboss.remoting:service=invoker,transport= socket,host=moorix.sh.cvut.cz,port=3873 is not registered.
            at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
            at org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
            at org.jboss.remoting.transport.Connector.stop(Connector.java:744)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
            at $Proxy5.stop(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:56)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleUninstallAction(SimpleControllerContextAction.java:79)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.uninstall(AccessControllerContextAction.java:131)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
            at org.jboss.system.ServiceController.stop(ServiceController.java:481)
            at org.jboss.system.deployers.ServiceDeployer.stop(ServiceDeployer.java:157)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:137)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalUndeploy(AbstractSimpleRealDeployer.java:73)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1065)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
            at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
            at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
            19:10:48,019 INFO [MailService] Mail service 'java:/Mail' removed from JNDI
            19:10:48,543 INFO [HypersonicDatabase] Database standalone closed clean
            19:10:48,584 ERROR [Connector] invalid Object Name
            javax.management.InstanceNotFoundException: jboss.remoting:service=invoker,transport= bisocket,host=moorix.sh.cvut.cz,port=4457,JBM_clientMaxPoolSize=200,clientLeasePeriod=10000,clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper,dataType=jms,marshaller=org.jboss.jms.wireformat.JMSWireFormat,numberOfCallRetries=1,numberOfRetries=10,pingFrequency=214748364,pingWindowFactor=10,socket.check_connection=false,timeout=0,unmarshaller=org.jboss.jms.wireformat.JMSWireFormat is not registered.
            at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
            at org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
            at org.jboss.remoting.transport.Connector.stop(Connector.java:744)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
            at $Proxy5.stop(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:56)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleUninstallAction(SimpleControllerContextAction.java:79)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.uninstall(AccessControllerContextAction.java:131)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
            at org.jboss.system.ServiceController.stop(ServiceController.java:481)
            at org.jboss.system.deployers.ServiceDeployer.stop(ServiceDeployer.java:157)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:137)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalUndeploy(AbstractSimpleRealDeployer.java:73)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1065)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
            at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
            at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
            19:10:50,118 ERROR [Connector] invalid Object Name
            javax.management.InstanceNotFoundException: jboss.remoting:service=invoker,transport= socket,host=moorix.sh.cvut.cz,port=4446,dataType=invocation,enableTcpNoDelay=true,marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller,socketTimeout=600000,unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller is not registered.
            at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529)
            at org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:383)
            at org.jboss.remoting.transport.Connector.stop(Connector.java:744)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
            at $Proxy5.stop(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:56)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleUninstallAction(SimpleControllerContextAction.java:79)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.uninstall(AccessControllerContextAction.java:131)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
            at org.jboss.system.ServiceController.stop(ServiceController.java:481)
            at org.jboss.system.deployers.ServiceDeployer.stop(ServiceDeployer.java:157)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:137)
            at org.jboss.system.deployers.ServiceDeployer.undeploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalUndeploy(AbstractSimpleRealDeployer.java:73)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1065)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
            at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
            at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
            at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:325)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
            at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
            at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
            19:10:50,146 INFO [TransactionManagerService] Stopping recovery manager
            19:10:50,573 INFO [ServerImpl] Shutdown complete
            Shutdown complete
            Halting VM

            Thanks for any idea