Error when initializing server extension of type jBPM KIE Server extension

3,204 views
Skip to first unread message

Prem

unread,
Jul 18, 2018, 4:03:45 AM7/18/18
to Drools Setup
Hi Folks

I am trying to execute a simple business process [which has some script task ] from kie wb webapp.war and kie server.war.

I have created the process successfully in BPM UI, but while trying to deploy, in process definitions menu tab i am getting an error like " Process Definitions could not be loaded. Check if the jBPM Capabilities are enabled and if the remote server is correctly set up."


Server logs says error as below : 

2018-07-18 13:11:05,425 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 67) HHH000397: Using ASTQueryTranslatorFactory
2018-07-18 13:11:08,152 ERROR [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 67) Error when initializing server extension of type jBPM KIE Server extension: java.lang.IllegalArgumentException: All properties must be given (db.ds.jndi.name,db.name.query,db.email.query,db.lang.query,db.group.mem.query)
at org.jbpm.services.task.identity.DBUserInfoImpl.init(DBUserInfoImpl.java:76)
at org.jbpm.services.task.identity.DBUserInfoImpl.<init>(DBUserInfoImpl.java:57)
at org.jbpm.runtime.manager.impl.identity.UserDataServiceProvider.getUserInfo(UserDataServiceProvider.java:101)
at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:236)
at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:130)
at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)


I have a file named jbpm.user.info.properties  in the standalone/configuration folder with properties : 
db.ds.jndi.name=java:/PostgresDS
db.name.query=select username from user_testinfo where username=?
db.email.query=select emailid from user_testinfo where username=?
db.group.mem.query=select groupname from user_testinfo where username=?
db.lang.query=select 'en-UK' from user_testinfo where username=?

I tried keeping the file in standalone/deployments folder as well and tried. 

Not sure what is going wrong here. can anyone help please.

Regards
Prem


Maciej Swiderski

unread,
Jul 18, 2018, 4:41:49 AM7/18/18
to drools...@googlegroups.com
you need to put that file in kie-server.war/WEB-INF/classes

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/8ba5a978-c87e-4e16-bfcd-23db598e46f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Prem

unread,
Jul 19, 2018, 6:02:19 AM7/19/18
to Drools Setup
Hi Maciej,

Thank you. But still getting some other issue.. can you help there if possible..

ERROR : 

Error executing DDL via JDBC Statement: org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement
        at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
        at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:524)
        at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:545)
        at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:293)
        at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:75)
        at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:203)
        at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:110)
        at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:176)
        at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:65)
        at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:476)
        at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:422)
        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:880)
        at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:135)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.build(JbpmKieServerExtension.java:713)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:217)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
        at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:130)
        at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
        at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
        at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: org.postgresql.util.PSQLException: ERROR: column "priority" contains null values
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2455)
        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2155)
        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:288)
        at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:430)
        at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:356)
        at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:303)
        at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:289)
        at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:266)
        at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:262)
        at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:198)
        at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54)
        ... 37 more

12:47:17,919 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 76) HHH000397: Using ASTQueryTranslatorFactory
12:47:20,159 INFO  [org.drools.persistence.api.TransactionManagerFactory] (ServerService Thread Pool -- 76) Using org.drools.persistence.jta.JtaTransactionManagerFactory@75df2005
12:47:20,440 WARN  [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 76) SQL Error: 0, SQLState: 42703
12:47:20,440 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 76) ERROR: column requestinf0_.priority does not exist
  Position: 280
12:47:20,440 WARN  [org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand] (ServerService Thread Pool -- 76) Error while trying to requeue jobs that runs for too long org.hibernate.exception.SQLGrammarException: could not extract ResultSet
12:47:20,456 WARN  [org.drools.persistence.jta.JtaTransactionManager] (ServerService Thread Pool -- 76) Unable to commit transaction: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)
        at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:178)
        at org.drools.persistence.jta.JtaTransactionManager.commit(JtaTransactionManager.java:245)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:73)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl.requeue(ExecutorRequestAdminServiceImpl.java:77)
        at org.jbpm.executor.impl.ExecutorServiceImpl.requeue(ExecutorServiceImpl.java:245)
        at org.jbpm.executor.impl.ExecutorServiceImpl.init(ExecutorServiceImpl.java:149)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:287)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
        at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:130)
        at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
        at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
        at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.Throwable: setRollbackOnly called from:
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.setRollbackOnly(TransactionImple.java:339)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.setRollbackOnly(BaseTransaction.java:159)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.setRollbackOnly(BaseTransactionManagerDelegate.java:143)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.markForRollbackOnly(AbstractEntityManagerImpl.java:1509)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.handlePersistenceException(AbstractEntityManagerImpl.java:1585)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1693)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1602)
        at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:492)
        at org.jbpm.shared.services.impl.JpaPersistenceContext.queryInTransaction(JpaPersistenceContext.java:72)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:103)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:85)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:72)
        ... 27 more

12:47:20,456 WARN  [org.jbpm.shared.services.impl.TransactionalCommandService] (ServerService Thread Pool -- 76) Could not commit session: java.lang.RuntimeException: Unable to commit transaction
        at org.drools.persistence.jta.JtaTransactionManager.commit(JtaTransactionManager.java:248)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:73)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl.requeue(ExecutorRequestAdminServiceImpl.java:77)
        at org.jbpm.executor.impl.ExecutorServiceImpl.requeue(ExecutorServiceImpl.java:245)
        at org.jbpm.executor.impl.ExecutorServiceImpl.init(ExecutorServiceImpl.java:149)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:287)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
        at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:130)
        at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
        at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
        at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)
        at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:178)
        at org.drools.persistence.jta.JtaTransactionManager.commit(JtaTransactionManager.java:245)
        ... 28 more
Caused by: java.lang.Throwable: setRollbackOnly called from:
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.setRollbackOnly(TransactionImple.java:339)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.setRollbackOnly(BaseTransaction.java:159)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.setRollbackOnly(BaseTransactionManagerDelegate.java:143)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.markForRollbackOnly(AbstractEntityManagerImpl.java:1509)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.handlePersistenceException(AbstractEntityManagerImpl.java:1585)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1693)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1602)
        at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:492)
        at org.jbpm.shared.services.impl.JpaPersistenceContext.queryInTransaction(JpaPersistenceContext.java:72)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:103)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:85)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:72)
        ... 27 more

12:47:20,456 ERROR [org.kie.server.services.impl.KieServerImpl] (ServerService Thread Pool -- 76) Error when initializing server extension of type jBPM KIE Server extension: java.lang.RuntimeException: Unable to commit transaction
        at org.drools.persistence.jta.JtaTransactionManager.commit(JtaTransactionManager.java:248)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:73)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl.requeue(ExecutorRequestAdminServiceImpl.java:77)
        at org.jbpm.executor.impl.ExecutorServiceImpl.requeue(ExecutorServiceImpl.java:245)
        at org.jbpm.executor.impl.ExecutorServiceImpl.init(ExecutorServiceImpl.java:149)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:287)
        at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
        at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:130)
        at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
        at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
        at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)
        at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:178)
        at org.drools.persistence.jta.JtaTransactionManager.commit(JtaTransactionManager.java:245)
        ... 28 more
