Discussion:
[jboss-user] [jBPM] - jBPM 5.3 jbpm-console problem
Joachim Van der Auwera
2012-05-29 21:11:38 UTC
Permalink
Joachim Van der Auwera [https://community.jboss.org/people/triathlon98] created the discussion

"jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738590#738590

--------------------------------------------------------------
I downloaded jBPM 5.3 and installed the demo using the ant script.
When I try the jbpm console on the evaluate process (as installed by default), then I can start the process but no tasks appear for any (I tried akrisv, mary and john as users). Using "krisv" as user name in the start process form does not make a difference.

is this normal behaviour?

How can I run trhough the full process?

Kind regards,
Joachim

P.S. Changing the user also did not work. I needed to reload the application to be able to change the user.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738590#738590]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Ven Sid
2012-05-30 02:07:25 UTC
Permalink
Ven Sid [https://community.jboss.org/people/vsid] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738617#738617

--------------------------------------------------------------
I am running into the same issue.

Here is what I see in my logs:
21:28:33,783 ERROR [stderr] (Thread-24) java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: could not locate named parameter [userId]
21:28:33,783 ERROR [stderr] (Thread-24)           at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:206)
21:28:33,783 ERROR [stderr] (Thread-24)           at org.jbpm.task.service.TaskServiceSession.getTasksAssignedAsPotentialOwnerByStatusByGroup(TaskServiceSession.java:1011)

I followed the below link and got around the above issue:
https://community.jboss.org/message/738279#738279?tstart=0 https://community.jboss.org/message/738279?tstart=0

However, I ran into the following issue:
21:37:22,714 ERROR [stderr] (Thread-26) javax.persistence.NoResultException: No entity found for query
21:37:22,714 ERROR [stderr] (Thread-26)           at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)
21:37:22,714 ERROR [stderr] (Thread-26)           at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)

What are we missing?

Thanks,
Sid.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738617#738617]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-05-30 05:01:16 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738631#738631

--------------------------------------------------------------
Could you please upload your server.log?

Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738631#738631]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Joachim Van der Auwera
2012-05-30 12:28:27 UTC
Permalink
Joachim Van der Auwera [https://community.jboss.org/people/triathlon98] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738766#738766

--------------------------------------------------------------
Maciej Swiderski
2012-05-31 05:21:57 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738925#738925

--------------------------------------------------------------
Yes, there was an issue with one of the queries so you can either 1. get latest version of the human task core (5.4.0-SNAPSHOT) or modify taskorm.xml file as a workaround. That affects Group tasks tab in console as far as I know.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738925#738925]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
James Norris
2012-05-30 12:32:51 UTC
Permalink
James Norris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738768#738768

--------------------------------------------------------------
I also ran into a problem with the console in 5.3 which I think is due to the human-task-manager-war.war.  Although all war files are deployed in AS7, an exception from the server log during startup is below.  The second exception trace shown resulted when clicking on Group Tasks for user krisv.

07:57:32,467 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (MSC service thread 1-5) IJ000612: Destroying connection that could not be successfully matched: ***@a8c6e1[state=DESTROYED managed connection=***@1aba67 connection handles=0 lastUse=1338379052451 trackByTx=false pool=***@2479e7 pool internal context=***@bf6a50 xaResource=***@c400df txSync=null]
07:57:32,498 WARN  [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (MSC service thread 1-5) Destroying connection that is not valid, due to the following exception: ***@153705: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected


          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
          at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
          at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
          at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
          at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
          at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
          at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:852)
          at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
          at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
          at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1890)
          at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1855)
          at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:304)
          at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74)
          at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1151)
          at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection.checkValid(BaseWrapperManagedConnection.java:454)
          at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:507)
          at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.getConnection(SemaphoreArrayListManagedConnectionPool.java:260)
          at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:392)
          at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:357)
          at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:351)
          at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:367)
          at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)
          at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:129)
          at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:92) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:167) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:85) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1354) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:38) [hibernate-entitymanager-3.4.0.GA.jar:]
          at org.jbpm.task.service.persistence.TaskLocalTransactionManager.begin(TaskLocalTransactionManager.java:42) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.service.persistence.TaskPersistenceManager.beginTransaction(TaskPersistenceManager.java:79) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.service.TaskServiceSession.doOperationInTransaction(TaskServiceSession.java:976) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.service.TaskServiceSession.persistInTransaction(TaskServiceSession.java:957) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.service.TaskServiceSession.addGroup(TaskServiceSession.java:119) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.service.TaskService.addUsersAndGroups(TaskService.java:233) [jbpm-human-task-core-5.3.0.Final.jar:]
          at org.jbpm.task.servlet.HumanTaskServiceServlet.init(HumanTaskServiceServlet.java:188) [classes:]
          at javax.servlet.GenericServlet.init(GenericServlet.java:242) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
          at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3631) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardContext.start(StandardContext.java:3844) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
          at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]

Exception while running jbpm-console app:

