Kie-Server Forbidden error

3,207 views
Skip to first unread message

kran

unread,
Apr 12, 2016, 2:23:47 PM4/12/16
to Drools Setup
Hi,

We are doing a POC n Drools, however we are facing following issues. Any suggestions will be highly appreciated:

1) After deploying Kie-Server kie-server-6.3.0.Final-ee7.war on Wildfly, hitting this URL: http://localhost:8080/kie-server/services/rest/server/containers/ returns forbidden error.

As mentioned in one of the posts, it is not working even after adding the role rest-all to the users:
wb-user=admin,rest-all
ks-user=kie-server,rest-all

2) Further, the deployment of kie-drools-wb-6.3.0.Final-wildfly8.war fails in Wildfly with the following error:

2016-04-12 23:49:57,893 WARN  [org.jboss.weld.Validator] (weld-worker-2) WELD-001473: javax.enterprise.inject.spi.Bean implementation org.uberfire.backend.server.cdi.SystemConfigProducer$2@61d72280 declared a normal scope but does not implement javax.enterprise.inject.spi.PassivationCapable. It won't be possible to inject this bean into a bean with passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.
2016-04-12 23:49:59,769 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."kie-drools-wb-6.3.0.Final-wildfly8.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."kie-drools-wb-6.3.0.Final-wildfly8.war".WeldStartService: Failed to start service
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
....
org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.kie.workbench.drools.backend.server.LuceneConfigProducer.setup() on org.kie.workbench.drools.backend.server.LuceneConfigProducer@4798c541
    at org.jboss.weld.injection.producer.DefaultLifecycleCallbackInvoker.invokeMethods(DefaultLifecycleCallbackInvoker.java:91)
....
Caused by: java.lang.RuntimeException: java.nio.channels.OverlappingFileLockException
    at org.uberfire.ext.metadata.backend.lucene.index.directory.DirectoryLuceneIndex.<init>(DirectoryLuceneIndex.java:53)
    at org.uberfire.ext.metadata.backend.lucene.index.directory.DirectoryType$2.newIndex(DirectoryType.java:63)
....
Caused by: java.nio.channels.OverlappingFileLockException
    at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
    at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)

Thanks,
Kran

Maciej Swiderski

unread,
Apr 13, 2016, 1:33:32 AM4/13/16
to drools...@googlegroups.com
make sure you provide authentication header when interacting with kie server as it requires to have a valid user (that is in ApplicationRealm) and that is member of kie-server group.

the workbench error is caused by lucene indexing engine being initialized twice without being properly shutdown. So restart server (wildfly) and it should boot properly.

Maciej

--
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/4042bf46-4d90-45d3-8ead-d32303e063f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

kran

unread,
Apr 13, 2016, 2:10:04 AM4/13/16
to Drools Setup
Hi Maciej,

Nopes.. Lucene error doesn't seem to disappear even after multiple restarts & even after deleting Lucene Index folders in jbpm-installer\.index directory. Am starting JBoss using - 'ant start.demo.noeclipse'. This time jbpm-console.war has failed to deploy. kie-drools-wb-6.3.0.Final-wildfly8.war & Kie-Server kie-server-6.3.0.Final-ee7.war are deployed successfully. Is there a temp folder which has held the lock that can be deleted to eliminate this error? Please advice.

Thanks,
Kran

Maciej Swiderski

unread,
Apr 13, 2016, 2:15:35 AM4/13/16
to drools...@googlegroups.com
do you have move jbpm console and kie-drools-wb? if so that's the problem as they are doing the same. Use either drools wb or jbpm console and not both on the same wildfly server

Maciej

kran

unread,
Apr 13, 2016, 3:06:01 AM4/13/16
to Drools Setup
Ok Got it! Can you also clarify if dashboard-builder.war also accomplishes the same job? What do you recommend to use, KIR workbench or JBPM-Console?

After login to KIE workbench, it shows me restricted options as follows (unlike https://www.youtube.com/watch?v=TM9cuL_Mfnk where 'Process Management' & 'Dashboard' are listed):
Authoring
Project Authoring
Contributors
Artifact repository
Administration
Deploy
Rule Deployments
Tasks
Asset management Tasks

Any idea?

Maciej Swiderski

unread,
Apr 13, 2016, 3:22:04 AM4/13/16
to drools...@googlegroups.com
dashbuildler can be deployed on same server as workbench. The limited options are because you deployed kie-drools-wb which does not include process capabilities but only rules based. So if you need process then use jbpm console (aka kie workbench).

Maciej

kran

unread,
Apr 13, 2016, 8:43:40 AM4/13/16
to Drools Setup
Hi Maciej,

Thank you very much for all the help so far.

Your YouTube Tutorials Part - I, II & III were a great help in getting me started https://www.youtube.com/watch?v=D8EMUgBqSHQ&nohtml5=False&nohtml5=False&nohtml5=False#t=3.71532

Am looking into similar tuts specifically on Drools. My final objective is to be able to add complex nested rules & Java POJOs at in an automated manner at runtime. We may not be able to create all Java POJOs beforehand. As of now we have no idea how it can be accomplished. It would be great if you could suggest any pointers or sample examples for reference that you may already know.

Many Thanks.

KRan

kran

unread,
Apr 14, 2016, 4:09:06 AM4/14/16
to Drools Setup
Am trying to deploy guvnor-distribution-wars-5.6.0.Final-jboss-as-7.0.war in wildfly-8.1.0.Final, but i fails with following exception. This link http://repository.jboss.org/nexus/content/groups/public//org/drools/guvnor-distribution-wars/ doesn't have a 6.0 or 6.3 compatible war.

2016-04-14 00:03:39,151 ERROR [org.guvnor.common.services.backend.exceptions.ExceptionUtilities] (default task-62) Exception thrown: null: org.uberfire.java.nio.file.NoSuchFileException
    at org.uberfire.java.nio.fs.jgit.util.JGitUtil.resolveInputStream(JGitUtil.java:180) [uberfire-nio2-jgit-0.7.3.Final.jar:0.7.3.Final]
    at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.newInputStream(JGitFileSystemProvider.java:725) [uberfire-nio2-jgit-0.7.3.Final.jar:0.7.3.Final]
    at org.uberfire.java.nio.file.Files.newInputStream(Files.java:96) [uberfire-nio2-api-0.7.3.Final.jar:0.7.3.Final]
    at org.uberfire.java.nio.file.Files.readAllBytes(Files.java:1047) [uberfire-nio2-api-0.7.3.Final.jar:0.7.3.Final]

2016-04-14 13:29:35,220 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "guvnor-distribution-wars-5.6.0.Final-jboss-as-7.0.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"guvnor-distribution-wars-5.6.0.Final-jboss-as-7.0.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"guvnor-distribution-wars-5.6.0.Final-jboss-as-7.0.war\".WeldStartService: Failed to start service
    Caused by: org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions:
Exception 0 :
org.jboss.weld.exceptions.IllegalArgumentException: WELD-000818: Event type class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl is not allowed
    at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:205)
    at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:185)
    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)

Any idea what more needs to be done to make it work with Wildfly?

Thanks,
KRan

kran

unread,
Apr 14, 2016, 4:14:11 AM4/14/16
to Drools Setup
Can you please confirm of Drools-Workbench has now replaced Guvnor?

Michael Anstis

