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: [EMAIL PROTECTED]
 Sent: Monday, July 19, 2004 7:45 PM
 Subject: address is already in use
 
 
 Hello,
 
 i try to start tomcat 4.1.24 and when i start it , i have the address
 already in use error message.
 
 the is , i don't have some webserver or other thant listen on port 8 or
 8080.
 
 I don't why i have this error.
 
 If someone could help Me.
 
 thx.
 Damien
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



address is already in use

2004-07-20 Thread Nicolas PEREZ

Return Receipt
   
 
Your  address is already in use
 
document:  
 
   
 
was received  Nicolas PEREZ/PAR/HD/Corp
 
by:
 
   
 
at:   20/07/2004 09:53:01  
 
   
 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 you can decide what to do.

Cheers - Steve

On Mon, 19 Jul 2004, Damien July wrote:

 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.
 
  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 [EMAIL PROTECTED]
  securite.org wrote :
 
   Hello,
  
   i try to start tomcat 4.1.24 and when i start it , i have the address
   already in use error message.
  
   the is , i don't have some webserver or other thant listen on port 8  or
   8080.
  
   I don't why i have this error.
  
   If someone could help Me.
  
   thx.
   Damien
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 you can decide what to do.

 Cheers - Steve

 On Mon, 19 Jul 2004, Damien July wrote:

  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.
  
   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 [EMAIL PROTECTED]
   securite.org wrote :
  
Hello,
   
i try to start tomcat 4.1.24 and when i start it , i have the
address
already in use error message.
   
the is , i don't have some webserver or other thant listen on port
8  or
8080.
   
I don't why i have this error.
   
If someone could help Me.
   
thx.
Damien
   
   
  
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
   
   
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



address is already in use

2004-07-19 Thread Damien July
Hello,

i try to start tomcat 4.1.24 and when i start it , i have the address
already in use error message.

the is , i don't have some webserver or other thant listen on port 8 or
8080.

I don't why i have this error.

If someone could help Me.

thx.
Damien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


