RE: java.net.BindException: Address already in use

2010-09-02 Thread Paul Bourget
: java.net.BindException: Address already in use -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/31/2010 3:07 PM, Paul Bourget wrote: I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. During bootup I get the failure but when

Re: java.net.BindException: Address already in use

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/2/2010 2:41 PM, Paul Bourget wrote: I am not clear on the question as I inserted the log file in the early emails. I meant: what does your system /perform/ on boot... not what are the effects. For example: what startup script launches

RE: java.net.BindException: Address already in use

2010-08-31 Thread Paul Bourget
...@christopherschultz.net] Sent: Thursday, August 26, 2010 2:33 PM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 2:19 PM, Paul Bourget wrote: Thanks for looking at this. Wouldn't the first instance have open ports

RE: java.net.BindException: Address already in use

2010-08-31 Thread Caldarale, Charles R
From: Paul Bourget [mailto:paul.bour...@isabellaproducts.com] Subject: RE: java.net.BindException: Address already in use I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. So that just verifies that you've got junk

Re: java.net.BindException: Address already in use

2010-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/31/2010 3:07 PM, Paul Bourget wrote: I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. During bootup I get the failure but when I run the Catalina.sh start

Re: java.net.BindException: Address already in use

2010-08-26 Thread Pid
On 25/08/2010 15:17, Paul Bourget wrote: I assumed that this indicates be a port conflict before I googled this problem. Every solution I found said find and resolve the port conflict. I cannot find the conflict. [r...@localhost logs]# netstat -a | grep 8209 [r...@localhost

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
Server.xml inline below. There is also a server.working.xml Paul Bourget Isabella Products -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, August 26, 2010 4:25 AM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use On 25/08/2010

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
Users List Subject: Re: java.net.BindException: Address already in use On 25/08/2010 15:17, Paul Bourget wrote: I assumed that this indicates be a port conflict before I googled this problem. Every solution I found said find and resolve the port conflict. I cannot find the conflict

Re: java.net.BindException: Address already in use

2010-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 1:30 PM, Paul Bourget wrote: Sorry, disregard the last email that file is from a different server (which is running fine). Here is the file from the server that is not working. Your configuration looks fine to me: only one

RE: java.net.BindException: Address already in use

2010-08-26 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: java.net.BindException: Address already in use Your configuration looks fine to me: Not to me; it looks like it's been carried over from some ancient version of Tomcat. There are numerous attributes (e.g., debug

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
] Sent: Thursday, August 26, 2010 1:53 PM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 1:30 PM, Paul Bourget wrote: Sorry, disregard the last email that file is from a different server (which

RE: java.net.BindException: Address already in use

2010-08-26 Thread Caldarale, Charles R
From: Paul Bourget [mailto:paul.bour...@isabellaproducts.com] Subject: RE: java.net.BindException: Address already in use Aug 24, 2010 1:51:42 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8606]: java.net.BindException: Address already in use That's

Re: java.net.BindException: Address already in use

2010-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 2:19 PM, Paul Bourget wrote: Thanks for looking at this. Wouldn't the first instance have open ports (indicated by netstat)? Or some httpd tasks (ps -ef). Yes, I would expect that. How are you launching Tomcat? I'm wondering

Re: java.net.BindException: Address already in use

2010-08-25 Thread Peter Crowther
Well, the ports you're requesting are or have recently been in use. Try: netstat -an | grep 8209 ... just in case someone's given the service a name in /etc/services. Also just check that you've not got the same number in two places in conf/server.xml, for example as the shutdown port. Finally,

RE: java.net.BindException: Address already in use

2010-08-25 Thread Paul Bourget
: java.net.BindException: Address already in use Well, the ports you're requesting are or have recently been in use. Try: netstat -an | grep 8209 ... just in case someone's given the service a name in /etc/services. Also just check that you've not got the same number in two places in conf

Re: java.net.BindException: Address already in use

2007-08-12 Thread Manivannan Palanichamy
On 8/11/07, Susan Richards [EMAIL PROTECTED] wrote: First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve to even associate with highly intelligent beings such as yourselves. We shutdown and restart our tomcat 5.5.23 server nightly.

Re: java.net.BindException: Address already in use