08:28:23,404 WARN  [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (http-localhost-127.0.0.1-8080-1) Destroying connection that is not valid, due to the following exception: ***@1fa5514: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected


          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193) [ojdbc6.jar:]
          at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:852) [ojdbc6.jar:]
          at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153) [ojdbc6.jar:]
          at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275) [ojdbc6.jar:]
          at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1890) [ojdbc6.jar:]
          at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1855) [ojdbc6.jar:]
          at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:304) [ojdbc6.jar:]
          at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74)
          at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1151)
          at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection.checkValid(BaseWrapperManagedConnection.java:454)
          at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:507)
          at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.getConnection(SemaphoreArrayListManagedConnectionPool.java:260)
          at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:392)
          at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:357)
          at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:351)
          at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:367)
          at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:467)
          at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:129)
          at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:92) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.prepare(SuppliedConnectionProviderConnectionHelper.java:51) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:168) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:356) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341) [hibernate-core-3.3.2.GA.jar:]
          at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867) [hibernate-annotations-3.4.0.GA.jar:]
          at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669) [hibernate-entitymanager-3.4.0.GA.jar:]
          at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:126) [hibernate-entitymanager-3.4.0.GA.jar:]
          at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
          at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:47) [hibernate-jpa-2.0-api-1.0.1.Final.jar:1.0.1.Final]
          at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.createOrLoadStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:263) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:154) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder.<clinit>(StatefulKnowledgeSessionUtil.java:127) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]
          at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
          at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
          at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738768#738768]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-05-30 13:23:44 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738786#738786

--------------------------------------------------------------
There are definitely issues related to the human tasks.  I removed the jbpm-human-task-war.war file and started the human task service the old way using ant start.human.task.  I no longer get the exceptions seen during jboss startup.  However when I open the jpbm-console app and select something, there are numerous exceptions including the second one shown a
Maciej Swiderski
2012-05-31 05:35:17 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/738926#738926

--------------------------------------------------------------
second issue take a look at my previous post.

for the first one, would be great if you clear the logs and start the server once again and upload full server log here for analysis. As the exception does not really make sense (ORA-00923: FROM keyword not found where expected).

The other exception with class not found is probably caused by not able to connect to task server as it expects hornetq service to be listening on localhost:5445. Human task war starts hornetq service on 5445 port and ant task starts human task standalone with Mina.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738926#738926]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-05-31 12:10:58 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739015#739015

--------------------------------------------------------------
Hi Maciej,

As you requested, I cleared the server log file and restarted jboss with the jbpm-human-task-war.war file deployed.  All edited installer files and the server log files are in the attached zip file except the server name and sid in the db url are changed from the actual ones used.

Regards,
Jim
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739015#739015]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-05-31 17:34:54 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739113#739113

--------------------------------------------------------------
I think the problem is with your data source configuration in standalone.xml - there is an sql statement given which I think is not valid "SELECT 1" and thus the error ORA-00923: FROM keyword not found where expected.

Same probably happens when you undeploy task server war and try to use console only as console with build EntityManagerFactory on first access not as human task war which does that on server startup.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739113#739113]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-05-31 17:39:11 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739116#739116

--------------------------------------------------------------
Thanks Maciej,

I didn't notice that when following the changes to make to change the DB in the user guide.  I'll add that tidbit to the jira issue I created for the documentation of changing the DB used.  Hopefully that and the changes to taskorm.xml will resolve the console issues.

Regards,
Jim
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739116#739116]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-05-31 17:44:35 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739119#739119

--------------------------------------------------------------
Goodie, let me know how it went, and if that is not the case we'll dig more into that :)

btw, thanks for the jira and perfect log/config extract, helped a lot to trace it.

Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739119#739119]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-05-31 18:17:09 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739125#739125

--------------------------------------------------------------
Still no go although the datasource exceptions are fixed now (changed SELECT 1 to SELECT NULL FROM DUAL).  I attached the server.log file which shows some exceptions.  The first one that shows up is

Caused by: java.io.InvalidClassException: org.drools.rule.MVELDialectRuntimeData; local class incompatible: stream classdesc serialVersionUID = 5166066541265170937, local class serialVersionUID = -64624826351992706

I also found this one:

14:03:02,281 ERROR [stderr] (Thread-17) java.lang.IllegalArgumentException: Named query not found: TasksAssignedAsPotentialOwnerByStatusByGroup

The TaskORM.xml file in the jbpm-human-task-core-5.3.0.Final.jar in the war file has been replaced with the one out of the latest 5.4.0 snapshot.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739125#739125]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-01 10:57:05 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739277#739277

--------------------------------------------------------------
Jim, please use orm file that I attached to this post. As in that one from master there were some code changes as well.

Regarding this serialization issue, do you get process definitions from Guvnor? If so, do you run the one that comes with 5.3? And do you run them in the same server if not make sure you run them on the same jvm version. And any way rebuild you packages in Guvnor prioor to running them in console.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739277#739277]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-06-01 13:25:22 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739326#739326

--------------------------------------------------------------
Maciej, I replaced taskorm.xml and that fixed the named query issue, but there are still issues with tasks.  I imported the jbpm_resository_export.xml file and rebuilt the packages.  I see the evaluation process in the jbpm-console and can open it in the designer, but there is nothing in either personal or group tasks.  As you can see in the attached server log there is still the MVELDialectRuntimeData error and also one in connecting to the hornetq.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739326#739326]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-01 13:35:01 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739329#739329

--------------------------------------------------------------
Seems like there is another hornetq service already running on the default port (5445). You could chenge the port on both sides th server and console server to another one - take a look at http://docs.jboss.org/jbpm/v5.3/userguide/ch.human-tasks.html#d0e5383 docs no how to do this.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739329#739329]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-06-01 13:57:43 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739334#739334