unread,
Apr 14, 2016, 4:15:57 AM4/14/16
to drools...@googlegroups.com
Yes, for Drools 6.x "guvnor" is no longer the web-tooling; it was replaced by "kie-drools-wb" (Drools Workbench) and "kie-wb" (KIE Workbench, the same as Drools Workbench plus jBPM support)

kran

unread,
Apr 14, 2016, 5:13:08 AM4/14/16
to Drools Setup
Will you be able to help me with pointers with regards to be able to add complex nested rules & Java POJOs at in an automated manner at runtime. We may not be able to create all Java POJOs beforehand. As of now we have no idea how it can be accomplished. It would be great if you could suggest any pointers or sample examples for reference that you may already know.

Thanks,
KRan

Michael Anstis

unread,
Apr 14, 2016, 6:19:07 AM4/14/16
to drools...@googlegroups.com
"...add complex nested rules & Java POJOs at in an automated manner at runtime" add them to where exactly?

kran

unread,
Apr 14, 2016, 3:40:27 PM4/14/16
to Drools Setup
Hi,

What we want to do is, based on a specific value V1 of variable A & value V2 of variable B (both of which the user will choose), variable C (which can be a text box) will get hidden & variable D will be displayed with values V3 & V4 (could be a drop down). Further, based on value selected for variable D, subsequent values may change. If V1 is reset to B instead of A, rules pertaining to V1 & B should get triggered and subsequent variables and its values will get affected inturn. All this should happen at runtime. Moreover, the values V1, V2, V3 & V4 and variables A, B, C & D cannot be hardcoded as they may vary for every user. Although we have looked at the tutorials, we are still finding it challenging to relate implementation of Drools to our application. Any pointers or sample application like this will be highly appreciated.

Regards,
KRan

Michael Anstis

unread,
Apr 14, 2016, 3:51:44 PM4/14/16
to drools...@googlegroups.com
This might be of interest: http://tohu.jboss.org/ - it's pretty old and doesn't use Drools 6.

Form Modeller (part of Kie Workbench 6.x) is - if I remember correctly - meant to provide this form of functionality (now or in the future; IDK.. I've BCC'ed a colleague).

@Pedro, @Christian.. ^^^ can you please clarify the scope/features of Form Modeller? 

Otherwise you'll have to look into writing your own type of rule driven data entry application. 

GS

unread,
May 3, 2016, 10:38:31 AM5/3/16
to Drools Setup
Hello Kran / Maciej
I am new to Kieserver I am also getting Forbidden, Can any of you help me out please..
The log are as follows:

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

  JBoss Bootstrap Environment

  JBOSS_HOME: /c/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final

  JAVA: C:\Program Files\Java\jdk1.8.0_77/bin/java

  JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

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

Unable to read the logging configuration from 'file:/c/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/standalone/configuration/logging.properties' (java.io.FileNotFoundException: \c\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\configuration\logging.properties (The system cannot find the path specified))
09:28:56,156 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 52) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
09:28:56,156 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 35) JBAS010280: Activating Infinispan subsystem.
09:28:56,109 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 51) JBAS013171: Activating Security Subsystem
09:28:56,172 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 54) JBAS015537: Activating WebServices Extension
09:28:56,109 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 42) JBAS012615: Activated the following JSF Implementations: [main]
09:28:56,140 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) JBAS011800: Activating Naming Subsystem
09:28:56,172 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.0.21.Final
09:28:56,187 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 36) JBAS016300: Activating JacORB Subsystem
09:28:56,343 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 34) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
09:28:56,359 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)
09:28:56,390 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
09:28:56,390 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) JBAS015400: Bound mail session [java:jboss/mail/Default]
09:28:56,421 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 53) JBAS017502: Undertow 1.1.0.Final starting
09:28:56,421 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017502: Undertow 1.1.0.Final starting
09:28:56,499 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 30) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
09:28:56,515 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
09:28:57,429 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 53) JBAS017527: Creating file handler for path C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final/welcome-content
09:28:57,788 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017525: Started server default-server.
09:28:57,788 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 4.0.6.Final
09:28:57,834 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) JBAS017531: Host default-host starting
09:28:57,912 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
09:28:58,037 WARN  [org.jboss.as.messaging] (MSC service thread 1-6) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
09:28:58,053 WARN  [jacorb.codeset] (MSC service thread 1-3) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1
09:28:58,209 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "kie-server.war" (runtime-name: "kie-server.war")
09:28:58,209 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\deployments
09:28:58,209 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "kie-wb.war" (runtime-name: "kie-wb.war")
09:28:58,271 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\data\messagingpaging)
09:28:58,380 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221006: Waiting to obtain live lock
09:28:58,396 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started
09:28:58,646 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221013: Using NIO Journal
09:28:58,661 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
09:28:58,708 INFO  [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 56) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
09:28:58,864 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221043: Adding protocol support CORE
09:28:58,942 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221043: Adding protocol support AMQP
09:28:59,016 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221043: Adding protocol support STOMP
09:28:59,185 INFO  [org.jboss.as.jacorb] (MSC service thread 1-8) JBAS016328: CORBA Naming Service started
09:28:59,185 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221034: Waiting to obtain live lock
09:28:59,185 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221035: Live Server Obtained live lock
09:28:59,294 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final
09:29:04,212 INFO  [org.jboss.messaging] (MSC service thread 1-3) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor
09:29:04,212 INFO  [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor
09:29:04,290 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221007: Server is now live
09:29:04,290 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [9d92d305-1136-11e6-9ea0-970dff8a7f85]
09:29:04,322 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 56) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
09:29:04,368 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/JmsXA
09:29:04,415 INFO  [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started
09:29:04,415 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra
09:29:04,415 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-8) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
09:29:04,415 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
09:29:05,587 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 59) HQ221003: trying to deploy queue jms.queue.ExpiryQueue
09:29:05,603 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 59) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue
09:29:05,618 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 58) HQ221003: trying to deploy queue jms.queue.DLQ
09:29:05,618 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 58) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ
09:29:05,618 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 57) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
09:29:23,740 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb-api.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-server.war/WEB-INF/lib/jaxb-core-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:29:23,740 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb-core.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-server.war/WEB-INF/lib/jaxb-impl-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:29:23,755 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb-core.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-server.war/WEB-INF/lib/jaxb-xjc-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:29:23,755 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb-impl.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-server.war/WEB-INF/lib/jaxb-xjc-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:29:26,706 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016002: Processing weld deployment kie-server.war
09:29:26,940 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-8) HV000001: Hibernate Validator 5.1.3.Final
09:29:27,065 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named EJBTimerScheduler in deployment unit deployment "kie-server.war" are as follows:

        java:global/kie-server/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:app/kie-server/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:module/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:global/kie-server/EJBTimerScheduler
        java:app/kie-server/EJBTimerScheduler
        java:module/EJBTimerScheduler

09:29:27,065 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named AvailableJobsExecutor in deployment unit deployment "kie-server.war" are as follows:

        java:global/kie-server/AvailableJobsExecutor!org.kie.server.jms.executor.PollExecutorBean
        java:app/kie-server/AvailableJobsExecutor!org.kie.server.jms.executor.PollExecutorBean
        java:module/AvailableJobsExecutor!org.kie.server.jms.executor.PollExecutorBean
        java:global/kie-server/AvailableJobsExecutor
        java:app/kie-server/AvailableJobsExecutor
        java:module/AvailableJobsExecutor