Caused by: java.lang.Throwable: setRollbackOnly called from:
        at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.setRollbackOnly(TransactionImple.java:339)
        at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.setRollbackOnly(BaseTransaction.java:159)
        at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.setRollbackOnly(BaseTransactionManagerDelegate.java:143)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.markForRollbackOnly(AbstractEntityManagerImpl.java:1509)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.handlePersistenceException(AbstractEntityManagerImpl.java:1585)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1693)
        at org.hibernate.jpa.spi.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1602)
        at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:492)
        at org.jbpm.shared.services.impl.JpaPersistenceContext.queryInTransaction(JpaPersistenceContext.java:72)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:103)
        at org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl$RequeueRunningJobsCommand.execute(ExecutorRequestAdminServiceImpl.java:85)
        at org.jbpm.shared.services.impl.TransactionalCommandService.execute(TransactionalCommandService.java:72)
        ... 27 more


Regards
Prem

Maciej Swiderski

unread,
Jul 20, 2018, 3:11:59 AM7/20/18
to drools...@googlegroups.com
looks like a missing column in the table. If you upgraded jBPM version make sure you upgrade data base as well. There are upgrade scripts in here https://github.com/kiegroup/jbpm/tree/master/jbpm-installer/src/main/resources/db/upgrade-scripts/postgresql

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.

Prem

unread,
Jul 24, 2018, 11:52:12 PM7/24/18
to Drools Setup
Thanks Maciej. The server has JBPM capabilities enabled now. But still when i click on the process instances tab there are error in the kie server : 

Can you help something on this please.

error : 

18:10:02,216 ERROR [org.dashbuilder.exception.ExceptionManager] (default task-48) Can't lookup on specified data set: jbpmProcessInstances: org.dashbuilder.dataset.exception.DataSetLookupException: Can't lookup on specified data set: jbpmProcessInstances
        at org.dashbuilder.dataset.DataSetManagerImpl.lookupDataSet(DataSetManagerImpl.java:156)
        at org.dashbuilder.dataset.DataSetManagerCDI$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)
        at org.dashbuilder.dataset.service.DataSetLookupServicesImpl.lookupDataSet(DataSetLookupServicesImpl.java:78)
        at org.dashbuilder.dataset.service.DataSetLookupServicesImpl$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.errai.bus.server.io.AbstractRPCMethodCallback.invokeMethodFromMessage(AbstractRPCMethodCallback.java:65)
        at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:40)
        at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
        at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:448)
        at org.jboss.errai.bus.server.DeliveryPlan.deliver(DeliveryPlan.java:47)
        at org.jboss.errai.bus.server.ServerMessageBusImpl.sendGlobal(ServerMessageBusImpl.java:297)
        at org.jboss.errai.bus.server.SimpleDispatcher.dispatchGlobal(SimpleDispatcher.java:46)
        at org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:96)
        at org.jboss.errai.bus.server.service.ErraiServiceImpl.store(ErraiServiceImpl.java:113)
        at org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.doPost(DefaultBlockingServlet.java:144)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
        at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
        at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
        at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:130)
        at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
        at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
        at org.uberfire.ext.security.server.SecureHeadersFilter.doFilter(SecureHeadersFilter.java:110)
        at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
        at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
        at org.uberfire.ext.security.server.SecurityIntegrationFilter.doFilter(SecurityIntegrationFilter.java:70)
        at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
        at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
        at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
        at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
        at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
        at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
        at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
        at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
        at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
        at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
        at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
        at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
        at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
        at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
        at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
        at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
        at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
        at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
        at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
        at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
        at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
        at io.undertow.server.Connectors.executeRootHandler(Connectors.java:326)
        at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.kie.server.api.exception.KieServicesException: Server that this client is connected to has no capabilities to handle QueryServicesClient
        at org.kie.server.client.impl.KieServicesClientImpl.getServicesClient(KieServicesClientImpl.java:151)
        at org.jbpm.workbench.ks.integration.AbstractKieServerService.getClient(AbstractKieServerService.java:31)
        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider.lookupDataSet(KieServerDataSetProvider.java:117)
        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)
        at org.dashbuilder.dataset.DataSetManagerImpl.lookupDataSet(DataSetManagerImpl.java:154)
        ... 71 more



On Wednesday, 18 July 2018 13:33:45 UTC+5:30, Prem wrote:

Maciej Swiderski

unread,
Jul 25, 2018, 3:29:20 AM7/25/18
to drools...@googlegroups.com
server is one thing, but please check your server template (or now renamed to server configuration). Go to execution servers perspecitve and see if the Process capability is selected. If not remove it and restart kie server to let it register once again.

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.

Prem

unread,
Jul 31, 2018, 3:23:09 AM7/31/18
to Drools Setup
Thanks Maciej..  After trying this when i clicked on the process instances tab i am still getting error.. 

i have all the roles rest-all, admin necessary... can you please help here... 

error logs : 

12:31:38,143 ERROR [org.dashbuilder.exception.ExceptionManager] (default task-58) Can't lookup on specified data set: jbpmProcessInstances: org.dashbuilder.dataset.exception.DataSetLookupException: Can't lookup on specified data set: jbpmProcessInstances
Caused by: org.kie.server.common.rest.KieServerHttpRequestException: Unable to retrieve input stream of response
        at org.kie.server.common.rest.KieServerHttpRequest.responseStream(KieServerHttpRequest.java:1389)
        at org.kie.server.common.rest.KieServerHttpRequest.responseBuffer(KieServerHttpRequest.java:1407)
        at org.kie.server.common.rest.KieServerHttpRequest.responseBody(KieServerHttpRequest.java:1349)
        at org.kie.server.common.rest.KieServerHttpRequest.access$2100(KieServerHttpRequest.java:117)
        at org.kie.server.common.rest.KieServerHttpRequest$5.body(KieServerHttpRequest.java:1315)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl.createExceptionForUnexpectedResponseCode(AbstractKieServicesClientImpl.java:615)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl.makeHttpPostRequestAndCreateCustomResponse(AbstractKieServicesClientImpl.java:320)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl.makeHttpPostRequestAndCreateCustomResponse(AbstractKieServicesClientImpl.java:300)
        at org.kie.server.client.impl.QueryServicesClientImpl.query(QueryServicesClientImpl.java:969)
        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider.performQuery(KieServerDataSetProvider.java:257)
        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider.lookupDataSet(KieServerDataSetProvider.java:179)
        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)
        at org.dashbuilder.dataset.DataSetManagerImpl.lookupDataSet(DataSetManagerImpl.java:154)
        ... 71 more