--------------------------------------------------------------
There should only be the one hornetq service running unless shutting down jboss doesn't shut down hornetq.  I shutdown jboss again using ant stop.jboss and saw that the java process did not stop so I killed it.  Started jboss using ant start.jboss, opened the drools-guvnor app, opened the jbpm-console app and observed in the log file that hornetq was started and also that the MVELDialectRuntimeData error still occurs which looks like it is causing the KnowledgeAgent exception while trying to deserialize KnowledgeDefinitionsPackage error.  Attached again is the server log after logging into the jbpm-console app.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739334#739334]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-01 14:38:23 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739350#739350

--------------------------------------------------------------
Have you tried to rebuild packages in Guvnor?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739350#739350]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-06-01 15:11:08 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739356#739356

--------------------------------------------------------------
Hi Maciej,

I did rebuild the binaries before and that didn't help.  I just now re-started jboss, ran drools-guvnor, re-imported the kb and rebuilt the binaries.  Then I ran jbpm-console and logged in as krisv, selected the evaluation process and the task showed up as per the quick-start.  I completed the task and although the process is running there isn't anything else happening.  I logged in as john and mary, no tasks.  I'm still seeing the "KnowledgeAgent exception while trying to deserialize KnowledgeDefinitionsPackage" exception along with the MVELDialectRuntimeData errors in the log file.

Jim
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739356#739356]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-01 15:41:32 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739369#739369

--------------------------------------------------------------
Any exception (besides serialization stuff) in server log? Can you see tasks being created in db?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739369#739369]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jnorris
2012-06-01 15:50:05 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739373#739373

--------------------------------------------------------------
There is a task in the DB.  The following was at the end of the log file after I logged in as mary:

10:59:22,562 ERROR [stderr] (Thread-16) javax.persistence.NoResultException: No entity found for query


10:59:22,562 ERROR [stderr] (Thread-16)           at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)


10:59:22,562 ERROR [stderr] (Thread-16)           at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)


10:59:22,562 ERROR [stderr] (Thread-16)           at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)


10:59:22,562 ERROR [stderr] (Thread-16)           at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)


10:59:22,562 ERROR [stderr] (Thread-16)           at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)


10:59:22,562 ERROR [stderr] (Thread-16)           at java.lang.Thread.run(Thread.java:662)


10:59:22,609 ERROR [stderr] (Thread-36) Exception in thread "Thread-36" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 5445


10:59:22,625 ERROR [stderr] (Thread-36)           at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)


10:59:22,625 ERROR [stderr] (Thread-36)           at java.lang.Thread.run(Thread.java:662)


10:59:22,625 ERROR [stderr] (Thread-36) Caused by: java.lang.ClassCastException: org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$AbortTaskResponseHandler cannot be cast to org.jbpm.task.service.TaskClientHandler$TaskSummaryResponseHandler


10:59:22,625 ERROR [stderr] (Thread-36)           at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:171)


10:59:22,625 ERROR [stderr] (Thread-36)           at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)


10:59:22,625 ERROR [stderr] (Thread-36)           at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)


10:59:22,625 ERROR [stderr] (Thread-36)           ... 1 more


10:59:42,015 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http-localhost-127.0.0.1-8080-3) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: javax.persistence.NonUniqueResultException: result returns more than one elements
          at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: javax.persistence.NonUniqueResultException: result returns more than one elements
          at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:109) [hibernate-entitymanager-3.4.0.GA.jar:]
          at org.jbpm.process.audit.JPAProcessInstanceDbLog.findProcessInstance(JPAProcessInstanceDbLog.java:124) [jbpm-bam-5.3.0.Final.jar:]
          at org.jbpm.integration.console.CommandDelegate.startProcess(CommandDelegate.java:121) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jbpm.integration.console.ProcessManagement.newInstance(ProcessManagement.java:88) [jbpm-gwt-core-5.3.0.Final.jar:]
          at org.jboss.bpm.console.server.FormProcessingFacade.startProcessWithUI(FormProcessingFacade.java:197) [classes:]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
          at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
          at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
          at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
          ... 24 more
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739373#739373]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-01 16:02:48 UTC
Permalink
This post might be inappropriate. Click to display it.
jnorris
2012-06-01 20:16:16 UTC
Permalink
jnorris [https://community.jboss.org/people/jnorris] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739425#739425

--------------------------------------------------------------
Hi Maciej,

I'm considering this answered on my part.  I didn't start the thread however so I didn't mark it as answered.

I deleted all of the DB tables and created a second datasource and DB user to use for the task persistence.  Once I restarted jboss I was able to go through the quickstart steps.  The errors are still in the log file though which bothers me a bit.  I don't know if it was corrupted data as you suggested or the use of seperate tables that fixed things.

One thing I noticed is that for each war file startup there is this error:

Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"

I don't know if that has anything to do with the "deserialize KnowledgeDefinitionsPackage" or the invalid class exception for org.drools.ruleMVELDialectRuntimeData errors.

I really appreciate all of your helping me work through this. 

Cheers,
Jim
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739425#739425]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-06-02 21:15:41 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739491#739491

--------------------------------------------------------------
hi maciej
I'm also having the same problem with jbpm console. I replaced the jbpm-human-task-core for the version 5.4 and is the same.
I downloaded jbpm 5.3 install using the ant script an run the demo also with the ant script. please review this i don't think that is a particular problem frome some people. If you may test with the version avalaible to donwload in sourceforge. Here is the jboss log is the same that you saw in previos post from others

16:22:34,504 ERROR [stderr] (Thread-19) java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: could not locate named parameter [userId]

16:22:34,504 ERROR [stderr] (Thread-19)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:206)

