Bug 17702 - Could not shutdown the tomcat4
Summary: Could not shutdown the tomcat4
Status: RESOLVED DUPLICATE of bug 17193
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 4.1.18
Hardware: PC All
: P3 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 23:44 UTC by DP Bhogadi
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DP Bhogadi 2003-03-05 23:44:46 UTC
I couldn't stop the tomcat. Following is the error I am getting.
I have jdk1.3.1_03 (java_home)

C:\>%CATALINA_HOME%\bin\shutdown
Using CATALINA_BASE:   D:\tomcat4.1.18
Using CATALINA_HOME:   D:\tomcat4.1.18
Using CATALINA_TMPDIR: D:\tomcat4.1.18\temp
Using JAVA_HOME:       D:\jdk1.3.1_03
Catalina.stop: java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
        at java.net.Socket.<init>(Socket.java:268)
        at java.net.Socket.<init>(Socket.java:95)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:581)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Comment 1 Remy Maucherat 2003-04-18 13:55:50 UTC
The script failed to connect to Tomcat to shut it down (so it's not running in
the first place). This should be posted on tomcat-user, not filed as a bug.
Comment 2 Laurent CAPRANI 2003-07-13 23:43:22 UTC
There is actually a bug with Tomcat 4.1.x on JDK 1.3 (maybe only on Windows).
This is duplicated in Bug 17193 and Bug 19098.
Comment 3 Laurent CAPRANI 2003-07-13 23:44:03 UTC

*** This bug has been marked as a duplicate of 17193 ***