Address already in use: JVM_Bind java

后端 未结 13 2494
离开以前
离开以前 2020-11-30 03:33

Some times whenever I restart the application, which is built on Java Struts Mysql and Jboss 4.05 Version I get the error as Address already in use: JVM_Bind

相关标签:
13条回答
  • 2020-11-30 04:25

    Is it possible that MySql listening on the same port as JBoss?

    Is there a port number given in the error message - something like Address already in use: JVM_Bind:8080

    You can change the port in JBoss server.xml to test this.

    0 讨论(0)
提交回复
热议问题