Re: address is already in use

2004-07-21 Thread Damien July
hi, i found the error, there is in server.xml, two services had the same listen port. Now, it's good. thx to all Le mar 20/07/2004 Ã 07:52, Mehmet Kutlu ÄNANÃ a Ãcrit : > hi > can you send me log file? > > > > - Original Message - > From: "Damien July" <[EMAIL PROTECTED]> > To: <[EM

Re: address is already in use

2004-07-20 Thread Betto McRose G,
Steve! did you leave Maiden ? (je je je, sorry) - Original Message - From: "Steve Harris" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 2:55 PM Subject: Re: address is already in use > Hi, > > If

Re: address is already in use

2004-07-20 Thread Steve Harris
Hi, If your running on Solaris install a utility called lsof and use the command, lsof -i :8080 This will list all processes using that port. I have had instances where 8080 has got 'stolen' by another process that started up and used that port. Once you've identified the process then

RE: address is already in use

2004-07-19 Thread Damien July
gt; -Original Message- > From: Damien July [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 10:23 AM > To: Tomcat Users List > Subject: RE: address is already in use > > > yes, i see this > when i shutting down tomcat, it take several secondes before to b

RE: address is already in use

2004-07-19 Thread Randall Svancara
essage- From: Michael Currie [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:27 AM To: Tomcat Users List Subject: RE: address is already in use So, how do you actually get it running again, reboot? Mike Currie Senior Web Developer New Century Mortgage Direct 949 743 7037 Mobile 9

RE: address is already in use

2004-07-19 Thread Michael Currie
this electronic > transmission in error, please notify us immediately by telephone and delete the > message from your system. Thank you. -Original Message- From: Damien July [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:23 AM To: Tomcat Users List Subject: RE: address is already in

RE: address is already in use

2004-07-19 Thread Damien July
t, give that a try. > > -Original Message- > From: Damien July [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 11:13 AM > To: Tomcat Users List > Subject: Re: address is already in use > > > how can i do this? > Le lun 19/07/2004 Ã 19:09, Aman Raheja

RE: address is already in use

2004-07-19 Thread Randall Svancara
instance to completely shut down. Does Solaris have netstat, give that a try. -Original Message- From: Damien July [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 11:13 AM To: Tomcat Users List Subject: Re: address is already in use how can i do this? Le lun 19/07/2004 Ã 19:09, Aman

Re: address is already in use

2004-07-19 Thread Damien July
how can i do this? Le lun 19/07/2004 Ã 19:09, Aman Raheja a Ãcrit : > Did you check, if you are limited by the number of sockets you can open on > this server and that the limit is not exhausted. > > Aman Raheja > http://www.techquotes.com > > > On Mon, 19 Jul 2004 18:56:27 +0200, Damien July <

Re: address is already in use

2004-07-19 Thread Aman Raheja
Did you check, if you are limited by the number of sockets you can open on this server and that the limit is not exhausted. Aman Raheja http://www.techquotes.com On Mon, 19 Jul 2004 18:56:27 +0200, Damien July <[EMAIL PROTECTED] securite.org> wrote : > Hi, > i'm under sun solaris 8 sparc > >

Re: address is already in use

2004-07-19 Thread Damien July
Hi, i'm under sun solaris 8 sparc and i had been restart the server. and there is no one that listen on port 80 or 8080 Damien Le lun 19/07/2004 Ã 18:56, Aman Raheja a Ãcrit : > Are you on Windows platform ? Are you restarting it? > Check your process list and "End Task" if you find it there. >

RE: address is already in use

2004-07-19 Thread Damien July
Hi, when i shutdown tomcat, i verify all listen port ( netstat -an|grep LISTEN) and all java processes (ps -ef|grep java) and i have nothing Damien Le lun 19/07/2004 Ã 18:47, Shapira, Yoav a Ãcrit : > Hi, > Perhaps your previous tomcat shutdown was aborted or otherwise didn't unbind the > po

Re: address is already in use

2004-07-19 Thread Aman Raheja
Are you on Windows platform ? Are you restarting it? Check your process list and "End Task" if you find it there. Also try netstat and see who's using the 8080 port (if that's what you have in server.xml). Aman Raheja http://www.techquotes.com On Mon, 19 Jul 2004 18:45:41 +0200, Damien July <[

RE: address is already in use

2004-07-19 Thread Shapira, Yoav
Hi, Perhaps your previous tomcat shutdown was aborted or otherwise didn't unbind the port. This could happen, for example, if your webapp has non-daemon threads and you don't shut them down: that prevents the JVM from exiting and releases resources. Yoav Shapira Millennium Research Informatics