Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 53724 invoked from network); 25 Apr 2003 05:27:18 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Apr 2003 05:27:18 -0000 Received: (qmail 7148 invoked by uid 97); 25 Apr 2003 05:29:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 7141 invoked from network); 25 Apr 2003 05:29:25 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Apr 2003 05:29:25 -0000 Received: (qmail 52306 invoked by uid 500); 25 Apr 2003 05:27:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52294 invoked from network); 25 Apr 2003 05:27:04 -0000 Received: from web20609.mail.yahoo.com (216.136.226.167) by daedalus.apache.org with SMTP; 25 Apr 2003 05:27:04 -0000 Message-ID: <20030425052715.83840.qmail@web20609.mail.yahoo.com> Received: from [198.102.1.16] by web20609.mail.yahoo.com via HTTP; Thu, 24 Apr 2003 22:27:15 PDT Date: Thu, 24 Apr 2003 22:27:15 -0700 (PDT) From: Luke Musto Subject: Tomcat Hanging in windows XP on startup after install. To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I've just installed Tomcat 4.1.24 on an XP machine. It does not seem to be working properly. 1) The server started automatically upon conclusion of the install but I can not display the http://localhost:8080 page and and it will not shutdown. The message I get when I try to shutdown from the command line appears below. C:\Program Files\Apache Group\Tomcat 4.1\bin>shutdown Using CATALINA_BASE: C:\Program Files\apache group\tomcat 4.1 Using CATALINA_HOME: C:\Program Files\apache group\tomcat 4.1 Using CATALINA_TMPDIR: C:\Program Files\apache group\tomcat 4.1\temp Using JAVA_HOME: C:\j2sdk1.4.1_01 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:305) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158) at java.net.Socket.connect(Socket.java:426) at java.net.Socket.connect(Socket.java:376) at java.net.Socket.(Socket.java:291) at java.net.Socket.(Socket.java:119) 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) C:\Program Files\Apache Group\Tomcat 4.1\bin> and 2) I did stop the service from the admin tools on control panel and change it from automatic to manual and restarted the computer. But then on a manual startup from the command line the server hangs during the processing of the conf server file. The message appears below. Apr 25, 2003 1:10:35 AM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Apr 25, 2003 1:10:36 AM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance Apr 25, 2003 1:10:36 AM org.apache.commons.modeler.Registry getServer INFO: Creating MBeanServer Apr 25, 2003 1:10:38 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.24 Apr 25, 2003 1:10:41 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 Apr 25, 2003 1:10:41 AM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 Apr 25, 2003 1:10:41 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/172 config=C:\Program Files\apache group\tomcat 4. 1\conf\jk2.properties and it just hangs there! I am newbee to the Apache community and all docs I have read have said there really shouldn't be any problems during install. Any insight or help would be greatly appreciated.. Thank you in advance, Luke __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org