|
From: Leif M. <le...@ta...> - 2005-09-12 12:30:07
|
Wei,
Can you try that again with the wrapper.debug=true property set?
That error means
that Wrapper's attempt to launch the 2nd JVM is failing because it can't
find the java
binary... I assume that the Java binary is still there.
Not sure how it would be possible. But I wonder if it is some kind
of a permission
problem. What are the permissions of the java executable? Are there
any native
libraries other than the libwrapper.so file? Maybe something in your
application?
Any native libraries would have to be in the common/lib directory.
On startup, you are getting exceptions about Tomcat not being able
to find classes
that should be there... Most likely related.
This is one I have not seen before :-/ I don't see anything in the
wrapper.conf file
that looks abnormal either.
Cheers,
Leif
yan...@bt... wrote:
>>Hi,
>>
>>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:
>>
>>......
>>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 |
>>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)>
>>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(ApplicationFilterConfig.java:211)
>>INFO | jvm 1 | 2005/09/12 11:02:29 | at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:308)
>>INFO | jvm 1 | 2005/09/12 11:02:29 | at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.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.java: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:894)
>>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(LifecycleSupport.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(DelegatingMethodAccessorImpl.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(DelegatingMethodAccessorImpl.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.java: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(ApplicationFilterConfig.java:211)
>>INFO | jvm 1 | 2005/09/12 11:02:29 | at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:308)
>>INFO | jvm 1 | 2005/09/12 11:02:29 | at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.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.java: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:894)
>>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(LifecycleSupport.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(DelegatingMethodAccessorImpl.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(DelegatingMethodAccessorImpl.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.java: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=0 time=0/67 config=null
>>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.>
>>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:641)
>>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...>
>>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
>>
>>
>>My Wrapper.conf file is as follow:
>>wrapper.java.command=%JAVA_HOME%/bin/java
>>
>>wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperStartStopApp
>>
>>wrapper.java.classpath.1=../common/lib/wrapper.jar
>>wrapper.java.classpath.2=%JAVA_HOME%/lib/tools.jar
>>wrapper.java.classpath.3=../bin/bootstrap.jar
>>
>>wrapper.java.library.path.1=../common/lib
>>
>>wrapper.java.additional.1=-Djava.endorsed.dirs=../common/endorsed
>>wrapper.java.additional.2=-Dcatalina.base=..
>>wrapper.java.additional.3=-Dcatalina.home=..
>>wrapper.java.additional.4=-Djava.io.tmpdir=../temp
>>
>>wrapper.app.parameter.1=org.apache.catalina.startup.Bootstrap
>>wrapper.app.parameter.2=1
>>wrapper.app.parameter.3=start
>>wrapper.app.parameter.4=org.apache.catalina.startup.Bootstrap
>>wrapper.app.parameter.5=true
>>wrapper.app.parameter.6=1
>>wrapper.app.parameter.7=stop
>>
>>wrapper.on_exit.default=RESTART
>>wrapper.on_exit.0=SHUTDOWN
>>
>>wrapper.daemonize=TRUE
>>
>>Could anyone help me to find out what problem it is? Thanks very much.
>>
>>Regards,
>>Wei
>>
>>
>>
|