i have started my tomcat inlocal and my application is also loaded but when i select my application in the tomcat manager it opens but it strucks in the initial page itself and am unable to find the root cause for this..please assist on this and find below the sample error which i got...
2010-07-22 15:16:34 StandardContext[/PfLICCAdmin]Exception sending context destroyed event to listener instance of class com.documentum.web.env.NotificationManager java.lang.NullPointerException at com.documentum.web.env.NotificationManager.getListerners(NotificationManager.java:299) at com.documentum.web.env.NotificationManager.doApplicationFinish(NotificationManager.java:216) at com.documentum.web.env.NotificationManager.contextDestroyed(NotificationManager.java:137) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3868) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4531) at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:952) at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:670) at org.apache.catalina.core.StandardHost.remove(StandardHost.java:946) at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1028) at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1005) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:351) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1123) at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1135) at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:483) at org.apache.catalina.core.StandardService.stop(StandardService.java:542) at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2347) at org.apache.catalina.startup.Catalina.stop(Catalina.java:605) at org.apache.catalina.startup.Catalina.start(Catalina.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)