[JBoss JIRA] Created: (JBAS-8077) Move away from filename based filtering for deployment scanning
by jaikiran pai (JIRA)
Move away from filename based filtering for deployment scanning
---------------------------------------------------------------
Key: JBAS-8077
URL: https://jira.jboss.org/browse/JBAS-8077
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Deployers
Reporter: jaikiran pai
Assignee: Ales Justin
This is related to JBAS-8060. The annotation scanning library uses a filenamed based filter for skipping annotation scanning for deployments. Ideally, relying on deployment file names in itself isn't a good way of filtering out deployments. Although it's a good to have feature for end user deployments, it shouldn't really be used for deployments shipped within JBoss AS.
>From what I understand, the real fix is to add a (empty?) jboss-scanning.xml to such deployments which shouldn't be
scanned. Or maybe there's a better way based on metadata (version)? This task will look into how we can get rid of the file name based filtering for AS shipped deployments.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBAS-7982) Jboss
by simon newton (JIRA)
Jboss
------
Key: JBAS-7982
URL: https://jira.jboss.org/jira/browse/JBAS-7982
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers, VFS
Affects Versions: JBossAS-5.1.0.GA
Environment: Linux somehost 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 i686 GNU/Linux (ubuntu 9.10)
sun java 1.6.0_18 as well as jrockit 4.0.0-1.6.0
Reporter: simon newton
Assignee: Ales Justin
Hot deployments seem to be in error for us. Whenever a new EAR file is sent to the deploy folder of a running instance, whether it be a greater or lesser version of the EAR, the system attempts to deploy the EAR file and fails. However if a shutdown of Jboss and restart is performed, that exact same EAR file deploys just fine and the application comes up. If the EAR file is placed in all/deploy before startup, it also deploys and runs correctly. This problem affects both standalone as well as clustered Jboss instances.
Depeding on the JRE used the hot deploy error could be "error in zip file" (sun) or "file not found" (jrockit). I thought perhaps that the deployer was trying to read the filesystem before the local copy was finished, so adjusted the HDScanner scan period to 30 seconds. The copy action is local, and takes about 2 seconds to complete. File ownerships are verified as being same user, and for the purposes of my testing I ran as root user to ensure file ownerships were not an issue. I confirmed the file copy finished a full 20 seconds before the hot deployer tried to deploy.
I ran with jboss-log4j in debug to see if I could get more granular output on why the file was not found and was suprised to see that the EAR file is found and its subcomponents are also found, but it appers to be during their deployment something does wrong, so unsure why the file would not be found.
I can replicate the problem on any instance I use. To ensure sanity of testing, I installed a fresh Jboss-5.1.0GA as well as used both Sun 1.6.0_18 and Jrockit 4.0.0-1.6.0 JRE. As mentioned before, a shutdown/restart or a clean start using the same EAR file has no problems.
I have tried the fixes here http://community.jboss.org/wiki/howtodeployhudsononjbossapplicationserver5 for a similar problem, but that does not help us and I have verified that we have no .beans files in our EAR (or subcomponents). If this problem was he reason, would it not also mean cold deployments would also fail, which in our case they do not?
# grep -ai period /root/jboss-5.1.0.GA/server/all/deploy/hdscanner-jboss-beans.xml
<property name="scanPeriod">30000</property>
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /root/jboss-5.1.0.GA
JAVA: /root/jrmc-4.0.0-1.6.0//bin/java
JAVA_OPTS: -Dprogram.name=run.sh -Xms1536m -Xmx1536m -XX:MaxPermSize=1536m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
CLASSPATH: /root/jboss-5.1.0.GA/bin/run.jar:/root/jrmc-4.0.0-1.6.0//lib/tools.jar
=========================================================================
15:08:51,573 DEBUG [MainDeployerImpl] Add deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:51,573 DEBUG [MainDeployerImpl] Removing previous deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:51,573 DEBUG [MainDeployerImpl] Remove deployment context: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/ parent=null
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/lib/someapplicationDomainModel.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,575 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [MainDeployerImpl] Scheduling undeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/ parent=AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:51,576 DEBUG [DeployersImpl] Undeploying vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:51,588 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,594 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,596 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,597 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,598 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationWidgetRestService
15:08:51,600 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationWidgetRestService
15:08:51,624 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,660 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationWidgetRestService
15:08:51,660 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationWidgetRestService
15:08:51,660 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationWidgetRestService
15:08:51,660 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationSubscriptionRestService
15:08:51,660 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationSubscriptionRestService
15:08:51,662 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,663 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationSubscriptionRestService
15:08:51,663 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationSubscriptionRestService
15:08:51,663 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationSubscriptionRestService
15:08:51,663 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,663 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,663 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,663 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,663 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationSetupRestService
15:08:51,663 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationSetupRestService
15:08:51,665 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,665 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationSetupRestService
15:08:51,665 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationSetupRestService
15:08:51,665 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationSetupRestService
15:08:51,665 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,665 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,666 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,666 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,666 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationSettingsRestService
15:08:51,666 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationSettingsRestService
15:08:51,667 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,667 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationSettingsRestService
15:08:51,668 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationSettingsRestService
15:08:51,668 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationSettingsRestService
15:08:51,668 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,668 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,668 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,668 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,668 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationSessionRestService
15:08:51,668 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationSessionRestService
15:08:51,669 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,670 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationSessionRestService
15:08:51,670 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationSessionRestService
15:08:51,670 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationSessionRestService
15:08:51,670 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,670 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,670 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,670 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,671 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,671 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,671 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,671 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,671 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationSchedulerService
15:08:51,671 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationSchedulerService
15:08:51,673 INFO [STDOUT] Scheduler someapplicationQuartzScheduler_$_simonn-laptop1272463702389 shutting down.
15:08:51,674 INFO [STDOUT] Scheduler someapplicationQuartzScheduler_$_simonn-laptop1272463702389 paused.
15:08:51,678 INFO [STDOUT] Scheduler someapplicationQuartzScheduler_$_simonn-laptop1272463702389 shutdown complete.
15:08:51,678 INFO [STDOUT] Quartz Scheduler successful shutdown.
15:08:51,678 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,679 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationSchedulerService
15:08:51,679 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationSchedulerService
15:08:51,679 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationSchedulerService
15:08:51,679 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,679 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,679 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,679 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,680 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationLoggerRestService
15:08:51,680 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationLoggerRestService
15:08:51,682 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,682 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationLoggerRestService
15:08:51,682 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationLoggerRestService
15:08:51,682 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationLoggerRestService
15:08:51,683 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationEpgRestService
15:08:51,683 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationEpgRestService
15:08:51,686 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,686 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationEpgRestService
15:08:51,686 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationEpgRestService
15:08:51,686 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationEpgRestService
15:08:51,687 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,687 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,693 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,693 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,693 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationDeviceRestService
15:08:51,693 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationDeviceRestService
15:08:51,695 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,695 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationDeviceRestService
15:08:51,695 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationDeviceRestService
15:08:51,695 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationDeviceRestService
15:08:51,695 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,696 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationAssetRestService
15:08:51,696 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationAssetRestService
15:08:51,698 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,699 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationAssetRestService
15:08:51,699 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationAssetRestService
15:08:51,699 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationAssetRestService
15:08:51,699 DEBUG [ServiceController] stopping service: jboss.web.deployment:war=/someapplicationAccountRestService
15:08:51,699 INFO [TomcatDeployment] undeploy, ctxPath=/someapplicationAccountRestService
15:08:51,701 FINE [config] ConfigureListener.contextDestroyed(null)
15:08:51,702 DEBUG [ServiceController] destroying service: jboss.web.deployment:war=/someapplicationAccountRestService
15:08:51,702 DEBUG [ServiceController] removing service: jboss.web.deployment:war=/someapplicationAccountRestService
15:08:51,702 DEBUG [ServiceCreator] Removing mbean from server: jboss.web.deployment:war=/someapplicationAccountRestService
15:08:51,702 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,702 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,702 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,702 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear"
15:08:51,702 DEBUG [ServiceController] stopping service: jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,715 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14c58a40
15:08:51,720 DEBUG [JmsActivation] Tearing down org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@14c9f618(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)14c68ebf destination=queue/AsyncEventQueue destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
15:08:51,720 DEBUG [JmsActivation] Stopping delivery JBossConnection->ConnectionDelegate[345795029, ID=1d-az518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,736 DEBUG [JmsActivation] Stopping the session pool org.jboss.resource.adapter.jms.inflow.JmsServerSessionPool@149db0de
15:08:51,736 DEBUG [JmsServerSessionPool] Closing the JBossConnectionConsumer[xd-j0618k8g-1-fchz7k8g-pf0yas-f2wgs4, 1]
15:08:51,794 DEBUG [JmsActivation] Closing the JBossConnection->ConnectionDelegate[345795029, ID=1d-az518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,801 DEBUG [SimpleConnectionManager] unregistered connection ConnectionEndpoint[1d-az518k8g-1-fchz7k8g-pf0yas-f2wgs4] with remoting session ID ...-g8k815ys-cv
15:08:51,808 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@150c97e6 from registry
15:08:51,808 DEBUG [JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[4sgw2f-say0fp-g8k7zhcf-1-g8k815ys-cv+4sgw2f-say0fp-g8k7zhcf-1-g8k815z9-cy]
15:08:51,808 DEBUG [ServerInvoker] ServerInvoker (SocketServerInvoker[172.16.32.87:971650625]) removing client callback handler with session id of 4sgw2f-say0fp-g8k7zhcf-1-g8k815ys-cv+4sgw2f-say0fp-g8k7zhcf-1-g8k815z9-cy.
15:08:51,819 DEBUG [BisocketServerInvoker] unrecognized listener ID: 4sgw2f-say0fp-g8k7zhcf-1-g8k815z9-cy
15:08:51,819 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@14e3f901 from registry
15:08:51,828 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:971650625] stopped threads in clientpool
15:08:51,828 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:971650625] stopped threads in threadpool
15:08:51,828 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:971650625] exiting
15:08:51,831 DEBUG [ServerInvoker] SocketServerInvoker[172.16.32.87:971650625] stopped
15:08:51,832 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773385's count, current count 4
15:08:51,832 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773391's count, current count 4
15:08:51,833 DEBUG [JmsActivation] Removing DLQ org.jboss.resource.adapter.jms.inflow.JmsActivation@14c89718(spec=org.jboss.resource.adapter.jms.inflow.JmsActivationSpec(a)14c9f618 mepf=org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory@15acb58b active=false dlq=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler@14c6ac82 transacted=true)
15:08:51,834 DEBUG [AbstractDLQHandler] Closing the JBossConnection->ConnectionDelegate[346082835, ID=uc-gy518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,834 DEBUG [SimpleConnectionManager] unregistered connection ConnectionEndpoint[uc-gy518k8g-1-fchz7k8g-pf0yas-f2wgs4] with remoting session ID ...-g8k815yc-co
15:08:51,834 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@150cd88b from registry
15:08:51,834 DEBUG [JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[4sgw2f-say0fp-g8k7zhcf-1-g8k815yc-co+4sgw2f-say0fp-g8k7zhcf-1-g8k815yf-cr]
15:08:51,834 DEBUG [ServerInvoker] ServerInvoker (SocketServerInvoker[172.16.32.87:972127288]) removing client callback handler with session id of 4sgw2f-say0fp-g8k7zhcf-1-g8k815yc-co+4sgw2f-say0fp-g8k7zhcf-1-g8k815yf-cr.
15:08:51,834 DEBUG [BisocketServerInvoker] unrecognized listener ID: 4sgw2f-say0fp-g8k7zhcf-1-g8k815yf-cr
15:08:51,834 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@14e4ea43 from registry
15:08:51,834 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:972127288] stopped threads in clientpool
15:08:51,834 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:972127288] stopped threads in threadpool
15:08:51,834 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:972127288] exiting
15:08:51,834 DEBUG [ServerInvoker] SocketServerInvoker[172.16.32.87:972127288] stopped
15:08:51,834 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773385's count, current count 3
15:08:51,834 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773391's count, current count 3
15:08:51,834 DEBUG [JmsActivation] Tearing down complete org.jboss.resource.adapter.jms.inflow.JmsActivation@14c89718(spec=org.jboss.resource.adapter.jms.inflow.JmsActivationSpec(a)14c9f618 mepf=org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory@15acb58b active=false transacted=true)
15:08:51,836 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.servicelayer.AsyncEventDispatcher ejbName: AsyncEventQueue
15:08:51,914 DEBUG [QueueService] Stopping jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,919 DEBUG [DestinationJNDIMapper] unregistered queue queue/AsyncEventQueue
15:08:51,919 INFO [QueueService] Queue[queue/AsyncEventQueue, name=queue/AsyncEventQueue] stopped
15:08:51,919 DEBUG [QueueService] Stopped jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,919 DEBUG [ServiceController] destroying service: jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,920 DEBUG [QueueService] Destroying jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,920 DEBUG [QueueService] Destroyed jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,920 DEBUG [ServiceController] removing service: jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,920 DEBUG [ServiceCreator] Removing mbean from server: jboss.messaging.destination:service=Queue,name=queue/AsyncEventQueue
15:08:51,920 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,921 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,922 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,923 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,923 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,923 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,923 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,924 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,925 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,925 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/",parent="someapplicationApplication.ear"
15:08:51,925 DEBUG [ServiceController] stopping service: jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:51,928 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14c24fa8
15:08:51,929 DEBUG [JmsActivation] Tearing down org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@14ba2dc3(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)14c68ebf destination=queue/EpgImportQueue destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
15:08:51,929 DEBUG [JmsActivation] Stopping delivery JBossConnection->ConnectionDelegate[331810715, ID=sb-8w518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,929 DEBUG [JmsActivation] Stopping the session pool org.jboss.resource.adapter.jms.inflow.JmsServerSessionPool@13c740ef
15:08:51,929 DEBUG [JmsServerSessionPool] Closing the JBossConnectionConsumer[yd-y0618k8g-1-fchz7k8g-pf0yas-f2wgs4, 2]
15:08:51,938 DEBUG [JmsActivation] Closing the JBossConnection->ConnectionDelegate[331810715, ID=sb-8w518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,939 DEBUG [SimpleConnectionManager] unregistered connection ConnectionEndpoint[sb-8w518k8g-1-fchz7k8g-pf0yas-f2wgs4] with remoting session ID ...-g8k815vb-bm
15:08:51,939 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@15005966 from registry
15:08:51,939 DEBUG [JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[4sgw2f-say0fp-g8k7zhcf-1-g8k815vb-bm+4sgw2f-say0fp-g8k7zhcf-1-g8k815w8-bp]
15:08:51,939 DEBUG [ServerInvoker] ServerInvoker (SocketServerInvoker[172.16.32.87:974927675]) removing client callback handler with session id of 4sgw2f-say0fp-g8k7zhcf-1-g8k815vb-bm+4sgw2f-say0fp-g8k7zhcf-1-g8k815w8-bp.
15:08:51,939 DEBUG [BisocketServerInvoker] unrecognized listener ID: 4sgw2f-say0fp-g8k7zhcf-1-g8k815w8-bp
15:08:51,939 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@14cf73a5 from registry
15:08:51,939 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:974927675] stopped threads in clientpool
15:08:51,939 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:974927675] stopped threads in threadpool
15:08:51,939 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:974927675] exiting
15:08:51,939 DEBUG [ServerInvoker] SocketServerInvoker[172.16.32.87:974927675] stopped
15:08:51,939 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773385's count, current count 2
15:08:51,939 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773391's count, current count 2
15:08:51,939 DEBUG [JmsActivation] Removing DLQ org.jboss.resource.adapter.jms.inflow.JmsActivation@14bae934(spec=org.jboss.resource.adapter.jms.inflow.JmsActivationSpec(a)14ba2dc3 mepf=org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory@15aee6ae active=false dlq=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler@14b9bfa7 transacted=false)
15:08:51,939 DEBUG [AbstractDLQHandler] Closing the JBossConnection->ConnectionDelegate[348222284, ID=lb-iu518k8g-1-fchz7k8g-pf0yas-f2wgs4, SID=0]
15:08:51,939 DEBUG [SimpleConnectionManager] unregistered connection ConnectionEndpoint[lb-iu518k8g-1-fchz7k8g-pf0yas-f2wgs4] with remoting session ID ...-g8k815ti-bf
15:08:51,939 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@150bf718 from registry
15:08:51,939 DEBUG [JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[4sgw2f-say0fp-g8k7zhcf-1-g8k815ti-bf+4sgw2f-say0fp-g8k7zhcf-1-g8k815tm-bi]
15:08:51,939 DEBUG [ServerInvoker] ServerInvoker (SocketServerInvoker[172.16.32.87:976566187]) removing client callback handler with session id of 4sgw2f-say0fp-g8k7zhcf-1-g8k815ti-bf+4sgw2f-say0fp-g8k7zhcf-1-g8k815tm-bi.
15:08:51,939 DEBUG [BisocketServerInvoker] unrecognized listener ID: 4sgw2f-say0fp-g8k7zhcf-1-g8k815tm-bi
15:08:51,939 DEBUG [InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker@14cfa447 from registry
15:08:51,939 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:976566187] stopped threads in clientpool
15:08:51,939 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:976566187] stopped threads in threadpool
15:08:51,940 DEBUG [SocketServerInvoker] SocketServerInvoker[172.16.32.87:976566187] exiting
15:08:51,940 DEBUG [ServerInvoker] SocketServerInvoker[172.16.32.87:976566187] stopped
15:08:51,940 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773385's count, current count 1
15:08:51,940 DEBUG [InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker@14773391's count, current count 1
15:08:51,940 DEBUG [JmsActivation] Tearing down complete org.jboss.resource.adapter.jms.inflow.JmsActivation@14bae934(spec=org.jboss.resource.adapter.jms.inflow.JmsActivationSpec(a)14ba2dc3 mepf=org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory@15aee6ae active=false transacted=false)
15:08:51,940 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.epg.EpgImportMessageQueue ejbName: EpgImportMessageQueue
15:08:51,944 INFO [STDOUT] WorkerThread is shutting down
15:08:51,945 INFO [STDOUT] WorkerThread is shutting down
15:08:51,945 INFO [STDOUT] WorkerThread is shutting down
15:08:51,945 INFO [STDOUT] WorkerThread is shutting down
15:08:52,046 DEBUG [QueueService] Stopping jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [DestinationJNDIMapper] unregistered queue queue/EpgImportQueue
15:08:52,046 INFO [QueueService] Queue[queue/EpgImportQueue, name=queue/EpgImportQueue] stopped
15:08:52,046 DEBUG [QueueService] Stopped jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [ServiceController] destroying service: jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [QueueService] Destroying jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [QueueService] Destroyed jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [ServiceController] removing service: jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,046 DEBUG [ServiceCreator] Removing mbean from server: jboss.messaging.destination:service=Queue,name=queue/EpgImportQueue
15:08:52,047 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,047 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/",parent="someapplicationApplication.ear"
15:08:52,048 DEBUG [ServiceController] stopping service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/"
15:08:52,049 DEBUG [ServiceController] Ignoring stop request for service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/" at state DESTROYED
15:08:52,049 DEBUG [ServiceController] destroying service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/"
15:08:52,049 DEBUG [ServiceController] Ignoring destroy request for service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/" at state DESTROYED
15:08:52,049 DEBUG [ServiceController] removing service: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/"
15:08:52,049 DEBUG [ServiceCreator] Removing mbean from server: jboss.jacc:service=jacc,id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/"
15:08:52,060 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationWidgetRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/
15:08:52,061 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/
15:08:52,062 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/
15:08:52,063 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationSubscriptionRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/
15:08:52,064 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/
15:08:52,064 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationSetupRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/
15:08:52,065 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/
15:08:52,065 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationSettingsRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/
15:08:52,066 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/
15:08:52,067 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationSessionRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/
15:08:52,067 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationSchedulerService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/
15:08:52,068 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/
15:08:52,068 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationLoggerRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/
15:08:52,069 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/
15:08:52,069 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/
15:08:52,070 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationEpgRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/
15:08:52,070 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/
15:08:52,071 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationDeviceRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/
15:08:52,071 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationAssetRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/
15:08:52,072 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/
15:08:52,073 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/
15:08:52,074 DEBUG [AbstractDeploymentContext] Removed component jboss.web.deployment:war=/someapplicationAccountRestService from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/
15:08:52,075 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/
15:08:52,076 DEBUG [AbstractDeploymentContext] Removed component jboss.messaging.destination:name=queue/AsyncEventQueue,service=Queue from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/
15:08:52,077 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/
15:08:52,078 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/
15:08:52,078 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/
15:08:52,080 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/
15:08:52,081 DEBUG [AbstractDeploymentContext] Removed component jboss.messaging.destination:name=queue/EpgImportQueue,service=Queue from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/
15:08:52,082 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/
15:08:52,083 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/
15:08:52,084 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/
15:08:52,085 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/
15:08:52,085 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/",parent="someapplicationApplication.ear",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:52,086 DEBUG [AbstractDeploymentContext] Removed component jboss.jacc:id="vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/",service=jacc from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:52,114 INFO [STDOUT] WorkerThread is shutting down
15:08:52,126 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@149c1ee0
15:08:52,126 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.ServiceJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiServiceRegistrar@13b4a2eb
15:08:52,129 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: ServiceLayerBean
15:08:52,129 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/ServiceLayerBean/someapplicationApplication/ServiceLayerBean/remote"
15:08:52,130 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/ServiceLayerBean/someapplicationApplication/ServiceLayerBean/remote": org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory@14e702fc
15:08:52,130 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/ServiceLayerBean/someapplicationApplication/ServiceLayerBean/remote"...
15:08:52,130 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory@14e702fc
15:08:52,140 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/ServiceLayerBean/someapplicationApplication/ServiceLayerBean/remote" uninstalled.
15:08:52,140 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB ServiceLayerBean to be unbound from JNDI at "someapplicationApplication/ServiceLayerBean/remote"
15:08:52,143 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote of type BUSINESS_REMOTE is someapplicationApplication/ServiceLayerBean/remote-com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote
15:08:52,143 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote of EJB ServiceLayerBean to be unbound from JNDI at "someapplicationApplication/ServiceLayerBean/remote-com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote"
15:08:52,143 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.servicelayer.ServiceLayerBean ejbName: ServiceLayerBean
15:08:52,234 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14b9958d
15:08:52,234 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationWidgetComponent.jar,name=WidgetServiceComponent,service=EJB3
15:08:52,235 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,235 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: WidgetServiceComponent
15:08:52,235 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/WidgetServiceComponent/java:global/someapplication/widget/WidgetServiceComponent"
15:08:52,235 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/WidgetServiceComponent/java:global/someapplication/widget/WidgetServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14b2b7bc
15:08:52,235 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/WidgetServiceComponent/java:global/someapplication/widget/WidgetServiceComponent"...
15:08:52,235 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14b2b7bc
15:08:52,246 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/WidgetServiceComponent/java:global/someapplication/widget/WidgetServiceComponent" uninstalled.
15:08:52,247 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB WidgetServiceComponent to be unbound from JNDI at "java:global/someapplication/widget/WidgetServiceComponent"
15:08:52,247 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.widget.WidgetServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.service.widget.WidgetServiceRemote
15:08:52,247 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.widget.WidgetServiceRemote of EJB WidgetServiceComponent to be unbound from JNDI at "someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.service.widget.WidgetServiceRemote"
15:08:52,247 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,247 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB WidgetServiceComponent to be unbound from JNDI at "someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,248 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.widget.WidgetServiceComponent ejbName: WidgetServiceComponent
15:08:52,347 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14a7406c
15:08:52,348 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSubscriptionComponent.jar,name=SubscriptionServiceComponent,service=EJB3
15:08:52,348 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,348 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: SubscriptionServiceComponent
15:08:52,348 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/SubscriptionServiceComponent/java:global/someapplication/subscription/SubscriptionServiceComponent"
15:08:52,348 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/SubscriptionServiceComponent/java:global/someapplication/subscription/SubscriptionServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14d8a2f1
15:08:52,348 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/SubscriptionServiceComponent/java:global/someapplication/subscription/SubscriptionServiceComponent"...
15:08:52,348 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14d8a2f1
15:08:52,389 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/SubscriptionServiceComponent/java:global/someapplication/subscription/SubscriptionServiceComponent" uninstalled.
15:08:52,389 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB SubscriptionServiceComponent to be unbound from JNDI at "java:global/someapplication/subscription/SubscriptionServiceComponent"
15:08:52,390 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote
15:08:52,390 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote of EJB SubscriptionServiceComponent to be unbound from JNDI at "someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote"
15:08:52,390 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,390 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB SubscriptionServiceComponent to be unbound from JNDI at "someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,393 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.subscription.SubscriptionServiceComponent ejbName: SubscriptionServiceComponent
15:08:52,485 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14e7fb53
15:08:52,485 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSettingsComponent.jar,name=SettingsServiceComponent,service=EJB3
15:08:52,485 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,485 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: SettingsServiceComponent
15:08:52,485 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/SettingsServiceComponent/java:global/someapplication/settings/SettingsServiceComponent"
15:08:52,485 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/SettingsServiceComponent/java:global/someapplication/settings/SettingsServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14dedb88
15:08:52,485 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/SettingsServiceComponent/java:global/someapplication/settings/SettingsServiceComponent"...
15:08:52,485 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14dedb88
15:08:52,497 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/SettingsServiceComponent/java:global/someapplication/settings/SettingsServiceComponent" uninstalled.
15:08:52,497 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB SettingsServiceComponent to be unbound from JNDI at "java:global/someapplication/settings/SettingsServiceComponent"
15:08:52,497 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.settings.SettingsServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.service.settings.SettingsServiceRemote
15:08:52,497 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.settings.SettingsServiceRemote of EJB SettingsServiceComponent to be unbound from JNDI at "someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.service.settings.SettingsServiceRemote"
15:08:52,497 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,497 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB SettingsServiceComponent to be unbound from JNDI at "someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,499 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.settings.SettingsServiceComponent ejbName: SettingsServiceComponent
15:08:52,589 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14c9815f
15:08:52,589 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSessionComponent.jar,name=SessionServiceComponent,service=EJB3
15:08:52,589 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,589 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: SessionServiceComponent
15:08:52,589 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/SessionServiceComponent/java:global/someapplication/session/SessionServiceComponent"
15:08:52,589 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/SessionServiceComponent/java:global/someapplication/session/SessionServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14a0e65f
15:08:52,590 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/SessionServiceComponent/java:global/someapplication/session/SessionServiceComponent"...
15:08:52,590 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14a0e65f
15:08:52,601 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/SessionServiceComponent/java:global/someapplication/session/SessionServiceComponent" uninstalled.
15:08:52,601 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB SessionServiceComponent to be unbound from JNDI at "java:global/someapplication/session/SessionServiceComponent"
15:08:52,601 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.session.SessionServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.service.session.SessionServiceRemote
15:08:52,601 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.session.SessionServiceRemote of EJB SessionServiceComponent to be unbound from JNDI at "someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.service.session.SessionServiceRemote"
15:08:52,602 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,602 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB SessionServiceComponent to be unbound from JNDI at "someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,608 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.session.SessionServiceComponent ejbName: SessionServiceComponent
15:08:52,702 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14abf56b
15:08:52,702 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgServiceComponent,service=EJB3
15:08:52,703 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,703 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: EpgServiceComponent
15:08:52,703 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/EpgServiceComponent/java:global/someapplication/epg/EpgServiceComponent"
15:08:52,703 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/EpgServiceComponent/java:global/someapplication/epg/EpgServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@149c22aa
15:08:52,703 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/EpgServiceComponent/java:global/someapplication/epg/EpgServiceComponent"...
15:08:52,703 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@149c22aa
15:08:52,714 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/EpgServiceComponent/java:global/someapplication/epg/EpgServiceComponent" uninstalled.
15:08:52,714 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB EpgServiceComponent to be unbound from JNDI at "java:global/someapplication/epg/EpgServiceComponent"
15:08:52,715 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.epg.EpgServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.service.epg.EpgServiceRemote
15:08:52,715 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.epg.EpgServiceRemote of EJB EpgServiceComponent to be unbound from JNDI at "someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.service.epg.EpgServiceRemote"
15:08:52,715 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,715 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB EpgServiceComponent to be unbound from JNDI at "someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,718 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.epg.EpgServiceComponent ejbName: EpgServiceComponent
15:08:52,816 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14e322c8
15:08:52,816 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDrmComponent.jar,name=DrmComponent,service=EJB3
15:08:52,816 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,817 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: DrmComponent
15:08:52,817 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/DrmComponent/java:global/someapplication/drm/DrmComponent"
15:08:52,817 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/DrmComponent/java:global/someapplication/drm/DrmComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14e13861
15:08:52,817 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/DrmComponent/java:global/someapplication/drm/DrmComponent"...
15:08:52,817 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14e13861
15:08:52,828 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/DrmComponent/java:global/someapplication/drm/DrmComponent" uninstalled.
15:08:52,828 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB DrmComponent to be unbound from JNDI at "java:global/someapplication/drm/DrmComponent"
15:08:52,828 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.drm.DrmRemote of type BUSINESS_REMOTE is someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.service.drm.DrmRemote
15:08:52,828 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.drm.DrmRemote of EJB DrmComponent to be unbound from JNDI at "someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.service.drm.DrmRemote"
15:08:52,828 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,828 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB DrmComponent to be unbound from JNDI at "someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,830 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.drm.DrmComponent ejbName: DrmComponent
15:08:52,921 INFO [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=someapplicationApplication.ear/lib/someapplicationDomainModel.jar#com.somecompany.someapplication.model
15:08:52,923 INFO [SessionFactoryImpl] closing
15:08:52,924 INFO [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=someapplicationApplication.ear/lib/someapplicationDomainModel.jar#com.somecompany.someapplication.model
15:08:52,924 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
15:08:52,925 INFO [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=someapplicationApplication.ear/lib/someapplicationDomainModel.jar#com.somecompany.someapplication.model
15:08:52,939 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14ebbe55
15:08:52,939 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDeviceComponent.jar,name=DeviceServiceComponent,service=EJB3
15:08:52,939 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:52,939 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: DeviceServiceComponent
15:08:52,939 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/DeviceServiceComponent/java:global/someapplication/device/DeviceServiceComponent"
15:08:52,939 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/DeviceServiceComponent/java:global/someapplication/device/DeviceServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14e75f0e
15:08:52,939 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/DeviceServiceComponent/java:global/someapplication/device/DeviceServiceComponent"...
15:08:52,939 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14e75f0e
15:08:52,980 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/DeviceServiceComponent/java:global/someapplication/device/DeviceServiceComponent" uninstalled.
15:08:52,980 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB DeviceServiceComponent to be unbound from JNDI at "java:global/someapplication/device/DeviceServiceComponent"
15:08:52,980 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.device.DeviceServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.service.device.DeviceServiceRemote
15:08:52,980 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.device.DeviceServiceRemote of EJB DeviceServiceComponent to be unbound from JNDI at "someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.service.device.DeviceServiceRemote"
15:08:52,981 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:52,981 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB DeviceServiceComponent to be unbound from JNDI at "someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:52,983 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.device.DeviceServiceComponent ejbName: DeviceServiceComponent
15:08:53,080 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@159b5962
15:08:53,081 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAssetComponent.jar,name=AssetServiceComponent,service=EJB3
15:08:53,081 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:53,081 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: AssetServiceComponent
15:08:53,081 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/AssetServiceComponent/java:global/someapplication/asset/AssetServiceComponent"
15:08:53,081 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/AssetServiceComponent/java:global/someapplication/asset/AssetServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@153d8f9b
15:08:53,081 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/AssetServiceComponent/java:global/someapplication/asset/AssetServiceComponent"...
15:08:53,081 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@153d8f9b
15:08:53,093 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/AssetServiceComponent/java:global/someapplication/asset/AssetServiceComponent" uninstalled.
15:08:53,093 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB AssetServiceComponent to be unbound from JNDI at "java:global/someapplication/asset/AssetServiceComponent"
15:08:53,093 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.asset.AssetServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.service.asset.AssetServiceRemote
15:08:53,093 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.asset.AssetServiceRemote of EJB AssetServiceComponent to be unbound from JNDI at "someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.service.asset.AssetServiceRemote"
15:08:53,093 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:53,093 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB AssetServiceComponent to be unbound from JNDI at "someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:53,099 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.asset.AssetServiceComponent ejbName: AssetServiceComponent
15:08:53,201 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14d5eca0
15:08:53,201 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=DomainComponent,service=EJB3
15:08:53,201 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:53,201 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: DomainComponent
15:08:53,201 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/DomainComponent/java:global/someapplication/account/DomainComponent"
15:08:53,201 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/DomainComponent/java:global/someapplication/account/DomainComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14c9122d
15:08:53,201 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/DomainComponent/java:global/someapplication/account/DomainComponent"...
15:08:53,201 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14c9122d
15:08:53,213 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/DomainComponent/java:global/someapplication/account/DomainComponent" uninstalled.
15:08:53,213 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB DomainComponent to be unbound from JNDI at "java:global/someapplication/account/DomainComponent"
15:08:53,213 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.domain.DomainRemote of type BUSINESS_REMOTE is someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.service.domain.DomainRemote
15:08:53,213 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.domain.DomainRemote of EJB DomainComponent to be unbound from JNDI at "someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.service.domain.DomainRemote"
15:08:53,213 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:53,213 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB DomainComponent to be unbound from JNDI at "someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:53,215 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.domain.DomainComponent ejbName: DomainComponent
15:08:53,310 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@1512d700
15:08:53,310 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=BrandServiceComponent,service=EJB3
15:08:53,310 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:53,310 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: BrandServiceComponent
15:08:53,310 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/BrandServiceComponent/java:global/someapplication/account/BrandServiceComponent"
15:08:53,311 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/BrandServiceComponent/java:global/someapplication/account/BrandServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@1510d2c4
15:08:53,311 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/BrandServiceComponent/java:global/someapplication/account/BrandServiceComponent"...
15:08:53,311 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@1510d2c4
15:08:53,322 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/BrandServiceComponent/java:global/someapplication/account/BrandServiceComponent" uninstalled.
15:08:53,322 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB BrandServiceComponent to be unbound from JNDI at "java:global/someapplication/account/BrandServiceComponent"
15:08:53,322 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.brand.BrandServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.service.brand.BrandServiceRemote
15:08:53,322 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.brand.BrandServiceRemote of EJB BrandServiceComponent to be unbound from JNDI at "someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.service.brand.BrandServiceRemote"
15:08:53,322 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:53,322 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB BrandServiceComponent to be unbound from JNDI at "someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:53,324 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.brand.BrandServiceComponent ejbName: BrandServiceComponent
15:08:53,418 DEBUG [EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl@14ccec9f
15:08:53,418 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=AccountServiceComponent,service=EJB3
15:08:53,418 DEBUG [Ejb3McRegistrar] Returning from name "org.jboss.ejb3.JndiRegistrar.Session.SLSBJndiRegistrar": org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar@13bcd588
15:08:53,418 DEBUG [JndiSessionRegistrarBase] Unbinding JNDI References for Session Bean: AccountServiceComponent
15:08:53,418 DEBUG [JndiSessionRegistrarBase] Deregistering ProxyFactory under name "ProxyFactory/someapplicationApplication/AccountServiceComponent/java:global/someapplication/account/AccountServiceComponent"
15:08:53,418 DEBUG [Ejb3McRegistrar] Returning from name "ProxyFactory/someapplicationApplication/AccountServiceComponent/java:global/someapplication/account/AccountServiceComponent": org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14b8f0b6
15:08:53,418 DEBUG [Ejb3McRegistrar] Uninstalling bean with name "ProxyFactory/someapplicationApplication/AccountServiceComponent/java:global/someapplication/account/AccountServiceComponent"...
15:08:53,419 DEBUG [ProxyFactoryBase] Stopped: org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory@14b8f0b6
15:08:53,430 DEBUG [Ejb3McRegistrar] Bean with name "ProxyFactory/someapplicationApplication/AccountServiceComponent/java:global/someapplication/account/AccountServiceComponent" uninstalled.
15:08:53,430 DEBUG [JndiSessionRegistrarBase] Default Remote Business View for EJB AccountServiceComponent to be unbound from JNDI at "java:global/someapplication/account/AccountServiceComponent"
15:08:53,430 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.service.account.AccountServiceRemote of type BUSINESS_REMOTE is someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.service.account.AccountServiceRemote
15:08:53,430 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.service.account.AccountServiceRemote of EJB AccountServiceComponent to be unbound from JNDI at "someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.service.account.AccountServiceRemote"
15:08:53,430 DEBUG [JBossSessionPolicyDecorator] Resolved JNDI Name for Interface com.somecompany.someapplication.servicelayer.ServiceComponent of type BUSINESS_REMOTE is someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent
15:08:53,430 DEBUG [JndiSessionRegistrarBase] Remote Business View for com.somecompany.someapplication.servicelayer.ServiceComponent of EJB AccountServiceComponent to be unbound from JNDI at "someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent"
15:08:53,462 INFO [EJBContainer] STOPPED EJB: com.somecompany.someapplication.service.account.AccountServiceComponent ejbName: AccountServiceComponent
15:08:53,570 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=AsyncEventQueue,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/
15:08:53,571 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=ServiceLayerBean,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/
15:08:53,571 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationWidgetComponent.jar,name=WidgetServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/
15:08:53,572 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationWidgetComponent.jar,name=WidgetServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/
15:08:53,573 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSubscriptionComponent.jar,name=SubscriptionServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/
15:08:53,574 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSubscriptionComponent.jar,name=SubscriptionServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/
15:08:53,574 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSettingsComponent.jar,name=SettingsServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/
15:08:53,575 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSettingsComponent.jar,name=SettingsServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/
15:08:53,576 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSessionComponent.jar,name=SessionServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/
15:08:53,577 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSessionComponent.jar,name=SessionServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/
15:08:53,577 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/
15:08:53,578 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgImportMessageQueue,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/
15:08:53,579 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/
15:08:53,579 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDrmComponent.jar,name=DrmComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/
15:08:53,580 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDrmComponent.jar,name=DrmComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/
15:08:53,581 DEBUG [AbstractDeploymentContext] Removed component persistence.unit:unitName=someapplicationApplication.ear/lib/someapplicationDomainModel.jar#com.somecompany.someapplication.model from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/lib/someapplicationDomainModel.jar/
15:08:53,582 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDeviceComponent.jar,name=DeviceServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/
15:08:53,583 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDeviceComponent.jar,name=DeviceServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/
15:08:53,584 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAssetComponent.jar,name=AssetServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/
15:08:53,585 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAssetComponent.jar,name=AssetServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/
15:08:53,586 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=BrandServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,587 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=DomainComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,588 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=AccountServiceComponent,service=EJB3_endpoint from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,589 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=AccountServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,589 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=BrandServiceComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,590 DEBUG [AbstractDeploymentContext] Removed component jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=DomainComponent,service=EJB3 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/
15:08:53,591 DEBUG [AbstractDeploymentContext] Removed component someapplication-mgt-security from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:53,592 DEBUG [AbstractDeploymentContext] Removed component someapplication-mgt-security$AuthenticationPolicy from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:53,592 DEBUG [AbstractDeploymentContext] Removed component someapplication-mgt-security$AuthenticationPolicy$Module0 from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:53,595 DEBUG [AbstractDeploymentContext] Removed component org.jboss.metadata.jpa.spec.PersistenceUnitMetaData.com.somecompany.someapplication.model from vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/lib/someapplicationDomainModel.jar/
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@93c8744c{WidgetServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@1bef0925{SubscriptionServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@b3dfb02b{SettingsServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@72aee45e{SessionServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@3f650ee4{EpgServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@804dee3e{DrmComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@715d45e{DeviceServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@1ae7d0b8{AssetServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@72e93c79{DomainComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@8975ddf5{AccountServiceComponent}
15:08:53,596 DEBUG [EJB3EndpointDeployer] found bean org.jboss.metadata.ejb.jboss.jndipolicy.plugins.JBossSessionPolicyDecorator@a867234f{BrandServiceComponent}
15:08:53,599 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=AsyncEventQueue,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,599 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=ServiceLayerBean,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,599 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationWidgetComponent.jar,name=WidgetServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSubscriptionComponent.jar,name=SubscriptionServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSettingsComponent.jar,name=SettingsServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSessionComponent.jar,name=SessionServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgImportMessageQueue,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDrmComponent.jar,name=DrmComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDeviceComponent.jar,name=DeviceServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,600 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAssetComponent.jar,name=AssetServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,601 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=AccountServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,601 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=BrandServiceComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,601 DEBUG [Ejb3Registry] Unregistered container jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=DomainComponent,service=EJB3,VMID=5b268d347026bbb5:-5fcaf523:12844be0e81:-7ff7
15:08:53,611 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450214{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/} AbstractKernelDeployment(a)14ebfa85{name=Z_someapplicationServiceLayer.jar installed=false beanFactories=[AbstractBeanMetaData@15aa71a4{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=AsyncEventQueue,service=EJB3 bean=org.jboss.ejb3.mdb.MDB properties=[transactionManager, timerServiceFactory, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@14ebfbe5{parameters= factory=AbstractValueMetaData@15aa71c3{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aa71ca} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService, jboss.messaging.destination:name=queue/AsyncEventQueue,service=Queue] supplies=[jndi:null, Class:javax.jms.MessageListener] depends=[]}, AbstractBeanMetaData@15ab3b37{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=Z_someapplicationServiceLayer.jar,name=ServiceLayerBean,service=EJB3 bean=org.jboss.ejb3.service.ServiceContainer properties=[cachedConnectionManager, transactionManager, timerServiceFactory] constructor=JBossASKernel$AlreadyInstantiated@14f10da3{parameters= factory=AbstractValueMetaData@15ab3b65{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15ab3b6c} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService, persistence.unit:unitName=someapplicationApplication.ear/lib/someapplicationDomainModel.jar#com.somecompany.someapplication.model] supplies=[jndi:someapplicationApplication/ServiceLayerBean/remote, Class:com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote, jndi:someapplicationApplication/ServiceLayerBean/remote-com.somecompany.someapplication.servicelayer.ServiceLayerBeanRemote, Class:com.somecompany.someapplication.servicelayer.ServiceLayerManagement] depends=[]}]}
15:08:53,612 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450197{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/} AbstractKernelDeployment(a)14e43c21{name=someapplicationWidgetComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15aa6c33{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationWidgetComponent.jar,name=WidgetServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[transactionManager, timerServiceFactory, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@14e43d84{parameters= factory=AbstractValueMetaData@15aa6c6e{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aa6cc7} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.service.widget.WidgetServiceRemote, jndi:someapplicationApplication/WidgetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.widget.WidgetServiceRemote, jndi:java:global/someapplication/widget/WidgetServiceComponent] depends=[]}]}
15:08:53,612 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450180{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/} AbstractKernelDeployment(a)14e71a53{name=someapplicationSubscriptionComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15ae7323{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSubscriptionComponent.jar,name=SubscriptionServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, cachedConnectionManager, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@14e71bbd{parameters= factory=AbstractValueMetaData@15ae7348{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15ae7375} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote, jndi:someapplicationApplication/SubscriptionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.subscription.SubscriptionServiceRemote, jndi:java:global/someapplication/subscription/SubscriptionServiceComponent] depends=[]}]}
15:08:53,612 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450163{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/} AbstractKernelDeployment(a)14e28f7e{name=someapplicationSettingsComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15aa5cf4{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSettingsComponent.jar,name=SettingsServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, cachedConnectionManager, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@14e290e3{parameters= factory=AbstractValueMetaData@15aa5d13{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aa5d1a} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:java:global/someapplication/settings/SettingsServiceComponent, jndi:someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.service.settings.SettingsServiceRemote, Class:com.somecompany.someapplication.service.settings.SettingsServiceRemote, jndi:someapplicationApplication/SettingsServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent] depends=[]}]}
15:08:53,612 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450146{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/} AbstractKernelDeployment(a)14e116cb{name=someapplicationSessionComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15adcffc{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationSessionComponent.jar,name=SessionServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[transactionManager, timerServiceFactory, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@14e11830{parameters= factory=AbstractValueMetaData@15add021{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15add04e} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.service.session.SessionServiceRemote, jndi:someapplicationApplication/SessionServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.session.SessionServiceRemote, Class:com.somecompany.someapplication.servicelayer.ServiceComponent, jndi:java:global/someapplication/session/SessionServiceComponent] depends=[]}]}
15:08:53,614 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450129{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/} AbstractKernelDeployment(a)14cbf75e{name=someapplicationEpgComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15aa52a7{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgImportMessageQueue,service=EJB3 bean=org.jboss.ejb3.mdb.MDB properties=[cachedConnectionManager, timerServiceFactory, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@14cbf8c9{parameters= factory=AbstractValueMetaData@15aa52c6{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aa52cd} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService, jboss.messaging.destination:name=queue/EpgImportQueue,service=Queue] supplies=[jndi:null, Class:javax.jms.MessageListener] depends=[]}, AbstractBeanMetaData@15aed437{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationEpgComponent.jar,name=EpgServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, transactionManager, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@14cc6230{parameters= factory=AbstractValueMetaData@15aed45c{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aed489} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.service.epg.EpgServiceRemote, Class:com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.epg.EpgServiceRemote, jndi:java:global/someapplication/epg/EpgServiceComponent, jndi:someapplicationApplication/EpgServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent] depends=[]}]}
15:08:53,614 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450112{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/} AbstractKernelDeployment(a)14ba1540{name=someapplicationDrmComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15ae3266{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDrmComponent.jar,name=DrmComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[transactionManager, timerServiceFactory, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@14ba16a0{parameters= factory=AbstractValueMetaData@15ae328b{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15ac4706} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.service.drm.DrmRemote, jndi:someapplicationApplication/DrmComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.drm.DrmRemote, jndi:java:global/someapplication/drm/DrmComponent] depends=[]}]}
15:08:53,615 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450078{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/} AbstractKernelDeployment(a)14b2d1b1{name=someapplicationDeviceComponent.jar installed=false beanFactories=[AbstractBeanMetaData@15aa47b3{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationDeviceComponent.jar,name=DeviceServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, cachedConnectionManager, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@14b2d314{parameters= factory=AbstractValueMetaData@15aa47f4{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)15aa485f} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.service.device.DeviceServiceRemote, jndi:someapplicationApplication/DeviceServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.device.DeviceServiceRemote, jndi:java:global/someapplication/device/DeviceServiceComponent] depends=[]}]}
15:08:53,644 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450061{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/} AbstractKernelDeployment(a)14ad63bd{name=someapplicationAssetComponent.jar installed=false beanFactories=[AbstractBeanMetaData@14ad6506{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAssetComponent.jar,name=AssetServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[transactionManager, cachedConnectionManager, timerServiceFactory] constructor=JBossASKernel$AlreadyInstantiated@14ad651d{parameters= factory=AbstractValueMetaData@14ad652a{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)14ad652d} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.service.asset.AssetServiceRemote, jndi:java:global/someapplication/asset/AssetServiceComponent, jndi:someapplicationApplication/AssetServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.asset.AssetServiceRemote] depends=[]}]}
15:08:53,645 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@339450044{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/} AbstractKernelDeployment(a)148f7d2c{name=someapplicationAccountComponent.jar installed=false beanFactories=[AbstractBeanMetaData@148f7e7a{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=AccountServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, transactionManager, cachedConnectionManager] constructor=JBossASKernel$AlreadyInstantiated@148f7e91{parameters= factory=AbstractValueMetaData@148f7e9e{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)148f7ea1} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[Class:com.somecompany.someapplication.servicelayer.ServiceComponent, jndi:someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, Class:com.somecompany.someapplication.service.account.AccountServiceRemote, jndi:someapplicationApplication/AccountServiceComponent/remote-com.somecompany.someapplication.service.account.AccountServiceRemote, jndi:java:global/someapplication/account/AccountServiceComponent] depends=[]}, AbstractBeanMetaData@147e1ded{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=BrandServiceComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[cachedConnectionManager, timerServiceFactory, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@147e1e04{parameters= factory=AbstractValueMetaData@147e1e11{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)147e1e14} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[Class:com.somecompany.someapplication.service.brand.BrandServiceRemote, jndi:someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.service.brand.BrandServiceRemote, Class:com.somecompany.someapplication.servicelayer.ServiceComponent, jndi:someapplicationApplication/BrandServiceComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent, jndi:java:global/someapplication/account/BrandServiceComponent] depends=[]}, AbstractBeanMetaData@14869d4a{name=jboss.j2ee:ear=someapplicationApplication.ear,jar=someapplicationAccountComponent.jar,name=DomainComponent,service=EJB3 bean=org.jboss.ejb3.stateless.StatelessContainer properties=[timerServiceFactory, cachedConnectionManager, transactionManager] constructor=JBossASKernel$AlreadyInstantiated@14869d61{parameters= factory=AbstractValueMetaData@14869d6e{value=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory(a)14869d71} factoryClass=org.jboss.ejb3.deployers.JBossASKernel$AlreadyInstantiated$Factory factoryMethod=create} autowireCandidate=true demands=[jboss.ejb:service=EJBTimerService] supplies=[jndi:java:global/someapplication/account/DomainComponent, Class:com.somecompany.someapplication.service.domain.DomainRemote, jndi:someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.service.domain.DomainRemote, Class:com.somecompany.someapplication.servicelayer.ServiceComponent, jndi:someapplicationApplication/DomainComponent/remote-com.somecompany.someapplication.servicelayer.ServiceComponent] depends=[]}]}
15:08:53,645 DEBUG [BeansDeploymentAopMetaDataDeployer] Undeploying AbstractVFSDeploymentContext@332182756{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/} AbstractKernelDeployment@12f65833{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/META-INF/someapplication-auth-jboss-beans.xml installed=false beanFactories=[org.jboss.security.microcontainer.beans.metadata.ApplicationPolicyMetaDataFactory@12f65922]}
15:08:53,665 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/:0.0.0
15:08:53,666 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/:0.0.0
15:08:53,667 DEBUG [RegisterModuleCallback] Removing module VFSDeploymentClassLoaderPolicyModule com.somecompany.services.someapplication:archive=someapplication-classloader-archive:0.0.0
15:08:53,670 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@13b62789{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@133624d8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/}
15:08:53,678 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,679 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@13aefa95{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,680 DEBUG [BaseClassLoader] BaseClassLoader@133624d8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,682 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@13b62789{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,683 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@13b62789{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,683 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@130e50be{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@1313a540{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/}
15:08:53,683 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,683 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@130a32c3{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,683 DEBUG [BaseClassLoader] BaseClassLoader@1313a540{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,683 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@130e50be{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,683 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@130e50be{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,684 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ffc2d8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@1304a911{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/}
15:08:53,684 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,684 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12fd304f{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [BaseClassLoader] BaseClassLoader@1304a911{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ffc2d8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12ffc2d8{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,684 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@131468a5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@131ae880{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/}
15:08:53,684 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,684 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@13078221{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [BaseClassLoader] BaseClassLoader@131ae880{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@131468a5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@131468a5{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,684 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@131f0169{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@131d5322{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/}
15:08:53,684 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,684 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@131d3e46{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,684 DEBUG [BaseClassLoader] BaseClassLoader@131d5322{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@131f0169{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@131f0169{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,685 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f07467{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12f181f2{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/}
15:08:53,685 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,685 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12efe202{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [BaseClassLoader] BaseClassLoader@12f181f2{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f07467{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12f07467{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,685 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f68934{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12f14465{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/}
15:08:53,685 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,685 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12fa0182{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/} shutdown!
15:08:53,685 DEBUG [BaseClassLoader] BaseClassLoader@12f14465{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/} shutdown!
15:08:53,686 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f68934{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/} shutdown!
15:08:53,686 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12f68934{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,686 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f3427b{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12f70525{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/}
15:08:53,686 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,686 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12f32032{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/} shutdown!
15:08:53,686 DEBUG [BaseClassLoader] BaseClassLoader@12f70525{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/} shutdown!
15:08:53,777 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12f3427b{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/} shutdown!
15:08:53,777 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12f3427b{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,778 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ea7a07{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12f23a86{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/}
15:08:53,778 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,778 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12ea5bab{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [BaseClassLoader] BaseClassLoader@12f23a86{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ea7a07{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12ea7a07{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,778 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12e857cf{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12e913bf{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/}
15:08:53,778 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,778 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12e81946{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [BaseClassLoader] BaseClassLoader@12e913bf{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12e857cf{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/} shutdown!
15:08:53,778 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12e857cf{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,778 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ed7a31{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/} unregisterClassLoader BaseClassLoader@12ee5676{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/}
15:08:53,778 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,778 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@12ed60b1{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/} shutdown!
15:08:53,779 DEBUG [BaseClassLoader] BaseClassLoader@12ee5676{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/} shutdown!
15:08:53,831 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@12ed7a31{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/} shutdown!
15:08:53,831 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@12ed7a31{name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/ parentPolicy=AFTER_BUT_JAVA_BEFORE parent=BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}}
15:08:53,831 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@13f24717{com.somecompany.services.someapplication:archive=someapplication-classloader-archive} unregisterClassLoader BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:53,831 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) null
15:08:53,832 DEBUG [BaseClassLoaderPolicy] VFSClassLoaderPolicy@13e2d13e{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/} shutdown!
15:08:53,832 DEBUG [BaseClassLoader] BaseClassLoader@13ea8aa5{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/} shutdown!
15:08:53,842 DEBUG [BaseClassLoaderDomain] ClassLoaderDomain@13f24717{com.somecompany.services.someapplication:archive=someapplication-classloader-archive} shutdown!
15:08:53,842 DEBUG [ClassLoaderSystem] DefaultClassLoaderSystem@131bad98 unregistered domain=ClassLoaderDomain@13f24717{name=com.somecompany.services.someapplication:archive=someapplication-classloader-archive parentPolicy=AFTER_BUT_JAVA_BEFORE parent=ClassLoaderDomain@13284133{DefaultDomain}}
15:08:53,845 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f0c2df{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f0a613{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f0896e{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f06cde{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f0507f{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f03443{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC12.war/:0.0.0
15:08:53,846 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12f01827{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC12.war/:0.0.0
15:08:53,847 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12efdc33{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC12.war/:0.0.0
15:08:53,847 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12efc05a{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC12.war/:0.0.0
15:08:53,847 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12efa49c{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC12.war/:0.0.0
15:08:53,847 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12ef88f8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC12.war/:0.0.0
15:08:53,847 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12ef6352{com.somecompany.services.someapplication:archive=someapplication-classloader-archive} remove module VFSDeploymentClassLoaderPolicyModule com.somecompany.services.someapplication:archive=someapplication-classloader-archive:0.0.0
15:08:53,849 DEBUG [InMemoryClassesDeployer] Removing dynamic class root for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:53,875 DEBUG [DeployersImpl] Fully Undeployed vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:54,174 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d5fb45, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,174 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,174 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,174 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,174 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,174 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d5fb45, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,179 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d5fb45, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/ parent=null
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/lib/someapplicationDomainModel.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDrmComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetComponent.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,422 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [MainDeployerImpl] Scheduling deployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/ parent=AbstractVFSDeploymentContext@350746482{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/}
15:08:54,425 DEBUG [DeployersImpl] Deploying vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:54,560 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/META-INF/someapplication-auth-jboss-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
15:08:54,560 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c80cef, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,560 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,560 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,560 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,560 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,560 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,560 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,560 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,560 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c80cef, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,564 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/META-INF/someapplication-auth-jboss-beans.xml to: AbstractKernelDeployment@14c848bc{name=null installed=false beanFactories=[org.jboss.security.microcontainer.beans.metadata.ApplicationPolicyMetaDataFactory@14c849ab]}
15:08:54,569 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/META-INF/application.xml for type: class org.jboss.metadata.ear.spec.EarMetaData
15:08:54,570 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14ca2712, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,570 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,570 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,570 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,570 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,570 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,570 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,570 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,570 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14ca2712, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,574 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/META-INF/application.xml to: org.jboss.metadata.ear.spec.Ear13DTDMetaData@1f
15:08:54,575 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/META-INF/jboss-app.xml for type: class org.jboss.metadata.ear.jboss.JBossAppMetaData
15:08:54,575 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c978a2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,575 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,575 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,575 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,575 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,575 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,575 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,575 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,575 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c978a2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,577 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/META-INF/jboss-app.xml to: org.jboss.metadata.ear.jboss.JBoss50DTDAppMetaData@1f
15:08:54,578 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/lib/someapplicationDomainModel.jar/META-INF/persistence.xml for type: class org.jboss.metadata.jpa.spec.PersistenceMetaData
15:08:54,579 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c6dece, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,579 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,579 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,579 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,579 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,579 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,579 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,579 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,579 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c6dece, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,582 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/lib/someapplicationDomainModel.jar/META-INF/persistence.xml to: PersistenceMetaData(a)14ccf2e8{version=1.0, persistence units=[PersistenceUnitMetaData(a)14ccf647{provider=org.hibernate.ejb.HibernatePersistence, jta-data-source=java:/someapplicationDataSource, non-jta-data-source=null, non-jta-data-source=null, excludeUnlistedClasses=false, properties={jboss.entity.manager.jndi.name=java:global/someapplication/com.somecompany.someapplication.Model, hibernate.hbm2ddl.auto=update, jboss.entity.manager.factory.jndi.name=java:global/someapplication/com.somecompany.someapplication.ModelFactory}, name=com.somecompany.someapplication.model, transactionType=JTA}]}
15:08:54,588 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,588 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14cf19f0, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,588 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,588 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,588 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,589 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,589 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,589 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,589 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,589 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14cf19f0, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,611 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web24MetaData@1f
15:08:54,611 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,611 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d5c900, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,612 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,612 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,612 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,612 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,612 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,612 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,612 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,612 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d5c900, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,621 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,622 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,622 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d75fe6, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,622 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,622 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,622 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,622 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,622 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,622 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,622 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,622 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d75fe6, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,641 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web24MetaData@1f
15:08:54,642 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,642 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d40750, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,642 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,642 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,642 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,642 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,642 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,642 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,642 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,642 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d40750, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,648 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,648 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,648 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d4cdb2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,648 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,648 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,648 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,648 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,648 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,648 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,648 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,648 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d4cdb2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,652 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,652 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,652 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d55e55, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,652 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,652 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,652 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,652 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,652 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,652 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,652 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,652 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d55e55, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,656 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,656 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,656 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d8cef0, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,656 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,656 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,656 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,656 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,656 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,656 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,656 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,656 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d8cef0, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,660 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,660 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,660 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d97299, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,660 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,660 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,660 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,660 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,660 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,660 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,660 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,660 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14d97299, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,736 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web24MetaData@1f
15:08:54,736 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,737 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1479a1ce, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,737 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,737 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,737 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,737 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,737 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,737 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,737 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,737 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@1479a1ce, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,752 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,752 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,752 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@13c7a228, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,752 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,752 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,752 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,752 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,752 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,752 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,752 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,752 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@13c7a228, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,757 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,757 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/WEB-INF/web.xml for type: class org.jboss.metadata.web.spec.WebMetaData
15:08:54,757 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@13c83bea, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,757 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,757 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,757 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,757 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,757 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,757 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,757 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,757 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@13c83bea, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,761 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/WEB-INF/web.xml to: org.jboss.metadata.web.spec.Web23MetaData@1f
15:08:54,761 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationAccountComponent.jar/META-INF/ejb-jar.xml for type: class org.jboss.metadata.ejb.spec.EjbJarMetaData
15:08:54,762 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14a66698, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,762 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,762 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,762 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,762 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,762 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,762 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,762 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,762 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14a66698, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,790 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationAccountComponent.jar/META-INF/ejb-jar.xml to: org.jboss.metadata.ejb.spec.EjbJar30MetaData@1f
15:08:54,790 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationAssetComponent.jar/META-INF/ejb-jar.xml for type: class org.jboss.metadata.ejb.spec.EjbJarMetaData
15:08:54,790 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14a6eda4, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,790 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,790 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,790 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,790 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,790 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,790 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,791 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,791 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14a6eda4, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,823 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationAssetComponent.jar/META-INF/ejb-jar.xml to: org.jboss.metadata.ejb.spec.EjbJar30MetaData@1f
15:08:54,824 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationSessionComponent.jar/META-INF/ejb-jar.xml for type: class org.jboss.metadata.ejb.spec.EjbJarMetaData
15:08:54,824 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14bb1215, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,824 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,824 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,824 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,824 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,824 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,824 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: true
15:08:54,824 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,824 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14bb1215, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,842 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationSessionComponent.jar/META-INF/ejb-jar.xml to: org.jboss.metadata.ejb.spec.EjbJar30MetaData@1f
15:08:54,842 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/someapplicationEpgComponent.jar/META-INF/jboss.xml for type: class org.jboss.metadata.ejb.jboss.JBossMetaData
15:08:54,843 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c9d83e, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,843 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,843 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,843 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,843 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,843 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,843 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: false
15:08:54,843 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,843 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c9d83e, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,854 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/someapplicationEpgComponent.jar/META-INF/jboss.xml to: org.jboss.metadata.ejb.jboss.JBoss50MetaData@1f
15:08:54,855 DEBUG [JBossXBHelper] Parsing file: someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/META-INF/jboss.xml for type: class org.jboss.metadata.ejb.jboss.JBossMetaData
15:08:54,855 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c31a38, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,855 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,855 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/namespaces set to: true
15:08:54,855 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
15:08:54,855 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/xinclude/fixup-language set to: false
15:08:54,855 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/dynamic set to: true
15:08:54,855 DEBUG [SaxJBossXBParser] http://apache.org/xml/features/validation/schema set to: false
15:08:54,855 DEBUG [SaxJBossXBParser] http://xml.org/sax/features/validation set to: true
15:08:54,855 DEBUG [SaxJBossXBParser] Created parser: org.apache.xerces.jaxp.SAXParserImpl@14c31a38, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
15:08:54,856 DEBUG [JBossXBHelper] Parsed file: someapplicationApplication.ear/Z_someapplicationServiceLayer.jar/META-INF/jboss.xml to: org.jboss.metadata.ejb.jboss.JBoss50MetaData@1f
15:08:54,858 DEBUG [InMemoryClassesDeployer] Dynamic class root for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/ is vfsmemory://4sgw2f-say0fp-g8k7zhcf-1-g8k81xl6-e6
15:08:54,860 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12ef6352{com.somecompany.services.someapplication:archive=someapplication-classloader-archive} add module VFSDeploymentClassLoaderPolicyModule com.somecompany.services.someapplication:archive=someapplication-classloader-archive:0.0.0
15:08:54,860 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/
15:08:54,861 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c74125{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/:0.0.0
15:08:54,861 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/
15:08:54,861 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c789a1{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/:0.0.0
15:08:54,861 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/
15:08:54,861 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7a53f{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/:0.0.0
15:08:54,861 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/
15:08:54,861 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7c0f8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/:0.0.0
15:08:54,861 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/
15:08:54,862 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7dcc9{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/:0.0.0
15:08:54,862 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/
15:08:54,862 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7f955{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/:0.0.0
15:08:54,862 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/
15:08:54,862 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c81575{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/:0.0.0
15:08:54,862 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/
15:08:54,862 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c831ad{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/:0.0.0
15:08:54,862 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/
15:08:54,863 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c84e04{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/:0.0.0
15:08:54,863 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/
15:08:54,871 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c8e30d{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/:0.0.0
15:08:54,871 DEBUG [VFSClassLoaderDescribeDeployer] Will use synthetic domain for classloader of subdeployment: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/
15:08:54,871 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c8ffba{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/} add module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/:0.0.0
15:08:55,006 DEBUG [AbstractLevelClassLoaderSystemDeployer] Error during deploy: vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
org.jboss.deployers.spi.DeploymentException: Error creating classloader for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
Caused by: java.lang.Error: Error visiting DelegatingHandler(a)333665695[path=someapplicationApplication.ear context=file:/root/jboss-5.1.0.GA/server/all/deploy/ real=file:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear]
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:98)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:108)
at org.jboss.classloading.spi.dependency.Module.getCapabilities(Module.java:654)
at org.jboss.classloading.spi.dependency.Module.determinePackageNames(Module.java:716)
at org.jboss.classloading.spi.dependency.Module.getPackageNames(Module.java:701)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:129)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:195)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:122)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:131)
at org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer.createClassLoader(AbstractLevelClassLoaderSystemDeployer.java:120)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.createClassLoader(AbstractDeploymentContext.java:565)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit.createClassLoader(AbstractDeploymentUnit.java:161)
at org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer.deploy(AbstractClassLoaderDeployer.java:54)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:349)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:554)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:118)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File not found
at org.jboss.virtual.plugins.context.AbstractExceptionHandler.handleZipEntriesInitException(AbstractExceptionHandler.java:39)
at org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler.handleZipEntriesInitException(NamesExceptionHandler.java:63)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:626)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChildren(ZipEntryContext.java:845)
at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChildren(ZipEntryHandler.java:159)
at org.jboss.virtual.plugins.context.DelegatingHandler.getChildren(DelegatingHandler.java:121)
at org.jboss.virtual.plugins.context.AbstractVFSContext.getChildren(AbstractVFSContext.java:219)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:336)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:307)
at org.jboss.virtual.VFS.visit(VFS.java:422)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:386)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:367)
at org.jboss.classloading.plugins.vfs.PackageVisitor.visit(PackageVisitor.java:200)
at org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor.visit(WrappingVirtualFileHandlerVisitor.java:63)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:361)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:307)
at org.jboss.virtual.VFS.visit(VFS.java:422)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:94)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:109)
... 38 more
Caused by: java.io.FileNotFoundException: File not found
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:117)
at java.util.zip.ZipFile.<init>(ZipFile.java:133)
at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.ensureZipFile(ZipFileWrapper.java:175)
at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.acquire(ZipFileWrapper.java:245)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:484)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:619)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChildren(ZipEntryContext.java:845)
at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChildren(ZipEntryHandler.java:159)
at org.jboss.virtual.plugins.context.DelegatingHandler.getChildren(DelegatingHandler.java:121)
at org.jboss.virtual.plugins.context.AbstractVFSContext.getChildren(AbstractVFSContext.java:219)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:336)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:306)
at org.jboss.virtual.VFS.visit(VFS.java:421)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:386)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:367)
at org.jboss.classloading.plugins.vfs.PackageVisitor.visit(PackageVisitor.java:200)
at org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor.visit(WrappingVirtualFileHandlerVisitor.java:62)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:361)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:306)
at org.jboss.virtual.VFS.visit(VFS.java:421)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:94)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:108)
at org.jboss.classloading.spi.dependency.Module.getCapabilities(Module.java:654)
at org.jboss.classloading.spi.dependency.Module.determinePackageNames(Module.java:716)
at org.jboss.classloading.spi.dependency.Module.getPackageNames(Module.java:701)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:129)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:195)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:122)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:131)
at org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer.createClassLoader(AbstractLevelClassLoaderSystemDeployer.java:120)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.createClassLoader(AbstractDeploymentContext.java:565)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit.createClassLoader(AbstractDeploymentUnit.java:161)
at org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer.deploy(AbstractClassLoaderDeployer.java:53)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
... 1 more
15:08:55,032 ERROR [AbstractKernelController] Error installing to ClassLoader: name=vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/ state=Describe mode=Manual requiredState=ClassLoader
org.jboss.deployers.spi.DeploymentException: Error creating classloader for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
Caused by: java.lang.Error: Error visiting DelegatingHandler(a)333665695[path=someapplicationApplication.ear context=file:/root/jboss-5.1.0.GA/server/all/deploy/ real=file:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear]
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:98)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:108)
at org.jboss.classloading.spi.dependency.Module.getCapabilities(Module.java:654)
at org.jboss.classloading.spi.dependency.Module.determinePackageNames(Module.java:716)
at org.jboss.classloading.spi.dependency.Module.getPackageNames(Module.java:701)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:129)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:195)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:122)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:131)
at org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer.createClassLoader(AbstractLevelClassLoaderSystemDeployer.java:120)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.createClassLoader(AbstractDeploymentContext.java:565)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit.createClassLoader(AbstractDeploymentUnit.java:161)
at org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer.deploy(AbstractClassLoaderDeployer.java:54)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:349)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:554)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:118)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File not found
at org.jboss.virtual.plugins.context.AbstractExceptionHandler.handleZipEntriesInitException(AbstractExceptionHandler.java:39)
at org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler.handleZipEntriesInitException(NamesExceptionHandler.java:63)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:626)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChildren(ZipEntryContext.java:845)
at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChildren(ZipEntryHandler.java:159)
at org.jboss.virtual.plugins.context.DelegatingHandler.getChildren(DelegatingHandler.java:121)
at org.jboss.virtual.plugins.context.AbstractVFSContext.getChildren(AbstractVFSContext.java:219)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:336)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:307)
at org.jboss.virtual.VFS.visit(VFS.java:422)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:386)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:367)
at org.jboss.classloading.plugins.vfs.PackageVisitor.visit(PackageVisitor.java:200)
at org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor.visit(WrappingVirtualFileHandlerVisitor.java:63)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:361)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:307)
at org.jboss.virtual.VFS.visit(VFS.java:422)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:94)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:109)
... 38 more
Caused by: java.io.FileNotFoundException: File not found
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:117)
at java.util.zip.ZipFile.<init>(ZipFile.java:133)
at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.ensureZipFile(ZipFileWrapper.java:175)
at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.acquire(ZipFileWrapper.java:245)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:484)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:619)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)
at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChildren(ZipEntryContext.java:845)
at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChildren(ZipEntryHandler.java:159)
at org.jboss.virtual.plugins.context.DelegatingHandler.getChildren(DelegatingHandler.java:121)
at org.jboss.virtual.plugins.context.AbstractVFSContext.getChildren(AbstractVFSContext.java:219)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:336)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:306)
at org.jboss.virtual.VFS.visit(VFS.java:421)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:386)
at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:367)
at org.jboss.classloading.plugins.vfs.PackageVisitor.visit(PackageVisitor.java:200)
at org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor.visit(WrappingVirtualFileHandlerVisitor.java:62)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:361)
at org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:306)
at org.jboss.virtual.VFS.visit(VFS.java:421)
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:437)
at org.jboss.classloading.plugins.vfs.PackageVisitor.determineAllPackages(PackageVisitor.java:94)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determineCapabilities(VFSDeploymentClassLoaderPolicyModule.java:108)
at org.jboss.classloading.spi.dependency.Module.getCapabilities(Module.java:654)
at org.jboss.classloading.spi.dependency.Module.determinePackageNames(Module.java:716)
at org.jboss.classloading.spi.dependency.Module.getPackageNames(Module.java:701)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:129)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.determinePolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:195)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:122)
at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.getPolicy(VFSDeploymentClassLoaderPolicyModule.java:48)
at org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:131)
at org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer.createClassLoader(AbstractLevelClassLoaderSystemDeployer.java:120)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.createClassLoader(AbstractDeploymentContext.java:565)
at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit.createClassLoader(AbstractDeploymentUnit.java:161)
at org.jboss.deployers.spi.deployer.helpers.AbstractClassLoaderDeployer.deploy(AbstractClassLoaderDeployer.java:53)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
... 1 more
15:08:55,034 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c8ffba{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationWidgetRestService-1.3.0-RC13.war/:0.0.0
15:08:55,034 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c8e30d{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSubscriptionRestService-1.3.0-RC13.war/:0.0.0
15:08:55,035 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c84e04{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSetupRestService-1.3.0-RC13.war/:0.0.0
15:08:55,040 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c831ad{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSettingsRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c81575{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSessionRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7f955{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationSchedulerService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7dcc9{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationLoggerRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7c0f8{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationEpgRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c7a53f{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationDeviceRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c789a1{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAssetRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@14c74125{vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/} remove module VFSDeploymentClassLoaderPolicyModule vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/someapplicationAccountRestService-1.3.0-RC13.war/:0.0.0
15:08:55,041 DEBUG [Domain] org.jboss.classloading.spi.dependency.Domain@12ef6352{com.somecompany.services.someapplication:archive=someapplication-classloader-archive} remove module VFSDeploymentClassLoaderPolicyModule com.somecompany.services.someapplication:archive=someapplication-classloader-archive:0.0.0
15:08:55,042 DEBUG [InMemoryClassesDeployer] Removing dynamic class root for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
15:08:55,050 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** DEPLOYMENTS IN ERROR: Name -> Error
vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/ -> org.jboss.deployers.spi.DeploymentException: Error creating classloader for vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/
DEPLOYMENTS IN ERROR:
Deployment "vfszip:/root/jboss-5.1.0.GA/server/all/deploy/someapplicationApplication.ear/" is in error due to the following reason(s): java.io.FileNotFoundException: File not found
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBAS-8426) Formatting in section 1.4.2 of Installation and Getting Started Guide
by Heather McCartney (JIRA)
Formatting in section 1.4.2 of Installation and Getting Started Guide
---------------------------------------------------------------------
Key: JBAS-8426
URL: https://jira.jboss.org/browse/JBAS-8426
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Docs/Installation and Getting Started Guide
Affects Versions: JBossAS-5.1.0.GA
Environment: Windows XP SP 3
Firefox 3.6.10
Reporter: Heather McCartney
In section 1.4.2 of the Getting Started Guide, should the first three headings (aspects, bootstrap, build) appear in bold, like the others?
Also, in Firefox, spaces are missing before or after some of the links:
- under "build", "See Section 5.3, "Building with Apache ANT"Building" has no space after the link
- under "console", "See JBoss Embedded Consoleproject" has no space after the link
- under "embedded", "has been moved toSVN embedded for further development" has no space before the link
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBAS-8757) GeneralPurposeDatabasePersistencePlugin not closing ResultSet in isNextDateColumnPresent
by Brad Maxwell (JIRA)
GeneralPurposeDatabasePersistencePlugin not closing ResultSet in isNextDateColumnPresent
----------------------------------------------------------------------------------------
Key: JBAS-8757
URL: https://issues.jboss.org/browse/JBAS-8757
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB2
Affects Versions: TBD
Reporter: Brad Maxwell
Assignee: Alexey Loubyansky
Fix For: TBD
I created a ejbtimerDS-ds.xml which uses MySQL. The GeneralPurposeDatabasePersistencePlugin in $JBOSS_HOME/server/$PROFILE/deploy/ejb2-timers-service.xml uses the GeneralPurposeDatabasePersistencePlugin for MySQL.
The exception below occurs on startup when JBoss starts.
With debug=true for the CachedConnectionManager in $JBOSS_HOME/server/$PROFILE//deploy/jca-jboss-beans.xml
17:17:06,041 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ejbtimerDS' to JNDI name 'java:ejbtimerDS'
17:17:06,521 WARN [WrappedConnection] Closing a result set you left open! Please close it yourself.
java.lang.Throwable: STACKTRACE
at org.jboss.resource.adapter.jdbc.WrappedStatement.registerResultSet(WrappedStatement.java:909)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:343)
at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.isNextDateColumnPresent(GeneralPurposeDatabasePersistencePlugin.java:595)
at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.createTableIfNotExists(GeneralPurposeDatabasePersistencePlugin.java:178)
at org.jboss.ejb.txtimer.DatabasePersistencePolicy.startService(DatabasePersistencePolicy.java:104)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
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:189)
at $Proxy38.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:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:297)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:938)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:988)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:826)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:556)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1454)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1172)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1193)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1113)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:938)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:988)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:826)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:556)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:789)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:699)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:938)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:988)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:778)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:543)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBAS-8000) Create a "tests-clustering-full" target
by Brian Stansberry (JIRA)
Create a "tests-clustering-full" target
---------------------------------------
Key: JBAS-8000
URL: https://jira.jboss.org/jira/browse/JBAS-8000
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering, Test Suite
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 6.0.0.CR1
Convenience target to encapsulate all the clustering targets that are starting to be a bit scattered:
tests-clustering-all-stacks
tests-clustered-profileservice
tests-ha-mod_cluster
tomcat-sso-clustered-tests
Shouldn't run the clustered classloader leak tests, as those are run by a separate hudson job. The regular testsuite job should run this "tests-clustering-full" target instead of the ones listed above.
This new target should also be controllable via a system property such that instead of running tests-clustering-all-stacks it runs tests-clustering (i.e. without testing with JGroups using TCP). Or perhaps use a separate convenience target. The intent of this target is to let devs easily run the clustering tests.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBAS-8534) Security Credential is shared between threads
by Rajesh Bhabu (JIRA)
Security Credential is shared between threads
---------------------------------------------
Key: JBAS-8534
URL: https://jira.jboss.org/browse/JBAS-8534
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: JBossAS-4.2.3.GA
Environment: JBOSS AS 4.2.3 on Linux
Reporter: Rajesh Bhabu
Assignee: Anil Saldhana
Because of the Anonymous issue as reported in https://jira.jboss.org/browse/JBAS-3945, we did coding something similar as following to workaround the issue. This was suggested by the JBOSS support team.
---------------------------------------------------------------------------------------------
When we are changing the principal (performing another login) we need to call
these Jboss APIs in our login module:
SecurityAssociation.popRunAsRole()
SecurityAssociation.pushRunAsRole()
This will pop the old run-as role and push the new run as role (which we want
the second transaction to run as).
Change the JAAS login module to explicitly set the new principal and
credentials during login. This was after the callback handler handle method
was invoked and we had the principal and credentials:
SecurityAssociation.setPrincipal(new SimplePrincipal(username));
SecurityAssociation.setCredential(password);
--------------------------------------------------------------------------------------------------------------------------
After doing this, we started seeing priniciple is shared amoung the threads. For example, user 1 logs in and see's information about user 2. This happens only after heavy load testing. This is also reproducible after couple of hours of running load test.
If we remove the above code, then the issue goes away. But anonymous issue appears.
Any Help is appreciated in helping finding the root cause of the issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months