Caused by: java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1692)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
        at org.kie.server.common.rest.KieServerHttpRequest.responseCode(KieServerHttpRequest.java:1329)
        at org.kie.server.common.rest.KieServerHttpRequest.post(KieServerHttpRequest.java:719)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl$6.doOperation(AbstractKieServicesClientImpl.java:308)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl.invoke(AbstractKieServicesClientImpl.java:804)
        at org.kie.server.client.impl.AbstractKieServicesClientImpl.makeHttpPostRequestAndCreateCustomResponse(AbstractKieServicesClientImpl.java:305)
        ... 77 more


Regards
Prem

Maciej Swiderski

unread,
Jul 31, 2018, 3:25:20 AM7/31/18
to drools...@googlegroups.com
looks like an authentication issue and might be caused by some wrong configuration. How did you install jBPM? I’d recommend single zip distribution that has all configured for your. Just go to jbpm.org and download the latest version as single zip - it’s there on the landing page.

Maciej

Prem

unread,
Jul 31, 2018, 4:43:08 AM7/31/18
to Drools Setup
I configured kie-wb-webapp 7.8 in one wildfly 11 and kie-server 7.8 in another wildfly 11.


Regards
Prem

Maciej Swiderski

unread,
Jul 31, 2018, 4:59:11 AM7/31/18
to drools...@googlegroups.com

Prem

unread,
Jul 31, 2018, 6:11:40 AM7/31/18
to Drools Setup
Thank you Maciej. But I feel this is no sooner getting over :) ... 

some other error now...  

15:35:11,925 ERROR [org.dashbuilder.exception.ExceptionManager] (default task-4) Can't lookup on specified data set: jbpmProcessInstances: org.dashbuilder.dataset.exception.DataSetLookupException: Can't lookup on specified data set: jbpmProcessInstances

        at org.dashbuilder.dataset.DataSetManagerImpl.lookupDataSet(DataSetManagerImpl.java:156)

        at org.dashbuilder.dataset.DataSetManagerCDI$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)

        at org.dashbuilder.dataset.service.DataSetLookupServicesImpl.lookupDataSet(DataSetLookupServicesImpl.java:78)

        at org.dashbuilder.dataset.service.DataSetLookupServicesImpl$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)

        at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)

Caused by: org.kie.server.api.exception.KieServicesHttpException: Unexpected HTTP response code when requesting URI

'http://localhost:8230/kie-server/services/rest/server/queries/definitions/jbpmProcessInstances/filtered-data?mapper=RawList&page=0&pageSize=10'! 

 Error code: 404, message:

        at org.kie.server.client.impl.AbstractKieServicesClientImpl.createExceptionForUnexpectedResponseCode(AbstractKieServicesClientImpl.java:617)

        at org.kie.server.client.impl.AbstractKieServicesClientImpl.makeHttpPostRequestAndCreateCustomResponse(AbstractKieServicesClientImpl.java:320)

        at org.kie.server.client.impl.AbstractKieServicesClientImpl.makeHttpPostRequestAndCreateCustomResponse(AbstractKieServicesClientImpl.java:300)

        at org.kie.server.client.impl.QueryServicesClientImpl.query(QueryServicesClientImpl.java:969)

        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider.performQuery(KieServerDataSetProvider.java:257)

        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider.lookupDataSet(KieServerDataSetProvider.java:179)

        at org.jbpm.workbench.ks.integration.KieServerDataSetProvider$Proxy$_$$_WeldClientProxy.lookupDataSet(Unknown Source)

       at org.dashbuilder.dataset.DataSetManagerImpl.lookupDataSet(DataSetManagerImpl.java:154)

        ... 70 more



Regards

Prem

Prem

unread,
Aug 1, 2018, 5:11:30 AM8/1/18
to Drools Setup
Hi Folks,

When I remove the server configurations and add it again by enabling process and restart kie server still JBPM capabilities are not enabled for the kie server.

When I try to access the process instances tab its failing saying Caused by: org.kie.server.api.exception.KieServicesHttpException: Unexpected HTTP response code when requesting URI

Can anyone please provide any inputs or help on this. 


Regards

Prem 

Maciej Swiderski

unread,
Aug 1, 2018, 5:17:35 AM8/1/18
to drools...@googlegroups.com
share the server log of kie server .. apparently jbpm extension didn’t start

Maciej

Prem

unread,
Aug 1, 2018, 5:27:16 AM8/1/18
to Drools Setup
Hi Maciej, 

I am sharing the kie server logs below : 

error logs :

C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\bin>standalone.bat -c standalone-full.xml
Calling "C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\bin\standalone.conf.bat"
Setting JAVA property to "C:\Program Files\Java\jdk1.8.0_162\bin\java"
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: "C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final"

  JAVA: "C:\Program Files\Java\jdk1.8.0_162\bin\java"

  JAVA_OPTS: "-Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman"

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

