> From: hetal [mailto:[EMAIL PROTECTED] 
> Subject: create[8005]: java.net.BindException: error occured 
> while startingtomcat on Ubuntu Plateform
> 
> "StandardServer.await: create[8005]: java.net.BindException: 
> Cannot assign requested address" 

This is usually due to the port already being in use by some other
process, frequently another Tomcat.  Note that there are at least two
ports to be changed in server.xml (one for shutdown plus one for each
connector) if you want to run multiple Tomcats simultaneously.

Use netstat to find out what other process has the port tied up.

 - Chuck

Thanks for the reply.
I have checked on my machine only one tomcat is running and I have also
tried netstat command it is not listing 8005 port.
I have already done that changes in server.xml file but still getting same
error.
Please let me know if there is any other solution

- Hetal
-- 
View this message in context: 
http://www.nabble.com/create-8005-%3A-java.net.BindException%3A-error-occured-while-starting-tomcat-on-Ubuntu-Plateform-tf3325087.html#a9244100
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to