Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 73993 invoked from network); 8 Dec 2000 21:26:31 -0000 Received: from adsl-64-161-119-100.dsl.snfc21.pacbell.net (HELO PATHOS.DI.local) (64.161.119.100) by locus.apache.org with SMTP; 8 Dec 2000 21:26:31 -0000 Received: from JDELAGARZA ([4.33.252.2]) by PATHOS.DI.local with Microsoft SMTPSVC(5.0.2172.1); Fri, 8 Dec 2000 13:26:51 -0800 Reply-To: From: "John de la Garza" To: Subject: RE: bind error Date: Fri, 8 Dec 2000 13:26:21 -0800 Message-ID: <002101c0615d$835bacd0$2e7513d1@JDELAGARZA> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal X-OriginalArrivalTime: 08 Dec 2000 21:26:51.0704 (UTC) FILETIME=[9476CB80:01C0615D] X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N The jvm is not running...for sure it is not. The funny thing is that aft4er I get this error message it still works! I am using jdbc real formbased security...I don't know if this could be part of the issue. as for 3.1 it is stopped... also, I am running tomcat as a standalone server on port 80 for dev purposes when I telnet to 127.0.0.1:80 I get this: SunOS 5.6 login: what's up with that? Im running windows 2000! -----Original Message----- From: Randy Layman [mailto:randy.layman@aswethink.com] Sent: Friday, December 08, 2000 12:44 PM To: 'tomcat-user@jakarta.apache.org' Subject: RE: bind error Something else is using the port? Check that: 1. You are not still running Tomcat 3.1 (is so, change the ports for Tomcat 3.2 in the server.xml file) 2. Try stoping and then starting. Make sure that the JVM actually dies before restarting. 3. Without Tomcat running, telnet to the ports that Tomcat uses (usually 8080 and 8007, check server.xml for actual). See if you can figure out what is actually running on the port. (To check for HTTP, try GET /, if this returns an HTML looking document then a webserver of some kind is running on the port). Randy -----Original Message----- From: John de la Garza [mailto:jdelagarza@designinsites.com] Sent: Friday, December 08, 2000 3:53 PM To: Tomcat-Users (E-mail) Subject: bind error Since I have switched to tom cat 3.2 when I restart the server I get this: Starting tomcat. Check logs/tomcat.log for error messages FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:397) at java.net.ServerSocket.(ServerSocket.java:170) at java.net.ServerSocket.(ServerSocket.java:121) at org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Default ServerSocketFactory.java:97) at org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoi nt.java:239) at org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.jav a:188) at org.apache.tomcat.core.ContextManager.start(ContextManager.java:527) at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:204) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237) any clues to why?