문제

I am getting the BindException while starting the jboss java.net.BindException: Address already in use: 8080

I have installed oracle 10g also in my machine. That is already using the port 8080. So, I have changed the port to 8083 in server.xml and tried to start the server it is giving me the same error

java.net.BindException: Address already in use: JVM_Bind: 8083

Even i have tried with port 8009 i am getting the same error

java.net.BindException: Address already in use: JVM_Bind: 8009

can any one help me to solve my problem and please explain me the reason also.

Thanks

도움이 되었습니까?

해결책

Hi I have taken port number as 8089 and the issue get resolved... :)

다른 팁

Use TCPView from microsoft

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

It gives the port number as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top