16:22:34,504 ERROR [stderr] (Thread-19)     at org.jbpm.task.service.TaskServiceSession.getTasksAssignedAsPotentialOwnerByStatusByGroup(TaskServiceSession.java:1011)

16:22:34,504 ERROR [stderr] (Thread-19)     at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:356)

16:22:34,504 ERROR [stderr] (Thread-19)     at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)

16:22:34,504 ERROR [stderr] (Thread-19)     at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)

16:22:34,504 ERROR [stderr] (Thread-19)     at java.lang.Thread.run(Thread.java:619)

16:22:34,504 ERROR [stderr] (Thread-19) Caused by: org.hibernate.QueryParameterException: could not locate named parameter [userId]

16:22:34,520 ERROR [stderr] (Thread-19)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterDescriptor(ParameterMetadata.java:99)

16:22:34,520 ERROR [stderr] (Thread-19)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterExpectedType(ParameterMetadata.java:105)

16:22:34,520 ERROR [stderr] (Thread-19)     at org.hibernate.impl.AbstractQueryImpl.determineType(AbstractQueryImpl.java:437)

16:22:34,520 ERROR [stderr] (Thread-19)     at org.hibernate.impl.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:407)

16:22:34,520 ERROR [stderr] (Thread-19)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:201)

16:22:34,520 ERROR [stderr] (Thread-19)     ... 5 more

16:22:42,460 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) java.lang.RuntimeException: Timeout : unable to retrieve results

16:22:42,460 ERROR [stderr] (http-localhost-127.0.0.1-8080-4)     at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)

16:22:42,460 ERROR [stderr] (http-localhost-127.0.0.1-8080-4)     at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksOwned(SyncTaskServiceWrapper.java:512)

16:22:42,460 ERROR [stderr] (http-localhost-127.0.0.1-8080-4)     at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:140)

16:22:42,460 ERROR [stderr] (http-localhost-127.0.0.1-8080-4)     at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739491#739491]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-04 04:44:17 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739582#739582

--------------------------------------------------------------
make sure you replaced the jbpm-human-task-core.jar inside human task war web application too.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739582#739582]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-06-04 23:29:26 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739821#739821

--------------------------------------------------------------
Thank for the answer maciej. I put the jar inside the jbpm-human-task-war-5.3.0.Final. I only open the war file with winrar, delete the old jar and add the new. Now is given this error.



19:19:42,335 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  04-06 19:19:42,335 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:42,351 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  04-06 19:19:42,351 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:42,367 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  04-06 19:19:42,367 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:42,429 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  04-06 19:19:42,413 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:42,445 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  04-06 19:19:42,445 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:42,460 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  04-06 19:19:42,460 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.
19:19:51,493 ERROR [stderr] (Thread-17) java.lang.RuntimeException: Could not commit transaction
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.TaskServiceSession.doOperationInTransaction(TaskServiceSession.java:1005)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.TaskServiceSession.addTask(TaskServiceSession.java:188)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:144)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)
19:19:51,493 ERROR [stderr] (Thread-17)  at java.lang.Thread.run(Thread.java:722)
19:19:51,493 ERROR [stderr] (Thread-17) Caused by: java.lang.RuntimeException: Unable to rollback transaction
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.persistence.TaskLocalTransactionManager.rollback(TaskLocalTransactionManager.java:77)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.persistence.TaskPersistenceManager.endTransaction(TaskPersistenceManager.java:97)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.TaskServiceSession.doOperationInTransaction(TaskServiceSession.java:993)
19:19:51,493 ERROR [stderr] (Thread-17)  ... 5 more
19:19:51,493 ERROR [stderr] (Thread-17) Caused by: java.lang.IllegalStateException: Transaction not active
19:19:51,493 ERROR [stderr] (Thread-17)  at org.hibernate.ejb.TransactionImpl.rollback(TransactionImpl.java:82)
19:19:51,493 ERROR [stderr] (Thread-17)  at org.jbpm.task.service.persistence.TaskLocalTransactionManager.rollback(TaskLocalTransactionManager.java:70)
19:19:51,493 ERROR [stderr] (Thread-17)  ... 7 more
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9) java.lang.RuntimeException: Timeout : unable to retrieve results
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksOwned(SyncTaskServiceWrapper.java:512)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:140)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at java.lang.reflect.Method.invoke(Method.java:601)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
19:19:53,567 ERROR [stderr] (http-localhost-127.0.0.1-8080-9)  at java.lang.Thread.run(Thread.java:722)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739821#739821]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-06-05 22:49:49 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/740041#740041

--------------------------------------------------------------
Hi maciej i need help with this as soon as posible. I'm student and i need to present a work about BPM and i choose JBPM. At this moment i can't be able to run the demo process evaluation entirely from the JBPM console. Please answer as soon as you can.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/740041#740041]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-06-06 17:39:02 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/740244#740244