11:50:53,046 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
11:50:54,986 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
11:50:55,333 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) starting
11:50:59,673 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
11:50:59,762 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 22) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
11:50:59,740 INFO  [org.wildfly.security] (ServerService Thread Pool -- 8) ELY00001: WildFly Elytron version 1.1.6.Final
11:51:05,783 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
11:51:05,861 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.5.4.Final
11:51:05,889 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.5.4.Final
11:51:05,946 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 47) WFLYRS0016: RESTEasy version 3.0.24.Final
11:51:05,963 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 64) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
11:51:05,994 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 63) WFLYSEC0002: Activating Security Subsystem
11:51:05,991 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 52) WFLYJSF0007: Activated the following JSF Implementations: [main]
11:51:05,983 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 56) WFLYNAM0001: Activating Naming Subsystem
11:51:05,967 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 66) WFLYWS0002: Activating WebServices Extension
11:51:06,157 INFO  [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.6.Final)
11:51:06,141 INFO  [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.2.Final
11:51:06,124 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.18.Final starting
11:51:06,025 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 45) WFLYCLINF0001: Activating Infinispan subsystem.
11:51:06,007 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 46) WFLYIIOP0001: Activating IIOP Subsystem
11:51:06,865 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.5.Final
11:51:06,820 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 65) WFLYUT0014: Creating file handler for path 'C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
11:51:06,722 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 44) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
11:51:06,702 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
11:51:06,671 INFO  [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
11:51:06,397 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 39) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
11:51:06,951 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
11:51:06,980 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
11:51:06,981 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
11:51:07,050 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
11:51:07,150 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
11:51:07,770 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
11:51:07,814 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
11:51:07,816 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\deployments
11:51:07,829 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "postgresql-9.4.1212.jre6.jar" (runtime-name: "postgresql-9.4.1212.jre6.jar")
11:51:07,829 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "iapappliance.war" (runtime-name: "iapappliance.war")
11:51:08,414 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8230
11:51:09,205 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.
11:51:09,271 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: EJB subsystem suspension complete
11:51:10,095 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\data\activemq\journal,bindingsDirectory=C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\data\activemq\bindings,largeMessagesDirectory=C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\data\activemq\largemessages,pagingDirectory=C:\Drools_IAP_wildfly11\wildfly-11.0.0.Final\standalone\data\activemq\paging)
11:51:10,631 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221013: Using NIO Journal
11:51:10,692 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
11:51:11,566 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
11:51:12,055 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
11:51:12,061 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
11:51:12,066 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
11:51:12,947 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8593
11:51:13,424 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-4) WFLYIIOP0009: CORBA ORB Service started
11:51:13,450 INFO  [org.jboss.ws.common.management] (MSC service thread 1-8) JBWS022052: Starting JBossWS 5.1.9.Final (Apache CXF 3.1.12)
11:51:13,920 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4)
11:51:14,037 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = postgresql-9.4.1212.jre6.jar
11:51:14,158 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:/PostgresDS]
11:51:14,605 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.8.Final
11:51:15,638 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) WFLYCLINF0002: Started client-mappings cache from ejb container
11:51:16,874 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
11:51:16,875 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
11:51:16,873 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-1) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor
11:51:16,875 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor
11:51:17,886 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221007: Server is now live
11:51:17,892 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 68) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.5.5.jbossorg-008 [default, nodeID=ddd016dc-930d-11e8-9997-2816adb3a49d]
11:51:17,929 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 68) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory
11:51:18,011 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 72) AMQ221003: Deploying queue jms.queue.DLQ
11:51:18,038 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 71) AMQ221003: Deploying queue jms.queue.ExpiryQueue
11:51:18,043 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 69) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
11:51:18,077 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0007: Registered connection factory java:/JmsXA
11:51:18,169 INFO  [org.apache.activemq.artemis.ra] (MSC service thread 1-4) Resource adaptor started
11:51:18,170 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-4) IJ020002: Deployed: file://RaActivatoractivemq-ra
11:51:18,174 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]
11:51:18,174 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
11:51:40,510 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry jaxb-api.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/jaxb-core-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,513 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry jaxb-core.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/jaxb-impl-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,519 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry jaxb-core.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/jaxb-xjc-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,520 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry jaxb-impl.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/jaxb-xjc-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,586 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry activation.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/mail-1.4.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,681 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry xercesImpl.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/xalan-2.7.0.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,682 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry xml-apis.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/xalan-2.7.0.jar  does not point to a valid jar for a Class-Path reference.
11:51:40,685 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry serializer.jar in /C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/lib/xalan-2.7.0.jar  does not point to a valid jar for a Class-Path reference.
11:51:41,097 INFO  [org.jboss.as.jpa] (MSC service thread 1-6) WFLYJPA0002: Read persistence.xml for primary
11:51:41,119 WARN  [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0091: -ds.xml file deployments are deprecated. Support may be removed in a future version.
11:51:42,251 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/applianceDS]
11:51:42,259 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 74) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'iapappliance.war#primary'
11:51:42,280 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 74) HHH000204: Processing PersistenceUnitInfo [
        name: primary
        ...]
11:51:42,439 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment iapappliance.war
11:51:42,497 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 74) HHH000412: Hibernate Core {5.1.10.Final}
11:51:42,502 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 74) HHH000206: hibernate.properties not found
11:51:42,505 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 74) HHH000021: Bytecode provider name : javassist
11:51:42,597 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-6) HV000001: Hibernate Validator 5.3.5.Final
11:51:42,602 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 74) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
11:51:42,736 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'EJBTimerScheduler' in deployment unit 'deployment "iapappliance.war"' are as follows:

        java:global/iapappliance/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:app/iapappliance/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:module/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler
        java:global/iapappliance/EJBTimerScheduler
        java:app/iapappliance/EJBTimerScheduler
        java:module/EJBTimerScheduler

11:51:42,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'RetryTrackerSingleton' in deployment unit 'deployment "iapappliance.war"' are as follows:

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

11:51:42,747 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'ContainerManagerEJB' in deployment unit 'deployment "iapappliance.war"' are as follows:

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

11:51:43,444 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.3)
11:51:43,478 INFO  [org.jboss.weld.Version] (MSC service thread 1-6) WELD-000900: 2.4.3 (Final)
11:51:44,067 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = iapappliance.war_org.postgresql.Driver_9_3
11:51:44,068 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 74) AMQ221003: Deploying queue jms.queue.KIE.SERVER.EXECUTOR
11:51:44,074 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 74) WFLYMSGAMQ0002: Bound messaging object to jndi name queue/KIE.SERVER.EXECUTOR
11:51:44,076 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 75) AMQ221003: Deploying queue jms.queue.KIE.SERVER.REQUEST
11:51:44,078 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 75) WFLYMSGAMQ0002: Bound messaging object to jndi name queue/KIE.SERVER.REQUEST
11:51:44,081 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 75) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SERVER.REQUEST
11:51:44,085 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 76) AMQ221003: Deploying queue jms.queue.KIE.SERVER.RESPONSE
11:51:44,088 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 76) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/queue/KIE.SERVER.RESPONSE
11:51:44,088 WARN  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0006: ActivationConfigProperty destinationJndiName will be ignored since it is not allowed by resource adapter: activemq-ra
11:51:44,088 INFO  [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 76) WFLYMSGAMQ0002: Bound messaging object to jndi name queue/KIE.SERVER.RESPONSE
11:51:44,146 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0042: Started message driven bean 'KieExecutorMDB' with 'activemq-ra.rar' resource adapter
11:51:44,146 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0042: Started message driven bean 'KieServerMDB' with 'activemq-ra.rar' resource adapter
11:51:44,385 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 76) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'iapappliance.war#primary'
11:51:44,909 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 76) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
11:51:44,927 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 76) HHH000431: Unable to determine H2 database version, certain features may not work
11:51:45,036 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 76) Envers integration enabled? : true
11:51:45,410 INFO  [org.hibernate.tool.schema.internal.SchemaCreatorImpl] (ServerService Thread Pool -- 76) HHH000476: Executing import script 'ScriptSourceInputFromUrl(vfs:/C:/Drools_IAP_wildfly11/wildfly-11.0.0.Final/bin/content/iapappliance.war/WEB-INF/classes/import.sql)'
11:51:45,416 WARN  [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] (ServerService Thread Pool -- 76) GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement: org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement
        at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
        at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applySqlString(SchemaCreatorImpl.java:438)
        at org.hibernate.tool.schema.internal.SchemaCreatorImpl.applyImportSources(SchemaCreatorImpl.java:487)
        at org.hibernate.tool.schema.internal.SchemaCreatorImpl.performCreation(SchemaCreatorImpl.java:179)
        at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:134)
        at org.hibernate.tool.schema.internal.SchemaCreatorImpl.doCreation(SchemaCreatorImpl.java:120)
        at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:148)
        at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:65)
        at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:476)
        at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:422)
        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:880)
        at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:167)
        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:125)
        at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:640)
        at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:209)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: org.h2.jdbc.JdbcSQLException: Table "MEMBER" not found; SQL statement:
