2009/2/3 Gregor Schneider :
> Dave,
>
> On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson wrote:
>>
>> [r...@marge apps]# netstat -lnp | grep 8080
>> tcp0 0 :::8080 :::*
>> LISTEN 4014/java
>>
>> (Not very informative ?)
>>
>
> informative enough:
>
> "ps -l
Dave,
On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson 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 information ab
> 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
HI Gregor.
2009/2/3 Gregor Schneider :
>> Feb 3, 2009 12:14:23 PM org.apache.coyote.http11.Http11Protocol init
>> SEVERE: Error initializing endpoint
>> java.net.BindException: Address already in use:8080
>>
>
> that means that some process is using port 8080. Since a port can only
> be bound to
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 :
> from catalina.out log.
>
> Feb 3, 2009
Dave,
On Tue, Feb 3, 2009 at 2:24 PM, Dave Pawson 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 use:8080
>
that means that some process is using port 8080
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 use:8080
I'm not sure what the 'null' part of this message is telling me.
Any suggestions please?
Then later (may/may not be