--------------------------------------------------------------
Luis, try with latest 5.4.0 version (from today) or build it from master. Alternatively you could just simple follow this thread to update only taskorm.xml with one attached to this discussion instead of replacing with 5.4.0 as there could be other changes that will affect your environment.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/740244#740244]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Adam Bach
2012-06-07 17:02:25 UTC
Permalink
Adam Bach [https://community.jboss.org/people/heathcliff] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/740502#740502

--------------------------------------------------------------
On IRC maciej also mentioned to override web.xml in {jbpm-installation}\task-service\resources\war
the one you should paste there is available in installer zip from https://hudson.jboss.org/hudson/job/jBPM/ https://hudson.jboss.org/hudson/job/jBPM/ just go to newest build and see the artifacts that ware build. download installer and get web.xml from there.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/740502#740502]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-06-09 00:45:16 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/740800#740800

--------------------------------------------------------------
it doesn't work. Its given this error. Please publish a version of something that fix the problems of JBPM console.

18:09:36,917 INFO  [stdout] (http-localhost-127.0.0.1-8080-13) INFO  07-06 18:09:36,917 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.18:09:43,781 ERROR [stderr] (Thread-21) javax.persistence.NoResultException: No entity found for query18:09:43,781 ERROR [stderr] (Thread-21)  at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)18:09:43,781 ERROR [stderr] (Thread-21)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Exception in thread "Thread-36" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 544518:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)18:09:43,796 ERROR [stderr] (Thread-36)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Caused by: java.lang.ClassCastException: org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$AbortTaskResponseHandler cannot be cast to org.jbpm.task.service.TaskClientHandler$TaskSummaryResponseHandler18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:171)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)18:09:43,796 ERROR [stderr] (Thread-36)  ... 1 more



--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/740800#740800]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
kifayath khan
2012-06-20 13:58:38 UTC
Permalink
kifayath khan [https://community.jboss.org/people/kifayath] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/743095#743095

--------------------------------------------------------------
  when i am login to krisv or any other user's to jbpm - console i am getting the following error, please help me


org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345)
org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321)
org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)
org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)
org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534)
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)

*root cause*
java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
     org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131)
     org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25)
     org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51)
     org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26)
     org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19)
     org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72)
     org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     java.lang.reflect.Method.invoke(Method.java:601)
     org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
     org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)
     org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)
     org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)
     org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)
     org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)
     org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
     org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
     org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
     org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
     org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/743095#743095]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Shamal Karunarathne
2012-07-03 01:29:15 UTC
Permalink
Shamal Karunarathne [https://community.jboss.org/people/shamalk] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/745592#745592

--------------------------------------------------------------
I have the same problem too. I saw this thread after opening another thread. I have detailed information there. Please have a look and help me to fix this. https://community.jboss.org/thread/201986 https://community.jboss.org/thread/201986 is this something to do with BAM persistence?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/745592#745592]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jboss-dan
2012-10-20 11:26:50 UTC
Permalink
jboss-dan [https://community.jboss.org/people/jboss-dan] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/767313#767313

--------------------------------------------------------------
Post by Luis Victor
it doesn't work. Its given this error. Please publish a version of something that fix the problems of JBPM console.
18:09:36,917 INFO  [stdout] (http-localhost-127.0.0.1-8080-13) INFO  07-06 18:09:36,917 (DemoAuthenticator.java:authenticate:65)   Demo login for user (admin) succeeded.18:09:43,781 ERROR [stderr] (Thread-21) javax.persistence.NoResultException: No entity found for query18:09:43,781 ERROR [stderr] (Thread-21)  at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:104)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)18:09:43,781 ERROR [stderr] (Thread-21)  at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)18:09:43,781 ERROR [stderr] (Thread-21)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Exception in thread "Thread-36" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 544518:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)18:09:43,796 ERROR [stderr] (Thread-36)  at java.lang.Thread.run(Thread.java:619)18:09:43,796 ERROR [stderr] (Thread-36) Caused by: java.lang.ClassCastException: org.jbpm.process.workitem.wsht.CommandBasedWSHumanTaskHandler$AbortTaskResponseHandler cannot be cast to org.jbpm.task.service.TaskClientHandler$TaskSummaryResponseHandler18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:171)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)18:09:43,796 ERROR [stderr] (Thread-36)  at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)18:09:43,796 ERROR [stderr] (Thread-36)  ... 1 more
I've really been struggling to get the demo to work with JBpm 5.3 Final and JBoss 7.1.1 Final. So I moved to JBoss 7.0.2 which is installed by the demo. Now I'm getting this same traceback. And the process does not continue when krisv completes the initial task. With Jboss 7.1.1 I had gotten past this point only to run into issues trying to deploy new (simple) applications like the simple rewards application and hello world.

