4 Replies Latest reply on Jun 10, 2016 4:15 AM by miliks1975

    jbpm wildfly 8.1.0.Final jbpm-console failed to start

    miliks1975

      Dear all,

      i'm truing to run the jbpm on ubuntu VM. i've downloaded the jbpm-installer archive and run the ant install.demo.noeclipse. It seems to do not have any errors.

      Then i put the offset in the standalone-full.xml and standalone-full-wildfly-8.1.0.Final.xml

      <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:10}">to do not have a conflict with Tomcat AS and start it running ant start.demo.noeclipse.

      I changed also the bindings putting the vm_ip instead of 127.0.0.1.

      Then i changed also the localhost to the vm_ip and the listener in build.xml to the port 8090 instead of 8080.

      On demo start up there is no errors and i'm able to access to the WildFly home page using the http://alias.com:8090 but not to the management console. If i use the http://vm_ip:8090 instead there is no problem on accessing the WildFly management console.

      When i trying to stop demo using the script: ant stop.demo i'm getting the error:

       

      [exec] org.jboss.as.cli.CliInitializationException: Failed to connect to the controller

           [exec] at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:278)

           [exec] at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:241)

           [exec] at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)

           [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

           [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

           [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

           [exec] at java.lang.reflect.Method.invoke(Method.java:497)

           [exec] at org.jboss.modules.Module.run(Module.java:312)

           [exec] at org.jboss.modules.Main.main(Main.java:460)

           [exec] Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at localhost:9990

       

      Did i miss something in the settings, is there any other files i need to modify to make it works?

      Please could someone give me a hand!

      Thanks a lot in advance,

      Mila