insert into Member (id, name, email, phone_number) values (0, 'John Smith', 'john....@mailinator.com', '2125551212') [42102-193]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
        at org.h2.message.DbException.get(DbException.java:179)
        at org.h2.message.DbException.get(DbException.java:155)
        at org.h2.command.Parser.readTableOrView(Parser.java:5389)
        at org.h2.command.Parser.readTableOrView(Parser.java:5366)
        at org.h2.command.Parser.parseInsert(Parser.java:1053)
        at org.h2.command.Parser.parsePrepared(Parser.java:413)
        at org.h2.command.Parser.parse(Parser.java:317)
        at org.h2.command.Parser.parse(Parser.java:289)
        at org.h2.command.Parser.prepareCommand(Parser.java:254)
        at org.h2.engine.Session.prepareLocal(Session.java:561)
        at org.h2.engine.Session.prepareCommand(Session.java:502)
        at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1203)
        at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:170)
        at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
        at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:198)
        at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54)
        ... 19 more

11:51:45,493 INFO  [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] com.sun.jersey.server.impl.cdi.CDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
11:51:47,936 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 77) HHH000204: Processing PersistenceUnitInfo [
        name: org.jbpm.domain
        ...]
11:51:48,142 INFO  [stdout] (ServerService Thread Pool -- 77) 1    [ServerService Thread Pool -- 77] ERROR org.kie.server.services.impl.KieServerImpl  - Error when initializing server extension of type jBPM KIE Server extension
11:51:48,145 INFO  [stdout] (ServerService Thread Pool -- 77) java.lang.RuntimeException: Unable to create EntityManagerFactory due to Unable to resolve explicitly named mapping-file : META-INF/CaseMgmtorm.xml : origin(META-INF/CaseMgmtorm.xml)
11:51:48,149 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.jbpm.JbpmKieServerExtension.build(JbpmKieServerExtension.java:722)
11:51:48,151 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:217)
11:51:48,151 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:179)
11:51:48,152 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:126)
11:51:48,153 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:23)
11:51:48,155 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.Bootstrap.contextInitialized(Bootstrap.java:51)
11:51:48,159 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
11:51:48,161 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:205)
11:51:48,163 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:174)
11:51:48,166 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
11:51:48,170 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
11:51:48,173 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
11:51:48,175 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
11:51:48,176 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
11:51:48,178 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
11:51:48,179 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
11:51:48,180 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
11:51:48,180 INFO  [stdout] (ServerService Thread Pool -- 77)   at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:239)
11:51:48,186 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:99)
11:51:48,188 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
11:51:48,188 INFO  [stdout] (ServerService Thread Pool -- 77)   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
11:51:48,189 INFO  [stdout] (ServerService Thread Pool -- 77)   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
11:51:48,190 INFO  [stdout] (ServerService Thread Pool -- 77)   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
11:51:48,191 INFO  [stdout] (ServerService Thread Pool -- 77)   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
11:51:48,191 INFO  [stdout] (ServerService Thread Pool -- 77)   at java.lang.Thread.run(Thread.java:748)
11:51:48,192 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.jboss.threads.JBossThread.run(JBossThread.java:320)
11:51:48,192 INFO  [stdout] (ServerService Thread Pool -- 77) Caused by: org.hibernate.boot.MappingException: Unable to resolve explicitly named mapping-file : META-INF/CaseMgmtorm.xml : origin(META-INF/CaseMgmtorm.xml)
11:51:48,193 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.boot.model.process.internal.ScanningCoordinator.applyScanResultsToManagedResources(ScanningCoordinator.java:213)
11:51:48,194 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.boot.model.process.internal.ScanningCoordinator.coordinateScan(ScanningCoordinator.java:81)
11:51:48,200 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.prepare(MetadataBuildingProcess.java:98)
11:51:48,201 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:200)
11:51:48,202 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:34)
11:51:48,204 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.jpa.HibernatePersistenceProvider.getEntityManagerFactoryBuilder(HibernatePersistenceProvider.java:165)
11:51:48,204 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.jpa.HibernatePersistenceProvider.getEntityManagerFactoryBuilder(HibernatePersistenceProvider.java:160)
11:51:48,205 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:135)
11:51:48,206 INFO  [stdout] (ServerService Thread Pool -- 77)   at org.kie.server.services.jbpm.JbpmKieServerExtension.build(JbpmKieServerExtension.java:720)
11:51:48,207 INFO  [stdout] (ServerService Thread Pool -- 77)   ... 25 more
11:51:48,213 INFO  [stdout] (ServerService Thread Pool -- 77) 77   [ServerService Thread Pool -- 77] WARN  org.kie.server.services.jbpm.ui.JBPMUIKieServerExtension  - jBPM extension not found, jBPM UI cannot work without jBPM extension, disabling itself
11:51:48,217 INFO  [stdout] (ServerService Thread Pool -- 77) 82   [ServerService Thread Pool -- 77] WARN  org.kie.server.services.impl.KieServerImpl  - jBPM-UI KIE Server extension has not been registered as server extension
11:51:48,253 INFO  [stdout] (ServerService Thread Pool -- 77) 118  [ServerService Thread Pool -- 77] WARN  org.kie.server.common.KeyStoreHelperUtil  - Unable to load key store. Using password from configuration
11:51:48,949 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 77) Initializing Mojarra 2.2.13.SP4  for context '/iapappliance'
11:51:57,488 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.JaxRsActivator
11:51:57,493 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:57,493 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:57,494 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:57,495 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:57,495 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:57,496 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:57,496 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:57,497 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:58,455 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.notification.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:58,461 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:58,462 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:58,463 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:58,475 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:58,478 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:58,483 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:58,486 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:58,489 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:58,740 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.evm.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:58,744 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:58,744 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:58,745 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:58,747 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:58,748 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:58,750 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:58,751 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:58,752 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:58,950 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.kie.server.remote.rest.common.KieServerApplication
11:51:58,951 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerRestImpl from Application class org.kie.server.remote.rest.common.KieServerApplication
11:51:58,953 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.common.resource.KieServerResource from Application class org.kie.server.remote.rest.common.KieServerApplication
11:51:58,955 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.drools.CommandResource from Application class org.kie.server.remote.rest.common.KieServerApplication
11:51:58,956 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002220: Adding singleton resource org.kie.server.remote.rest.optaplanner.SolverResource from Application class org.kie.server.remote.rest.common.KieServerApplication
11:51:59,001 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.itsm.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:59,005 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:59,009 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:59,011 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:59,012 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:59,019 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:59,022 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:59,024 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:59,026 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:59,233 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.mars.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:59,236 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:59,237 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:59,238 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:59,240 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:59,240 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:59,241 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:59,242 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:59,243 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:59,448 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.auth.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:59,451 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:59,452 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:59,453 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:59,454 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:59,455 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:59,456 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:59,457 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:59,458 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:59,643 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.visa.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:59,649 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:59,649 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:59,650 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:59,651 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:59,652 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:59,653 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:59,654 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:59,659 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:51:59,846 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.automation.controller.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:51:59,851 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:51:59,851 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:51:59,852 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:51:59,854 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:51:59,855 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:51:59,856 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:51:59,857 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:51:59,858 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:52:00,010 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.cgi.atom.web.rest.JaxRsActivator$Proxy$_$$_WeldClientProxy
11:52:00,013 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider is already registered.  2nd registration is being ignored.
11:52:00,015 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered.  2nd registration is being ignored.
11:52:00,016 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered.  2nd registration is being ignored.
11:52:00,018 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered.  2nd registration is being ignored.
11:52:00,019 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered.  2nd registration is being ignored.
11:52:00,020 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered.  2nd registration is being ignored.
11:52:00,021 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered.  2nd registration is being ignored.
11:52:00,022 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered.  2nd registration is being ignored.
11:52:00,228 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0021: Registered web context: '/iapappliance' for server 'default-server'
11:52:00,271 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 40) WFLYSRV0010: Deployed "postgresql-9.4.1212.jre6.jar" (runtime-name : "postgresql-9.4.1212.jre6.jar")
11:52:00,271 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 40) WFLYSRV0010: Deployed "iapappliance.war" (runtime-name : "iapappliance.war")
11:52:00,417 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
11:52:00,442 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:10140/management
11:52:00,444 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:10140
11:52:00,450 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) started in 69866ms - Started 632 of 861 services (379 services are lazy, passive or on-demand)