2007-08-12 Thread David Smith
Most linux systems (probably *nix in general) store the pid in a file named after the service in /var/run. Your restart script could pick up that pid and then loop through checking for it's existance about once a second until it's gone before continuing with a new startup. That at least is

RE: java.net.BindException: Address already in use

2007-08-10 Thread Propes, Barry L
that's ok -- I'm on here! : ) -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I just want to say that I sure appreciate all the help I am

RE: java.net.BindException: Address already in use

2007-08-10 Thread Propes, Barry L
are you using TC at port 80 or port 8080? Can you switch it to 8080 in your xml file? -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I

RE: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
It's at port 80 443. We don't have any iptables setup to reroute users from 80 to 8080. I asked our unix guy and he didn't want to do it. Propes, Barry L [EMAIL PROTECTED] 8/10/2007 3:35 PM are you using TC at port 80 or port 8080? Can you switch it to 8080 in your xml file?

Re: java.net.BindException: Address already in use

2007-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, Susan Richards wrote: First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve to even associate with highly intelligent beings such as yourselves. Seriously, don't say that. :( We

Re: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
Just out of curiosity, why do you bounce Tomcat every night? We backup our database that the web application interfaces with. We stop our listener after we bounce it and put a maintenance page out. Our application gives a 'System Error Detected' to the user if we don't do things in the right

Re: java.net.BindException: Address already in use

2007-06-29 Thread Tim Funk
1) You kill tomcat. kill -9 2) Then figure out why tomcat is still running (kill -3 to create a stack trace) In reality - you want to get the stacktrace before you run the kill -9 -Tim Bruno Vilardo wrote: Hello All, Linux 2.6.9-55.ELsmp tomcat.version=5.5.9 java version = 1.5 We have an

Re: java.net.BindException: Address already in use

2007-06-29 Thread Bruno Vilardo
Hello Everyone!!! Thanks for the response TIM.. I guess we found what was going on.. THere was another person working with Tomcat and he was restarting Tomcat at the same time I was shutdown it. So after I called this person, we were able to startup Tomcat Successfully. Thanks everyone.

Re: java.net.BindException: Address already in use: JVM_Bind:xxxx

2007-06-27 Thread Kirst Martin Wolfgang
Hi, [... consecutively restart tomcat ...] The only two solutions I found were: 1) wait some time the try again... 2) change ecah time the port In my ears it looks like you do not unbind the port. I know, ist typical for Windows, when you kill a process, which uses a port in an unclean way,

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Alvarez, Mike
Have you verified that something other than tomcat is not using that port? Shut down tomcat and then telnet to that port (e.g. telnet [hostname] [port#] Example: telnet localhost 8080) -Original Message- From: mallika guliani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Propes, Barry L
are you running another JVM simultaneously? -Original Message- From: mallika guliani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 I configured Tomcat/5.0.28 in

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread David Smith
On a linux system, netstat should help you figure out which ports are in use already. I use this on my Mandriva linux systems: netstat -tlnp On Windows systems, tcpview should help figure out what ports are occupied. It was hosted on the SysInternals website, but Microsoft acquired it, so

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
Thanks David. tcpview is a great utility. After stopping Tomcat, I saved the list of ports occupied but there is no 8080 and 8090 in the list. When I started Tomcat, tcpview started showing 8090, 8015 and 8009 in the list. Any idea what to do next? Thanks, Mallika David Smith [EMAIL

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
When I start JBoss, tcpview shows 8080 being used. But I have in 8090 in Server.xml which starts showing in tcpview when I start Tomcat. Alvarez, Mike [EMAIL PROTECTED] wrote: Have you verified that something other than tomcat is not using that port? Shut down tomcat and then telnet to that

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread David Smith
Hmmm... wierd. I can only guess at what might be happening: 1. You have two connectors configured in tomcat on the same port. The first will succeed, the second will fail. 2. There's a double launch of tomcat. The first succeeds, the second fails. 3. I've seen your posts mention JBoss,

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
David, it works now. I had to change port to 8090 in one more place: !-- Define a Proxied HTTP/1.1 Connector on port 8082 -- !-- See proxy documentation for more information about using this. -- !-- Connector port=8090 maxThreads=150 minSpareThreads=25

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Venky Vasant
go to your task manager and see if a java process still running if it is kill it before you restart Venkat - Original Message From: mallika guliani [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, April 5, 2007 11:18:20 AM Subject: java.net.BindException: Address