-
Bug
-
Resolution: Done
-
Major
-
7.38.0.Final
-
None
-
NEW
-
NEW
-
2020 Week 22-24 (from May 25), 2020 Week 25-27 (from Jun 15), 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27), 2020 Week 34-36 (from Aug 17)
The execution of the rest item work handler can throw this:
Caused by: org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: java.lang.RuntimeException: Could not execute request with preemptive authentication [GET] http://localhost:8180/kie-server/services/rest/server/ at deployment.ROOT.war//org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:69) at deployment.ROOT.war//org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:45) at deployment.ROOT.war//org.jbpm.process.workitem.rest.RESTWorkItemHandler.executeWorkItem(RESTWorkItemHandler.java:844) at deployment.ROOT.war//org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at deployment.ROOT.war//org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:146) at deployment.ROOT.war//org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:160)
Look to me this one is a bit different and IMO has nothing to do with subprocess.
In this case the rest work item is throwing WorkItemHandlerRuntimeException which is a runtime exception and this is not really handled by the work item node instance error handling.
- clones
-
RHPAM-2982 Subprocess excepcion handling tx rollback causes main process to fail
- Closed