4 Replies Latest reply on Feb 23, 2015 7:13 AM by nicdriver1

    Clustering in jBPM6

    nicdriver1

      I was trying to follow Clustering in jBPM v6 | Planet JBoss Developer in order to setup a jbpm cluster environment but I have been unsuccessful to get it work so far.

      I'm using helix 0.6.3,zookeeper-3.3.6,jboss-as-7.1.1.Final,kie-wb-distribution-wars-6.1.0.Final-jboss-as7.war

      helix and zookeeper are started and configured as for the blog mentioned above. kie-wb has different datasource: mysql

      jboss is configured in domain mode and host.xml looks like this:

       

              <server name="server-one" group="main-server-group" auto-start="true">

                  <system-properties>

                      <property name="org.uberfire.nio.git.dir" value="C:/Users/Nicola Giacobbe/jpm-deployment/gitRepoA" boot-time="false"/>

                      <property name="org.uberfire.metadata.index.dir" value="C:/Users/Nicola Giacobbe/jpm-deployment/metaRepoA" boot-time="false"/>

                      <property name="jboss.node.name" value="nodeOne" boot-time="false"/>

                      <property name="org.uberfire.cluster.id" value="jbpm-cluster" boot-time="false"/>

                      <property name="org.uberfire.cluster.zk" value="localhost:2181" boot-time="false"/>

                      <property name="org.uberfire.cluster.local.id" value="nodeOne_12345" boot-time="false"/>

                      <property name="org.uberfire.cluster.vfs.lock" value="vfs-repo" boot-time="false"/>

                      <property name="org.uberfire.cluster.autostart" value="false" boot-time="false"/>

                      <property name="org.uberfire.nio.git.daemon.port" value="9419" boot-time="false"/>

        <property name="org.uberfire.nio.git.ssh.port" value="8001"/>

                  </system-properties>

              </server>

              <server name="server-two" group="main-server-group" auto-start="true">

                 <system-properties>

                      <property name="org.uberfire.nio.git.dir" value="C:/Users/Nicola Giacobbe/jpm-deployment/gitRepoB" boot-time="false"/>

                      <property name="org.uberfire.metadata.index.dir" value="C:/Users/Nicola Giacobbe/jpm-deployment/metaRepoB" boot-time="false"/>

                      <property name="jboss.node.name" value="nodeTwo" boot-time="false"/>

           <property name="org.uberfire.cluster.id" value="jbpm-cluster" boot-time="false"/>

                      <property name="org.uberfire.cluster.zk" value="localhost:2181" boot-time="false"/>

                      <property name="org.uberfire.cluster.local.id" value="nodeTwo_12346" boot-time="false"/>

                      <property name="org.uberfire.cluster.vfs.lock" value="vfs-repo" boot-time="false"/>

                      <property name="org.uberfire.cluster.autostart" value="false" boot-time="false"/>

        <property name="org.uberfire.nio.git.daemon.port" value="9518"/>

        <property name="org.uberfire.nio.git.ssh.port" value="8002"/>

                  </system-properties>

                  <socket-bindings port-offset="150"/>

              </server>

       

      domain.xml has mysql datasource and security definitions taken from the blog page

       

      When I run jboss first node deploy/startup without problem while the second hangs during deployment process, without raising exception...that is the log from second server:

       

       

      11:40:02,459 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015876: Starting deployment of "kie-wb.war"

      11:40:12,506 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry avalon-framework-4.2.0.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,507 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry batik-all-1.7.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,507 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry commons-io-1.3.1.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,508 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry commons-logging-1.0.4.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,508 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry serializer-2.7.0.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,509 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry servlet-2.2.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,509 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xalan-2.7.0.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,510 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xercesImpl-2.7.1.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,510 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis-1.3.04.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,511 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis-ext-1.3.04.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,511 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xmlgraphics-commons-1.3.1.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,511 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry fop-hyph.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,512 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_codec.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,512 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_core.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,513 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jai_imageio.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,513 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jimi-1.0.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,514 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xmlunit1.0.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb-api.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,516 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,516 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jsr173_1.0_api.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,517 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb1-impl.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,517 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb-api.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,518 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxb-impl.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,518 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jsr173_1.0_api.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,519 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,521 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis-1.0.b2.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jbpmmigration-0.12.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,522 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry log4j-1.2.16.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jbpmmigration-0.12.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,529 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,531 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xercesImpl.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,531 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xml-apis.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,532 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry serializer.jar in "/C:/jboss-as-7.1.1.Final - cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/xalan-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.

      11:40:12,698 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

      11:40:12,853 INFO  [org.jboss.as.jpa] (MSC service thread 1-11) JBAS011401: Read persistence.xml for org.jbpm.domain

      11:40:13,044 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.kie-wb.war" is using a private module ("org.jboss.netty:main") which may be changed or removed in future versions without notice.

      11:40:13,044 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.kie-wb.war" is using a private module ("org.jboss.netty:main") which may be changed or removed in future versions without notice.

      11:40:13,214 INFO  [org.jboss.weld.deployer] (MSC service thread 1-11) JBAS016002: Processing weld deployment kie-wb.war

      11:40:13,311 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named SimpleAsyncExecutorService in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/SimpleAsyncExecutorService!org.uberfire.commons.async.SimpleAsyncExecutorService

        java:app/kie-wb/SimpleAsyncExecutorService!org.uberfire.commons.async.SimpleAsyncExecutorService

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

        java:global/kie-wb/SimpleAsyncExecutorService

        java:app/kie-wb/SimpleAsyncExecutorService

        java:module/SimpleAsyncExecutorService

       

       

      11:40:13,313 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named IOWatchServiceExecutorImpl in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor

        java:app/kie-wb/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor

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

        java:global/kie-wb/IOWatchServiceExecutorImpl

        java:app/kie-wb/IOWatchServiceExecutorImpl

        java:module/IOWatchServiceExecutorImpl

       

       

      11:40:13,314 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named RetryTrackerSingleton in deployment unit deployment "kie-wb.war" are as follows:

       

       

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

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

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

        java:global/kie-wb/RetryTrackerSingleton

        java:app/kie-wb/RetryTrackerSingleton

        java:module/RetryTrackerSingleton

       

       

      11:40:13,315 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named AvailableJobsExecutor in deployment unit deployment "kie-wb.war" are as follows:

       

       

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

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

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

        java:global/kie-wb/AvailableJobsExecutor

        java:app/kie-wb/AvailableJobsExecutor

        java:module/AvailableJobsExecutor

       

       

      11:40:13,316 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named ConfigServiceWatchServiceExecutorImpl in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/ConfigServiceWatchServiceExecutorImpl!org.uberfire.backend.server.config.watch.ConfigServiceWatchServiceExecutor

        java:app/kie-wb/ConfigServiceWatchServiceExecutorImpl!org.uberfire.backend.server.config.watch.ConfigServiceWatchServiceExecutor

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

        java:global/kie-wb/ConfigServiceWatchServiceExecutorImpl

        java:app/kie-wb/ConfigServiceWatchServiceExecutorImpl

        java:module/ConfigServiceWatchServiceExecutorImpl

       

       

      11:40:13,317 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named WebSphereRoleProviderServices in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/WebSphereRoleProviderServices!org.uberfire.security.server.auth.source.adapter.WebSphereRoleProviderServices

        java:app/kie-wb/WebSphereRoleProviderServices!org.uberfire.security.server.auth.source.adapter.WebSphereRoleProviderServices

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

        java:global/kie-wb/WebSphereRoleProviderServices

        java:app/kie-wb/WebSphereRoleProviderServices

        java:module/WebSphereRoleProviderServices

       

       

      11:40:13,319 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named IncrementalBuilderExecutorManager in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager

        java:app/kie-wb/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager

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

        java:global/kie-wb/IncrementalBuilderExecutorManager

        java:app/kie-wb/IncrementalBuilderExecutorManager

        java:module/IncrementalBuilderExecutorManager

       

       

      11:40:13,320 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-11) JNDI bindings for session bean named MailboxProcessOutgoingExecutorManager in deployment unit deployment "kie-wb.war" are as follows:

       

       

        java:global/kie-wb/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager

        java:app/kie-wb/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager

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

        java:global/kie-wb/MailboxProcessOutgoingExecutorManager

        java:app/kie-wb/MailboxProcessOutgoingExecutorManager

        java:module/MailboxProcessOutgoingExecutorManager

       

       

      11:40:13,567 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-12) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      11:40:13,569 INFO  [org.jboss.weld.deployer] (MSC service thread 1-12) JBAS016005: Starting Services for CDI deployment: kie-wb.war

      11:40:13,589 INFO  [org.jboss.weld.Version] (MSC service thread 1-12) WELD-000900 1.1.5 (AS71)

      11:40:13,842 INFO  [org.jboss.wsf.stack.cxf.metadata.MetadataBuilder] (MSC service thread 1-12) Add Service

      id=CommandWebService

      address=http://localhost:8230/kie-wb/ws/CommandService

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

      invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker

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

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

      wsdlLocation=null

      mtomEnabled=false

      11:40:13,980 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-12) Creating Service {http://services.remote.kie.org/6.1.0.1/command}CommandService from class org.kie.remote.services.ws.wsdl.generated.CommandWebService

      11:40:14,502 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-12) Setting the server's publish address to be http://localhost:8230/kie-wb/ws/CommandService

      11:40:14,682 INFO  [org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher] (MSC service thread 1-12) WSDL published to: file:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/domain/servers/server-two/data/wsdl/kie-wb.war/CommandService.wsdl

      11:40:14,687 INFO  [org.jboss.as.webservices] (MSC service thread 1-15) JBAS015539: Starting service jboss.ws.port-component-link

      11:40:14,698 INFO  [org.jboss.as.webservices] (MSC service thread 1-12) JBAS015539: Starting service jboss.ws.endpoint."kie-wb.war".CommandWebService

      11:40:14,701 INFO  [org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 1-12) register: jboss.ws:context=kie-wb,endpoint=CommandWebService

      11:40:14,702 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-12) trying to deploy queue jms.queue.KIE.TASK

      11:40:14,703 INFO  [org.jboss.as.messaging] (MSC service thread 1-12) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.TASK

      11:40:14,703 INFO  [org.jboss.as.messaging] (MSC service thread 1-12) JBAS011601: Bound messaging object to jndi name java:/queue/KIE.TASK.ALL

      11:40:14,703 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-12) trying to deploy queue jms.queue.KIE.SESSION

      11:40:14,704 INFO  [org.jboss.as.messaging] (MSC service thread 1-12) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SESSION

      11:40:14,705 INFO  [org.jboss.as.messaging] (MSC service thread 1-12) JBAS011601: Bound messaging object to jndi name java:/queue/KIE.SESSION.ALL

      11:40:14,705 INFO  [org.jboss.as.jpa] (MSC service thread 1-12) JBAS011402: Starting Persistence Unit Service 'kie-wb.war#org.jbpm.domain'

      11:40:14,706 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) trying to deploy queue jms.queue.KIE.RESPONSE

      11:40:14,707 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.RESPONSE

      11:40:14,707 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/queue/KIE.RESPONSE.ALL

      11:40:14,707 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-5) trying to deploy queue jms.queue.KIE.AUDIT

      11:40:14,709 INFO  [org.jboss.as.messaging] (MSC service thread 1-5) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.AUDIT

      11:40:14,709 INFO  [org.jboss.as.messaging] (MSC service thread 1-5) JBAS011601: Bound messaging object to jndi name java:/queue/KIE.AUDIT.ALL

      11:40:14,727 INFO  [org.jboss.as.ejb3] (MSC service thread 1-15) JBAS014142: Started message driven bean 'JMSAuditProcessor' with 'hornetq-ra' resource adapter

      11:40:14,728 INFO  [org.jboss.as.ejb3] (MSC service thread 1-10) JBAS014142: Started message driven bean 'TaskServiceRequesMessageBean' with 'hornetq-ra' resource adapter

      11:40:14,731 INFO  [org.jboss.as.ejb3] (MSC service thread 1-13) JBAS014142: Started message driven bean 'KieSessionRequesMessageBean' with 'hornetq-ra' resource adapter

      11:40:14,789 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-12) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}

      11:40:14,791 INFO  [org.hibernate.Version] (MSC service thread 1-12) HHH000412: Hibernate Core {4.0.1.Final}

      11:40:14,792 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-12) HHH000206: hibernate.properties not found

      11:40:14,793 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-12) HHH000021: Bytecode provider name : javassist

      11:40:14,803 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-12) HHH000204: Processing PersistenceUnitInfo [

        name: org.jbpm.domain

        ...]

      11:40:15,486 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-12) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      11:40:15,665 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-12) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect

      11:40:15,674 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-12) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      11:40:15,676 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-12) HHH000397: Using ASTQueryTranslatorFactory

      11:40:15,693 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-12) Hibernate Validator 4.2.0.Final

      11:40:16,002 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-12) HHH000228: Running hbm2ddl schema update

      11:40:16,002 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-12) HHH000102: Fetching database metadata

      11:40:16,005 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-12) HHH000396: Updating schema

      11:40:16,019 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.attachment

      11:40:16,019 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, attachmentcontentid, taskdata_attachments_id, attachment_size, attachedby_id, name, attachedat, contenttype, accesstype]

      11:40:16,019 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_7ndpfa311i50bq7hy18q05va3, fk_hqupx569krp0f0sgu9kh87513]

      11:40:16,020 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_7ndpfa311i50bq7hy18q05va3, fk_hqupx569krp0f0sgu9kh87513, primary]

      11:40:16,028 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.audittaskimpl

      11:40:16,029 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [status, taskid, parentid, createdby, createdon, activationtime, processinstanceid, id, processsessionid, deploymentid, description, priority, actualowner, name, duedate, processid]

      11:40:16,029 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,030 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,035 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.bamtasksummary

      11:40:16,036 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [duration, startdate, status, taskid, userid, createddate, taskname, enddate, optlock, processinstanceid, pk]

      11:40:16,036 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,036 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,041 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.booleanexpression

      11:40:16,041 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [expression, id, escalation_constraints_id, type]

      11:40:16,041 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_394nf2qoc0k9ok6omgd6jtpso]

      11:40:16,042 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_394nf2qoc0k9ok6omgd6jtpso, primary]

      11:40:16,045 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.content

      11:40:16,046 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [content, id]

      11:40:16,046 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,046 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,051 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.contextmappinginfo

      11:40:16,051 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [context_id, mappingid, owner_id, optlock, ksession_id]

      11:40:16,052 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,052 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,057 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.correlationkeyinfo

      11:40:16,058 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [keyid, name, optlock, processinstanceid]

      11:40:16,058 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,059 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,064 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.correlationpropertyinfo

      11:40:16,065 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [name, value, correlationkey_keyid, optlock, propertyid]

      11:40:16,065 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_hrmx1m882cejwj9c04ixh50i4]

      11:40:16,065 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_hrmx1m882cejwj9c04ixh50i4, primary]

      11:40:16,071 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.deadline

      11:40:16,071 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, escalated, deadlines_startdeadline_id, deadlines_enddeadline_id, deadline_date]

      11:40:16,071 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_68w742sge00vco2cq3jhbvmgx, fk_euoohoelbqvv94d8a8rcg8s5n]

      11:40:16,072 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_68w742sge00vco2cq3jhbvmgx, primary, fk_euoohoelbqvv94d8a8rcg8s5n]

      11:40:16,077 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.delegation_delegates

      11:40:16,077 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,078 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_fajq6kossbsqwr3opkrctxei3, fk_gn7ula51sk55wj1o1m57guqxb]

      11:40:16,078 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_fajq6kossbsqwr3opkrctxei3, fk_gn7ula51sk55wj1o1m57guqxb]

      11:40:16,083 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.errorinfo

      11:40:16,083 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [timestamp, message, id, request_id, stacktrace]

      11:40:16,083 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_cms0met37ggfw5p5gci3otaq0]

      11:40:16,084 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_cms0met37ggfw5p5gci3otaq0, primary]

      11:40:16,088 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.escalation

      11:40:16,088 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, deadline_escalation_id, name]

      11:40:16,088 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_ay2gd4fvl9yaapviyxudwuvfg]

      11:40:16,089 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary, fk_ay2gd4fvl9yaapviyxudwuvfg]

      11:40:16,095 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.eventtypes

      11:40:16,095 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [element, instanceid]

      11:40:16,096 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_nrecj4617iwxlc65ij6m7lsl1]

      11:40:16,096 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_nrecj4617iwxlc65ij6m7lsl1]

      11:40:16,104 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.i18ntext

      11:40:16,104 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) 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]

      11:40:16,104 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_g1trxri8w64enudw2t1qahhk5, fk_fd9uk6hemv2dx1ojovo7ms3vp, fk_qoce92c70adem3ccb3i7lec8x, fk_bw8vmpekejxt1ei2ge26gdsry, fk_o84rkh69r47ti8uv4eyj7bmo2, fk_k16jpgrh67ti9uedf6konsu1p, fk_21qvifarxsvuxeaw5sxwh473w, fk_pqarjvvnwfjpeyb87yd7m0bfi, fk_4eyfp69ucrron2hr7qx4np2fp]

      11:40:16,105 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_g1trxri8w64enudw2t1qahhk5, fk_fd9uk6hemv2dx1ojovo7ms3vp, fk_qoce92c70adem3ccb3i7lec8x, fk_bw8vmpekejxt1ei2ge26gdsry, fk_o84rkh69r47ti8uv4eyj7bmo2, primary, fk_k16jpgrh67ti9uedf6konsu1p, fk_21qvifarxsvuxeaw5sxwh473w, fk_pqarjvvnwfjpeyb87yd7m0bfi, fk_4eyfp69ucrron2hr7qx4np2fp]

      11:40:16,111 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.nodeinstancelog

      11:40:16,112 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, connection, externalid, nodetype, workitemid, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid]

      11:40:16,112 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,112 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,116 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.notification

      11:40:16,117 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, escalation_notifications_id, priority, dtype]

      11:40:16,117 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_bdbeml3768go5im41cgfpyso9]

      11:40:16,117 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_bdbeml3768go5im41cgfpyso9, primary]

      11:40:16,121 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.notification_bas

      11:40:16,121 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,122 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_fc0uuy76t2bvxaxqysoo8xts7, fk_mfbsnbrhth4rjhqc2ud338s4i]

      11:40:16,122 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_fc0uuy76t2bvxaxqysoo8xts7, fk_mfbsnbrhth4rjhqc2ud338s4i]

      11:40:16,126 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.notification_recipients

      11:40:16,126 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,126 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_blf9jsrumtrthdaqnpwxt25eu, fk_3l244pj8sh78vtn9imaymrg47]

      11:40:16,127 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_blf9jsrumtrthdaqnpwxt25eu, fk_3l244pj8sh78vtn9imaymrg47]

      11:40:16,131 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.notification_email_header

      11:40:16,132 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [emailheaders_id, notification_id, mapkey]

      11:40:16,132 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_ptaka5kost68h7l3wflv7w6y8, fk_eth4nvxn21fk1vnju85vkjrai]

      11:40:16,132 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary, fk_ptaka5kost68h7l3wflv7w6y8, fk_eth4nvxn21fk1vnju85vkjrai, uk_ptaka5kost68h7l3wflv7w6y8]

      11:40:16,136 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.organizationalentity

      11:40:16,136 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, dtype]

      11:40:16,136 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,137 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,141 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.peopleassignments_bas

      11:40:16,141 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,142 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_t38xbkrq6cppifnxequhvjsl2, fk_omjg5qh7uv8e9bolbaq7hv6oh]

      11:40:16,142 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_t38xbkrq6cppifnxequhvjsl2, fk_omjg5qh7uv8e9bolbaq7hv6oh]

      11:40:16,146 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.peopleassignments_exclowners

      11:40:16,146 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,146 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_pth28a73rj6bxtlfc69kmqo0a, fk_b8owuxfrdng050ugpk0pdowa7]

      11:40:16,147 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_pth28a73rj6bxtlfc69kmqo0a, fk_b8owuxfrdng050ugpk0pdowa7]

      11:40:16,151 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.peopleassignments_potowners

      11:40:16,151 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,151 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_4dv2oji7pr35ru0w45trix02x, fk_tee3ftir7xs6eo3fdvi3xw026]

      11:40:16,152 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_4dv2oji7pr35ru0w45trix02x, fk_tee3ftir7xs6eo3fdvi3xw026]

      11:40:16,156 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.peopleassignments_recipients

      11:40:16,156 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,157 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_4g7y3wx6gnokf6vycgpxs83d6, fk_enhk831fghf6akjilfn58okl4]

      11:40:16,157 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_4g7y3wx6gnokf6vycgpxs83d6, fk_enhk831fghf6akjilfn58okl4]

      11:40:16,161 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.peopleassignments_stakeholders

      11:40:16,162 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,162 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_4bh3ay74x6ql9usunubttfdf1, fk_met63inaep6cq4ofb3nnxi4tm]

      11:40:16,162 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_4bh3ay74x6ql9usunubttfdf1, fk_met63inaep6cq4ofb3nnxi4tm]

      11:40:16,167 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.processinstanceinfo

      11:40:16,167 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, processid, lastmodificationdate]

      11:40:16,167 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,168 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,174 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.processinstancelog

      11:40:16,174 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, processname, end_date, duration, externalid, status, processversion, parentprocessinstanceid, start_date, outcome, user_identity, processinstanceid, processid]

      11:40:16,174 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,175 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,179 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.reassignment

      11:40:16,179 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [escalation_reassignments_id, id]

      11:40:16,180 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_pnpeue9hs6kx2ep0sp16b6kfd]

      11:40:16,180 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_pnpeue9hs6kx2ep0sp16b6kfd, primary]

      11:40:16,185 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.reassignment_potentialowners

      11:40:16,185 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [task_id, entity_id]

      11:40:16,186 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_8frl6la7tgparlnukhp8xmody, fk_qbega5ncu6b9yigwlw55aeijn]

      11:40:16,186 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_8frl6la7tgparlnukhp8xmody, fk_qbega5ncu6b9yigwlw55aeijn]

      11:40:16,192 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.requestinfo

      11:40:16,193 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [timestamp, message, businesskey, executions, id, responsedata, requestdata, deploymentid, status, retries, commandname]

      11:40:16,193 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,194 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,198 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.sessioninfo

      11:40:16,198 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate]

      11:40:16,199 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,199 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,208 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.task

      11:40:16,208 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [tasktype, outputcontentid, subject, parentid, optlock, expirationtime, previousstatus, id, faultname, createdby_id, skipable, deploymentid, archived, priority, description, name, faulttype, taskinitiator_id, documentcontentid, faultaccesstype, outputaccesstype, allowedtodelegate, status, documentaccesstype, outputtype, createdon, activationtime, faultcontentid, processinstanceid, processsessionid, actualowner_id, workitemid, formname, documenttype, processid, subtaskstrategy]

      11:40:16,210 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_nh9nnt47f3l61qjlyedqt05rf, fk_dpk0f9ucm14c78bsxthh7h8yh, fk_k02og0u71obf1uxgcdjx9rcjc]

      11:40:16,210 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_nh9nnt47f3l61qjlyedqt05rf, fk_dpk0f9ucm14c78bsxthh7h8yh, primary, fk_k02og0u71obf1uxgcdjx9rcjc]

      11:40:16,215 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.taskdef

      11:40:16,215 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, priority, name]

      11:40:16,215 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,216 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,221 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.taskevent

      11:40:16,221 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, logtime, taskid, userid, type, optlock]

      11:40:16,221 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,221 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,226 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.variableinstancelog

      11:40:16,226 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, externalid, variableinstanceid, oldvalue, variableid, value, log_date, processinstanceid, processid]

      11:40:16,227 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,227 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,232 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.workiteminfo

      11:40:16,232 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid]

      11:40:16,232 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,232 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,237 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.email_header

      11:40:16,237 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, body, replytoaddress, subject, fromaddress, language]

      11:40:16,237 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: []

      11:40:16,238 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [primary]

      11:40:16,244 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000261: Table found: jbpm.task_comment

      11:40:16,244 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000037: Columns: [id, taskdata_comments_id, text, addedat, addedby_id]

      11:40:16,245 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000108: Foreign keys: [fk_aax378yjnsmw9kb9vsu994jjv, fk_1ws9jdmhtey6mxu7jb0r0ufvs]

      11:40:16,246 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-12) HHH000126: Indexes: [fk_aax378yjnsmw9kb9vsu994jjv, primary, fk_1ws9jdmhtey6mxu7jb0r0ufvs]

      11:40:16,247 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-12) HHH000232: Schema update complete

      11:40:16,768 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment kie-wb.war

      11:40:17,138 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Solder Config XML provider starting...

      11:40:17,140 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Loading XmlDocumentProvider: org.jboss.solder.config.xml.bootstrap.ResourceLoaderXmlDocumentProvider

      11:40:17,158 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/beans.xml

      11:40:17,163 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/uberfire-api-0.4.0.Final.jar/META-INF/beans.xml

      11:40:17,166 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/uberfire-security-server-0.4.0.Final.jar/META-INF/beans.xml

      11:40:17,167 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/deltaspike-core-api-1.0.0.jar/META-INF/beans.xml

      11:40:17,168 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/drools-wb-rest-defaultapprover-6.1.0.Final.jar/META-INF/beans.xml

      11:40:17,171 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Reading XML file: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/jbpm-kie-services-6.1.0.Final.jar/META-INF/beans.xml

      11:40:17,173 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) starting errai cdi ...

      11:40:17,179 INFO  [org.jboss.solder.Version] (MSC service thread 1-2) Solder 3.2.1.Final (build id: 3.2.1.Final)

      11:40:17,399 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.asset.backend.server.AssetManagementEntryPointImpl

      11:40:17,486 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.WorkbenchServicesImpl

      11:40:17,508 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.VFSServicesServerImpl

      11:40:17,530 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.plugin.RuntimePluginsServiceServerImpl

      11:40:17,533 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.repositories.RepositoryServiceEditorImpl

      11:40:17,550 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.FileNavigatorServiceImpl

      11:40:17,599 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.organizationalunit.OrganizationalUnitServiceImpl

      11:40:17,603 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.uberfire.backend.server.repositories.RepositoryServiceImpl

      11:40:17,624 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.workitems.backend.server.WorkItemsEditorServiceImpl

      11:40:17,942 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.designer.server.service.DefaultDesignerAssetService

      11:40:18,094 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.dsltext.backend.server.DSLTextEditorServiceImpl

      11:40:18,106 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.screens.search.backend.server.SearchServiceImpl

      11:40:18,169 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.DataServiceEntryPointImpl

      11:40:18,172 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.KieSessionEntryPointImpl

      11:40:18,188 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.DeploymentManagerEntryPointImpl

      11:40:18,204 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.backend.source.SourceServicesImpl

      11:40:18,213 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.backend.rulename.RuleNameServiceImpl

      11:40:18,216 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.backend.security.KieWorkbenchSecurityServiceImpl

      11:40:18,219 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.backend.validation.ValidationServiceImpl

      11:40:18,716 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TypeRoleServiceEntryPointImpl

      11:40:18,725 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointImpl

      11:40:18,740 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.UserServiceEntryPointImpl

      11:40:18,743 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.GroupServiceEntryPointImpl

      11:40:18,813 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.ProjectServiceImpl

      11:40:18,815 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.KModuleServiceImpl

      11:40:18,827 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.POMServiceImpl

      11:40:18,847 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.refactoring.backend.server.query.RefactoringQueryServiceImpl

      11:40:18,921 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.services.datamodel.backend.server.IncrementalDataModelServiceImpl

      11:40:18,951 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.guided.rule.backend.server.GuidedRuleEditorServiceImpl

      11:40:18,974 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.guided.rule.backend.server.EnumDropdownServiceImpl

      11:40:19,407 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.enums.backend.server.EnumServiceImpl

      11:40:19,428 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.es.backend.server.ExecutorServiceEntryPointImpl

      11:40:19,455 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.inbox.backend.server.InboxServiceImpl

      11:40:19,765 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-83) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      11:40:20,923 INFO  [org.jboss.errai.reflections.Reflections] (Thread-83) Reflections took 1155 ms to scan 103 urls, producing 2734 keys and 17046 values [using 2 cores]

      11:40:21,243 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @SessionScoped class org.jbpm.formModeler.renderer.backend.service.FormRenderingServiceImpl

      11:40:21,246 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.formModeler.renderer.backend.service.FormRendererIncluderServiceImpl

      11:40:21,252 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.backend.config.ResourceConfigServiceImpl

      11:40:21,259 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.backend.version.VersionServiceImpl

      11:40:21,269 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service class org.guvnor.common.services.backend.file.RenameServiceImpl

      11:40:21,272 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.backend.metadata.MetadataServiceImpl

      11:40:21,276 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service class org.guvnor.common.services.backend.file.CopyServiceImpl

      11:40:21,278 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.backend.config.AppConfigServiceImpl

      11:40:21,286 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service class org.guvnor.common.services.backend.file.DeleteServiceImpl

      11:40:21,297 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.backend.metadata.CategoryServiceImpl

      11:40:21,495 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.forms.backend.server.FormModelerProcessStarterEntryPointImpl

      11:40:21,497 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.console.ng.ht.forms.backend.server.FormServiceEntryPointImpl

      11:40:21,504 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.screens.defaulteditor.backend.server.DefaultEditorServiceImpl

      11:40:21,515 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.globals.backend.server.GlobalsEditorServiceImpl

      11:40:21,541 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.m2repo.backend.server.M2RepoServiceImpl

      11:40:21,549 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.scorecardxls.backend.server.ScoreCardXLSServiceImpl

      11:40:21,619 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.DataModelerServiceImpl

      11:40:21,636 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.drltext.backend.server.DRLTextEditorServiceImpl

      11:40:21,645 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.dashboard.renderer.service.impl.DashboardRendererServiceImpl

      11:40:21,899 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.guvnor.common.services.builder.BuildServiceImpl

      11:40:22,304 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.screens.explorer.backend.server.ExplorerServiceImpl

      11:40:22,331 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.jbpm.formModeler.panels.modeler.backend.FormModelerServiceImpl

      11:40:22,361 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.kie.workbench.common.screens.projecteditor.backend.server.ProjectScreenServiceImpl

      11:40:22,376 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.guided.template.server.GuidedRuleTemplateEditorServiceImpl

      11:40:22,402 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.guided.dtable.backend.server.GuidedDecisionTableEditorServiceImpl

      11:40:22,425 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.testscenario.backend.server.ScenarioTestEditorServiceImpl

      11:40:22,469 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSServiceImpl

      11:40:22,521 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-2) discovered errai service: public@Service @ApplicationScoped class org.drools.workbench.screens.guided.scorecard.backend.server.GuidedScoreCardEditorServiceImpl

      11:40:22,624 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-2) Found kmodule: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/drools-pmml-6.1.0.Final.jar/META-INF/kmodule.xml

      11:40:22,626 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-2) Virtual file physical path = C:\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final\domain\servers\server-two\tmp\vfs\deploymentc1c00eca656978a2\drools-pmml-6.1.0.Final.jar-2aca069801409708\drools-pmml-6.1.0.Final.jar

      11:40:22,728 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-2) KieModule was added:ZipKieModule[ ReleaseId=org.drools:drools-pmml:6.1.0.Finalfile=\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final\domain\servers\server-two\tmp\vfs\deploymentc1c00eca656978a2\drools-pmml-6.1.0.Final.jar-2aca069801409708\drools-pmml-6.1.0.Final.jar]

      11:40:22,729 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-2) Found kmodule: vfs:/C:/jboss-as-7.1.1.Final%20-%20cluster/jboss-as-7.1.1.Final/content/kie-wb.war/WEB-INF/lib/drools-wb-rest-defaultapprover-6.1.0.Final.jar/META-INF/kmodule.xml

      11:40:22,730 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-2) Virtual file physical path = C:\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final\domain\servers\server-two\tmp\vfs\deploymentc1c00eca656978a2\drools-wb-rest-defaultapprover-6.1.0.Final.jar-b44bc992c99ee1ef\drools-wb-rest-defaultapprover-6.1.0.Final.jar

      11:40:22,737 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-2) KieModule was added:ZipKieModule[ ReleaseId=org.drools:drools-wb-rest-defaultapprover:6.1.0.Finalfile=\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final\domain\servers\server-two\tmp\vfs\deploymentc1c00eca656978a2\drools-wb-rest-defaultapprover-6.1.0.Final.jar-b44bc992c99ee1ef\drools-wb-rest-defaultapprover-6.1.0.Final.jar]

      11:40:24,593 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.SessionScoped() used on injection point [field] @Inject @SessionScoped private org.uberfire.backend.server.UserServicesImpl.identity

      11:40:24,627 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.RequestScoped() used on injection point [field] @RequestScoped @Inject private org.jbpm.designer.repository.vfs.VFSRepository.descriptor

      11:40:24,656 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.RequestScoped() used on injection point [field] @Named @RequestScoped @Inject private org.jbpm.console.ng.bd.backend.server.DeploymentManagerEntryPointImpl.deploymentUnits

      11:40:24,801 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.SessionScoped() used on injection point [field] @Inject @SessionScoped private org.guvnor.inbox.backend.server.InboxServiceImpl.identity

      11:40:24,910 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.SessionScoped() used on injection point [field] @Inject @SessionScoped private org.kie.workbench.common.screens.explorer.backend.server.ExplorerServiceImpl.identity

      11:40:24,911 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-001440 Scope type @javax.enterprise.context.SessionScoped() used on injection point [field] @Inject @SessionScoped private org.kie.workbench.common.screens.explorer.backend.server.ExplorerServiceImpl.sessionInfo

      11:40:25,062 INFO  [org.apache.helix.controller.GenericHelixController] (MSC service thread 1-2) createDefaultRegistry

      11:40:25,068 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) Create a zk-based cluster manager. zkSvr: localhost:2181, clusterName: jbpm-cluster, instanceName: nodeTwo_12346, type: PARTICIPANT

      11:40:25,070 INFO  [org.apache.helix.HelixManagerProperties] (MSC service thread 1-2) load helix-manager properties: {minimum_supported_version.batch_message=0.6.1, clustermanager.version=0.6.2-incubating, minimum_supported_version.participant=0.4}

      11:40:25,077 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (MSC service thread 1-2) Added msg-factory for type: TASK_REPLY, threadpool size 40

      11:40:25,143 INFO  [org.apache.sshd.common.util.SecurityUtils] (MSC service thread 1-2) BouncyCastle not registered, using the default JCE provider

      11:40:25,661 INFO  [org.guvnor.m2repo.backend.server.GuvnorM2Repository] (MSC service thread 1-2) Maven Repository root set to: repositories\kie

      11:40:25,760 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'type' to 'kjar'.

      11:40:25,760 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'drools.dateformat' to 'dd-MMM-yyyy'.

      11:40:25,760 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'drools.defaultlanguage' to 'en'.

      11:40:25,761 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'rule-modeller-onlyShowDSLStatements' to 'false'.

      11:40:25,761 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'designer.context' to 'designer'.

      11:40:25,761 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'drools.defaultcountry' to 'US'.

      11:40:25,761 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'drools.datetimeformat' to 'dd-MMM-yyyy hh:mm:ss'.

      11:40:25,762 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'build.enable-incremental' to 'true'.

      11:40:25,762 INFO  [org.guvnor.common.services.backend.config.ApplicationPreferencesLoader] (MSC service thread 1-2) Setting preference 'designer.profile' to 'jbpm'.

      11:40:25,767 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) ClusterManager.connect()

      11:40:25,774 INFO  [org.I0Itec.zkclient.ZkEventThread] (ZkClient-EventThread-153-localhost:2181) Starting ZkClient event thread.

      11:40:25,779 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:zookeeper.version=3.3.3-1203054, built on 11/17/2011 05:47 GMT

      11:40:25,779 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:host.name=PC-115.hae.int.

      11:40:25,779 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.version=1.7.0_67

      11:40:25,780 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.vendor=Oracle Corporation

      11:40:25,780 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.home=C:\Program Files\Java\jdk1.7.0_67\jre

      11:40:25,780 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.class.path=C:\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final\jboss-modules.jar

      11:40:25,781 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.library.path=C:\Program Files\Java\jdk1.7.0_67\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\MySQL\MySQL Utilities 1.4.3\;C:\Program Files (x86)\MySQL\MySQL Utilities 1.4.3\Doctrine extensions for PHP\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\nodejs\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Subversion\bin;C:\RailsInstaller\Ruby1.9.3\bin;C:\Ruby200\bin;C:\Users\Nicola Giacobbe\AppData\Roaming\npm;C:\Program Files (x86)\apache-maven-3.1.1\bin;C:\Program Files (x86)\Subversion\bin;.

      11:40:25,783 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.io.tmpdir=C:\Users\NICOLA~1\AppData\Local\Temp\

      11:40:25,783 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:java.compiler=<NA>

      11:40:25,784 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:os.name=Windows 7

      11:40:25,784 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:os.arch=amd64

      11:40:25,784 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:os.version=6.1

      11:40:25,784 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:user.name=Nicola Giacobbe

      11:40:25,785 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:user.home=C:\Users\Nicola Giacobbe

      11:40:25,785 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Client environment:user.dir=C:\jboss-as-7.1.1.Final - cluster\jboss-as-7.1.1.Final

      11:40:25,786 INFO  [org.apache.zookeeper.ZooKeeper] (MSC service thread 1-2) Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.helix.manager.zk.ZkClient@963fa9b

      11:40:25,793 INFO  [org.apache.zookeeper.ClientCnxn] (MSC service thread 1-2-SendThread()) Opening socket connection to server localhost/127.0.0.1:2181

      11:40:25,794 INFO  [org.apache.zookeeper.ClientCnxn] (MSC service thread 1-2-SendThread(localhost:2181)) Socket connection established to localhost/127.0.0.1:2181, initiating session

      11:40:25,806 INFO  [org.apache.zookeeper.ClientCnxn] (MSC service thread 1-2-SendThread(localhost:2181)) Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14b53ff43d10008, negotiated timeout = 30000

      11:40:25,807 INFO  [org.I0Itec.zkclient.ZkClient] (MSC service thread 1-2-EventThread) zookeeper state changed (SyncConnected)

      11:40:25,812 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) KeeperState: SyncConnected, zookeeper:State:CONNECTED Timeout:30000 sessionid:0x14b53ff43d10008 local:/127.0.0.1:53681 remoteserver:localhost/127.0.0.1:2181 lastZxid:0 xid:1 sent:1 recv:1 queuedpkts:0 pendingresp:0 queuedevents:0

      11:40:25,812 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) Handling new session, session id: 14b53ff43d10008, instance: nodeTwo_12346, instanceTye: PARTICIPANT, cluster: jbpm-cluster, zkconnection: State:CONNECTED Timeout:30000 sessionid:0x14b53ff43d10008 local:/127.0.0.1:53681 remoteserver:localhost/127.0.0.1:2181 lastZxid:0 xid:1 sent:1 recv:1 queuedpkts:0 pendingresp:0 queuedevents:0

      11:40:25,813 WARN  [org.apache.helix.healthcheck.ParticipantHealthReportTask] (MSC service thread 1-2) ParticipantHealthReportTimerTask already stopped

      11:40:25,843 INFO  [org.apache.helix.manager.zk.ParticipantManagerHelper] (MSC service thread 1-2) instance: nodeTwo_12346 auto-joining jbpm-cluster is false

      11:40:25,856 INFO  [org.apache.helix.messaging.DefaultMessagingService] (MSC service thread 1-2) registering msg factory for type STATE_TRANSITION

      11:40:25,865 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (MSC service thread 1-2) Added msg-factory for type: STATE_TRANSITION, threadpool size 40

      11:40:25,879 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) 13 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,880 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,884 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (MSC service thread 1-2) Dropping NO-OP message. mid: e4397f45-c0f7-4752-a1ad-619643528ce2, from: nodeTwo_12346

      11:40:25,887 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) 13 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 8ms

      11:40:25,888 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) Added listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e for type: MESSAGES to path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES

      11:40:25,888 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,889 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,890 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) No Messages to process

      11:40:25,891 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 3ms

      11:40:25,891 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) 13 START:INVOKE /jbpm-cluster/CONTROLLER listener:org.apache.helix.manager.zk.ZKHelixDataAccessor

      11:40:25,891 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/CONTROLLER, listener: org.apache.helix.manager.zk.ZKHelixDataAccessor@76a3229

      11:40:25,892 INFO  [org.apache.helix.manager.zk.ZKHelixDataAccessor] (MSC service thread 1-2) Controller has changed

      11:40:25,895 INFO  [org.apache.helix.manager.zk.ZKHelixDataAccessor] (MSC service thread 1-2) _zkPropertyTransferSvcUrl : null Controller PC-115.hae.int.-CONTROLLER

      11:40:25,895 INFO  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) 13 END:INVOKE /jbpm-cluster/CONTROLLER listener:org.apache.helix.manager.zk.ZKHelixDataAccessor Took: 4ms

      11:40:25,896 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) Added listener: org.apache.helix.manager.zk.ZKHelixDataAccessor@76a3229 for type: CONTROLLER to path: /jbpm-cluster/CONTROLLER

      11:40:25,897 INFO  [org.apache.helix.participant.HelixStateMachineEngine] (MSC service thread 1-2) Register state model factory for state model SchedulerTaskQueue using factory name DEFAULT with org.apache.helix.participant.statemachine.ScheduledTaskStateModelFactory@105e5e33

      11:40:25,902 INFO  [org.apache.helix.participant.HelixStateMachineEngine] (MSC service thread 1-2) Send NO_OP message to nodeTwo_12346, msgId: cb289023-5ae4-4d12-bf46-002d4a916768

      11:40:25,903 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,903 INFO  [org.apache.helix.healthcheck.ParticipantHealthReportTask] (MSC service thread 1-2) Start HealthCheckInfoReportingTask

      11:40:25,903 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,906 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) Dropping NO-OP message. mid: cb289023-5ae4-4d12-bf46-002d4a916768, from: nodeTwo_12346

      11:40:25,909 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 6ms

      11:40:25,909 WARN  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) Skip processing callbacks for listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e, path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, expected types: [CALLBACK, FINALIZE] but was INIT

      11:40:25,910 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) init handler: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,910 WARN  [org.apache.helix.manager.zk.CallbackHandler] (MSC service thread 1-2) Skip processing callbacks for listener: org.apache.helix.manager.zk.ZKHelixDataAccessor@76a3229, path: /jbpm-cluster/CONTROLLER, expected types: [CALLBACK, FINALIZE] but was INIT

      11:40:25,910 INFO  [org.apache.helix.manager.zk.ZKHelixManager] (MSC service thread 1-2) init handler: /jbpm-cluster/CONTROLLER, org.apache.helix.manager.zk.ZKHelixDataAccessor@76a3229

      11:40:25,911 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,911 INFO  [org.apache.helix.participant.HelixStateMachineEngine] (MSC service thread 1-2) Register state model factory for state model LeaderStandby using factory name DEFAULT with org.uberfire.io.impl.cluster.helix.LockTransitionalFactory@2d3d660

      11:40:25,911 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,924 INFO  [org.apache.helix.participant.HelixStateMachineEngine] (MSC service thread 1-2) Send NO_OP message to nodeTwo_12346, msgId: da520710-4eb5-4dbc-9e17-8042b1e3fd30

      11:40:25,925 INFO  [org.apache.helix.messaging.DefaultMessagingService] (MSC service thread 1-2) registering msg factory for type USER_DEFINE_MSG

      11:40:25,925 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) Dropping NO-OP message. mid: da520710-4eb5-4dbc-9e17-8042b1e3fd30, from: nodeTwo_12346

      11:40:25,928 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 17ms

      11:40:25,930 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,931 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,933 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) No Messages to process

      11:40:25,933 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 3ms

      11:40:25,934 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,934 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,936 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) No Messages to process

      11:40:25,936 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 2ms

      11:40:25,938 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (MSC service thread 1-2) Added msg-factory for type: USER_DEFINE_MSG, threadpool size 40

      11:40:25,946 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,947 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,952 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) Dropping NO-OP message. mid: 264a26fe-bd24-42a5-928d-7029ec77ff22, from: nodeTwo_12346

      11:40:25,955 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 9ms

      11:40:25,956 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 START:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor

      11:40:25,956 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) nodeTwo_12346 subscribes child-change. path: /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@689c3d9e

      11:40:25,957 INFO  [org.apache.helix.messaging.handling.HelixTaskExecutor] (ZkClient-EventThread-153-localhost:2181) No Messages to process

      11:40:25,958 INFO  [org.apache.helix.manager.zk.CallbackHandler] (ZkClient-EventThread-153-localhost:2181) 153 END:INVOKE /jbpm-cluster/INSTANCES/nodeTwo_12346/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor Took: 2ms

       

      ..The second won't finish deployment.

       

      is there any expert that can give me suggestions on how to fix this issue?

       

      thanks

        • 1. Re: Clustering in jBPM6
          swiderski.maciej

          you seemed to be running on newer version then jBPM was tested on and by that might cause issues - the current version we do support is Helix 0.6.2 and Zookeeper is 3.3.5. Try with these versions to see if they make any difference.

           

          HTH

          • 2. Re: Clustering in jBPM6
            nicdriver1

            I tried to use helix-core-0.6.2 and zookeeper 3.3.5 but I am still having the same issue.

            Could be that I'm using wrong versions of either JBoss (as-7.1.1.Final) or kie-wb-distribution-wars-6.1.0.Final-jboss-as7.war?

             

            thanks

            • 3. Re: Clustering in jBPM6
              swiderski.maciej

              version of app server should not really matter. There must be something with configuration or environment specific. Though I run them on EAP 6.1 as JBoss AS 7.1 is rather old and miss some fixes. So you could try on EAP as well.

               

              Do you start both nodes of the domain at the same time? If so could you check if you start them in sequence one by one to see if that makes any difference? Another thing to check if both servers are configured properly you start them individually and see if both deploy and start as expected.

               

              HTH

              • 4. Re: Clustering in jBPM6
                nicdriver1

                Also running second node alone won't start and after playing around with properies in the host.xml file I see that the only thing can cause this error is the "jboss.node.name" and "org.uberfire.cluster.local.id".

                When I change above configurations to use NodeOne it works fine.

                could it be something I miss with Helix even though configuration seems fine as I did exactly what the blog says?