-Original Message-
From: Damien July [mailto:[EMAIL PROTECTED]
Sent: Monday, July 19, 2004 12:46 PM
To: [EMAIL PROTECTED]
Subject: address is already in use

Hello,

i try to start tomcat 4.1.24 and when i start it , i have the address
already in use error message.

the is , i don't have some webserver or other thant listen on port 8à or
8080.

I don't why i have this error.

If someone could help Me.

thx.
Damien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



sorry: this is better : address is already in use

2004-07-19 Thread Damien July
Hello,

i try to start tomcat 4.1.24 and when i start it , i have the address
already in use error message.

the problem is :  i don't have some webserver or other that listen on
port 80 or
8080.

I don't know why i have this error.

If someone could help Me.

thx.
Damien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 [EMAIL PROTECTED]
securite.org wrote :

 Hello,
 
 i try to start tomcat 4.1.24 and when i start it , i have the address
 already in use error message.
 
 the is , i don't have some webserver or other thant listen on port 8à or
 8080.
 
 I don't why i have this error.
 
 If someone could help Me.
 
 thx.
 Damien
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
 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
 
 
 -Original Message-
 From: Damien July [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 19, 2004 12:46 PM
 To: [EMAIL PROTECTED]
 Subject: address is already in use
 
 Hello,
 
 i try to start tomcat 4.1.24 and when i start it , i have the address
 already in use error message.
 
 the is , i don't have some webserver or other thant listen on port 8 or
 8080.
 
 I don't why i have this error.
 
 If someone could help Me.
 
 thx.
 Damien
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a confidential business communication, 
 and may contain information that is confidential, proprietary and/or privileged.  
 This e-mail is intended only for the individual(s) to whom it is addressed, and may 
 not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
 the(an) intended recipient, please immediately delete this e-mail from your computer 
 system and notify the sender.  Thank you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
 
 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 [EMAIL PROTECTED]
 securite.org wrote :
 
  Hello,
  
  i try to start tomcat 4.1.24 and when i start it , i have the address
  already in use error message.
  
  the is , i don't have some webserver or other thant listen on port 8  or
  8080.
  
  I don't why i have this error.
  
  If someone could help Me.
  
  thx.
  Damien
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
 
 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.
  
  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
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 [EMAIL PROTECTED]
 securite.org wrote :
 
  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.
   
   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
   
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: address is already in use

2004-07-19 Thread Randall Svancara
I have noticed that sometimes when you shutdown tomcat on linux, it seems to take a 
long time to close down everything. If you restart tomcat while the old instance is 
trying to shut down, you will recieve this error.  So by restarting, you might not be 
aloting enough time for the tomcat 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 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 [EMAIL PROTECTED]
 securite.org wrote :
 
  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.
   
   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
   
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: address is already in use

2004-07-19 Thread Damien July
yes, i see this
when i shutting down tomcat, it take several secondes before to be
completly stopped.

i restart it only all listen port are close.

Damien

Le lun 19/07/2004  19:15, Randall Svancara a crit :
 I have noticed that sometimes when you shutdown tomcat on linux, it seems to take a 
 long time to close down everything. If you restart tomcat while the old instance is 
 trying to shut down, you will recieve this error.  So by restarting, you might not 
 be aloting enough time for the tomcat 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 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 [EMAIL PROTECTED]
  securite.org wrote :
  
   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.

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

  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: address is already in use

2004-07-19 Thread Michael Currie
So,  how do you actually get it running again, reboot?

Mike Currie
Senior Web Developer
New Century Mortgage
Direct 949 743 7037
Mobile 949 279 4358
Fax 866 281 0360

 This electronic message transmission contains information from New Century which may 
 be confidential or privileged. This information is intended for the use of the 
 individuals or entity named in the message. If you are not the intended recipient, 
 be aware that any disclosure, copying, distribution or use of the contents of this 
 transmission is strictly prohibited. If you have received 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 use


yes, i see this
when i shutting down tomcat, it take several secondes before to be
completly stopped.

i restart it only all listen port are close.

Damien

Le lun 19/07/2004  19:15, Randall Svancara a crit :
 I have noticed that sometimes when you shutdown tomcat on linux, it seems to take a 
 long time to close down everything. If you restart tomcat while the old instance is 
 trying to shut down, you will recieve this error.  So by restarting, you might not 
 be aloting enough time for the tomcat 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 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 [EMAIL PROTECTED]
  securite.org wrote :
  
   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.

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

  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: address is already in use

2004-07-19 Thread Randall Svancara
Try:

yourserver# killall -9 java  -- kills all java processes with extreme 
prejudice
yourserver# /etc/init.d/tomcat start -- assumes you have a startup script for tomcat, 
otherwise use the scripts in the bin directory of your tomcat install.



That will remove all the java processes running on your unix system.  Or you could go 
into task manager in windows stop all the java processes.  Keep in mind this could 
kill other processes that are using java too.  

Anyway, this has worked for me. If there is a better way, I would like to know.

Thanks,

Randall

-Original Message-
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 949 279 4358
Fax 866 281 0360

 This electronic message transmission contains information from New Century which may 
 be confidential or privileged. This information is intended for the use of the 
 individuals or entity named in the message. If you are not the intended recipient, 
 be aware that any disclosure, copying, distribution or use of the contents of this 
 transmission is strictly prohibited. If you have received 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 use


yes, i see this
when i shutting down tomcat, it take several secondes before to be
completly stopped.

i restart it only all listen port are close.

Damien

Le lun 19/07/2004  19:15, Randall Svancara a crit :
 I have noticed that sometimes when you shutdown tomcat on linux, it seems to take a 
 long time to close down everything. If you restart tomcat while the old instance is 
 trying to shut down, you will recieve this error.  So by restarting, you might not 
 be aloting enough time for the tomcat 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 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 [EMAIL PROTECTED]
  securite.org wrote :
  
   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.

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

  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: address is already in use

2004-07-19 Thread Damien July
i didn't running 
Le lun 19/07/2004  19:27, Michael Currie a crit :
 So,  how do you actually get it running again, reboot?
 
 Mike Currie
 Senior Web Developer
 New Century Mortgage
 Direct 949 743 7037
 Mobile 949 279 4358
 Fax 866 281 0360
 
  This electronic message transmission contains information from New Century which 
  may be confidential or privileged. This information is intended for the use of the 
  individuals or entity named in the message. If you are not the intended recipient, 
  be aware that any disclosure, copying, distribution or use of the contents of this 
  transmission is strictly prohibited. If you have received 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 use
 
 
 yes, i see this
 when i shutting down tomcat, it take several secondes before to be
 completly stopped.
 
 i restart it only all listen port are close.
 
 Damien
 
 Le lun 19/07/2004  19:15, Randall Svancara a crit :
  I have noticed that sometimes when you shutdown tomcat on linux, it seems to take 
  a long time to close down everything. If you restart tomcat while the old instance 
  is trying to shut down, you will recieve this error.  So by restarting, you might 
  not be aloting enough time for the tomcat 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 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 [EMAIL PROTECTED]
   securite.org wrote :
   
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.
 
 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
 
   
   
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



address is already in use

2004-07-19 Thread Mehmet Kutlu NAN
hi
can you send me log file?



- Original Message - 
From: Damien July [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 19, 2004 7:45 PM
Subject: address is already in use


Hello,

i try to start tomcat 4.1.24 and when i start it , i have the address
already in use error message.

the is , i don't have some webserver or other thant listen on port 8 or
8080.

I don't why i have this error.

If someone could help Me.

thx.
Damien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]