|
From: Leif M. <le...@ta...> - 2004-11-17 09:20:53
|
Dan,
The Catalina main class is complaining about being passed the
incorrect parameters.
Go back and take a look at the Tomcat integration example again. I
can't tell the exact
mistake from what you sent, but it is most likely a typo or something.
If you don't see
the problem, post back with your wrapper.conf file.
Cheers,
Leif
Dan McCullough wrote:
> Anyone seen this before. Whats wrong?
>
>
>
> STATUS | wrapper | 2004/11/16 15:17:03 | --> Wrapper Started as Daemon
> STATUS | wrapper | 2004/11/16 15:17:03 | Launching a JVM...
> INFO | jvm 1 | 2004/11/16 15:17:04 | Wrapper (Version 3.1.2)
> http://wrapper.tanukisoftware.org
> INFO | jvm 1 | 2004/11/16 15:17:04 |
> INFO | jvm 1 | 2004/11/16 15:17:05 | usage: java
> org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -debug ]
> [ -nonaming ] { start | stop }
> INFO | jvm 1 | 2004/11/16 15:17:06 | Catalina.stop:
> java.net.ConnectException: Connection refused
> INFO | jvm 1 | 2004/11/16 15:17:06 | java.net.ConnectException:
> Connection refused
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.PlainSocketImpl.socketConnect(Native Method)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.Socket.connect(Socket.java:452)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.Socket.connect(Socket.java:402)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.Socket.<init>(Socket.java:309)
> INFO&nbs p; | jvm 1 | 2004/11/16 15:17:06 | at
> java.net.Socket.<init>(Socket.java:124)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> org.apache.catalina.startup.Catalina.stopServer(Catalina.java:410)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.lang.reflect.Method.invoke(Method.java:324)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:336)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:427)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.lang.reflect.Method.invoke(Method.java:324)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:136)
> INFO | jvm 1 | 2004/11/16 15:17:06 | at
> java.lang.Thread.run(Thread.java:534)
> STATUS | wrapper | 2004/11/16 15:17:08 | <-- Wrapper Stopped
>
>
>
> --------------------------------------------------------
> "Theres no such thing as a problem unless the servers are on fire!"
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
|