1 Reply Latest reply on Nov 30, 2012 6:45 PM by thomas.setiabudi

    JBPM installation error

    shreyas81

      Hi,

       

      I m new to Jbpm I tried installing the jbpm with the procedure given by you. Build was successful but if I try to run the demo I am getting the following error.

      Pls help.

      Screen shot is attached

      E:\JBPM\jbpm-installer\build.xml:725: The following error occurred while executing this line:

      E:\JBPM\jbpm-installer\build.xml:749: J Boss AS7 did not start within 5 minutes

        • 1. Re: JBPM installation error
          thomas.setiabudi

          Hi Shreyas A,

           

          this is most probably caused by port 8080 is already in use so the Default JBOSS AS 7 that comes with the installer cannot start there.

           

          Try to confirm that there is no other process using port 8080 before running "ant start.demo"

           

          tips: if you are using Windows, you can go to cmd and use "netstat -aon" to get the list of port being used and also its processId.

           

           

          Regards,

          Thomas Setiabudi