Hi - I am doing something very wrong with a servlet I wrote - it seems to be crashing tomcat5.5 - the log files are huge but I have pasted the ends of 3 of them - just wondering if anyone can interpret them in any way that might tell me where to start... I built the program in java and tested it command line without errors - then copied it into the doPost method of a servlet but have obviously done something very wrong but I'm not sure where to start. Thanks so much. *
end of my localhost.2008-03-12.log [EMAIL PROTECTED] logs]# tail localhost.2008-03-12.log Mar 12, 2008 6:57:20 AM org.apache.catalina.core.ApplicationContext log INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [ org.apache.webapp.balancer.RuleChain: [ org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [ org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [ org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] Mar 12, 2008 6:57:58 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Mar 12, 2008 6:57:58 AM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Mar 12, 2008 6:57:58 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Mar 12, 2008 6:57:58 AM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() * end of my catalina.out [EMAIL PROTECTED] logs]# tail catalina.out Mar 12, 2008 6:57:58 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:57:59 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:58:00 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:58:01 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Mar 12, 2008 6:58:01 AM org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: Failed shutdown of Apache Portable Runtime * end of my catalina.2008-03-12.log: * Mar 12, 2008 6:57:58 AM org.apache.catalina.mbeans.ServerLifecycleListenerproce ssContainerRemoveChild SEVERE: processContainerRemoveChild: Throwable javax.management.MalformedObjectNameException: Invalid character ':' in value pa rt of property at javax.management.ObjectName.construct(ObjectName.java:529) at javax.management.ObjectName.<init>(ObjectName.java:1304) at org.apache.catalina.mbeans.MBeanUtils.createObjectName( MBeanUtils.jav a:1060) at org.apache.catalina.mbeans.MBeanUtils.destroyMBean( MBeanUtils.java:16 45) at org.apache.catalina.mbeans.ServerLifecycleListener.destroyMBeans (Serv erLifecycleListener.java:942) at org.apache.catalina.mbeans.ServerLifecycleListener.destroyMBeans (Serv erLifecycleListener.java:724) at org.apache.catalina.mbeans.ServerLifecycleListener.processContainerRe moveChild(ServerLifecycleListener.java:1255) at org.apache.catalina.mbeans.ServerLifecycleListener.containerEvent (Ser verLifecycleListener.java:105) at org.apache.catalina.core.ContainerBase.fireContainerEvent (ContainerBa se.java:1331) at org.apache.catalina.core.ContainerBase.removeChild( ContainerBase.java :903) at org.apache.catalina.startup.HostConfig.undeployApps( HostConfig.java:1 191) at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1162) at org.apache.catalina.startup.HostConfig.lifecycleEvent( HostConfig.java :313) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (Lifecycl eSupport.java:120) at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java :1055) at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java :1067) at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java :448) at org.apache.catalina.core.StandardService.stop( StandardService.java:51 0) at org.apache.catalina.core.StandardServer.stop(StandardServer.java :734) at org.apache.catalina.startup.Catalina.stop(Catalina.java:602) at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run (Catalin a.java:645) Mar 12, 2008 6:57:58 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:57:59 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:58:00 AM org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 1 instance(s) to be deallocated Mar 12, 2008 6:58:01 AM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Mar 12, 2008 6:58:01 AM org.apache.catalina.core.AprLifecycleListenerlifecycleE vent INFO: Failed shutdown of Apache Portable Runtime -- Kimberly Begley