Re: [Resin-interest] Start up problem

2007-08-28 Thread Tony Zakula
Here is my netstat dump. I am running in a console as root when I try to start resin up. I can start Jetty, but I cannot start Glassfish as well. I get a similiar error. I thought maybe it had to with resolving its domain name as it is behind a firewall which is doing NAT, but I think I have

Re: [Resin-interest] Start up problem

2007-08-28 Thread Mike Wynholds
This is an old bug report, but it sounds like it might be the cause: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6206527 Centos is sort of a redhat derivative, right? anyway, assuming you are using JDK 5, you could try either a) upgrading to JDK 6 or b) disable IPv6. A workaround for

Re: [Resin-interest] Start up problem

2007-08-28 Thread Eric Kreiser
Scott Ferguson wrote: On Aug 28, 2007, at 8:49 AM, Mike Wynholds wrote: This is an old bug report, but it sounds like it might be the cause: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6206527 Centos is sort of a redhat derivative, right? anyway, assuming you are using JDK 5,

Re: [Resin-interest] Start up problem

2007-08-28 Thread Eric Kreiser
Scott Ferguson wrote: On Aug 28, 2007, at 9:45 AM, Eric Kreiser wrote: That's interesting. Thanks for finding this. The Watchdog does bind to port localhost:6600. That's how the stop command works and how the Watchdog can manage multiple Resin JVMs with a single watchdog process.

Re: [Resin-interest] Start up problem

2007-08-28 Thread Leland, Robert
I don't follow. Resin is binding the Watchdog process to 127.0.0.1:6600 right? And all that I am really concerned with is... how would/should I start multiple Resin servers on the same machine? How will this work if each is going to try to bind to

Re: [Resin-interest] Start up problem

2007-08-28 Thread Tony Zakula
I have been googling for several days on this. I agree, it is a probably a problem on the machine itself. I am just trying to find clues as to how to find it. I am using the latest java machine: java -version puts out: java version "1.6.0_02" Java(TM) SE Runtime Environment (build

Re: [Resin-interest] Start up problem

2007-08-28 Thread Mike Wynholds
.. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Kreiser Sent: Tuesday, August 28, 2007 10:50 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Start up problem Scott Ferguson wrote: On Aug 28, 2007, at 9:45 AM, Eric

Re: [Resin-interest] Start up problem

2007-08-28 Thread Scott Ferguson
On Aug 28, 2007, at 11:01 AM, Leland, Robert wrote: It could be designed so that it becomes a single service, with only one instance of the process running no matter how many instances of resin are running. It does that now. -- Scott ___

Re: [Resin-interest] Start up problem

2007-08-27 Thread Vic Simkus
Tony Zakula wrote: Hi, I have been trying to install and run resin on a Centos 5 system. I run it fine on Windows. Everything installs fine on Centos, but when I try to run the resin.jar file with all of the default configuration, I get the following error: Aug 24, 2007 11:26:39 AM

Re: [Resin-interest] Start up problem

2007-08-27 Thread Joe Dane
On Aug 27, 2007, at 11:56 AM, Vic Simkus wrote: Sounds like something else is bound to a port that Resin is trying to use. Do a netstat and make sure that nothing is using ports 8080 and 6800. that, or he's trying to use a port 1024 (e.g. 80) and he's not running as root. there's