Regards
Prem

...

Maciej Swiderski

unread,
Aug 1, 2018, 5:35:10 AM8/1/18
to drools...@googlegroups.com
here is the error
ava.lang.RuntimeException: Unable to create EntityManagerFactory due to Unable to resolve explicitly named mapping-file : META-INF/CaseMgmtorm.xml : 

that means you don’t run complete kie server but somehow modified version of it. Make sure you include jbpm-case-mgmt-impl dependency and then you should be fine 

Maciej

Prem

unread,
Aug 6, 2018, 1:04:04 AM8/6/18
to Drools Setup
Thanks Maciej... it worked... 


On Wednesday, 18 July 2018 13:33:45 UTC+5:30, Prem wrote:

Alex De Felipe

unread,
Feb 1, 2022, 3:03:39 AM2/1/22
to Drools Setup

Hi,

I'm having trouble with the same issue in the same setup, but the link seems to be down. Where else can I find that information?

Thank you
Message has been deleted

Nicolas Héron

unread,
Dec 29, 2022, 5:38:52 AM12/29/22
to drools...@googlegroups.com
Hello,
you have an error 
Caused by: java.lang.RuntimeException: Unable to find jta data source under name java:jboss/datasources/ExampleDS
You have to define it in standalone.xml if you are running the kie-server in widlfly
Regards
Nicolas

Le jeu. 29 déc. 2022 à 11:32, Ashutosh Mishra <ashutos...@credentek.com> a écrit :
Hi,

I'm facing the same error when I try to run the KIE-Server.

PFB, log snapshot

2022-12-29 15:48:25,727  INFO (org.hibernate.validator.internal.util.Version:21) - HV000001: Hibernate Validator 6.0.20.Final
2022-12-29 15:48:25,998  INFO (com.credentek.glps.GLPS:55) - Starting XXXX v1.0-SNAPSHOT on DESKTOP with PID 21452 (D:\HDD_BKP\apache-tomcat-9.0.30\webapps\s-service\WEB-INF\classes started by CredenTek in D:\HDD_BKP\apache-tomcat-9.0.30\bin)
2022-12-29 15:48:26,010  INFO (com.credentek.glps.GLPS:651) - No active profile set, falling back to default profiles: default
2022-12-29 15:48:30,030  INFO (org.springframework.data.repository.config.RepositoryConfigurationDelegate:127) - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-12-29 15:48:30,242  INFO (org.springframework.data.repository.config.RepositoryConfigurationDelegate:187) - Finished Spring Data repository scanning in 185ms. Found 2 JPA repository interfaces.
2022-12-29 15:48:31,440  INFO (org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:283) - Root WebApplicationContext: initialization completed in 5338 ms
2022-12-29 15:48:32,413  WARN (com.arjuna.ats.common:88) - ARJUNA048002: Could not find configuration file, URL was: null
2022-12-29 15:48:32,578  INFO (org.drools.persistence.api.TransactionManagerFactory:41) - Using org.kie.spring.persistence.KieSpringTransactionManagerFactory@2a2e4fad
2022-12-29 15:48:32,635  INFO (com.arjuna.ats.jbossatx:50) - ARJUNA032010: JBossTS Recovery Service (tag: 92f28891fd5f29d0381da214d4f3a2917f46e301) - JBoss Inc.
2022-12-29 15:48:32,718  INFO (com.arjuna.ats.jbossatx:63) - ARJUNA032013: Starting transaction recovery manager
2022-12-29 15:48:33,228  INFO (org.hibernate.jpa.internal.util.LogHelper:31) - HHH000204: Processing PersistenceUnitInfo [
    name: org.jbpm.domain
    ...]