09:29:27,065 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named RetryTrackerSingleton in deployment unit deployment "kie-server.war" are as follows:

        java:global/kie-server/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
        java:app/kie-server/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
        java:module/RetryTrackerSingleton!org.kie.server.jms.RetryTrackerSingleton
        java:global/kie-server/RetryTrackerSingleton
        java:app/kie-server/RetryTrackerSingleton
        java:module/RetryTrackerSingleton

09:29:27,065 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named ContainerManagerEJB in deployment unit deployment "kie-server.war" are as follows:

        java:global/kie-server/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
        java:app/kie-server/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
        java:module/ContainerManagerEJB!org.kie.server.jms.ContainerManagerEJB
        java:global/kie-server/ContainerManagerEJB
        java:app/kie-server/ContainerManagerEJB
        java:module/ContainerManagerEJB

09:29:27,459 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016005: Starting Services for CDI deployment: kie-server.war
09:29:27,490 INFO  [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 2.2.6 (Final)
09:29:27,537 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.KIE.SERVER.RESPONSE
09:29:27,553 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SERVER.RESPONSE
09:29:27,553 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name queue/KIE.SERVER.RESPONSE
09:29:27,553 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.KIE.SERVER.REQUEST
09:29:27,553 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name queue/KIE.SERVER.REQUEST
09:29:27,553 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SERVER.REQUEST
09:29:27,553 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.KIE.SERVER.EXECUTOR
09:29:27,553 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name queue/KIE.SERVER.EXECUTOR
09:29:27,568 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment kie-server.war
09:29:27,568 WARN  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014105: ActivationConfigProperty destinationJndiName will be ignored since it is not allowed by resource adapter: hornetq-ra
09:29:27,662 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'KieServerMDB' with 'hornetq-ra.rar' resource adapter
09:29:27,662 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'KieExecutorMDB' with 'hornetq-ra.rar' resource adapter
09:29:29,159 INFO  [org.kie.server.jms.RetryTrackerSingleton] (ServerService Thread Pool -- 62) JMS message retry limit set to 2
09:29:29,505 INFO  [org.kie.server.services.Bootstrap] (MSC service thread 1-6) KieServer (id wildfly-kieserver (name wildfly-kieserver)) started initialization process
09:29:29,661 INFO  [org.kie.server.services.impl.storage.KieServerState] (MSC service thread 1-6) Added default controller located at http://localhost:8080/kie-wb/rest/controller
09:29:29,692 INFO  [org.kie.server.services.impl.KieServerImpl] (MSC service thread 1-6) Server Default Extension has been successfully registered as server extension
09:29:29,692 INFO  [org.kie.server.services.impl.KieServerImpl] (MSC service thread 1-6) Drools KIE Server extension has been successfully registered as server extension
09:29:29,910 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-6) HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
09:29:29,926 INFO  [org.hibernate.Version] (MSC service thread 1-6) HHH000412: Hibernate Core {4.2.20.Final}
09:29:29,926 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH000206: hibernate.properties not found
09:29:29,926 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH000021: Bytecode provider name : javassist
09:29:29,957 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH000204: Processing PersistenceUnitInfo [
        name: org.jbpm.domain
        ...]
09:29:36,503 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-6) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
09:29:36,503 WARN  [org.hibernate.dialect.H2Dialect] (MSC service thread 1-6) HHH000431: Unable to determine H2 database version, certain features may not work
09:29:36,986 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-6) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
09:29:37,002 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) HHH000397: Using ASTQueryTranslatorFactory
09:29:37,567 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000228: Running hbm2ddl schema update
09:29:37,567 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000102: Fetching database metadata
09:29:37,582 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000396: Updating schema
09:29:37,582 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Attachment
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: AuditTaskImpl
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BAMTaskSummary
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BooleanExpression
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Content
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ContextMappingInfo
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationKeyInfo
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationPropertyInfo
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Deadline
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Delegation_delegates
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: DeploymentStore
09:29:37,598 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ErrorInfo
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Escalation
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: EventTypes
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: I18NText
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: NodeInstanceLog
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_BAs
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_Recipients
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_email_header
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: OrganizationalEntity
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_BAs
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_ExclOwners
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_PotOwners
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Recipients
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Stakeholders
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceInfo
09:29:37,613 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceLog
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment_potentialOwners
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: RequestInfo
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: SessionInfo
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Task
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskDef
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskEvent
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: VariableInstanceLog
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: WorkItemInfo
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: email_header
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: task_comment
09:29:37,629 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Attachment
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: AuditTaskImpl
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BAMTaskSummary
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BooleanExpression
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Content
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ContextMappingInfo
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationKeyInfo
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationPropertyInfo
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Deadline
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Delegation_delegates
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: DeploymentStore
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ErrorInfo
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Escalation
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: EventTypes
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: I18NText
09:29:37,645 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: NodeInstanceLog
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_BAs
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_Recipients
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_email_header
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: OrganizationalEntity
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_BAs
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_ExclOwners
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_PotOwners
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Recipients
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Stakeholders
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceInfo
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceLog
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment
09:29:37,660 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment_potentialOwners
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: RequestInfo
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: SessionInfo
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Task
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskDef
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskEvent
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: VariableInstanceLog
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: WorkItemInfo
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: email_header
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: task_comment
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Attachment
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: AuditTaskImpl
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BAMTaskSummary
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: BooleanExpression
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Content
09:29:37,676 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ContextMappingInfo
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationKeyInfo
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: CorrelationPropertyInfo
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Deadline
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Delegation_delegates
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: DeploymentStore
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ErrorInfo
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Escalation
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: EventTypes
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: I18NText
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: NodeInstanceLog
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_BAs
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_Recipients
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Notification_email_header
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: OrganizationalEntity
09:29:37,691 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_BAs
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_ExclOwners
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_PotOwners
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Recipients
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: PeopleAssignments_Stakeholders
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceInfo
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: ProcessInstanceLog
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Reassignment_potentialOwners
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: RequestInfo
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: SessionInfo
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Task
09:29:37,707 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskDef
09:29:37,754 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: TaskEvent
09:29:37,770 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: VariableInstanceLog
09:29:37,770 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: WorkItemInfo
09:29:37,770 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: email_header
09:29:37,770 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: task_comment
09:29:37,848 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000232: Schema update complete
09:29:39,410 ERROR [stderr] (MSC service thread 1-6) ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider com.sun.script.javascript.RhinoScriptEngineFactory not found
09:29:40,626 INFO  [org.jbpm.executor.impl.ExecutorImpl] (MSC service thread 1-6) Starting Executor Component ...
         - Thread Pool Size: 1
         - Interval: 3 SECONDS
         - Retries per Request: 3

