3 Replies Latest reply on Dec 17, 2014 7:34 PM by cjwallac

    jBPM 6.1.0 Not Starting

    cjwallac

      I have a clean install of jBPM 6.10 on Fedora and spent a few hours trying to figure out the issue, but I am stuck. Please let me know if you can provide any insight into what the issue maybe.

       

      Components Installed

      - java version "1.7.0_71"

      - Apache Ant(TM) version 1.9.4 compiled on April 29 2014

       

      Commands used to install

      ant install.demo

      ant start.demo

       

      Error in /home/bpm-web/jbpm-installer/wildfly-8.1.0.Final/standalone/log

      2014-12-16 23:39:56,794 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 31) JBAS018559: Deployed "jbpm-console.war" (runtime-name : "jbpm-console.war")

      2014-12-16 23:39:57,080 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      2014-12-16 23:39:57,083 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      2014-12-16 23:39:57,085 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final "Kenny" started in 57694ms - Started 1251 of 1295 services (113 services are lazy, passive or on-demand)

      2014-12-16 23:39:59,362 ERROR [org.jboss.as.ejb3.invocation] (EJB default - 1) JBAS014134: EJB Invocation failed on component SimpleAsyncExecutorService for method public void org.uberfire.commons.async.SimpleAsyncExecutorService.execute(java.lang.Runnable): javax.ejb.ConcurrentAccessTimeoutException: JBAS014373: EJB 3.1 PFD2 4.8.5.5.1 concurrent access timeout on org.jboss.invocation.InterceptorContext$Invocation@2e8e9fd0 - could not obtain lock within 5000MILLISECONDS

        • 1. Re: jBPM 6.1.0 Not Starting
          swiderski.maciej

          this error is minor and does not have any impact on overall functionality of jbpm console - it is bug in application server with concurrent access to singleton ejb bean and was addressed in upcoming 6.2 version. Anyway application should be completely up and running.

           

          HTH

          • 2. Re: jBPM 6.1.0 Not Starting
            cjwallac

            Thank You Maciej,

             

            In the demo configuration where can I change the bind ip-address, I think that has been the problem as it was listing on the internal ip-address by default. I did try to change it in the build.xml file bind address, which does seem to fix the address and now netstat shows it listening on that ip-address. The problem now I can only connect form the local machine and not any external hosts. I did check and there is no firewall enabled as I thought it was just the firewall blocking the port.

            • 3. Re: jBPM 6.1.0 Not Starting
              cjwallac

              I can reply to my own thread to close it out, I now understand there is a new firewall inside of Fedora. Once I read-on on getting the ports to close I was able to get in from my remote machine. Thanks!