0 Replies Latest reply on May 18, 2006 12:06 PM by jbosskbohn

    Address already in use: JVM_Bind:8080

    jbosskbohn

      I downloaded the starters kit. When I run start.bat I get the following error:
      java.net.BindException: Address already in use: JVM_Bind:8080

      I know I do not have anything running on port 8080 before I run the start.bat. I verify this by running netstat and also by starting a standalone tomcat which I have installed on my machine. The standalone tomcat starts up fine on port 8080 and shuts down fine.

      If I change the .../jbpm-starters-kit-3.1.1/jbpm-server/server/jbpm/deploy/jbossweb-tomcat55.sar/server.xml file to use port 8088 instead of 8080 is starts up just fine.

      Any suggestions?