09:29:40,626 INFO  [org.jbpm.executor.impl.ExecutorImpl] (MSC service thread 1-6) Executor JMS based support successfully activated on queue HornetQQueue[KIE.SERVER.EXECUTOR]
09:29:40,642 INFO  [org.kie.server.services.impl.KieServerImpl] (MSC service thread 1-6) jBPM KIE Server extension has been successfully registered as server extension
09:29:40,954 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (MSC service thread 1-6) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:29:40,970 WARN  [org.kie.server.services.impl.KieServerImpl] (MSC service thread 1-6) Unable to connect to any controllers, delaying container installation until connection can be established
09:29:40,970 INFO  [org.kie.server.services.Bootstrap] (MSC service thread 1-6) KieServer (id wildfly-kieserver) started successfully
09:29:41,001 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:29:42,048 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Deploying javax.ws.rs.core.Application: class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,048 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerRestImpl from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,048 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.drools.CommandResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.jbpm.ProcessResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.jbpm.RuntimeDataResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.jbpm.DefinitionResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.jbpm.UserTaskResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding singleton resource org.kie.server.remote.rest.jbpm.ExecutorResource from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,064 INFO  [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-6) Adding provider singleton org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider from Application class org.kie.server.remote.rest.common.KieServerApplication
09:29:42,563 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) JBAS017534: Registered web context: /kie-server
09:29:51,032 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:01,014 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:11,058 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:21,068 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:31,094 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:41,104 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:30:51,112 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:01,119 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:10,625 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry avalon-framework-4.2.0.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,626 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry batik-all-1.7.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,626 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry commons-io-1.3.1.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,628 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry commons-logging-1.0.4.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,628 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry serializer-2.7.0.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,629 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry servlet-2.2.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,629 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xalan-2.7.0.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,630 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xercesImpl-2.7.1.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,631 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xml-apis-1.3.04.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,631 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xml-apis-ext-1.3.04.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,632 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xmlgraphics-commons-1.3.1.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,632 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry fop-hyph.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,633 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jai_codec.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,634 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jai_core.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,637 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jai_imageio.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,638 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jimi-1.0.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,639 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry xmlunit1.0.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/fop-0.95.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,677 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jaxb-api.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/jaxb-core-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:31:10,683 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015960: Class Path entry jaxb-core.jar in /C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/jaxb-impl-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
09:31:11,136 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:11,321 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for org.jbpm.domain
09:31:13,596 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.kie-wb.war" is using a private module ("org.apache.cxf.impl:main") which may be changed or removed in future versions without notice.
09:31:13,597 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) JBAS018567: Deployment "deployment.kie-wb.war" is using a private module ("org.apache.cxf.impl:main") which may be changed or removed in future versions without notice.
09:31:13,647 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 67) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'kie-wb.war#org.jbpm.domain'
09:31:13,663 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 67) HHH000204: Processing PersistenceUnitInfo [
        name: org.jbpm.domain
        ...]
09:31:13,779 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 67) HHH000412: Hibernate Core {4.3.7.Final}
09:31:13,781 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 67) HHH000206: hibernate.properties not found
09:31:13,785 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 67) HHH000021: Bytecode provider name : javassist
09:31:18,848 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016002: Processing weld deployment kie-wb.war
09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) 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

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named SimpleAsyncExecutorService in deployment unit deployment "kie-wb.war" are as follows:

        java:global/kie-wb/SimpleAsyncExecutorService!java.util.concurrent.Executor
        java:app/kie-wb/SimpleAsyncExecutorService!java.util.concurrent.Executor
        java:module/SimpleAsyncExecutorService!java.util.concurrent.Executor
        java:global/kie-wb/SimpleAsyncExecutorService
        java:app/kie-wb/SimpleAsyncExecutorService
        java:module/SimpleAsyncExecutorService

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) 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

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) 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.cdi.impl.AvailableJobsExecutorCDIImpl
        java:app/kie-wb/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl
        java:module/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl
        java:global/kie-wb/AvailableJobsExecutor
        java:app/kie-wb/AvailableJobsExecutor
        java:module/AvailableJobsExecutor

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) 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

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named ConfigServiceWatchServiceExecutorImpl in deployment unit deployment "kie-wb.war" are as follows:

        java:global/kie-wb/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
        java:app/kie-wb/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
        java:module/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
        java:global/kie-wb/ConfigServiceWatchServiceExecutorImpl
        java:app/kie-wb/ConfigServiceWatchServiceExecutorImpl
        java:module/ConfigServiceWatchServiceExecutorImpl

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named AlternativeStarterBean in deployment unit deployment "kie-wb.war" are as follows:

        java:global/kie-wb/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
        java:app/kie-wb/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
        java:module/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
        java:global/kie-wb/AlternativeStarterBean
        java:app/kie-wb/AlternativeStarterBean
        java:module/AlternativeStarterBean

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) 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

09:31:18,942 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named DeploymentSynchronizerCDInvoker in deployment unit deployment "kie-wb.war" are as follows:

        java:global/kie-wb/DeploymentSynchronizerCDInvoker!org.jbpm.services.cdi.impl.store.DeploymentSynchronizerCDInvoker
        java:app/kie-wb/DeploymentSynchronizerCDInvoker!org.jbpm.services.cdi.impl.store.DeploymentSynchronizerCDInvoker
        java:module/DeploymentSynchronizerCDInvoker!org.jbpm.services.cdi.impl.store.DeploymentSynchronizerCDInvoker
        java:global/kie-wb/DeploymentSynchronizerCDInvoker
        java:app/kie-wb/DeploymentSynchronizerCDInvoker
        java:module/DeploymentSynchronizerCDInvoker

09:31:19,619 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016005: Starting Services for CDI deployment: kie-wb.war
09:31:19,682 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-7) JBWS024061: Adding service endpoint metadata: id=CommandWebService
 implementor=org.kie.remote.services.ws.command.CommandWebServiceImpl
 annotationWsdlLocation=wsdl/CommandService.wsdl
 wsdlLocationOverride=null
 mtomEnabled=false
