Bront_in_Hood
Joined: 13/07/2009 00:00:00
Messages: 69
Offline
|
When I stop my web app I get this error log:
ERROR org.apache.catalina.core.ContainerBase.[null].[localhost].[/wd] Servlet Persistent Faces Servlet threw unload() exception - - - - - - - - - - [Master] org.apache.catalina.core.ApplicationContext.log (ApplicationContext.java:675)
javax.servlet.ServletException: Servlet.destroy() for servlet Persistent Faces Servlet threw exception
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1344)
at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:1666)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
at org.apache.catalina.core.StandardContext.removeChild(StandardContext.java:3095)
at org.apache.catalina.startup.ContextConfig.stop(ContextConfig.java:1082)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:276)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4347)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
at com.tibbo.linkserver.web.EmbeddedTomcat.stopWebDesktopWebApp(EmbeddedTomcat.java:141)
at com.tibbo.linkserver.web.EmbeddedTomcat.stop(EmbeddedTomcat.java:167)
Any suggestions? What is the problem?
|