DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39732>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39732 Summary: Tomcat as a service does not stop when JAXRPCServlet is loaded Product: Tomcat 5 Version: 5.5.9 Platform: All OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] When the Tomcat Version 5.5.9 is installed as a service and having a Web APPlication that uses JAXRPCServlet by loading the jaxrpc-ri.jar (tomcat\common\lib\jaxrpc-ri.jar), and when we try to stop the tomcat service it doesn't in a right fashion. I get a dialog box from the Service manager window which says" Error 1053: The service did not respond to the start or control request in a timely fashion.", Also, in the Tomcat logs i see the last statement would be trying to destroy JAXRPCServletDelegate Servlet. There is only one jaxrpc-ri.jar file under commons\lib. This is required for only one webapp, though we have other Webapps loaded by tomcat. Java version used is 1.4.2_08. Here is the Stdout log file contents: Jun 6, 2006 12:37:34 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Jun 6, 2006 12:37:34 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2610 ms Jun 6, 2006 12:37:34 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Jun 6, 2006 12:37:34 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.9 Jun 6, 2006 12:37:34 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Jun 6, 2006 12:37:36 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive adapter.war Jun 6, 2006 12:37:38 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name tomcat used in an <auth-constraint> without being defined in a <security-role> Jun 6, 2006 12:37:38 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name role1 used in an <auth-constraint> without being defined in a <security-role> log4j:WARN No such property [datePattern] in org.apache.log4j.RollingFileAppender. Jun 6, 2006 12:37:41 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive ContactArchive.war Jun 6, 2006 12:37:41 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(C:\Program Files\Witness Systems\tomcat\webapps\ContactArchive\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class Jun 6, 2006 12:37:41 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name CAManager used in an <auth-constraint> without being defined in a <security-role> Jun 6, 2006 12:37:41 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name EyretelEngineer used in an <auth-constraint> without being defined in a <security-role> log4j:WARN No such property [datePattern] in org.apache.log4j.RollingFileAppender. Jun 6, 2006 12:37:42 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:42 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:42 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:43 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive EyrAPI.war Jun 6, 2006 12:37:43 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name EyretelEngineer used in an <auth-constraint> without being defined in a <security-role> log4j:WARN No such property [datePattern] in org.apache.log4j.RollingFileAppender. Jun 6, 2006 12:37:44 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:44 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:44 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:44 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate init INFO: JAX-RPC servlet: init Jun 6, 2006 12:37:44 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive Maintainer.war Jun 6, 2006 12:37:44 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles INFO: WARNING: Security role name EyretelEngineer used in an <auth-constraint> without being defined in a <security-role> log4j:WARN No such property [datePattern] in org.apache.log4j.RollingFileAppender. Jun 6, 2006 12:37:45 PM 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]] Jun 6, 2006 12:37:45 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jun 6, 2006 12:37:45 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Jun 6, 2006 12:37:46 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jun 6, 2006 12:37:46 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Jun 6, 2006 12:37:47 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Jun 6, 2006 12:37:48 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Jun 6, 2006 12:37:48 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/62 config=null Jun 6, 2006 12:37:48 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Jun 6, 2006 12:37:48 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 14406 ms Jun 6, 2006 12:43:46 PM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Jun 6, 2006 12:43:47 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1896a4c') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@a1aa85') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1c21ece') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1786a3c') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@869113') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced ('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@9e8c34') Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Jun 6, 2006 12:43:47 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy Jun 6, 2006 12:43:47 PM com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate destroy INFO: JAX-RPC servlet: destroy -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]