09:31:20,181 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-7) Creating Service {http://services.remote.kie.org/6.3.0.1/command}CommandServiceBasicAuth from WSDL: wsdl/CommandService.wsdl
09:31:20,352 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-7) Setting the server's publish address to be http://localhost:8080/kie-wb/ws/CommandService
09:31:20,493 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-7) JBWS024074: WSDL published to: file:/C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/standalone/data/wsdl/kie-wb.war/CommandServiceBasicAuth.wsdl
09:31:20,524 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) JBAS014142: Started message driven bean 'JMSSignalReceiver' with 'hornetq-ra.rar' resource adapter
09:31:20,524 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 68) HQ221003: trying to deploy queue jms.queue.KIE.SIGNAL.QUEUE
09:31:20,524 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 68) JBAS011601: Bound messaging object to jndi name queue/KIE.SIGNAL
09:31:20,540 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 68) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SIGNAL
09:31:20,540 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 67) HQ221003: trying to deploy queue jms.queue.KIE.TASK
09:31:20,540 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name queue/KIE.TASK.ALL
09:31:20,540 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) JBAS014142: Started message driven bean 'KieSessionRequesMessageBean' with 'hornetq-ra.rar' resource adapter
09:31:20,540 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.TASK
09:31:20,540 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.KIE.SESSION
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name queue/KIE.SESSION.ALL
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SESSION
09:31:20,555 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 70) HQ221003: trying to deploy queue jms.queue.KIE.EXECUTOR
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.EXECUTOR
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name queue/KIE.EXECUTOR
09:31:20,555 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 69) HQ221003: trying to deploy queue jms.queue.KIE.AUDIT
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name queue/KIE.AUDIT.ALL
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.AUDIT
09:31:20,524 INFO  [org.jboss.as.webservices] (MSC service thread 1-5) JBAS015539: Starting service jboss.ws.endpoint."kie-wb.war".CommandWebService
09:31:20,555 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 71) HQ221003: trying to deploy queue jms.queue.KIE.RESPONSE
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.RESPONSE
09:31:20,555 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name queue/KIE.RESPONSE.ALL
09:31:20,555 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'TaskServiceRequesMessageBean' with 'hornetq-ra.rar' resource adapter
09:31:20,571 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment kie-wb.war
09:31:20,571 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'JmsAvailableJobsExecutor' with 'hornetq-ra.rar' resource adapter
09:31:20,571 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'JMSAuditProcessor' with 'hornetq-ra.rar' resource adapter
09:31:20,649 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 71) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'kie-wb.war#org.jbpm.domain'
09:31:20,774 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 71) HCANN000001: Hibernate Commons Annotations {4.0.4.Final}
09:31:21,086 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 71) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
09:31:21,101 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 71) HHH000431: Unable to determine H2 database version, certain features may not work
09:31:21,210 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:21,476 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 71) HHH000397: Using ASTQueryTranslatorFactory
09:31:22,459 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000228: Running hbm2ddl schema update
09:31:22,459 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000102: Fetching database metadata
09:31:22,474 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000396: Updating schema
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.ATTACHMENT
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [accesstype, attachmentcontentid, attachedat, name, id, attachedby_id, taskdata_attachments_id, contenttype, attachment_size]
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_hqupx569krp0f0sgu9kh87513, fk_7ndpfa311i50bq7hy18q05va3]
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_a, fk_7ndpfa311i50bq7hy18q05va3_index_a, fk_hqupx569krp0f0sgu9kh87513_index_a]
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.AUDITTASKIMPL
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [processsessionid, description, priority, activationtime, createdon, parentid, workitemid, actualowner, processinstanceid, createdby, processid, duedate, deploymentid, name, id, taskid, status]
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,505 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_f]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.BAMTASKSUMMARY
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [duration, enddate, processinstanceid, createddate, taskname, optlock, pk, startdate, userid, taskid, status]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_3]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.BOOLEANEXPRESSION
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [expression, escalation_constraints_id, id, type]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_394nf2qoc0k9ok6omgd6jtpso]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_7, fk_394nf2qoc0k9ok6omgd6jtpso_index_7]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.CONTENT
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, content]
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,521 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_6]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.CONTEXTMAPPINGINFO
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [mappingid, owner_id, optlock, context_id, ksession_id]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_2]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.CORRELATIONKEYINFO
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [processinstanceid, name, keyid, optlock]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_e]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.CORRELATIONPROPERTYINFO
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [correlationkey_keyid, name, optlock, propertyid, value]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_hrmx1m882cejwj9c04ixh50i4]
09:31:22,537 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_c, fk_hrmx1m882cejwj9c04ixh50i4_index_c]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.DEADLINE
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [deadline_date, deadlines_enddeadline_id, escalated, id, deadlines_startdeadline_id]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_68w742sge00vco2cq3jhbvmgx, fk_euoohoelbqvv94d8a8rcg8s5n]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_4, fk_68w742sge00vco2cq3jhbvmgx_index_4, fk_euoohoelbqvv94d8a8rcg8s5n_index_4]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.DELEGATION_DELEGATES
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_gn7ula51sk55wj1o1m57guqxb, fk_fajq6kossbsqwr3opkrctxei3]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_gn7ula51sk55wj1o1m57guqxb_index_8, fk_fajq6kossbsqwr3opkrctxei3_index_8]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.DEPLOYMENTSTORE
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [updatedate, deploymentunit, attributes, id, deployment_id, state]
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,552 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_b, uk_85rgskt09thd8mkkfl3tb0y81_index_b]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.ERRORINFO
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [stacktrace, id, message, request_id, timestamp]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_cms0met37ggfw5p5gci3otaq0]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_cms0met37ggfw5p5gci3otaq0_index_b, primary_key_b9]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.ESCALATION
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [deadline_escalation_id, name, id]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_ay2gd4fvl9yaapviyxudwuvfg]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_d, fk_ay2gd4fvl9yaapviyxudwuvfg_index_d]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.EVENTTYPES
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [instanceid, element]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_nrecj4617iwxlc65ij6m7lsl1]
09:31:22,568 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_nrecj4617iwxlc65ij6m7lsl1_index_5]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.I18NTEXT
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [shorttext, notification_subjects_id, notification_descriptions_id, task_names_id, deadline_documentation_id, language, reassignment_documentation_id, task_descriptions_id, notification_names_id, id, text, notification_documentation_id, task_subjects_id]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_qoce92c70adem3ccb3i7lec8x, fk_4eyfp69ucrron2hr7qx4np2fp, fk_bw8vmpekejxt1ei2ge26gdsry, fk_k16jpgrh67ti9uedf6konsu1p, fk_fd9uk6hemv2dx1ojovo7ms3vp, fk_g1trxri8w64enudw2t1qahhk5, fk_21qvifarxsvuxeaw5sxwh473w, fk_o84rkh69r47ti8uv4eyj7bmo2, fk_pqarjvvnwfjpeyb87yd7m0bfi]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_21qvifarxsvuxeaw5sxwh473w_index_2, fk_k16jpgrh67ti9uedf6konsu1p_index_2, fk_g1trxri8w64enudw2t1qahhk5_index_2, fk_4eyfp69ucrron2hr7qx4np2fp_index_2, fk_fd9uk6hemv2dx1ojovo7ms3vp_index_2, primary_key_23, fk_qoce92c70adem3ccb3i7lec8x_index_2, fk_o84rkh69r47ti8uv4eyj7bmo2_index_2, fk_pqarjvvnwfjpeyb87yd7m0bfi_index_2, fk_bw8vmpekejxt1ei2ge26gdsry_index_2]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.NODEINSTANCELOG
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [workitemid, nodename, nodetype, processinstanceid, processid, log_date, externalid, connection, id, type, nodeid, nodeinstanceid]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_8]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.NOTIFICATION
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [escalation_notifications_id, dtype, id, priority]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_bdbeml3768go5im41cgfpyso9]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_ad, fk_bdbeml3768go5im41cgfpyso9_index_a]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.NOTIFICATION_BAS
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_fc0uuy76t2bvxaxqysoo8xts7, fk_mfbsnbrhth4rjhqc2ud338s4i]
09:31:22,583 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_mfbsnbrhth4rjhqc2ud338s4i_index_7, fk_fc0uuy76t2bvxaxqysoo8xts7_index_7]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.NOTIFICATION_RECIPIENTS
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_blf9jsrumtrthdaqnpwxt25eu, fk_3l244pj8sh78vtn9imaymrg47]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_blf9jsrumtrthdaqnpwxt25eu_index_1, fk_3l244pj8sh78vtn9imaymrg47_index_1]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.NOTIFICATION_EMAIL_HEADER
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [mapkey, emailheaders_id, notification_id]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_eth4nvxn21fk1vnju85vkjrai, fk_ptaka5kost68h7l3wflv7w6y8]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_f5, uk_ptaka5kost68h7l3wflv7w6y8_index_f]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.ORGANIZATIONALENTITY
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [dtype, id]
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,599 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_c6]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PEOPLEASSIGNMENTS_BAS
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_t38xbkrq6cppifnxequhvjsl2, fk_omjg5qh7uv8e9bolbaq7hv6oh]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_omjg5qh7uv8e9bolbaq7hv6oh_index_9, fk_t38xbkrq6cppifnxequhvjsl2_index_9]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PEOPLEASSIGNMENTS_EXCLOWNERS
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_b8owuxfrdng050ugpk0pdowa7, fk_pth28a73rj6bxtlfc69kmqo0a]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_b8owuxfrdng050ugpk0pdowa7_index_9, fk_pth28a73rj6bxtlfc69kmqo0a_index_9]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PEOPLEASSIGNMENTS_POTOWNERS
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_4dv2oji7pr35ru0w45trix02x, fk_tee3ftir7xs6eo3fdvi3xw026]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_tee3ftir7xs6eo3fdvi3xw026_index_b, fk_4dv2oji7pr35ru0w45trix02x_index_b]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PEOPLEASSIGNMENTS_RECIPIENTS
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_4g7y3wx6gnokf6vycgpxs83d6, fk_enhk831fghf6akjilfn58okl4]
09:31:22,615 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_4g7y3wx6gnokf6vycgpxs83d6_index_6, fk_enhk831fghf6akjilfn58okl4_index_6]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PEOPLEASSIGNMENTS_STAKEHOLDERS
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_4bh3ay74x6ql9usunubttfdf1, fk_met63inaep6cq4ofb3nnxi4tm]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_4bh3ay74x6ql9usunubttfdf1_index_f, fk_met63inaep6cq4ofb3nnxi4tm_index_f]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PROCESSINSTANCEINFO
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [lastreaddate, instanceid, processid, processinstancebytearray, optlock, state, startdate, lastmodificationdate]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_4f]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.PROCESSINSTANCELOG
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [end_date, processinstancedescription, processversion, parentprocessinstanceid, processname, externalid, duration, processinstanceid, processid, user_identity, id, outcome, correlationkey, start_date, status]
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,630 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_1]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.REASSIGNMENT
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [id, escalation_reassignments_id]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_pnpeue9hs6kx2ep0sp16b6kfd]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_pnpeue9hs6kx2ep0sp16b6kfd_index_f, primary_key_f2]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.REASSIGNMENT_POTENTIALOWNERS
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [task_id, entity_id]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_8frl6la7tgparlnukhp8xmody, fk_qbega5ncu6b9yigwlw55aeijn]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_qbega5ncu6b9yigwlw55aeijn_index_a, fk_8frl6la7tgparlnukhp8xmody_index_a]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.REQUESTINFO
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [owner, retries, executions, commandname, responsedata, deploymentid, businesskey, id, message, requestdata, status, timestamp]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_c4]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.SESSIONINFO
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [rulesbytearray, optlock, id, startdate, lastmodificationdate]
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,646 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_7f]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.TASK
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [faultcontentid, expirationtime, processsessionid, subject, formname, description, createdby_id, activationtime, parentid, taskinitiator_id, archived, outputcontentid, allowedtodelegate, optlock, outputtype, id, subtaskstrategy, faultname, documentaccesstype, documentcontentid, tasktype, faultaccesstype, documenttype, priority, createdon, faulttype, workitemid, processinstanceid, processid, deploymentid, name, outputaccesstype, previousstatus, actualowner_id, skipable, status]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_dpk0f9ucm14c78bsxthh7h8yh, fk_k02og0u71obf1uxgcdjx9rcjc, fk_nh9nnt47f3l61qjlyedqt05rf]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_nh9nnt47f3l61qjlyedqt05rf_index_2, fk_k02og0u71obf1uxgcdjx9rcjc_index_2, primary_key_27, fk_dpk0f9ucm14c78bsxthh7h8yh_index_2]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.TASKDEF
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [name, id, priority]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_cf]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.TASKEVENT
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [workitemid, processinstanceid, optlock, id, message, type, logtime, userid, taskid]
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,661 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_b1]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.VARIABLEINSTANCELOG
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [processinstanceid, processid, log_date, externalid, id, variableinstanceid, value, variableid, oldvalue]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_19]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.WORKITEMINFO
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [workitemid, creationdate, processinstanceid, name, optlock, state, workitembytearray]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_b4]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.EMAIL_HEADER
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [replytoaddress, subject, language, id, body, fromaddress]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: []
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [primary_key_20]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000261: Table found: TEST.PUBLIC.TASK_COMMENT
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000037: Columns: [addedat, id, text, taskdata_comments_id, addedby_id]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000108: Foreign keys: [fk_1ws9jdmhtey6mxu7jb0r0ufvs, fk_aax378yjnsmw9kb9vsu994jjv]
09:31:22,677 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 71) HHH000126: Indexes: [fk_1ws9jdmhtey6mxu7jb0r0ufvs_index_e, primary_key_e8, fk_aax378yjnsmw9kb9vsu994jjv_index_e]
09:31:22,693 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 71) HHH000232: Schema update complete
09:31:24,924 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.jbpm.console.ng.bd.backend.server.profile.ProfileManagerExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,939 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.errai.cdi.server.CDIExtensionPoints.observeResources(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,939 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.uberfire.ext.security.server.HttpServletRequestProducerExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,939 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.jbpm.services.cdi.impl.ExcludeNonCDIImplExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,955 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.errai.security.server.SecurityAnnotationExtension.addParameterLogger(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,970 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.kie.internal.runtime.cdi.ActivateExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,986 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.jbpm.executor.cdi.impl.ExcludeNonCDIImplExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:24,986 WARN  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] org.uberfire.backend.server.cdi.SystemConfigProducer.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:31:25,033 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) starting errai cdi ...
09:31:28,012 INFO  [org.jboss.weld.Bootstrap] (weld-worker-3) WELD-000119: Not generating any bean definitions from org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$Marshaller_for_org_uberfire_ext_widgets_common_client_tables_popup_DataGridFilterSummaryImpl because of underlying class loading error: Type org.uberfire.ext.widgets.common.client.tables.popup.DataGridFilterSummary from [Module "deployment.kie-wb.war:main" from Service Module Loader] not found.  If this is unexpected, enable DEBUG logging to see the full error.
09:31:29,096 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.m2repo.backend.server.M2RepoServiceImpl
09:31:29,112 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.asset.management.backend.service.AssetManagementServiceImpl
09:31:29,128 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.asset.management.backend.service.RepositoryStructureServiceImpl
09:31:29,143 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.scorecard.backend.server.GuidedScoreCardEditorServiceImpl
09:31:29,159 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSServiceImpl
09:31:29,159 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.project.ProjectServiceImpl
09:31:29,159 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.rulename.RuleNameServiceImpl
09:31:29,174 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.source.SourceServicesImpl
09:31:29,174 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.project.ProjectImportsServiceImpl
09:31:29,174 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.security.KieWorkbenchSecurityServiceImpl
09:31:29,175 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.validation.ValidationServiceImpl
09:31:29,175 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.enums.EnumDropdownServiceImpl
09:31:29,175 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.kmodule.KModuleServiceImpl
09:31:29,175 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.builder.BuildServiceImpl
09:31:29,188 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.refactoring.backend.server.query.RefactoringQueryServiceImpl
09:31:29,197 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.rule.backend.server.GuidedRuleEditorServiceImpl
09:31:29,199 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.search.backend.server.SearchServiceImpl
09:31:29,200 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.forms.backend.server.FormModelerProcessStarterEntryPointImpl
09:31:29,370 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.dashbuilder.dataset.backend.DataSetDefServicesImpl
09:31:29,373 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.dashbuilder.dataset.backend.DataSetDefVfsServicesImpl
09:31:29,375 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.dashbuilder.dataset.backend.DataSetLookupServicesImpl
09:31:29,378 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.dashbuilder.dataset.backend.DataSetExportServicesImpl
09:31:29,383 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.drltext.backend.server.DRLTextEditorServiceImpl
09:31:29,388 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.security.server.ServletSecurityAuthenticationService
09:31:29,438 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.formModeler.panels.modeler.backend.FormModelerServiceImpl
09:31:29,438 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.scorecardxls.backend.server.ScoreCardXLSServiceImpl
09:31:29,563 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
09:31:29,563 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
09:31:29,563 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
09:31:29,563 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
09:31:29,579 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
09:31:29,579 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.apps.impl.AppsPersistenceImpl
09:31:29,579 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Dependent @Service class org.jboss.errai.security.server.NonCachingUserServiceImpl
09:31:29,610 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.es.backend.server.ExecutorServiceEntryPointImpl
09:31:29,610 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.testscenario.backend.server.ScenarioRunnerService
09:31:29,610 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.testscenario.backend.server.ScenarioTestEditorServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.PersistenceDescriptorEditorServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.PersistenceDescriptorServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.DataModelerServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.forms.backend.server.FormServiceEntryPointImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.forms.backend.server.PlaceManagerActivityServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.POMServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service class org.uberfire.ext.services.backend.preferences.UserPreferencesServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.template.server.GuidedRuleTemplateEditorServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskCommentsServiceImpl
09:31:29,641 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskOperationsServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskFormManagementServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskAuditServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskQueryServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.ht.backend.server.TaskLifeCycleServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.defaulteditor.backend.server.DefaultEditorServiceImpl
09:31:29,657 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.dsltext.backend.server.DSLTextEditorServiceImpl
09:31:29,679 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.server.management.backend.ServerManagementServiceImpl
09:31:29,689 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.DeploymentManagerEntryPointImpl
09:31:29,693 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.DataServiceEntryPointImpl
09:31:29,694 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.bd.backend.server.KieSessionEntryPointImpl
09:31:29,700 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.datamodel.backend.server.IncrementalDataModelServiceImpl
09:31:29,703 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.layout.editor.impl.LayoutServicesImpl
09:31:29,716 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialTimeLineRepository
09:31:29,717 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.server.SocialActivitiesServer
09:31:29,720 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.drools.SocialTimelineRulesQuery
09:31:29,727 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.server.SocialUserService
09:31:29,728 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialUserRepository
09:31:29,728 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialUserTimelinePagedRepository
09:31:29,731 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialTypeTimelinePagedRepository
09:31:29,732 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.adapters.SocialRouter
09:31:29,733 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialEventTypeRepository
09:31:29,734 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.dtable.backend.server.GuidedDecisionTableEditorServiceImpl
09:31:29,767 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.globals.backend.server.GlobalsEditorServiceImpl
09:31:29,782 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.wi.backend.server.dd.DDEditorServiceImpl
09:31:29,801 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.security.KieWorkbenchSecurityServiceImpl
09:31:29,804 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.config.AppConfigServiceImpl
09:31:29,807 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.metadata.MetadataServiceImpl
09:31:29,811 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.config.ResourceConfigServiceImpl
09:31:29,814 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.dtree.backend.server.GuidedDecisionTreeEditorServiceImpl
09:31:29,817 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.explorer.backend.server.ExplorerServiceImpl
09:31:29,823 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.dashboard.renderer.service.impl.DashboardRendererServiceImpl
09:31:29,828 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.inbox.backend.server.InboxServiceImpl
09:31:29,857 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.kie.workbench.common.screens.social.hp.config.SocialConfigurationServiceImpl
09:31:29,872 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.formModeler.renderer.backend.service.FormRendererIncluderServiceImpl
09:31:29,872 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @SessionScoped class org.jbpm.formModeler.renderer.backend.service.FormRenderingServiceImpl
09:31:29,888 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.designer.server.service.DefaultDesignerAssetService
09:31:29,904 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.VFSLockServiceImpl
09:31:29,919 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.WorkbenchServicesImpl
09:31:29,919 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.plugin.RuntimePluginsServiceServerImpl
09:31:29,935 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.VFSServicesServerImpl
09:31:29,935 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.plugin.backend.PluginServicesImpl
09:31:29,935 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.enums.backend.server.EnumServiceImpl
09:31:29,982 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.projecteditor.backend.server.ProjectScreenServiceImpl
09:31:29,982 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.pr.backend.server.ProcessInstanceServiceImpl
09:31:29,982 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.pr.backend.server.ProcessVariablesServiceImpl
09:31:29,982 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.pr.backend.server.DocumentsServiceImpl
09:31:29,982 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jbpm.console.ng.pr.backend.server.ProcessDefinitionServiceImpl
09:31:29,997 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.workitems.backend.server.WorkItemsEditorServiceImpl
09:31:30,013 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.organizationalunit.OrganizationalUnitServiceImpl
09:31:30,013 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.repositories.RepositoryServiceEditorImpl
09:31:30,013 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.FileNavigatorServiceImpl
09:31:30,013 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-1) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.repositories.RepositoryServiceImpl
09:31:31,233 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:35,201 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Found kmodule: vfs:/C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/drools-pmml-6.3.0.Final.jar/META-INF/kmodule.xml
09:31:35,217 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Virtual file physical path = C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\drools-pmml-6.3.0.Final.jar-387fec4fdc09129c\drools-pmml-6.3.0.Final.jar
09:31:35,822 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-1) KieModule was added: ZipKieModule[releaseId=org.drools:drools-pmml:6.3.0.Final,file=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\drools-pmml-6.3.0.Final.jar-387fec4fdc09129c\drools-pmml-6.3.0.Final.jar]
09:31:35,822 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Found kmodule: vfs:/C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/guvnor-asset-mgmt-project-6.3.0.Final.jar/META-INF/kmodule.xml
09:31:35,822 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Virtual file physical path = C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\guvnor-asset-mgmt-project-6.3.0.Final.jar-9937a703d55b0\guvnor-asset-mgmt-project-6.3.0.Final.jar
09:31:35,837 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-1) KieModule was added: ZipKieModule[releaseId=org.guvnor:guvnor-asset-mgmt-project:6.3.0.Final,file=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\guvnor-asset-mgmt-project-6.3.0.Final.jar-9937a703d55b0\guvnor-asset-mgmt-project-6.3.0.Final.jar]
09:31:35,837 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Found kmodule: vfs:/C:/Users/A6001577/Desktop/KieServer/wildfly-8.2.0.Final/bin/content/kie-wb.war/WEB-INF/lib/kie-uberfire-social-activities-backend-6.3.0.Final.jar/META-INF/kmodule.xml
09:31:35,837 INFO  [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC service thread 1-1) Virtual file physical path = C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\kie-uberfire-social-activities-backend-6.3.0.Final.jar-58713fa8e2bc5e57\kie-uberfire-social-activities-backend-6.3.0.Final.jar
09:31:35,853 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (MSC service thread 1-1) KieModule was added: ZipKieModule[releaseId=org.kie.uberfire:kie-uberfire-social-activities-backend:6.3.0.Final,file=C:\Users\A6001577\Desktop\KieServer\wildfly-8.2.0.Final\standalone\tmp\vfs\deployment\deployment9d7439aa2033ac95\kie-uberfire-social-activities-backend-6.3.0.Final.jar-58713fa8e2bc5e57\kie-uberfire-social-activities-backend-6.3.0.Final.jar]
09:31:36,467 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-107) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler
09:31:40,246 INFO  [org.jboss.errai.reflections.Reflections] (Thread-107) Reflections took 3779 ms to scan 127 urls, producing 3012 keys and 18482 values [using 2 cores]
09:31:41,244 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:31:43,771 WARN  [org.jboss.weld.Validator] (weld-worker-2) WELD-001473: javax.enterprise.inject.spi.Bean implementation org.uberfire.backend.server.cdi.SystemConfigProducer$2@1c01c1ce declared a normal scope but does not implement javax.enterprise.inject.spi.PassivationCapable. It won't be possible to inject this bean into a bean with a passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.
09:31:45,566 INFO  [org.jbpm.executor.impl.ExecutorImpl] (MSC service thread 1-1) Starting Executor Component ...
         - Thread Pool Size: 1
         - Interval: 3 SECONDS
         - Retries per Request: 3

