RE: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Carrillo, Dan
Hi Jeff, java.net.BindException: Address already in use indicates there is another process using this ip/port. You'll need to change it to a unique value. Dan -Original Message- From: Jeff Hall [mailto:jhall@gmail.com] Sent: Wednesday, August 15, 2012 12:50 PM To:

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Jeff Hall
Dan, thanks for the reply. I don't know why port 49352 was in use when I ran the test. I started the cluster up a second time after making sure all java processes were stopped, and netstat reported no use of port 49352 (the shutdown port for tomcat instance #1). I relaunched it and the log

RE: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Carrillo, Dan
Jeff, Can you include your entire server.xml for each instance and also your /etc/hosts? From: Jeff Hall [mailto:jhall@gmail.com] Sent: Wednesday, August 15, 2012 1:32 PM To: users@tomcat.apache.org Cc: Carrillo, Dan Subject: Re: Unable to start cluster (java.net.BindException: Cannot assign

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Daniel Mikusa
On Aug 15, 2012, at 4:31 PM, Jeff Hall wrote: Dan, thanks for the reply. I don't know why port 49352 was in use when I ran the test. I started the cluster up a second time after making sure all java processes were stopped, and netstat reported no use of port 49352 (the shutdown port for

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Jeff Hall
and also your /etc/hosts? From: Jeff Hall [mailto:jhall@gmail.com] Sent: Wednesday, August 15, 2012 1:32 PM To: users@tomcat.apache.org Cc: Carrillo, Dan Subject: Re: Unable to start cluster (java.net.BindException: Cannot assign requested address) Dan, thanks for the reply. I don't

Re: Unable to start cluster (java.net.BindException: Cannot assign requested address)

2012-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 8/15/12 3:50 PM, Jeff Hall wrote: I need help from the clustering experts here on the mailing list. I have two Tomcat instances (6.0.32) running on a Red Hat Enterprise server (hosted at RackSpace). When attempting to start the first