After 3 days of trying to get simple things to work, I must say that my faith in the maturity of these products is diminishing. Although I will admit that I'm a total noob. Hopefully it is just me doing something silly. But before I invest more time, I ask the community, is jbpm 5.3 ready for prime time?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/767313#767313]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Dhaval Shah
2012-12-29 09:22:48 UTC
Permalink
Dhaval Shah [https://community.jboss.org/people/shahdhaval2020] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/785297#785297

--------------------------------------------------------------
Hi All,

I am new to jBPM ,currently i have downloaded a jBPm 5.4 and i have installed it as instructed from userguide,
i imported the sample example which they had provided to me .....

Now the problem is that ....

i want to view my Bpmn process on jbpm console....for that i have to add the few selected files to Guvnor repository
and i am unable to add them ....... ....also when i am going to

http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.jsp? http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.jsp?
and trying to create a new package in knowledge base ... it is not allowing to create a new package over there ......
it is giving me 500 error....and later on 4oo error what to do ,need help on this..............i am facing this issue since last 4 days not able to resolve it need ur help....i want to learn Jbpm nicely.... plz help me out....
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/785297#785297]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Dhaval Shah
2012-12-29 09:29:44 UTC
Permalink
Dhaval Shah [https://community.jboss.org/people/shahdhaval2020] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/785299#785299

--------------------------------------------------------------
Loading Image... Loading Image...
now this is when i am trying to select few files as u can see that in package folder on left in screenshot and then rightclick and add them to guvnor repository .....
I am getting this error what to do plz help me on this .....
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/785299#785299]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
casey perkins
2013-04-07 01:42:17 UTC
Permalink
casey perkins [https://community.jboss.org/people/casey_0708] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/806864#806864

--------------------------------------------------------------
hello. I am new to jbpm.now I got the same problem.can you tell me how to resolve it? thank you
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/806864#806864]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
rehankhan
2013-05-24 13:47:38 UTC
Permalink
rehankhan [https://community.jboss.org/people/rehankhan] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/819393#819393

--------------------------------------------------------------
Hi casey,
If you are new than start with new jbpm v6.0 beta 2.It's come with very new nice feature.
You can see blog for installation:
http://www.attuneinfocom.com/installation-of-jbpm-v6-beta2 http://www.attuneinfocom.com/installation-of-jbpm-v6-beta2
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/819393#819393]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Chris Melas
2012-06-01 11:20:27 UTC
Permalink
Chris Melas [https://community.jboss.org/people/melc] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/739286#739286

--------------------------------------------------------------
Hello,
I think you may also need to replace class
*org.jbpm.task.service.**TaskServiceSession*

check out this thread it is related to this issue,
https://community.jboss.org/message/738335#738335 https://community.jboss.org/message/738335#738335
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/739286#739286]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Sachin Chandra
2012-08-07 06:51:22 UTC
Permalink
Sachin Chandra [https://community.jboss.org/people/chandrasachin16] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752309#752309

--------------------------------------------------------------
Hi,
    I had a query. I am facing the same problem with JBPM 5.3 .I have successfully done integration of JBPM 5.3   with Microsoft Active Directory .I am able to login into the JBPM console.But when I switch to Process tab I get error something like :

15:15:18,301 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http-localhost-127.0.0.1-8080-11) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
    at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
    at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
    at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
    at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
    at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]
    at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]
    at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
    at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]
    at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
    at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
    at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
    at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
    ... 24 more

As per your previous post I came to know that hornetq service runs on port 5445 which is used by human task .I checked the running ports on my machine using TCP View but couldn't find anything running on the same port(5445).There is no service running on the port 5445. So is it the same problem? If it's the same what's the solution of this .
Need your help.

Sachin
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752309#752309]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Shamal Karunarathne
2012-06-22 09:27:52 UTC
Permalink
Shamal Karunarathne [https://community.jboss.org/people/shamalk] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/743611#743611

--------------------------------------------------------------
I'm looking for an actual stable build of jBPM to start with.
I started with v5.2 there's
* a problem with guvnor to console communication,
* the web designer has some bugs so some BPMN diagrams does not show up etc.

Then I moved to v5.3
* Group assigned tasks does not work
* In the console if I try to view group tasks for one user, then the whole execution of workflows get stuck. Can't retrieve tasks anymore.
* *.ftl is not recognized as template anymore. so existing (even the provided samples) templates does not work etc.

Since I'm new to this jBPM could someone help me to choose which stable build I should download and run so that I can at least create, send to guvnor, run the process in console?

Thanks in advance.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/743611#743611]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-08 03:12:23 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752480#752480

--------------------------------------------------------------
hi i build the installer from source spend a lot of time in this and the console is still with the same issue. When i login with mary and john i don't see any task in the evaluation example process. This issue has a very long time is important and still not resolved.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752480#752480]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-08-08 15:25:13 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752644#752644

--------------------------------------------------------------
According to number of comments already in this thread issue is resolved, there must be something specific to your environment that prevents the evaluation process to execute correctly. I would suggest a new thread and provide more information as saying jbpm-console problem does not help anyone.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752644#752644]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Alvaro Aspiroz
2012-08-08 04:38:57 UTC
Permalink
This post might be inappropriate. Click to display it.
Franck cdsosi
2012-08-08 07:59:46 UTC
Permalink
Franck cdsosi [https://community.jboss.org/people/cdsosi] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752511#752511

--------------------------------------------------------------
Hi community,

Just some words to say that I am facing same kind of problems as stated in a similar post opened by me ( https://community.jboss.org/thread/203147 https://community.jboss.org/thread/203147).
I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite (!) important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console :(

I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747 https://issues.jboss.org/browse/JBPM-3747)...

=> I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...

I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?
Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?

However this Human Task View is not a good solution as it is to my mind for debug/test purpose and it does not fulfill requirements to show human forms...

Question to the jBPM Team : is a new full package version planned to be released soon ?
What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?
Can you give us your feedback?

King Regards

Franck
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752511#752511]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-08-08 15:51:09 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752653#752653

--------------------------------------------------------------
Post by Franck cdsosi
Hi community,
Just some words to say that I am facing same kind of problems as stated in a similar post opened by me ( https://community.jboss.org/thread/203147 https://community.jboss.org/thread/203147).
I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite (!) important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console :(
This usually happens when users start to change default configuration without fully understanding what needs to be done. I agree that documentation should be improved in that part but it takes time and contribution is always welcome.
Post by Franck cdsosi
I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747 https://issues.jboss.org/browse/JBPM-3747)...
=> I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...
I have not seen OS specific problems with task and console, of course that does not mean they could not happen. Issue you are referring here is designer and guvnor related only.
Post by Franck cdsosi
I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?
Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?
It depends on your environment but if configured properly they should talk to the same task server.
Post by Franck cdsosi
Question to the jBPM Team : is a new full package version planned to be released soon ?
What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?
Can you give us your feedback?
Version 5.4 is scheduled to be released beginning of October.

According to my knowledge problems related to what you're referring to are just few. In most cased console has no issues to talk to task server if configured properly.

Franck, thanks a lot for your feedback it is well appreciated but please keep in mind that we do our best to help out and the other side should do their best to provide as much information as possible to describe the environment and configuration otherwise it is impossible to support you.

Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752653#752653]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-08 16:10:13 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752664#752664

--------------------------------------------------------------
hi maciej, i think that if possible the developers of jbpm must publish a war of jbpm-console and human task with the fixes in order to integrate that files in the jbpm 5.3 final release and get the problems fixed. I build the 5.4 snapshot distribution from source and doesn't work. If you may please publish the 5.4 snapshot version somewhere with the fixes to download? I'm very stuck with this and have a long time. About frankc said you must undesrtand that we are employees that have time limits in order to acomplish a task. When we use a tool is not for fun, we have pressure of time. I want to ask you something. Please get from anywhere a jbpm 5.3 version with the problems of the console an human task fixed in a way that you download the tool, install in your computer and the demos process with console and human task works. Then tell me and the other users please how i can do the same and download from where. Or if exist a place that we can download the fixes only in the wa!
rs files.
Greetings
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752664#752664]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Franck cdsosi
2012-08-08 17:12:29 UTC
Permalink
Franck cdsosi [https://community.jboss.org/people/cdsosi] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752679#752679

--------------------------------------------------------------
Thanks Maciej for replying, my answers following...
Post by Franck cdsosi
Hi community,
Just some words to say that I am facing same kind of problems as stated in a similar post opened by me ( https://community.jboss.org/thread/203147 https://community.jboss.org/thread/203147).
I think there is a lot of users in the same situation and it is really disappointing not to get this jBPM console working as Human Tasks are quite (!) important within a business process. I can't figure myself on how using jBPM5 without Human Task showing in jBPM console :(
This usually happens when users start to change default configuration without fully understanding what needs to be done. I agree that documentation should be improved in that part but it takes time and contribution is always welcome.

=> I did not change anything, I just ran the demo and did not even try the part involving database changing! I just install Java JDK 1.6.0_32 and ant 1.8.4 on Windows 7 Pro and then start to play with the demo.
=> I agree with you as far as changing configuration is concerned that's why I am asking a lot of questions since I hate changing things that I do not understand or master ;)
Post by Franck cdsosi
I have many stack trace messages in server.log but do not know how to fix them. Some seems to be related to the running OS (e.g. https://issues.jboss.org/browse/JBPM-3747 https://issues.jboss.org/browse/JBPM-3747)...
=> I may be a good thing to tell which OS we are running jBPM5 as this may be a hint even if a Java / ant environnement is supposed to be running on any Java compliant OS...
I have not seen OS specific problems with task and console, of course that does not mean they could not happen. Issue you are referring here is designer and guvnor related only.
=> Right, I did not say that it was in relation with jBPM console or task but just that OS can make errors occurring. When you have problems with part of the demo (i.e. jBPM console for instance), you try to dig other jBPM parts of the documentation  ;)
Post by Franck cdsosi
I noticed that there were problems in using the jBPM console to get human tasks appearing in the Personal Tasks tab but when you use the simple Human Task View under eclipse with the correct user, the task generally appears. May be a hint for the jBPM Team ?
Can others users try to test Evaluation Process through jBPM console and if no task appears try within Human Task View under eclipse and give feed back. I suppose eclipse and jBPM console are asking the same Human Task Service?
It depends on your environment but if configured properly they should talk to the same task server.
=>Ok it is the case since I did not touch anything for running demo.
Post by Franck cdsosi
Question to the jBPM Team : is a new full package version planned to be released soon ?
What about your feeling about all the users experiencing problems with jBPM console. I guess you have a more accurate overview of the problems in relation with jBPM console may be through JIRA Issues opened?
Can you give us your feedback?
Version 5.4 is scheduled to be released beginning of October.

=> Nice to hear that ;)

According to my knowledge problems related to what you're referring to are just few. In most cased console has no issues to talk to task server if configured properly.

Franck, thanks a lot for your feedback it is well appreciated but please keep in mind that we do our best to help out and the other side should do their best to provide as much information as possible to describe the environment and configuration otherwise it is impossible to support you.

Cheers

=> I do not blame anyone nor telling that no help is provided... Actually I try to find out first how to fix problems on my own before asking help from community. When I followed the steps described in the demo scenario I encountered the problems without knowing which particular actions I've made to encounter this problems that's why it is difficult to give steps to reproduce. I usually try to be as accurate as possible ;)   As mentioned just few lines before, my environment is Java JDK 1.6.0_32 (x86) and ant 1.8.4 running on Windows 7 Professional !

Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752679#752679]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Srinivasan Ramjee
2012-08-10 21:19:05 UTC
Permalink
Srinivasan Ramjee [https://community.jboss.org/people/ramjeesr] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/753136#753136

--------------------------------------------------------------
Hi,

I'm getting the below error when trying to login as krisv for the first time after installation. I did on Linux box.

Not sure why it is throwing class not found.

Didn't get this when I tried on windows I believe.

Thanks,
Srini

17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ProcessManagement.<init>(ProcessManagement.java:38) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:22) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jboss.bpm.console.server.ProcessMgmtFacade.getProcessManagement(ProcessMgmtFacade.java:89) [classes:]
        at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:125) [classes:]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
        ... 24 more
17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-3) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.ExceptionInInitializerError
        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
17:05:03,335 ERROR [stderr] (http--0.0.0.0-7080-3)      at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at java.lang.Thread.run(Thread.java:619)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.grabStream(UrlResource.java:210)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.getInputStream(UrlResource.java:146)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.agent.impl.KnowledgeAgentImpl.createPackageFromResource(KnowledgeAgentImpl.java:748)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      ... 47 more
17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
17:05:03,336 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
17:05:03,337 ERROR [stderr] (http--0.0.0.0-7080-3)      at java.lang.Thread.run(Thread.java:619)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3) Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST http://localhost:7080/drools-guvnor/org.drools.guvnor.Guvnor/package/defaultPackage/LATEST
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.grabStream(UrlResource.java:210)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.io.impl.UrlResource.getInputStream(UrlResource.java:146)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      at org.drools.agent.impl.KnowledgeAgentImpl.createPackageFromResource(KnowledgeAgentImpl.java:748)
17:05:03,338 ERROR [stderr] (http--0.0.0.0-7080-3)      ... 47 more
17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-2) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ProcessManagement.<init>(ProcessManagement.java:38) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:22) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createProcessManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jboss.bpm.console.server.ProcessMgmtFacade.getProcessManagement(ProcessMgmtFacade.java:89) [classes:]
        at org.jboss.bpm.console.server.ProcessMgmtFacade.getDefinitionsJSON(ProcessMgmtFacade.java:125) [classes:]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
        ... 24 more
17:05:06,906 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-7080-3) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.ExceptionInInitializerError
        at org.jboss.resteasy.core.SynchronousDispatcher.unwrapException(SynchronousDispatcher.java:345) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:321) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:534) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