09:31:45,566 INFO  [org.jbpm.executor.impl.ExecutorImpl] (MSC service thread 1-1) Executor JMS based support successfully activated on queue HornetQQueue[KIE.EXECUTOR]
09:31:48,226 INFO  [org.apache.sshd.common.util.SecurityUtils] (MSC service thread 1-1) BouncyCastle not registered, using the default JCE provider
09:31:49,458 INFO  [org.guvnor.m2repo.backend.server.GuvnorM2Repository] (MSC service thread 1-1) Maven Repository root set to: repositories\kie
09:31:49,489 WARN  [org.kie.scanner.embedder.MavenSettings] (MSC service thread 1-1) Environment variable M2_HOME is not set
09:31:49,817 INFO  [org.jbpm.console.ng.asset.backend.server.AssetMgmtDeploymentUnitProvider] (MSC service thread 1-1) Found guvnor asset management deployment unit org.guvnor:guvnor-asset-mgmt-project:6.3.0.Final [strategy=SINGLETON] attempting to deploy it
09:31:50,035 ERROR [stderr] (MSC service thread 1-1) ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider com.sun.script.javascript.RhinoScriptEngineFactory not found
09:31:50,488 INFO  [org.kie.scanner.embedder.MavenEmbedderUtils] (MSC service thread 1-1) Not in OSGi: using plexus based maven parser
09:31:51,252 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:32:01,268 WARN  [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver error Error while sending PUT request to http://localhost:8080/kie-wb/rest/controller/server/wildfly-kieserver response code 405
09:32:02,298 INFO  [org.jbpm.kie.services.impl.store.DeploymentSynchronizer] (MSC service thread 1-1) Deployment unit org.guvnor:guvnor-asset-mgmt-project:6.3.0.Final stored successfully
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'type' to 'kjar'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'designer.context' to 'designer'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'designer.profile' to 'jbpm'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'drools.defaultlanguage' to 'en'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'build.enable-incremental' to 'true'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'support.runtime.deploy' to 'true'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'drools.dateformat' to 'dd-MMM-yyyy'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'drools.datetimeformat' to 'dd-MMM-yyyy hh:mm:ss'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'rule-modeller-onlyShowDSLStatements' to 'false'.
09:32:02,984 INFO  [org.guvnor.common.services.backend.config.DefaultApplicationPreferencesLoader] (MSC service thread 1-1) Setting preference 'drools.defaultcountry' to 'US'.
09:32:04,747 INFO  [org.dashbuilder.Bootstrap] (MSC service thread 1-1) Dashbuilder initialized
09:32:05,839 INFO  [org.kie.remote.services.jms.RetryTrackerSingleton] (ServerService Thread Pool -- 110) JMS message retry limit set to 2
09:32:07,134 INFO  [org.jboss.errai.bus.server.cluster.noop.NoopClusteringProvider] (MSC service thread 1-8) clustering support not configured.
09:32:07,181 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-8) starting errai bus ...
09:32:07,181 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-8) using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher
09:32:07,196 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (MSC service thread 1-8) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
09:32:07,243 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-8) searching for errai extensions ...
09:32:07,259 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-8) errai bus started.
09:32:07,274 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) JBAS017534: Registered web context: /kie-wb
09:32:07,352 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 31) JBAS018559: Deployed "kie-wb.war" (runtime-name : "kie-wb.war")
09:32:07,352 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 31) JBAS018559: Deployed "kie-server.war" (runtime-name : "kie-server.war")
09:32:07,649 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
09:32:07,649 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
09:32:07,649 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.0.Final "Tweek" started in 196052ms - Started 1081 of 1139 services (122 services are lazy, passive or on-demand)
09:32:11,393 WARN  [ErraiMarshalling] (default task-1) static marshallers were not found.
09:32:11,393 WARN  [ErraiMarshalling] (default task-1) using dynamic marshallers. dynamic marshallers are designed for development mode testing, and ideally should not be used in production. *
09:32:12,345 INFO  [org.uberfire.backend.server.security.adapter.WeblogicGroupsAdapter] (default task-1) Unable to find weblogic.security.Security, disabling weblogic adapter
09:32:12,345 INFO  [org.uberfire.backend.server.security.adapter.WebSphereGroupsAdapter] (default task-1) Unable to look up UserRegistry in JNDI under key 'UserRegistry', disabling websphere adapter
09:32:14,076 INFO  [org.kie.server.controller.impl.KieServerControllerImpl] (default task-1) Server http://localhost:8080/kie-server/services/rest/server connected to controller
09:32:14,123 INFO  [org.kie.server.controller.rest.RestKieServerControllerImpl] (default task-1) Server with id 'wildfly-kieserver' connected
09:32:14,201 INFO  [org.kie.server.services.impl.controller.ControllerConnectRunnable] (KieServer-ControllerConnect) Connected to controller, quiting connector thread
09:32:14,201 INFO  [org.kie.server.services.impl.ContainerManager] (EJB default - 7) About to install containers '[]' on kie server 'KieServer{id='wildfly-kieserver'name='wildfly-kieserver'version='6.3.0.Final'location='http://localhost:8080/kie-server/services/rest/server'}'

Sachin Gupta

unread,
Mar 23, 2017, 10:42:56 AM3/23/17
to Drools Setup
Hi GS

Did u find any resolution to this issue?

I am also seeing this error when deploying to the JBOSS Server:

jboss.deployment.unit.\"kie-drools-wb-6.5.0.Final-eap7.war\".WeldStartService: Failed to start service
    Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List with 1 exceptions:
Exception 0 :
org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke public void org.kie.workbench.drools.backend.server.LuceneConfigProducer.setup() on org.kie.workbench.drools.backend.server.LuceneConfigProducer@2f8ed0da

Regards
Sachin
...
Reply all
Reply to author
Forward
0 new messages