Re: error while shutting down tomcat

2012-08-15 Thread Ognjen Blagojevic
Ijlal, On 15.8.2012 0:32, Ijlal EL HAZITI wrote: I installed a wab application (sakai precisely) on a distant server remotely, but it doesn't start, and when I shutdown tomcat, I get that error: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar 14 août 2012 13:55:44

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

2012-08-15 Thread Jeff Hall
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 instance in the cluster, it fails because the NioReceiver cannot start (it is unable to open

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:

Questions about walking the class path

2012-08-15 Thread llowder
All, I've ran into a bug with a 3rd party app I use to monitor my tomcat server. What is happening is that when I go to the log tab to view a list of available logs the open file handlers spike, hitting ulimit on my production and test servers, which causes breakage. The app in question uses

Re: Questions about walking the class path

2012-08-15 Thread Mark Thomas
On 15/08/2012 21:13, llow...@oreillyauto.com wrote: The understanding of the actual developer was that the jars would already be loaded by the JVM and shouldn't need to be re-opened. That understanding is no longer correct. See: http://svn.apache.org/viewvc?view=revisionrevision=1343708 I am

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: Questions about walking the class path

2012-08-15 Thread llowder
Mark Thomas ma...@apache.org wrote on 08/15/2012 03:22:07 PM: From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Date: 08/15/2012 03:29 PM Subject: Re: Questions about walking the class path On 15/08/2012 21:13, llow...@oreillyauto.com wrote: The

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: Questions about walking the class path

2012-08-15 Thread Mark Thomas
On 15/08/2012 21:44, llow...@oreillyauto.com wrote: Mark Thomas ma...@apache.org wrote on 08/15/2012 03:22:07 PM: From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Date: 08/15/2012 03:29 PM Subject: Re: Questions about walking the class path On 15/08/2012

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
Hi Dan, I found the problem. The person who set up /etc/hosts put in the wrong IP address for the local machine. After correcting this, both instances now start cleanly. On Aug 15, 2012, at 1:47 PM, Carrillo, Dan wrote: Jeff, Can you include your entire server.xml for each instance and

Re: Questions about walking the class path

2012-08-15 Thread llowder
Mark Thomas ma...@apache.org wrote on 08/15/2012 03:48:04 PM: On 15/08/2012 21:13, llow...@oreillyauto.com wrote: The understanding of the actual developer was that the jars would already be loaded by the JVM and shouldn't need to be re-opened. That understanding is no longer correct.

Re: Questions about walking the class path

2012-08-15 Thread Mark Thomas
On 15/08/2012 22:48, llow...@oreillyauto.com wrote: Mark Thomas ma...@apache.org wrote on 08/15/2012 03:48:04 PM: On 15/08/2012 21:13, llow...@oreillyauto.com wrote: The understanding of the actual developer was that the jars would already be loaded by the JVM and shouldn't need to be

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