17:00:34,540 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.persistence.hibernate.HibernateManagedSessionExtensionImpl from being installed as bean due to @Veto annotation
17:00:35,094 INFO  [org.jboss.solder.config.xml.bootstrap.XmlConfigExtension] (MSC service thread 1-2) Preventing installation of default bean: org.jboss.seam.security.IdentityImpl
17:00:35,137 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.security.SecurityEventMessages from being installed as bean due to @Veto annotation
17:00:35,202 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.NoTransaction from being installed as bean due to @Veto annotation
17:00:35,204 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.UTTransaction from being installed as bean due to @Veto annotation
17:00:35,233 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.HibernateTransaction from being installed as bean due to @Veto annotation
17:00:35,242 INFO  [org.jboss.solder.core.CoreExtension] (MSC service thread 1-2) Preventing class org.jboss.seam.transaction.SeSynchronizations from being installed as bean due to @Veto annotation
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.2.1.GA.jar:]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) [classes:]
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
        at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
Caused by: java.lang.ExceptionInInitializerError
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:131) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.SessionInitializer.<init>(SessionInitializer.java:25) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.TaskManagement.<init>(TaskManagement.java:51) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:19) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jboss.bpm.console.server.TaskListFacade.getTaskManagement(TaskListFacade.java:72) [classes:]
        at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101) [classes:]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
        at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
        at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209) [resteasy-jaxrs-2.2.1.GA.jar:]
        at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519) [resteasy-jaxrs-2.2.1.GA.jar:]
        ... 24 more
