|
From: <yan...@bt...> - 2005-09-12 10:29:02
|
> Hi, >=20 > I met a problem when I starting Tomcat 5.5.9 with the Wrapper on unix. = My java version is 1.5.0_01. There is a severe exception thrown in = starting tomcat. Then the Wrapper shuts down the tomcat and cannot = restart it. Here is the wrapper.log file: >=20 > ...... > STATUS | wrapper | 2005/09/12 11:02:23 | --> Wrapper Started as = Daemon > STATUS | wrapper | 2005/09/12 11:02:23 | Launching a JVM... > INFO | jvm 1 | 2005/09/12 11:02:24 | Wrapper (Version 3.1.2) = http://wrapper.tanukisoftware.org > INFO | jvm 1 | 2005/09/12 11:02:24 |=20 > INFO | jvm 1 | 2005/09/12 11:02:24 | Created MBeanServer with ID: = ece65:10649c90d57:-8000:teamworker:1 > INFO | jvm 1 | 2005/09/12 11:02:26 | Sep 12, 2005 11:02:26 AM = org.apache.coyote.http11.Http11Protocol init > INFO | jvm 1 | 2005/09/12 11:02:26 | INFO: Initializing Coyote = HTTP/1.1 on http-8080 > INFO | jvm 1 | 2005/09/12 11:02:26 | Sep 12, 2005 11:02:26 AM = org.apache.catalina.startup.Catalina load > INFO | jvm 1 | 2005/09/12 11:02:26 | INFO: Initialization = processed in 1744 ms > INFO | jvm 1 | 2005/09/12 11:02:26 | Sep 12, 2005 11:02:26 AM = org.apache.catalina.core.StandardService start > INFO | jvm 1 | 2005/09/12 11:02:26 | INFO: Starting service = Catalina > INFO | jvm 1 | 2005/09/12 11:02:26 | Sep 12, 2005 11:02:26 AM = org.apache.catalina.core.StandardEngine start > INFO | jvm 1 | 2005/09/12 11:02:26 | INFO: Starting Servlet = Engine: Apache Tomcat/5.5.9 > INFO | jvm 1 | 2005/09/12 11:02:26 | Sep 12, 2005 11:02:26 AM = org.apache.catalina.core.StandardHost start > INFO | jvm 1 | 2005/09/12 11:02:26 | INFO: XML validation = disabled > INFO | jvm 1 | 2005/09/12 11:02:27 | Sep 12, 2005 11:02:27 AM = org.apache.catalina.startup.ContextConfig applicationWebConfig > INFO | jvm 1 | 2005/09/12 11:02:27 | INFO: Missing application = web.xml, using defaults only = StandardEngine[Catalina].StandardHost[localhost].StandardContext[/mpower]= > INFO | jvm 1 | 2005/09/12 11:02:28 | Sep 12, 2005 11:02:28 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:28 | 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]] > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = contextInitialized() > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: SessionListener: = contextInitialized() > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = contextInitialized() > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: SessionListener: = contextInitialized() > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.StandardContext filterStart > INFO | jvm 1 | 2005/09/12 11:02:29 | SEVERE: Exception starting = filter Compression Filter > INFO | jvm 1 | 2005/09/12 11:02:29 | = java.lang.ClassNotFoundException: compressionFilters.CompressionFilter > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.= java:1332)>=20 > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.= java:1181) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFil= terConfig.java:211) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Application= FilterConfig.java:308) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilter= Config.java:79) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardContext.filterStart(StandardContext.java= :3540) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardContext.start(StandardContext.java:4110)= > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.jav= a:759) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:89= 4) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:= 857) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:475) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311= ) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSup= port.java:119) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardService.start(StandardService.java:450) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardServer.start(StandardServer.java:683) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Catalina.start(Catalina.java:537) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.reflect.Method.invoke(Method.java:324) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.reflect.Method.invoke(Method.java:324)>=20 > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.ja= va:159) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.Thread.run(Thread.java:534) > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.StandardContext filterStart > INFO | jvm 1 | 2005/09/12 11:02:29 | SEVERE: Exception starting = filter Set Character Encoding > INFO | jvm 1 | 2005/09/12 11:02:29 | = java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.= java:1332) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.= java:1181) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFil= terConfig.java:211) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Application= FilterConfig.java:308) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilter= Config.java:79) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardContext.filterStart(StandardContext.java= :3540) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardContext.start(StandardContext.java:4110)= > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.jav= a:759) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:89= 4) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:= 857) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:475) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.start(HostConfig.java:1102) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311= ) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSup= port.java:119) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardService.start(StandardService.java:450) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.core.StandardServer.start(StandardServer.java:683) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Catalina.start(Catalina.java:537) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.reflect.Method.invoke(Method.java:324)>=20 > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.reflect.Method.invoke(Method.java:324) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.ja= va:159) > INFO | jvm 1 | 2005/09/12 11:02:29 | at = java.lang.Thread.run(Thread.java:534) > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.StandardContext start > INFO | jvm 1 | 2005/09/12 11:02:29 | SEVERE: Error filterStart > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.StandardContext start > INFO | jvm 1 | 2005/09/12 11:02:29 | SEVERE: Context = [/servlets-examples] startup failed due to previous errors > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@1033a6f') > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@f18e8e') > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@c623af') > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: SessionListener: = contextDestroyed() > INFO | jvm 1 | 2005/09/12 11:02:29 | Sep 12, 2005 11:02:29 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:02:29 | INFO: ContextListener: = contextDestroyed() > INFO | jvm 1 | 2005/09/12 11:02:30 | Sep 12, 2005 11:02:30 AM = org.apache.catalina.startup.ContextConfig applicationWebConfig > INFO | jvm 1 | 2005/09/12 11:02:30 | INFO: Missing application = web.xml, using defaults only = StandardEngine[Catalina].StandardHost[localhost].StandardContext[/mpower.= new] > INFO | jvm 1 | 2005/09/12 11:02:30 | Sep 12, 2005 11:02:30 AM = org.apache.coyote.http11.Http11Protocol start > INFO | jvm 1 | 2005/09/12 11:02:30 | INFO: Starting Coyote = HTTP/1.1 on http-8080 > INFO | jvm 1 | 2005/09/12 11:02:31 | Sep 12, 2005 11:02:31 AM = org.apache.jk.common.ChannelSocket init > INFO | jvm 1 | 2005/09/12 11:02:31 | INFO: JK: ajp13 listening on = /0.0.0.0:8009 > INFO | jvm 1 | 2005/09/12 11:02:31 | Sep 12, 2005 11:02:31 AM = org.apache.jk.server.JkMain start > INFO | jvm 1 | 2005/09/12 11:02:31 | INFO: Jk running ID=3D0 = time=3D0/67 config=3Dnull > INFO | jvm 1 | 2005/09/12 11:02:31 | Sep 12, 2005 11:02:31 AM = org.apache.catalina.storeconfig.StoreLoader load > INFO | jvm 1 | 2005/09/12 11:02:31 | INFO: Find registry = server-registry.xml at classpath resource > INFO | jvm 1 | 2005/09/12 11:02:31 | Sep 12, 2005 11:02:31 AM = org.apache.catalina.startup.Catalina start > INFO | jvm 1 | 2005/09/12 11:02:31 | INFO: Server startup in 4763 = ms > STATUS | wrapper | 2005/09/12 11:05:49 | TERM trapped. Shutting = down.>=20 > INFO | jvm 1 | 2005/09/12 11:05:49 | Sep 12, 2005 11:05:49 AM = org.apache.coyote.http11.Http11Protocol pause > INFO | jvm 1 | 2005/09/12 11:05:49 | INFO: Pausing Coyote = HTTP/1.1 on http-8080 > INFO | jvm 1 | 2005/09/12 11:05:49 | Sep 12, 2005 11:05:49 AM = org.apache.jk.common.ChannelSocket acceptConnections > INFO | jvm 1 | 2005/09/12 11:05:49 | WARNING: Exception executing = accept > INFO | jvm 1 | 2005/09/12 11:05:49 | java.net.SocketException: = Invalid argument > INFO | jvm 1 | 2005/09/12 11:05:49 | at = java.net.PlainSocketImpl.socketSetOption(Native Method) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:240) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = java.net.Socket.setSoLinger(Socket.java:814) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:300) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:6= 41) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:852) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:684) > INFO | jvm 1 | 2005/09/12 11:05:49 | at = java.lang.Thread.run(Thread.java:534) > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.StandardService stop > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: Stopping service = Catalina > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@12aea3e') > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@78bc3b') > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: ContextListener: = attributeReplaced('org.apache.catalina.WELCOME_FILES', = '[Ljava.lang.String;@8ddc4c') > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: SessionListener: = contextDestroyed() > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.catalina.core.ApplicationContext log > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: ContextListener: = contextDestroyed() > INFO | jvm 1 | 2005/09/12 11:05:50 | Sep 12, 2005 11:05:50 AM = org.apache.coyote.http11.Http11Protocol destroy > INFO | jvm 1 | 2005/09/12 11:05:50 | INFO: Stopping Coyote = HTTP/1.1 on http-8080 > STATUS | wrapper | 2005/09/12 11:05:52 | <-- Wrapper Stopped > STATUS | wrapper | 2005/09/12 11:05:52 | --> Wrapper Started as = Daemon > STATUS | wrapper | 2005/09/12 11:05:52 | Launching a JVM... > ERROR | wrapper | 2005/09/12 11:05:52 | Unable to start JVM: No such = file or directory (2) > ERROR | wrapper | 2005/09/12 11:05:52 | Critical error: wait for JVM = process failed (No child processes) > ERROR | wrapper | 2005/09/12 11:05:53 | JVM exited while loading the = application. > STATUS | wrapper | 2005/09/12 11:05:57 | Launching a JVM... > ERROR | wrapper | 2005/09/12 11:05:57 | Unable to start JVM: No such = file or directory (2) > ERROR | wrapper | 2005/09/12 11:05:57 | Critical error: wait for JVM = process failed (No child processes) > ERROR | wrapper | 2005/09/12 11:05:57 | JVM exited while loading the = application. > STATUS | wrapper | 2005/09/12 11:06:01 | Launching a JVM...>=20 > ERROR | wrapper | 2005/09/12 11:06:01 | Unable to start JVM: No such = file or directory (2) > ERROR | wrapper | 2005/09/12 11:06:01 | Critical error: wait for JVM = process failed (No child processes) > ERROR | wrapper | 2005/09/12 11:06:01 | JVM exited while loading the = application. > STATUS | wrapper | 2005/09/12 11:06:05 | Launching a JVM... > ERROR | wrapper | 2005/09/12 11:06:05 | Unable to start JVM: No such = file or directory (2) > ERROR | wrapper | 2005/09/12 11:06:05 | Critical error: wait for JVM = process failed (No child processes) > ERROR | wrapper | 2005/09/12 11:06:06 | JVM exited while loading the = application. > STATUS | wrapper | 2005/09/12 11:06:10 | Launching a JVM... > ERROR | wrapper | 2005/09/12 11:06:10 | Unable to start JVM: No such = file or directory (2) > ERROR | wrapper | 2005/09/12 11:06:10 | Critical error: wait for JVM = process failed (No child processes) > ERROR | wrapper | 2005/09/12 11:06:10 | JVM exited while loading the = application. > FATAL | wrapper | 2005/09/12 11:06:10 | There were 5 failed launches = in a row, each lasting less than 300 seconds. Giving up. > FATAL | wrapper | 2005/09/12 11:06:10 | There may be a = configuration problem: please check the logs. > STATUS | wrapper | 2005/09/12 11:06:10 | <-- Wrapper Stopped >=20 >=20 > My Wrapper.conf file is as follow: > wrapper.java.command=3D%JAVA_HOME%/bin/java >=20 > = wrapper.java.mainclass=3Dorg.tanukisoftware.wrapper.WrapperStartStopApp >=20 > wrapper.java.classpath.1=3D../common/lib/wrapper.jar > wrapper.java.classpath.2=3D%JAVA_HOME%/lib/tools.jar > wrapper.java.classpath.3=3D../bin/bootstrap.jar >=20 > wrapper.java.library.path.1=3D../common/lib >=20 > wrapper.java.additional.1=3D-Djava.endorsed.dirs=3D../common/endorsed > wrapper.java.additional.2=3D-Dcatalina.base=3D.. > wrapper.java.additional.3=3D-Dcatalina.home=3D.. > wrapper.java.additional.4=3D-Djava.io.tmpdir=3D../temp >=20 > wrapper.app.parameter.1=3Dorg.apache.catalina.startup.Bootstrap > wrapper.app.parameter.2=3D1 > wrapper.app.parameter.3=3Dstart > wrapper.app.parameter.4=3Dorg.apache.catalina.startup.Bootstrap > wrapper.app.parameter.5=3Dtrue > wrapper.app.parameter.6=3D1 > wrapper.app.parameter.7=3Dstop >=20 > wrapper.on_exit.default=3DRESTART > wrapper.on_exit.0=3DSHUTDOWN >=20 > wrapper.daemonize=3DTRUE >=20 > Could anyone help me to find out what problem it is? Thanks very much. >=20 > Regards, > Wei >=20 >=20 >=20 > Dr. Yan Zheng WEI > Research Professional > BT Group Chief Technology Office > ____________________________________________________________________ > Orion Building (MLB1 pp12) Tel: 01473605441 > Adastral Park Mobile: 07789207716 > Martlesham Heath Fax: 01473623683 > Ipswich, IP5 3RE Email: yan...@bt... > United Kingdom =20 >=20 > British Telecommunications plc > Registered office: 81 Newgate Street London EC1A 7AJ > Registered in England no. 1800000=20 > This electronic message contains information from British = Telecommunications plc which may be privileged or confidential. The = information is intended to be for the use of the individual(s) or entity = named above. If you are not the intended recipient be aware that any = disclosure, copying, distribution or use of the contents of this = information is prohibited. If you have received this electronic message = in error, please notify us by telephone or email (to the numbers or = address above) immediately. > Activity and use of the British Telecommunications plc email system is = monitored to secure its effective operation and for other lawful = business purposes. Communications using this system will also be = monitored and may be recorded to secure effective operation and for = other lawful business purposes. >=20 |