[jboss-user] [Installation, Configuration & Deployment] - Re: Address already in use: JVM_Bind:8080

weston.price@jboss.com do-not-reply at jboss.com
Tue May 8 18:14:00 EDT 2007


This can usually mean one of two things: 

1) Something else is using that port on your machine and you have a conflict.

2)JBoss was not shut down cleanly and this port was never released. 

3) You are trying to start multiple JBoss instances on one machine and have not changed your port settings to allow for this. 

This varies between platforms (Windows, Linux etc). The easiest solution is to do a port scan to determine what above condition applies. Usually port 8080 points to condition two or three. If your on Windows check and see if there is a process called 'java' running. If so, kill it and startup again. Or if you are trying to run two instances shut the other one down and configure JBoss to run multiple instances. 

Have a look here as well:

http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044105#4044105

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044105



More information about the jboss-user mailing list