Buongiorno ;)

That's not an exception we see very often.  Your server.xml still has
the default shutdown port (8005)?  Can you telnet to localhost:8005 and
issue SHUTDOWN?  Do you have a strange networking setup on this machine?


During shutdown, tomcat tries to connect to the server shutdown port and
issue the simple string command, SHUTDOWN.  For safety, tomcat will only
accept connections from localhost on the shutdown port.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Fabio Bazzani [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, September 03, 2003 12:29 PM
>To: Tomcat Users List
>Subject: tomcat 4.1.27: cannot shutdown tomcat !!
>
>I'm working with JDK 1.4.0 and tomcat 4.1.27.
>I'm in advanced development and unexpectedly I cannot shutdown Tomcat.
>I spent all day to try undertand the why ?
>
>shell error message:
>
>Stopping service Tomcat-Standalone
>java.net.NoRouteToHostException: No route to host: connect
>        at java.net.PlainSocketImpl.socketConnect(Native Method)
>        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
>        at
>java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:159)
>        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
>        at java.net.Socket.connect(Socket.java:425)
>        at java.net.Socket.connect(Socket.java:375)
>        at java.net.Socket.<init>(Socket.java:290)
>        at java.net.Socket.<init>(Socket.java:146)
>        at
>org.apache.jk.common.ChannelSocket.destroy(ChannelSocket.java:384)
>        at org.apache.jk.server.JkMain.stop(JkMain.java:311)
>        at
>org.apache.jk.server.JkCoyoteHandler.destroy(JkCoyoteHandler.java:181)
>        at
>org.apache.coyote.tomcat4.CoyoteConnector.stop(CoyoteConnector.java:120
5)
>        at
>org.apache.catalina.core.StandardService.stop(StandardService.java:546)
>        at
>org.apache.catalina.core.StandardServer.stop(StandardServer.java:2225)
>        at
org.apache.catalina.startup.Catalina.start(Catalina.java:543)
>        at
org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
>        at
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:3
>9)
>        at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImp
>l.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
>
>Does anybody know what happened ?
>
>Thank you.
>
>Fabio



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to