Error, source unknown

2009-02-03 Thread Dave Pawson
from catalina.out log. Feb 3, 2009 12:14:23 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in usenull:8080 I'm not sure what the 'null' part of this message is telling me. Any suggestions please? Then later (may/may

Re: Error, source unknown

2009-02-03 Thread Gregor Schneider
Dave, On Tue, Feb 3, 2009 at 2:24 PM, Dave Pawson dave.paw...@gmail.com wrote: from catalina.out log. Feb 3, 2009 12:14:23 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in usenull:8080 that means that some

Re: Error, source unknown

2009-02-03 Thread Kees de Kooter
Apparently you already have something running that is using port 8080. The Digester error means that an xml file that is being loaded contains characters after the closing root tag. Cheers, Kees de Kooter http://www.boplicity.net 2009/2/3 Dave Pawson dave.paw...@gmail.com: from catalina.out

Re: Error, source unknown

2009-02-03 Thread Dave Pawson
HI Gregor. 2009/2/3 Gregor Schneider rc4...@googlemail.com: Feb 3, 2009 12:14:23 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in usenull:8080 that means that some process is using port 8080. Since a port can

Re: Error, source unknown

2009-02-03 Thread Dave Pawson
2009/2/3 Gregor Schneider rc4...@googlemail.com: Dave, On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson dave.paw...@gmail.com wrote: [r...@marge apps]# netstat -lnp | grep 8080 tcp0 0 :::8080 :::* LISTEN 4014/java (Not very informative ?)

RE: Error, source unknown

2009-02-03 Thread Caldarale, Charles R
From: Dave Pawson [mailto:dave.paw...@gmail.com] Subject: Re: Error, source unknown [r...@marge apps]# netstat -lnp | grep 8080 tcp0 0 :::8080 :::* LISTEN 4014/java (Not very informative ?) On the contrary, it tells you that pid 4014 is using

Re: Error, source unknown

2009-02-03 Thread Gregor Schneider
Dave, On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson dave.paw...@gmail.com wrote: [r...@marge apps]# netstat -lnp | grep 8080 tcp0 0 :::8080 :::* LISTEN 4014/java (Not very informative ?) informative enough: ps -lf 4041 gives you a bit more of