Caused by: java.lang.RuntimeException: Could not initialize stateful knowledge session: org/hornetq/api/core/HornetQException
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:163) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder.<clinit>(StatefulKnowledgeSessionUtil.java:127) [jbpm-gwt-core-5.3.0.Final.jar:]
        ... 40 more
Caused by: java.lang.NoClassDefFoundError: org/hornetq/api/core/HornetQException
        at org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java:87) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.registerWorkItemHandler(StatefulKnowledgeSessionUtil.java:329) [jbpm-gwt-core-5.3.0.Final.jar:]
        at org.jbpm.integration.console.StatefulKnowledgeSessionUtil.initializeStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:158) [jbpm-gwt-core-5.3.0.Final.jar:]
        ... 41 more
Caused by: java.lang.ClassNotFoundException: org.hornetq.api.core.HornetQException from [Module "deployment.jbpm-gwt-console-server.war:main" from Service Module Loader]
        at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191)
        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:361)
        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:333)
        at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:310)
        at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:103)
        ... 44 more

--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/753136#753136]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2012-08-08 15:30:52 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jBPM 5.3 jbpm-console problem"

To view the discussion, visit: https://community.jboss.org/message/752647#752647

--------------------------------------------------------------
Please check your log files for errors after changing data base as it iseems like you data base is not prepared for jbpm and task server, following an extract of you server log:

Caused by: org.postgresql.util.PSQLException: ERROR: relation "task" does not exist

Caused by: org.postgresql.util.PSQLException: FATAL: database "jbpm5" does not exist
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/752647#752647]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...