2022-12-29 15:48:33,652  INFO (org.hibernate.Version:45) - HHH000412: Hibernate Core {5.2.17.Final}
2022-12-29 15:48:33,659  INFO (org.hibernate.cfg.Environment:213) - HHH000206: hibernate.properties not found
2022-12-29 15:48:33,808  INFO (org.hibernate.annotations.common.Version:66) - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2022-12-29 15:48:35,624  INFO (org.hibernate.dialect.Dialect:157) - HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect
2022-12-29 15:48:35,806  INFO (org.hibernate.type.BasicTypeRegistry:148) - HHH000270: Type registration [byte[]] overrides previous : org.hibernate.type.BinaryType@f156cbd
2022-12-29 15:48:35,807  INFO (org.hibernate.type.BasicTypeRegistry:148) - HHH000270: Type registration [[B] overrides previous : org.hibernate.type.BinaryType@f156cbd
2022-12-29 15:48:35,808  INFO (org.hibernate.type.BasicTypeRegistry:148) - HHH000270: Type registration [Byte[]] overrides previous : org.hibernate.type.WrapperBinaryType@37165116
2022-12-29 15:48:35,809  INFO (org.hibernate.type.BasicTypeRegistry:148) - HHH000270: Type registration [[Ljava.lang.Byte;] overrides previous : org.hibernate.type.WrapperBinaryType@37165116
2022-12-29 15:48:38,527  INFO (org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47) - HHH000397: Using ASTQueryTranslatorFactory
2022-12-29 15:48:39,095  WARN (org.hibernate.dialect.function.TemplateRenderer:104) - HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered
2022-12-29 15:48:39,096  WARN (org.hibernate.dialect.function.TemplateRenderer:104) - HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered
2022-12-29 15:48:39,186  INFO (org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean:416) - Initialized JPA EntityManagerFactory for persistence unit 'org.jbpm.domain'
2022-12-29 15:48:40,210  WARN (org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration:220) - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-29 15:48:41,559  INFO (com.arjuna.ats.arjuna:138) - ARJUNA012170: TransactionStatusManager started on port 54052 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
2022-12-29 15:48:42,553  INFO (org.springframework.security.web.DefaultSecurityFilterChain:43) - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@793186bd, org.springframework.security.web.context.SecurityContextPersistenceFilter@1ff8bb9e, org.springframework.security.web.header.HeaderWriterFilter@2afc33c6, org.springframework.web.filter.CorsFilter@7889ff5e, org.springframework.security.web.authentication.logout.LogoutFilter@42e10399, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4ffa3c91, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@59eb6c0f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6b0f8c6b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@62d239c0, org.springframework.security.web.session.SessionManagementFilter@1192986a, org.springframework.security.web.access.ExceptionTranslationFilter@3a56f45f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@64136a29]
2022-12-29 15:48:42,974  INFO (org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181) - Initializing ExecutorService 'applicationTaskExecutor'
2022-12-29 15:48:43,228  INFO (org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping:54) - Adding welcome page: class path resource [static/index.html]
2022-12-29 15:48:44,275  INFO (org.kie.server.springboot.autoconfiguration.KieServerAutoConfiguration:118) - KieServer (id s-service (name s-service)) started initialization process
2022-12-29 15:48:45,000  INFO (org.kie.server.services.impl.KieServerImpl:130) - Starting server in 'DEVELOPMENT' mode.
2022-12-29 15:48:45,021  INFO (org.kie.server.services.impl.KieServerImpl:142) - Selected startup strategy ControllerBasedStartupStrategy - deploys kie containers given by controller ignoring locally defined
2022-12-29 15:48:45,024  INFO (org.kie.server.services.impl.KieServerImpl:150) - Configured 'KieServerStateFileRepository' server state repository
2022-12-29 15:48:45,145  INFO (org.kie.server.services.impl.KieServerImpl:175) - Server Default Extension has been successfully registered as server extension
2022-12-29 15:48:45,152  INFO (org.kie.server.services.impl.KieServerImpl:175) - Drools KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:45,229  INFO (org.kie.server.api.marshalling.MarshallerFactory:166) - Marshaller extensions init
2022-12-29 15:48:45,271  INFO (org.kie.server.services.impl.KieServerImpl:175) - jBPM KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:45,279  INFO (org.kie.server.services.impl.KieServerImpl:175) - Case-Mgmt KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:45,616  INFO (org.kie.server.services.jbpm.ui.form.render.BootstrapFormRenderer:45) - Boostrap Form renderer templates loaded successfully.
2022-12-29 15:48:45,631  INFO (org.kie.server.services.jbpm.ui.form.render.PatternflyFormRenderer:45) - patternfly Form renderer templates loaded successfully.
2022-12-29 15:48:45,634  INFO (org.kie.server.services.jbpm.ui.form.render.PatternflyFormRenderer:45) - workbench Form renderer templates loaded successfully.
2022-12-29 15:48:45,640  INFO (org.kie.server.services.impl.KieServerImpl:175) - jBPM-UI KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:45,648  INFO (org.kie.server.services.impl.KieServerImpl:175) - DMN KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:45,659  INFO (org.kie.server.services.impl.policy.PolicyManager:61) - Registered KeepLatestContainerOnlyPolicy{interval=0 ms} policy under name KeepLatestOnly
2022-12-29 15:48:45,664  INFO (org.kie.server.services.impl.policy.PolicyManager:74) - Policy manager started successfully, activated policies are []
2022-12-29 15:48:45,680  INFO (org.kie.server.services.impl.ContainerManager:45) - About to install containers on kie server
    KieServer{id='s-service'name='s-service'version='7.46.0.Final'location='http://localhost:8090/rest/server'}:
   
2022-12-29 15:48:45,720  INFO (org.kie.server.services.impl.KieServerImpl:1182) - KieServer s-service is ready to receive requests
2022-12-29 15:48:45,768  INFO (org.jbpm.executor.impl.ExecutorImpl:241) - Starting jBPM Executor Component ...
      - Thread Pool Size: 1
      - Retries per Request: 3
      - Load from storage interval: 0 SECONDS (if less or equal 0 only initial sync with storage)

2022-12-29 15:48:45,772  WARN (org.jbpm.executor.impl.ExecutorImpl:260) - Disabling JMS support in executor because: unable to initialize JMS configuration for executor due to Name [JmsXA] is not bound in this Context. Unable to find [JmsXA].
2022-12-29 15:48:45,779  INFO (org.jbpm.executor.impl.concurrent.LoadAndScheduleRequestsTask:48) - Load of jobs from storage started at 2022-12-29T15:48:45.778+0530
2022-12-29 15:48:45,845  INFO (org.jbpm.executor.impl.concurrent.LoadAndScheduleRequestsTask:70) - Load of jobs from storage finished at 2022-12-29T15:48:45.844+0530
2022-12-29 15:48:45,908  INFO (org.kie.server.springboot.autoconfiguration.KieServerAutoConfiguration:137) - KieServer (id s-service) started successfully
2022-12-29 15:48:46,733  INFO (com.credentek.glps.GLPS:61) - Started GLPS in 21.728 seconds (JVM running for 224.253)
2022-12-29 15:48:47,032  INFO (org.kie.server.remote.rest.common.Bootstrap:50) - KieServer (id s-service (name s-service)) started initialization process
2022-12-29 15:48:47,037  INFO (org.kie.server.services.impl.KieServerImpl:130) - Starting server in 'DEVELOPMENT' mode.
2022-12-29 15:48:47,037  INFO (org.kie.server.services.impl.KieServerImpl:142) - Selected startup strategy ControllerBasedStartupStrategy - deploys kie containers given by controller ignoring locally defined
2022-12-29 15:48:47,037  INFO (org.kie.server.services.impl.KieServerImpl:150) - Configured 'KieServerStateFileRepository' server state repository
2022-12-29 15:48:47,066  INFO (org.kie.server.services.impl.KieServerImpl:175) - Server Default Extension has been successfully registered as server extension
2022-12-29 15:48:47,067  INFO (org.kie.server.services.impl.KieServerImpl:175) - Drools KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:47,096  INFO (org.hibernate.jpa.internal.util.LogHelper:31) - HHH000204: Processing PersistenceUnitInfo [
    name: org.jbpm.domain
    ...]
2022-12-29 15:48:47,103 ERROR (org.kie.server.services.impl.KieServerImpl:181) - Error when initializing server extension of type jBPM KIE Server extension
java.lang.RuntimeException: Unable to create EntityManagerFactory due to Unable to find jta data source under name java:jboss/datasources/ExampleDS
    at org.kie.server.services.jbpm.JbpmKieServerExtension.build(JbpmKieServerExtension.java:817) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.jbpm.JbpmKieServerExtension.configureServices(JbpmKieServerExtension.java:232) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.jbpm.JbpmKieServerExtension.init(JbpmKieServerExtension.java:195) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:170) [kie-server-services-common-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.impl.KieServerImpl.init(KieServerImpl.java:138) [kie-server-services-common-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.impl.KieServerLocator$KieServerLocatorHelper.<clinit>(KieServerLocator.java:25) [kie-server-services-common-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.impl.KieServerLocator.getInstance(KieServerLocator.java:32) [kie-server-services-common-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.remote.rest.common.Bootstrap.contextInitialized(Bootstrap.java:51) [kie-server-rest-common-7.46.0.Final.jar:7.46.0.Final]
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4685) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5146) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.30]
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717) [catalina.jar:9.0.30]
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1849) [catalina.jar:9.0.30]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_341]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_341]
    at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.30]
    at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [?:1.8.0_341]
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) [catalina.jar:9.0.30]
    at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.30]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384) [catalina.jar:9.0.30]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374) [catalina.jar:9.0.30]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_341]
    at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-util.jar:9.0.30]
    at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) [?:1.8.0_341]
    at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.30]
    at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930) [catalina.jar:9.0.30]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:9.0.30]
    at org.apache.catalina.startup.Catalina.start(Catalina.java:633) [catalina.jar:9.0.30]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:343) [bootstrap.jar:9.0.30]
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:474) [bootstrap.jar:9.0.30]
Caused by: java.lang.RuntimeException: Unable to find jta data source under name java:jboss/datasources/ExampleDS
    at org.kie.server.services.jbpm.jpa.PersistenceUnitInfoImpl.getJtaDataSource(PersistenceUnitInfoImpl.java:87) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    at org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor.getJtaDataSource(PersistenceUnitInfoDescriptor.java:48) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.applyJdbcConnectionProperties(EntityManagerFactoryBuilderImpl.java:620) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.configure(EntityManagerFactoryBuilderImpl.java:598) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:205) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:164) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:32) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:89) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.HibernatePersistenceProvider.getEntityManagerFactoryBuilder(HibernatePersistenceProvider.java:176) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151) ~[hibernate-core-5.2.17.Final.jar:5.2.17.Final]
    at org.kie.server.services.jbpm.JbpmKieServerExtension.createEntityManagerFactory(JbpmKieServerExtension.java:822) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    at org.kie.server.services.jbpm.JbpmKieServerExtension.build(JbpmKieServerExtension.java:815) ~[kie-server-services-jbpm-7.46.0.Final.jar:7.46.0.Final]
    ... 48 more
