Oliver and Anton, I understand the concept of what you are saying but I am in need of practical details. I have checked the server.xml file and the ports shown there are the Tomcat defaults - 8005 for shutdown, and 8080 for the HTTP port. How do I go about checking further? I am not familiar with the command "netstat -a", is that a Tomcat command? How do I go about implementing this command? I think you guys are onto something, I just need some practical elaboration on how to proceed. Thanks again for your help - I am looking to learn from this problem.
Bill Saur Spokane, WA [EMAIL PROTECTED] -----Original Message----- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:12 AM To: 'Tomcat Users List' Subject: AW: LifecycleException Yes, it seems TC is still listening and the shutdown didn't work properly ? Have a look at the port that is used for the shutdown. Maybe another thread is using that, so that the shutdown-command doesn't receive TC. Oliver > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > W�rthstra�e 34 > D-50668 K�ln > Germany > Tel.: +49 221 148 31277 > Fax: +49 221 148 43963 > Mobil: +49 179 59 064 59 > e-Mail: [EMAIL PROTECTED] > _____________________________ > -----Urspr�ngliche Nachricht----- Von: Anton Brazhnyk [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 28. Januar 2002 09:05 An: Tomcat Users List Betreff: RE: LifecycleException Hi, > -----Original Message----- > From: Bill Saur [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 11:12 PM > To: [EMAIL PROTECTED] > Subject: LifecycleException > > > Hello: > > I have just installed Tomcat 4.0.1 (Win2000 OS) and the program works one > time and then once I shut it down and restart it I am getting the > following > message: > > "Catalina.start: LifecycleException: null.open: java.net.BindException: > Address In use: JVM_Bind" - followed by a long list of addresses where > JVM_Bind is > in use. > It seems somebody (possibly another Tomcat) is already listening on the port Tomcat tries to bind. Check "netstat -a" > Anyone have any ideas on what is going on here and how to fix this? Thanks > in > advance for your help. > > Regards, > Bill Saur > Spokane, WA > [EMAIL PROTECTED] > Anton. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> ---------------------------------------------------------------------------- -- -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
