Fix the WARN messages logged during AS shutdown
-----------------------------------------------
Key: JBAS-7905
URL:
https://jira.jboss.org/jira/browse/JBAS-7905
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Environment: AS trunk
Reporter: jaikiran pai
Fix For: JBossAS-6.0.0.M3
JBoss AS on shutdown (or even undeploy of applications) logs these WARN messages:
16:26:16,671 WARN [ClassLoading] Exception unregistering module, registry:
org.jboss.classpool.plugins.jbosscl.RegisterModuleCallback@1762fc7,
cause: java.lang.IllegalStateException: Module VFSDeploymentClassLoaderPolicyModule
juddi-service.sar:0.0.0 is not registered
16:26:16,672 WARN [ClassLoading] Exception unregistering module, registry:
org.jboss.classpool.plugins.jbosscl.RegisterModuleCallback@1762fc7, cause:
java.lang.IllegalStateException: Module VFSDeploymentClassLoaderPolicyModule
jsr88-service.xml:0.0.0 is not registered
16:26:16,673 WARN [ClassLoading] Exception unregistering module, registry:
org.jboss.classpool.plugins.jbosscl.RegisterModuleCallback@1762fc7,cause:
java.lang.IllegalStateException: Module
VFSDeploymentClassLoaderPolicyModule jgroups-channelfactory.sar:0.0.0 is not registered
Either these should be logged at a lower level or the root cause needs to be fixed.
--
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