2022-12-29 15:48:47,123  WARN (org.kie.server.services.casemgmt.CaseKieServerExtension:97) - jBPM extension not found, Case Management cannot work without jBPM extension, disabling itself
2022-12-29 15:48:47,123  WARN (org.kie.server.services.impl.KieServerImpl:177) - Case-Mgmt KIE Server extension has not been registered as server extension
2022-12-29 15:48:47,124  WARN (org.kie.server.services.jbpm.ui.JBPMUIKieServerExtension:89) - jBPM extension not found, jBPM UI cannot work without jBPM extension, disabling itself
2022-12-29 15:48:47,124  WARN (org.kie.server.services.impl.KieServerImpl:177) - jBPM-UI KIE Server extension has not been registered as server extension
2022-12-29 15:48:47,124  INFO (org.kie.server.services.optaplanner.OptaplannerKieServerExtension:93) - Creating a ThreadPoolExecutor with corePoolSize = 6, maximumPoolSize = 6, queueSize = 6
2022-12-29 15:48:47,158  INFO (org.kie.server.services.impl.KieServerImpl:175) - OptaPlanner KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:47,159  INFO (org.kie.server.services.impl.KieServerImpl:175) - DMN KIE Server extension has been successfully registered as server extension
2022-12-29 15:48:47,160  INFO (org.kie.server.services.impl.policy.PolicyManager:61) - Registered KeepLatestContainerOnlyPolicy{interval=0 ms} policy under name KeepLatestOnly
2022-12-29 15:48:47,160  INFO (org.kie.server.services.impl.policy.PolicyManager:74) - Policy manager started successfully, activated policies are []
2022-12-29 15:48:47,161  INFO (org.kie.server.services.impl.ContainerManager:45) - About to install containers on kie server
    KieServer{id='s-service'name='s-service'version='7.46.0.Final'location='http://localhost:8090/rest/server'}:
   
2022-12-29 15:48:47,163  INFO (org.kie.server.services.impl.KieServerImpl:1182) - KieServer s-service is ready to receive requests
2022-12-29 15:48:47,163  INFO (org.kie.server.remote.rest.common.Bootstrap:52) - KieServer (id s-service) started successfully

Ashutosh Mishra

unread,
Dec 29, 2022, 5:48:31 AM12/29/22
to drools...@googlegroups.com
Hello Nicolas,

I am developing a spring boot application which will use JBPM as a workflow and trying to deploy in Tomcat.

When I run the application on IDE, it works fine but when I try to deploy on tomcat, it fails with the error message that I have shared with you.

Regards,
Ashutosh Mishra
Creden
Tek Software & Consultancy Pvt. Ltd.

3rd Floor, Pride Accord Purple,Opp. Veritas,
Baner, Pune - 411045, India.


DISCLAIMER: This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. The recipient acknowledges that CredenTek Software and Consultancy Private Limited or its subsidiaries and associated companies, (collectively "CredenTek Software and Consultancy Private Limited"), are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in an e-mail transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of CredenTek Software and Consultancy Private Limited. Before opening any attachments please check them for viruses and defects.


You received this message because you are subscribed to a topic in the Google Groups "Drools Setup" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/drools-setup/iyfFyGGu2HU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to drools-setup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/CAAWMVGVQdCZgRDb1KMWkMZYSMN3g_DGE_20Hp1FS8%2B8SKz9fXw%40mail.gmail.com.

Nicolas Héron

unread,
Dec 29, 2022, 6:21:35 AM12/29/22
to drools...@googlegroups.com
you need to define a datasource in tomcat that points to your database

Reply all
Reply to author
Forward
0 new messages