Re: [JBoss-user] "BindException" when starting Jboss-tomcat2.2

2001-04-19 Thread jBoss Monkey

Are you sure you do not have any other instance runing at the same time using
the same address. ??

~jm



Arun wrote:

> when i start jboss using run.sh
> im getting this error
>
> [EmbeddedTomcat] Starting
> [EmbeddedTomcat] Starting EmbeddedTomcat
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /examples )
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /admin )
> [EmbeddedTomcat] Starting tomcat. Check logs/tomcat.log for error messages
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx(  )
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /test )
> [EmbeddedTomcat] java.net.BindException: Address already in use
> 
> 
> 
>
> finally JBoss is started...
> Is there any problem
>
> thanx
> Arun
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] "BindException" when starting Jboss-tomcat2.2

2001-04-18 Thread Bordet, Simone

Hey,

> when i start jboss using run.sh
> im getting this error
> 
> [EmbeddedTomcat] Starting
> [EmbeddedTomcat] Starting EmbeddedTomcat
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /examples ) 
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /admin )
> [EmbeddedTomcat] Starting tomcat. Check logs/tomcat.log for 
> error messages
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx(  )
> 2001-04-18 01:14:47 - ContextManager: Adding context Ctx( /test )
> [EmbeddedTomcat] java.net.BindException: Address already in use
> 
> 
> 
> 
> finally JBoss is started...
> Is there any problem

Yes, probably one of the ports on which Tomcat is listening is already in
use (default are 8080, 8007 or 8009). Check this with 'netstat -a' after
having shut down Tomcat and JBoss.

Simon

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user