0 Replies Latest reply on Aug 10, 2016 11:56 AM by metaphiz

    JBoss Errors - Not Deploying

    metaphiz

      I have Java 7_45 and I'm trying to run JBoss 7_1_1. I'm getting a series of errors (see attached log), starting with "11:16:25,838 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Error initializing endpoint: java.net.BindException: Address already in use: JVM_Bind /127.0.0.1:8080". I have JBoss's Java location configured manually in standalone.bat since JAVA_HOME was not working on previous installs:

       

      if "x%JAVA_HOME%" == "x" (

        set  JAVA=java

        echo JAVA_HOME is not set. Unexpected results may occur.

        echo Set JAVA_HOME to the directory of your local JDK to avoid this message.

      ) else (

        set "JAVA=C:\Program Files\Java\jdk1.7.0_45\bin\java"

      )

       

      Please take a look at the log and let me know what could be causing this issue. Thanks.