-
Bug
-
Resolution: Done
-
Minor
-
EAP_EWP 5.1.2, EAP_EWP 5.2.0
-
None
-
-
Release Notes
-
Workaround Exists
-
-
Low
-
-
Documented as Resolved Issue
-
NEW
If an exploded WAR is hot undeployed and has a context listener which tries to load a never before loaded class when the context is shutting down, an exception is thrown because the original file containing the class no longer exists. An example is:
2012-09-05 13:16:12,458 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/domaindocservice03]] (HDScanner) Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener java.lang.NoClassDefFoundError: org/springframework/web/context/ContextCleanupListener at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:80) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3949) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4578) at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1175) at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4668)
- relates to
-
JBPAPP-10082 AbstractVirtualFileHandler log message: "No such existing handler, falling back to old root + path" is too strict
- Closed