6 Replies Latest reply on Sep 1, 2014 9:27 AM by antonio.giambanco

    Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6

    antonio.giambanco

      Hi All,

      today I decided to install jbpm6.1.0Final with wildfly and mysql.

      I flollowed all the istruction about standalone*.xml, jbpm-persistence-JPA2.xml, build.properties and persistance.xml configurations.

      after executing ant install.demo I run ant start.demo or start.demo.noeclipse and I get as follow:

       

      Calling "C:\jBPM\jbpm-6.1.0.mysql\finance\wildfly-8.1.0.Final\bin\standalone.con

      f.bat"

      Setting JAVA property to "C:\Java\jdk1.6.0_29\bin\java"

      ===============================================================================

       

        JBoss Bootstrap Environment

       

        JBOSS_HOME: "C:\jBPM\jbpm-6.1.0.mysql\finance\wildfly-8.1.0.Final"

       

        JAVA: "C:\Java\jdk1.6.0_29\bin\java"

       

        JAVA_OPTS: "-client -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPerm

      Size=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.

      byteman"

       

      ===============================================================================

       

      17:46:11,187 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

      17:46:11,193 WARN  [org.jboss.modules] (main) Failed to define class org.jboss.a

      s.jmx.PluggableMBeanServerBuilder in Module "org.jboss.as.jmx:main" from local m

      odule loader @b01d43 (finder: local module finder @513cf0 (roots: C:\jBPM\jbpm-6

      .1.0.mysql\finance\wildfly-8.1.0.Final\modules,C:\jBPM\jbpm-6.1.0.mysql\finance\

      wildfly-8.1.0.Final\modules\system\layers\base)): java.lang.UnsupportedClassVers

      ionError: org/jboss/as/jmx/PluggableMBeanServerBuilder : Unsupported major.minor

      version 51.0

              at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.6.0_29]

              at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) [rt.jar:1

      .6.0_29]

              at java.lang.ClassLoader.defineClass(ClassLoader.java:615) [rt.jar:1.6.0

      _29]

              at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLo

      ader.java:361) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.jav

      a:482) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.

      java:277) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoade

      r.java:92) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.Module.loadModuleClass(Module.java:568) [jboss-modu

      les.jar:1.3.3.Final]

              at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:

      205) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(Con

      currentClassLoader.java:459) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu

      rrentClassLoader.java:447) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentCl

      assLoader.java:389) [jboss-modules.jar:1.3.3.Final]

              at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoad

      er.java:134) [jboss-modules.jar:1.3.3.Final]

              at javax.management.MBeanServerFactory.loadBuilderClass(MBeanServerFacto

      ry.java:423) [rt.jar:1.6.0_29]

              at javax.management.MBeanServerFactory.checkMBeanServerBuilder(MBeanServ

      erFactory.java:465) [rt.jar:1.6.0_29]

              at javax.management.MBeanServerFactory.getNewMBeanServerBuilder(MBeanSer

      verFactory.java:511) [rt.jar:1.6.0_29]

              at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory

      .java:298) [rt.jar:1.6.0_29]

              at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFact

      ory.java:213) [rt.jar:1.6.0_29]

              at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFact

      ory.java:174) [rt.jar:1.6.0_29]

              at sun.management.ManagementFactory.createPlatformMBeanServer(Management

      Factory.java:302) [rt.jar:1.6.0_29]

              at java.lang.management.ManagementFactory.getPlatformMBeanServer(Managem

      entFactory.java:504) [rt.jar:1.6.0_29]

              at org.jboss.modules.Main.main(Main.java:454) [jboss-modules.jar:1.3.3.F

      inal]

       

      Exception in thread "main" java.lang.UnsupportedClassVersionError: org/jboss/as/

      jmx/PluggableMBeanServerBuilder : Unsupported major.minor version 51.0

              at java.lang.ClassLoader.defineClass1(Native Method)

              at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)

              at java.lang.ClassLoader.defineClass(ClassLoader.java:615)

              at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLo

      ader.java:361)

              at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.jav

      a:482)

              at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.

      java:277)

              at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoade

      r.java:92)

              at org.jboss.modules.Module.loadModuleClass(Module.java:568)

              at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:

      205)

              at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(Con

      currentClassLoader.java:459)

              at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu

      rrentClassLoader.java:447)

              at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentCl

      assLoader.java:389)

              at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoad

      er.java:134)

              at javax.management.MBeanServerFactory.loadBuilderClass(MBeanServerFacto

      ry.java:423)

              at javax.management.MBeanServerFactory.checkMBeanServerBuilder(MBeanServ

      erFactory.java:465)

              at javax.management.MBeanServerFactory.getNewMBeanServerBuilder(MBeanSer

      verFactory.java:511)

              at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory

      .java:298)

              at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFact

      ory.java:213)

              at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFact

      ory.java:174)

              at sun.management.ManagementFactory.createPlatformMBeanServer(Management

      Factory.java:302)

              at java.lang.management.ManagementFactory.getPlatformMBeanServer(Managem

      entFactory.java:504)

              at org.jboss.modules.Main.main(Main.java:454)

      Press any key to continue . . .

        • 1. Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
          swiderski.maciej

          this indicates you should run on Java 1.7

           

          HTH

          1 of 1 people found this helpful
          • 2. Re: Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
            antonio.giambanco

            Your answer was very useful but now I have some problems deploy jbpm-console.war, it is something missing and unavailable.

            As follow is a chunck of wildfly log:

             

            2014-08-29 12:19:28,995 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010418: Stopped Driver service with driver-name = jbpm-console.war_org.h2.Driver_1_3

            2014-08-29 12:19:28,999 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/queue/KIE.AUDIT

            2014-08-29 12:19:28,998 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 73) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'jbpm-console.war#org.jbpm.domain'

            2014-08-29 12:19:28,996 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015540: Stopping service jboss.ws.endpoint."jbpm-console.war"."org.kie.remote.services.ws.command.CommandWebServiceImpl"

            2014-08-29 12:19:28,994 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010418: Stopped Driver service with driver-name = jbpm-console.war_com.mysql.jdbc.Driver_5_1

            2014-08-29 12:19:29,010 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016009: Stopping weld service for deployment jbpm-console.war

            2014-08-29 12:19:29,004 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011605: Unbound messaging object to jndi name java:/queue/KIE.AUDIT.ALL

            2014-08-29 12:19:29,031 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/queue/KIE.TASK

            2014-08-29 12:19:29,035 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011605: Unbound messaging object to jndi name java:/queue/KIE.TASK.ALL

            2014-08-29 12:19:29,039 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/queue/KIE.RESPONSE

            2014-08-29 12:19:29,044 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011605: Unbound messaging object to jndi name java:/queue/KIE.RESPONSE.ALL

            2014-08-29 12:19:29,048 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011605: Unbound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SESSION

            2014-08-29 12:19:29,052 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011605: Unbound messaging object to jndi name java:/queue/KIE.SESSION.ALL

            2014-08-29 12:19:29,069 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 70) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'jbpm-console.war#org.jbpm.domain'

            2014-08-29 12:19:30,213 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment jbpm-console.war (runtime-name: jbpm-console.war) in 1224ms

            2014-08-29 12:19:30,218 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jbpm-console.war" (runtime-name: "jbpm-console.war")

            2014-08-29 12:19:42,577 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry avalon-framework-4.2.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,584 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry batik-all-1.7.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,591 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry commons-io-1.3.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,597 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry commons-logging-1.0.4.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,604 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry serializer-2.7.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,610 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry servlet-2.2.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,617 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xalan-2.7.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,623 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xercesImpl-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,629 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xml-apis-1.3.04.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,636 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xml-apis-ext-1.3.04.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,642 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xmlgraphics-commons-1.3.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,648 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry fop-hyph.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,657 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry jai_codec.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,664 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry jai_core.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,670 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry jai_imageio.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,676 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry jimi-1.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,682 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xmlunit1.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,747 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xalan-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,753 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry serializer-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,760 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xercesImpl-2.9.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,767 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry xml-apis-1.0.b2.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,773 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry commons-lang-2.6.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry commons-io-2.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:42,786 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015960: Class Path entry log4j-1.2.16.jar in /C:/jBPM/jbpm-6.1.0.mysql/finance/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

            2014-08-29 12:19:43,146 INFO  [org.jboss.as.pojo] (MSC service thread 1-3) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).

            2014-08-29 12:19:43,200 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for org.jbpm.domain

            2014-08-29 12:19:44,247 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.antlr:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,253 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.antlr:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,259 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.cli:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,265 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.cli:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,271 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,277 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,283 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,289 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,295 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,301 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,308 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.io:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,313 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.commons.io:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,319 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("com.sun.xml.bind:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,325 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("com.sun.xml.bind:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,331 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,337 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,346 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.cxf.impl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,353 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.cxf.impl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,359 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.jboss.as.web:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,365 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.jboss.as.web:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,372 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,382 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,403 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-jaxrs:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,417 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-jaxrs:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,426 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,440 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,451 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-xc:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,460 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jackson.jackson-xc:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,470 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,481 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,493 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,503 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.jettison:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,514 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.velocity:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,527 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.velocity:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,535 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.woodstox:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,547 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.codehaus.woodstox:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,571 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.james.mime4j:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,577 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.james.mime4j:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,583 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,589 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,595 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.neethi:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,602 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.neethi:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,608 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.xml-resolver:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,613 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.apache.xml-resolver:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,619 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,625 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jbpm-console.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.

            2014-08-29 12:19:44,638 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 70) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'jbpm-console.war#org.jbpm.domain'

            2014-08-29 12:19:44,643 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 70) HHH000204: Processing PersistenceUnitInfo [

                name: org.jbpm.domain

                ...]

            2014-08-29 12:19:45,677 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment jbpm-console.war

            2014-08-29 12:19:45,747 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named SimpleAsyncExecutorService in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/SimpleAsyncExecutorService!org.uberfire.commons.async.SimpleAsyncExecutorService

                java:app/jbpm-console/SimpleAsyncExecutorService!org.uberfire.commons.async.SimpleAsyncExecutorService

                java:module/SimpleAsyncExecutorService!org.uberfire.commons.async.SimpleAsyncExecutorService

                java:global/jbpm-console/SimpleAsyncExecutorService

                java:app/jbpm-console/SimpleAsyncExecutorService

                java:module/SimpleAsyncExecutorService

             

            2014-08-29 12:19:45,764 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named IOWatchServiceExecutorImpl in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor

                java:app/jbpm-console/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor

                java:module/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor

                java:global/jbpm-console/IOWatchServiceExecutorImpl

                java:app/jbpm-console/IOWatchServiceExecutorImpl

                java:module/IOWatchServiceExecutorImpl

             

            2014-08-29 12:19:45,781 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named RetryTrackerSingleton in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/RetryTrackerSingleton!org.kie.remote.services.jms.RetryTrackerSingleton

                java:app/jbpm-console/RetryTrackerSingleton!org.kie.remote.services.jms.RetryTrackerSingleton

                java:module/RetryTrackerSingleton!org.kie.remote.services.jms.RetryTrackerSingleton

                java:global/jbpm-console/RetryTrackerSingleton

                java:app/jbpm-console/RetryTrackerSingleton

                java:module/RetryTrackerSingleton

             

            2014-08-29 12:19:45,796 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named AvailableJobsExecutor in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/AvailableJobsExecutor!org.jbpm.executor.impl.AvailableJobsExecutor

                java:app/jbpm-console/AvailableJobsExecutor!org.jbpm.executor.impl.AvailableJobsExecutor

                java:module/AvailableJobsExecutor!org.jbpm.executor.impl.AvailableJobsExecutor

                java:global/jbpm-console/AvailableJobsExecutor

                java:app/jbpm-console/AvailableJobsExecutor

                java:module/AvailableJobsExecutor

             

            2014-08-29 12:19:45,810 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named ConfigServiceWatchServiceExecutorImpl in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/ConfigServiceWatchServiceExecutorImpl!org.uberfire.backend.server.config.watch.ConfigServiceWatchServiceExecutor

                java:app/jbpm-console/ConfigServiceWatchServiceExecutorImpl!org.uberfire.backend.server.config.watch.ConfigServiceWatchServiceExecutor

                java:module/ConfigServiceWatchServiceExecutorImpl!org.uberfire.backend.server.config.watch.ConfigServiceWatchServiceExecutor

                java:global/jbpm-console/ConfigServiceWatchServiceExecutorImpl

                java:app/jbpm-console/ConfigServiceWatchServiceExecutorImpl

                java:module/ConfigServiceWatchServiceExecutorImpl

             

            2014-08-29 12:19:45,829 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named WebSphereRoleProviderServices in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/WebSphereRoleProviderServices!org.uberfire.security.server.auth.source.adapter.WebSphereRoleProviderServices

                java:app/jbpm-console/WebSphereRoleProviderServices!org.uberfire.security.server.auth.source.adapter.WebSphereRoleProviderServices

                java:module/WebSphereRoleProviderServices!org.uberfire.security.server.auth.source.adapter.WebSphereRoleProviderServices

                java:global/jbpm-console/WebSphereRoleProviderServices

                java:app/jbpm-console/WebSphereRoleProviderServices

                java:module/WebSphereRoleProviderServices

             

            2014-08-29 12:19:45,848 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named IncrementalBuilderExecutorManager in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager

                java:app/jbpm-console/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager

                java:module/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager

                java:global/jbpm-console/IncrementalBuilderExecutorManager

                java:app/jbpm-console/IncrementalBuilderExecutorManager

                java:module/IncrementalBuilderExecutorManager

             

            2014-08-29 12:19:45,866 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named MailboxProcessOutgoingExecutorManager in deployment unit deployment "jbpm-console.war" are as follows:

             

                java:global/jbpm-console/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager

                java:app/jbpm-console/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager

                java:module/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager

                java:global/jbpm-console/MailboxProcessOutgoingExecutorManager

                java:app/jbpm-console/MailboxProcessOutgoingExecutorManager

                java:module/MailboxProcessOutgoingExecutorManager

             

            2014-08-29 12:19:45,991 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

            2014-08-29 12:19:45,999 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

            2014-08-29 12:19:46,003 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: jbpm-console.war

            2014-08-29 12:19:46,018 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-3) JBWS024061: Adding service endpoint metadata: id=org.kie.remote.services.ws.command.CommandWebServiceImpl

            address=http://localhost:8080/jbpm-console/CommandService

            implementor=org.kie.remote.services.ws.command.CommandWebServiceImpl

            serviceName={http://services.remote.kie.org/6.1.0.1/command}CommandService

            portName={http://services.remote.kie.org/6.1.0.1/command}CommandServicePort

            annotationWsdlLocation=null

            wsdlLocationOverride=null

            mtomEnabled=false

            2014-08-29 12:19:46,043 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-3) Creating Service {http://services.remote.kie.org/6.1.0.1/command}CommandService from class org.kie.remote.services.ws.wsdl.generated.CommandWebService

            2014-08-29 12:19:46,272 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-3) Setting the server's publish address to be http://localhost:8080/jbpm-console/CommandService

            2014-08-29 12:19:46,374 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-3) JBWS024074: WSDL published to: file:/C:/jBPM/jbpm-6.1.0.mysql/finance/wildfly-8.1.0.Final/standalone/data/wsdl/jbpm-console.war/CommandService.wsdl

            2014-08-29 12:19:46,387 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = jbpm-console.war_org.h2.Driver_1_3

            2014-08-29 12:19:46,392 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'KieSessionRequesMessageBean' with 'hornetq-ra.rar' resource adapter

            2014-08-29 12:19:46,389 INFO  [org.jboss.as.webservices] (MSC service thread 1-1) JBAS015539: Starting service jboss.ws.endpoint."jbpm-console.war"."org.kie.remote.services.ws.command.CommandWebServiceImpl"

            2014-08-29 12:19:46,389 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010417: Started Driver service with driver-name = jbpm-console.war_com.mysql.jdbc.Driver_5_1

            2014-08-29 12:19:46,389 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 70) HQ221003: trying to deploy queue jms.queue.KIE.TASK

            2014-08-29 12:19:46,410 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment jbpm-console.war

            2014-08-29 12:19:46,399 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'JMSAuditProcessor' with 'hornetq-ra.rar' resource adapter

            2014-08-29 12:19:46,396 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'TaskServiceRequesMessageBean' with 'hornetq-ra.rar' resource adapter

            2014-08-29 12:19:46,413 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.TASK

            2014-08-29 12:19:46,429 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name queue/KIE.TASK.ALL

            2014-08-29 12:19:46,433 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 69) HQ221003: trying to deploy queue jms.queue.KIE.RESPONSE

            2014-08-29 12:19:46,440 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.RESPONSE

            2014-08-29 12:19:46,448 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name queue/KIE.RESPONSE.ALL

            2014-08-29 12:19:46,452 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.KIE.SESSION

            2014-08-29 12:19:46,455 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SESSION

            2014-08-29 12:19:46,459 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name queue/KIE.SESSION.ALL

            2014-08-29 12:19:46,463 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 71) HQ221003: trying to deploy queue jms.queue.KIE.AUDIT

            2014-08-29 12:19:46,466 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.AUDIT

            2014-08-29 12:19:46,470 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name queue/KIE.AUDIT.ALL

            2014-08-29 12:19:46,621 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 71) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'jbpm-console.war#org.jbpm.domain'

            2014-08-29 12:19:46,694 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 71) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect

            2014-08-29 12:19:46,786 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 71) HHH000397: Using ASTQueryTranslatorFactory

            2014-08-29 12:19:47,038 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000228: Running hbm2ddl schema update

            2014-08-29 12:19:47,041 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000102: Fetching database metadata

            2014-08-29 12:19:47,045 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000396: Updating schema

            2014-08-29 12:19:47,054 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.attachment

            2014-08-29 12:19:47,057 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, attachmentcontentid, taskdata_attachments_id, attachment_size, attachedby_id, name, attachedat, contenttype, accesstype]

            2014-08-29 12:19:47,063 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk1c93543d937bfb5, fk1c9354333ca892a]

            2014-08-29 12:19:47,067 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk1c93543d937bfb5, primary, fk1c9354333ca892a]

            2014-08-29 12:19:47,077 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.audittaskimpl

            2014-08-29 12:19:47,081 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [status, taskid, parentid, createdby, createdon, activationtime, processinstanceid, id, processsessionid, deploymentid, description, priority, actualowner, name, duedate, processid]

            2014-08-29 12:19:47,088 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,091 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,099 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.bamtasksummary

            2014-08-29 12:19:47,103 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [duration, startdate, status, taskid, userid, createddate, taskname, enddate, optlock, processinstanceid, pk]

            2014-08-29 12:19:47,108 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,111 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,119 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.booleanexpression

            2014-08-29 12:19:47,123 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [expression, id, escalation_constraints_id, type]

            2014-08-29 12:19:47,127 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fke3d208c06c97c90e]

            2014-08-29 12:19:47,130 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fke3d208c06c97c90e, primary]

            2014-08-29 12:19:47,139 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.content

            2014-08-29 12:19:47,143 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [content, id]

            2014-08-29 12:19:47,146 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,150 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,158 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.contextmappinginfo

            2014-08-29 12:19:47,163 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [context_id, mappingid, owner_id, optlock, ksession_id]

            2014-08-29 12:19:47,168 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,172 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,182 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.correlationkeyinfo

            2014-08-29 12:19:47,186 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [keyid, name, optlock, processinstanceid]

            2014-08-29 12:19:47,190 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,193 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,201 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.correlationpropertyinfo

            2014-08-29 12:19:47,205 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [name, value, correlationkey_keyid, optlock, propertyid]

            2014-08-29 12:19:47,211 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk761452a5d87156ed]

            2014-08-29 12:19:47,214 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary, fk761452a5d87156ed]

            2014-08-29 12:19:47,223 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.deadline

            2014-08-29 12:19:47,227 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, escalated, deadlines_startdeadline_id, deadlines_enddeadline_id, deadline_date]

            2014-08-29 12:19:47,233 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk21df3e78695e4ddb, fk21df3e78a9fe0ef4]

            2014-08-29 12:19:47,237 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk21df3e78695e4ddb, primary, fk21df3e78a9fe0ef4]

            2014-08-29 12:19:47,246 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.delegation_delegates

            2014-08-29 12:19:47,251 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,255 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk47485d5772b3a123, fk47485d57786553a5]

            2014-08-29 12:19:47,259 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk47485d5772b3a123, fk47485d57786553a5]

            2014-08-29 12:19:47,269 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.errorinfo

            2014-08-29 12:19:47,274 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [timestamp, message, id, request_id, stacktrace]

            2014-08-29 12:19:47,279 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk8b1186b6724a467]

            2014-08-29 12:19:47,282 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk8b1186b6724a467, primary]

            2014-08-29 12:19:47,291 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.escalation

            2014-08-29 12:19:47,295 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, deadline_escalation_id, name]

            2014-08-29 12:19:47,299 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk67b2c6b5d1e5cc1]

            2014-08-29 12:19:47,302 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary, fk67b2c6b5d1e5cc1]

            2014-08-29 12:19:47,312 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.eventtypes

            2014-08-29 12:19:47,315 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [element, instanceid]

            2014-08-29 12:19:47,319 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fkb0e5621f7665489a]

            2014-08-29 12:19:47,322 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fkb0e5621f7665489a]

            2014-08-29 12:19:47,332 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.i18ntext

            2014-08-29 12:19:47,336 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [text, notification_names_id, notification_subjects_id, task_descriptions_id, id, task_names_id, notification_descriptions_id, reassignment_documentation_id, deadline_documentation_id, language, shorttext, notification_documentation_id, task_subjects_id]

            2014-08-29 12:19:47,345 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk2349686bab648139, fk2349686bb340a2aa, fk2349686b424b187c, fk2349686bf4accd69, fk2349686b18ddfe05, fk2349686bcc03ed3c, fk2349686bf0cded35, fk2349686b77c1c08a, fk2349686b78af072a]

            2014-08-29 12:19:47,353 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk2349686bab648139, fk2349686bb340a2aa, fk2349686b424b187c, fk2349686bf4accd69, fk2349686b18ddfe05, fk2349686bcc03ed3c, primary, fk2349686bf0cded35, fk2349686b77c1c08a, fk2349686b78af072a]

            2014-08-29 12:19:47,367 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.nodeinstancelog

            2014-08-29 12:19:47,371 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, connection, externalid, nodetype, workitemid, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid]

            2014-08-29 12:19:47,377 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,381 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,390 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.notification

            2014-08-29 12:19:47,394 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, escalation_notifications_id, priority, dtype]

            2014-08-29 12:19:47,398 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk2d45dd0bc0c0f29c]

            2014-08-29 12:19:47,402 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk2d45dd0bc0c0f29c, primary]

            2014-08-29 12:19:47,410 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.notification_bas

            2014-08-29 12:19:47,414 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,418 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk2dd68ee093f2090b, fk2dd68ee072b3a123]

            2014-08-29 12:19:47,422 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk2dd68ee093f2090b, fk2dd68ee072b3a123]

            2014-08-29 12:19:47,431 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.notification_recipients

            2014-08-29 12:19:47,437 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,442 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk98fd214e72b3a123, fk98fd214e93f2090b]

            2014-08-29 12:19:47,446 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk98fd214e72b3a123, fk98fd214e93f2090b]

            2014-08-29 12:19:47,456 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.notification_email_header

            2014-08-29 12:19:47,461 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [emailheaders_id, notification_id, mapkey]

            2014-08-29 12:19:47,465 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fkf30fe3448bed1339, fkf30fe3443e3e97eb]

            2014-08-29 12:19:47,469 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary, fkf30fe3448bed1339, uk_f30fe3446cea0510, uk_ptaka5kost68h7l3wflv7w6y8, fkf30fe3443e3e97eb]

            2014-08-29 12:19:47,479 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.organizationalentity

            2014-08-29 12:19:47,483 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, dtype]

            2014-08-29 12:19:47,486 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,489 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,498 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.peopleassignments_bas

            2014-08-29 12:19:47,501 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk9d8cf4ec72b3a123, fk9d8cf4ec786553a5]

            2014-08-29 12:19:47,509 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk9d8cf4ec72b3a123, fk9d8cf4ec786553a5]

            2014-08-29 12:19:47,519 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.peopleassignments_exclowners

            2014-08-29 12:19:47,523 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,526 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fkc77b97e472b3a123, fkc77b97e4786553a5]

            2014-08-29 12:19:47,530 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fkc77b97e472b3a123, fkc77b97e4786553a5]

            2014-08-29 12:19:47,538 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.peopleassignments_potowners

            2014-08-29 12:19:47,542 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,547 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk1ee418d72b3a123, fk1ee418d786553a5]

            2014-08-29 12:19:47,551 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk1ee418d72b3a123, fk1ee418d786553a5]

            2014-08-29 12:19:47,560 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.peopleassignments_recipients

            2014-08-29 12:19:47,564 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,567 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fkc6f615c272b3a123, fkc6f615c2786553a5]

            2014-08-29 12:19:47,571 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fkc6f615c272b3a123, fkc6f615c2786553a5]

            2014-08-29 12:19:47,580 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.peopleassignments_stakeholders

            2014-08-29 12:19:47,584 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,587 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk482f79d5786553a5, fk482f79d572b3a123]

            2014-08-29 12:19:47,591 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk482f79d5786553a5, fk482f79d572b3a123]

            2014-08-29 12:19:47,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.processinstanceinfo

            2014-08-29 12:19:47,603 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, processid, lastmodificationdate]

            2014-08-29 12:19:47,608 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,611 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,619 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.processinstancelog

            2014-08-29 12:19:47,623 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, processname, end_date, duration, externalid, status, processversion, parentprocessinstanceid, start_date, outcome, user_identity, processinstanceid, processid]

            2014-08-29 12:19:47,629 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,632 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,640 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.reassignment

            2014-08-29 12:19:47,643 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [escalation_reassignments_id, id]

            2014-08-29 12:19:47,647 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk724d056062a1e871]

            2014-08-29 12:19:47,651 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk724d056062a1e871, primary]

            2014-08-29 12:19:47,659 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.reassignment_potentialowners

            2014-08-29 12:19:47,663 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]

            2014-08-29 12:19:47,666 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk90b59cff72b3a123, fk90b59cff35d2fee0]

            2014-08-29 12:19:47,670 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk90b59cff35d2fee0, fk90b59cff72b3a123]

            2014-08-29 12:19:47,678 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.requestinfo

            2014-08-29 12:19:47,682 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [timestamp, message, businesskey, executions, id, responsedata, requestdata, deploymentid, status, retries, commandname]

            2014-08-29 12:19:47,688 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,691 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,698 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.sessioninfo

            2014-08-29 12:19:47,702 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate]

            2014-08-29 12:19:47,706 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,710 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,719 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.task

            2014-08-29 12:19:47,722 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [tasktype, outputcontentid, subject, parentid, optlock, expirationtime, previousstatus, id, faultname, createdby_id, skipable, deploymentid, archived, description, priority, name, faulttype, taskinitiator_id, documentcontentid, faultaccesstype, outputaccesstype, allowedtodelegate, status, documentaccesstype, outputtype, createdon, activationtime, faultcontentid, processinstanceid, processsessionid, actualowner_id, workitemid, formname, documenttype, subtaskstrategy, processid]

            2014-08-29 12:19:47,736 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk27a9a5b723be8b, fk27a9a53c55c806, fk27a9a55427e8f1]

            2014-08-29 12:19:47,740 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk27a9a5b723be8b, fk27a9a53c55c806, primary, fk27a9a55427e8f1]

            2014-08-29 12:19:47,749 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.taskdef

            2014-08-29 12:19:47,753 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, priority, name]

            2014-08-29 12:19:47,756 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,759 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,766 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.taskevent

            2014-08-29 12:19:47,770 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, logtime, taskid, userid, type, optlock]

            2014-08-29 12:19:47,773 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,777 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,784 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.variableinstancelog

            2014-08-29 12:19:47,788 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, externalid, variableinstanceid, oldvalue, variableid, value, log_date, processinstanceid, processid]

            2014-08-29 12:19:47,793 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,796 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,804 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.workiteminfo

            2014-08-29 12:19:47,807 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid]

            2014-08-29 12:19:47,812 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,815 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,823 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.email_header

            2014-08-29 12:19:47,826 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, body, replytoaddress, subject, fromaddress, language]

            2014-08-29 12:19:47,830 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []

            2014-08-29 12:19:47,833 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary]

            2014-08-29 12:19:47,841 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: jbpm.task_comment

            2014-08-29 12:19:47,844 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, taskdata_comments_id, text, addedat, addedby_id]

            2014-08-29 12:19:47,849 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk61f475a5f510cb46, fk61f475a57a3215d9]

            2014-08-29 12:19:47,853 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary, fk61f475a5f510cb46, fk61f475a57a3215d9]

            2014-08-29 12:19:47,858 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000232: Schema update complete

            2014-08-29 12:19:48,798 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.jbpm-console.jbpm-console.DefaultDataSource is missing [jboss.naming.context.java.jboss.datasources.ExampleDS]"]}

            2014-08-29 12:19:48,820 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018565: Replaced deployment "jbpm-console.war" with deployment "jbpm-console.war"

            2014-08-29 12:19:48,826 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report

            JBAS014775:    New missing/unsatisfied dependencies:

                  service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.START]

                  service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.VIEW."org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager".LOCAL (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.START]

                  service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.START]

                  service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.ejb.non-functional-timerservice (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.MailboxProcessOutgoingExecutorManager.START]

                  service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.START]

                  service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.VIEW."org.kie.remote.services.jms.RetryTrackerSingleton".LOCAL (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.START]

                  service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.ejb.non-functional-timerservice (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.RetryTrackerSingleton.START]

                  service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.START]

                  service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.VIEW."org.kie.remote.services.jms.RequestMessageBean".MESSAGE_ENDPOINT (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.START]

                  service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.START]

                  service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.ejb.non-functional-timerservice (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component.TaskServiceRequesMessageBean.START]

                  service jboss.deployment.unit."jbpm-console.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.BundleTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.BundleTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.FormatTimeTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.FormatTimeTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.core.ForEachTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParamTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.ParseDateTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.fmt.MessageTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.guvnor.m2repo.backend.server.M2Servlet".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.guvnor.m2repo.backend.server.M2Servlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.guvnor.m2repo.backend.server.M2Servlet".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.guvnor.m2repo.backend.server.M2Servlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jboss.weld.servlet.WeldInitialListener".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.bui.taglib.ImageResolverTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.bui.taglib.ImageResolverTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.bui.taglib.ImageResolverTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.bui.taglib.ImageResolverTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.server.ResourceList".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.server.ResourceList".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.FileStoreServlet".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.FileStoreServlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.stencilset.impl.StencilSetServiceServlet".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.stencilset.impl.StencilSetServiceServlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.stencilset.impl.StencilSetServiceServlet".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.stencilset.impl.StencilSetServiceServlet".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.PaneTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.PaneTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterParamTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterParamTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterParamTag".WeldInstantiator (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterParamTag".START]

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FragmentTag".CREATE (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FragmentTag".START]

                  service jboss.deployment.unit."jbpm-console.war".jndiDependencyService (unavailable) dependents: [service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.core.ForTokensTag".START, service jboss.deployment.unit."jbpm-console.war".component."org.drools.workbench.screens.scorecardxls.backend.server.ScoreCardXLSFileServlet".START, service jboss.deployment.unit."jbpm-console.war".component."org.uberfire.security.server.UberFireSecurityFilter".START, service jboss.deployment.unit."jbpm-console.war".component.SimpleAsyncExecutorService.START, JBAS014799: ... and 122 more ]

            JBAS014776:    Newly corrected services:

                  service jboss.deployment.unit."jbpm-console.war".component.AvailableJobsExecutor.JndiBindingsService (new available)

                  service jboss.deployment.unit."jbpm-console.war".component.ConfigServiceWatchServiceExecutorImpl.WeldInterceptorBindingsService (new available)

                  service jboss.deployment.unit."jbpm-console.war".component.KieSessionRequesMessageBean.ejb.non-functional-timerservice (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.FormatCurrencyTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.FormatPercentTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.FormatPercentTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.i18n.MessageTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.common.xml.IfTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.SetBundleTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.sql.ParamTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.sql.QueryTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.el.xml.TransformTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.core.ForEachTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.core.ForTokensTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.fmt.BundleTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tag.rt.xml.ExprTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.apache.taglibs.standard.tlv.JstlXmlTLV".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSFileServlet".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSFileServlet".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.server.EditorHandler".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.filter.impl.PluggableFilter".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.plugin.impl.PluginServiceServlet".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.CustomEditorsServlet".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.CustomEditorsServlet".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.SimulationServlet".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.designer.web.server.SyntaxCheckerServlet".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.controller.ControllerServlet".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.ContextTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.JSPIncludeTag".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.JSPIncludeTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.jbpm.formModeler.service.bb.mvc.taglib.factory.UseComponentTag".WeldInstantiator (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.kie.remote.services.rest.jaxb.DynamicJaxbContextFilter".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.kie.remote.services.ws.command.CommandWebServiceImpl".CREATE (new available)

                  service jboss.deployment.unit."jbpm-console.war".component."org.kie.remote.services.ws.command.CommandWebServiceImpl".WeldInstantiator (new available)

                  service jboss.undertow.deployment.default-server.default-host./jbpm-console (new available)

            • 3. Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
              antonio.giambanco

              deploying jbpm-console.war I found this log inside jbpm-console.war.failed

               

              {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.jbpm-console.jbpm-console.DefaultDataSource is missing [jboss.naming.context.java.jboss.datasources.ExampleDS]"]}

              • 4. Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
                swiderski.maciej

                this means that persistence.xml inside jbpm console refers to that data source, so either change that or declare that data source.

                 

                HTH

                • 5. Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
                  antonio.giambanco

                  Hi,

                  I think it is not inside the persistence.xml since I have this:

                   

                    <persistence-unit name="org.jbpm.domain" transaction-type="JTA">

                      <provider>org.hibernate.ejb.HibernatePersistence</provider>

                      <jta-data-source>java:jboss/datasources/jbpmDS</jta-data-source>

                     . . . . .

                    </persistence-unit>

                   

                      <properties>

                        <!--  <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" />-->

                          <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>

                          . . . .

                      </properties>

                   

                  Maybe I could declare my datasource in standalone*.xml ExampleDS ma in a production enviroment is not the best solution, is this the only way?

                  • 6. Re: Problems Starting jbpm6.1.0 with wildfly8.1.0 and mysql5.6
                    antonio.giambanco

                    ok I solved the problem, it wasn't a problem of persistence.xml but a wrong setting insiede standalone*.xml, infact:

                     

                    <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS"

                     

                     

                    Now I read these warnings, are they critical?

                     

                    2014-09-01 15:16:43,083 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry avalon-framework-4.2.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,087 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry batik-all-1.7.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,095 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry commons-io-1.3.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,104 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry commons-logging-1.0.4.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,111 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry serializer-2.7.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,119 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry servlet-2.2.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,129 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xalan-2.7.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,135 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xercesImpl-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,142 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xml-apis-1.3.04.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,149 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xml-apis-ext-1.3.04.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,155 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xmlgraphics-commons-1.3.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,185 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry fop-hyph.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,191 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry jai_codec.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,198 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry jai_core.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,204 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry jai_imageio.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,211 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry jimi-1.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,217 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xmlunit1.0.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,282 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xalan-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,288 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry serializer-2.7.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,294 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xercesImpl-2.9.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,301 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry xml-apis-1.0.b2.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,309 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry commons-lang-2.6.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,316 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry commons-io-2.1.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,322 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry log4j-1.2.16.jar in /C:/jBPM/jbpm-6.1.0.mysql/pilot/jbpm-installer/content/jbpm-console.war/WEB-INF/lib/jbpmmigration-0.12.jar  does not point to a valid jar for a Class-Path reference.

                    2014-09-01 15:16:43,826 INFO  [org.jboss.as.pojo] (MSC service thread 1-4) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).

                    2014-09-01 15:16:44,291 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for org.jbpm.domain