2 Replies Latest reply on Oct 15, 2014 4:30 AM by corona.h

    jbpm6.1.0.Final failed to deploy jbpm-console.war in wildfly8.1.0.Final

    corona.h

      Hi all,

      I've followed the steps on Chapter 3. jBPM Installer to install my jbpm6,but I've failed at the step "3.4.10".

      I found the jbpm-console.war is not correctly deployed in wildfly.

      err.png

       

      I'm not familiar with wildfly.What should i do to use my jbpm-console?

        • 1. Re: jbpm6.1.0.Final failed to deploy jbpm-console.war in wildfly8.1.0.Final
          swiderski.maciej

          check server logs to identify what went wrong.

           

          HTH

          • 2. Re: jbpm6.1.0.Final failed to deploy jbpm-console.war in wildfly8.1.0.Final
            corona.h

            seems like there's some error in configuration of mysql.

            Here is the log of server.

             

            2014-10-15 16:18:08,517 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 30) JBAS014613: Operation ("add") failed - address: ([

                ("subsystem" => "datasources"),

                ("jdbc-driver" => "mysql")

            ]) - failure description: "JBAS010441: Failed to load module for driver [com.mysql]"

            2014-10-15 16:18:08,732 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 53) JBAS017527: Creating file handler for path E:\ProgramFiles\jbpm6.1.0-installer-old\wildfly-8.1.0.Final/welcome-content

            2014-10-15 16:18:08,805 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017525: Started server default-server.

            2014-10-15 16:18:08,808 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.3.Final

            2014-10-15 16:18:08,840 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017531: Host default-host starting

            2014-10-15 16:18:08,996 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

            2014-10-15 16:18:08,997 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) JBAS015400: Bound mail session [java:jboss/mail/Default]

            2014-10-15 16:18:09,112 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener

              at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:137)

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]

              at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]

            Caused by: java.net.BindException: Address already in use: bind

              at sun.nio.ch.Net.bind0(Native Method) [rt.jar:1.7.0_45]

              at sun.nio.ch.Net.bind(Net.java:444) [rt.jar:1.7.0_45]

              at sun.nio.ch.Net.bind(Net.java:436) [rt.jar:1.7.0_45]

              at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) [rt.jar:1.7.0_45]

              at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) [rt.jar:1.7.0_45]

              at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) [rt.jar:1.7.0_45]

              at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:175)

              at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:242) [xnio-api-3.2.2.Final.jar:3.2.2.Final]

              at org.wildfly.extension.undertow.HttpListenerService.startListening(HttpListenerService.java:112)

              at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:134)

              ... 5 more

             

            My standalone.xml file has been modified is showing below.

            jbpm6_02.png

            And my build.properties file.

            jbpm6_01.png