This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 17:12:53,522 ERROR [org.kie.workbench.common.services.backend.builder.BuildServiceImpl] (http-127.0.0.1:8080-2) org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact descriptor for org.kie:kie-api:jar:6.4.0.Final-redhat-3: java.lang.RuntimeException: org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact descriptor for org.kie:kie-api:jar:6.4.0.Final-redhat-3 | |
| at org.guvnor.m2repo.backend.server.GuvnorM2Repository.getDistributionManagement(GuvnorM2Repository.java:464) [guvnor-m2repo-editor-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3] | |
| at org.guvnor.m2repo.backend.server.GuvnorM2Repository.deployArtifact(GuvnorM2Repository.java:372) [guvnor-m2repo-editor-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3] | |
| at org.guvnor.m2repo.backend.server.GuvnorM2Repository.deployArtifact(GuvnorM2Repository.java:177) [guvnor-m2repo-editor-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3] | |
| at org.guvnor.m2repo.backend.server.GuvnorM2Repository$Proxy$_$$_WeldClientProxy.d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.redhat</groupId> | |
| <artifactId>coolstore</artifactId> | |
| <version>2.0.0</version> | |
| <packaging>kjar</packaging> | |
| <name>coolstore</name> | |
| <dependencies> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.signavio | |
| import org.jboss.ddoyle.bpms.test.Input; | |
| declare SimpleFact | |
| end | |
| declare AnotherFact | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caused by: java.lang.IllegalStateException: KieSession with id 5 is already used by another context | |
| at org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.validate(PerProcessInstanceRuntimeManager.java:200) [jbpm-runtime-manager-6.4.0.Final-redhat-10.jar:6.4.0.Final-redhat-10] | |
| at org.jbpm.persistence.processinstance.JPAProcessInstanceManager.getProcessInstance(JPAProcessInstanceManager.java:107) [jbpm-persistence-jpa-6.4.0.Final-redhat-10.jar:6.4.0.Final-redhat-10] | |
| at org.jbpm.process.instance.ProcessRuntimeImpl.getProcessInstance(ProcessRuntimeImpl.java:286) [jbpm-flow-6.4.0.Final-redhat-10.jar:6.4.0.Final-redhat-10] | |
| at org.jbpm.process.instance.ProcessRuntimeImpl.getProcessInstance(ProcessRuntimeImpl.java:282) [jbpm-flow-6.4.0.Final-redhat-10.jar:6.4.0.Final-redhat-10] | |
| at org.drools.core.impl.StatefulKnowledgeSessionImpl.getProcessInstance(StatefulKnowledgeSessionImpl.java:1867) [drools-core-6.4.0.Final-redhat-10.jar:6.4.0.Final-redhat-10] | |
| at org.drools.persistence.jpa.processinstance.JPAWo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void executeWorkItem(WorkItem workItem, WorkItemManager workItemManager) { | |
| LOGGER.info("Sending message."); | |
| //Complete the workitem after the message has been sent. | |
| workItemManager.completeWorkItem(workItem.getId(), null); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "kind": "Template", | |
| "apiVersion": "v1", | |
| "metadata": { | |
| "name": "coolstore-rules", | |
| "creationTimestamp": null | |
| }, | |
| "objects": [ | |
| { | |
| "kind": "BuildConfig", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "default task-36" #284 prio=5 os_prio=0 tid=0x0000000000a33800 nid=0x3fba runnable [0x00007feebd3bf000] | |
| java.lang.Thread.State: RUNNABLE | |
| at java.net.SocketInputStream.socketRead0(Native Method) | |
| at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) | |
| at java.net.SocketInputStream.read(SocketInputStream.java:170) | |
| at java.net.SocketInputStream.read(SocketInputStream.java:141) | |
| at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:143) | |
| at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:112) | |
| at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:71) | |
| at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:269) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.NoClassDefFoundError: org/mortbay/log/Logger | |
| at org.kie.server.client.BaseKieServicesClientTest.<init>(BaseKieServicesClientTest.java:48) | |
| at org.kie.server.client.KieServicesClientErrorHandlingTest.<init>(KieServicesClientErrorHandlingTest.java:36) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217) | |
| at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266) | |
| at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:53:22,331 WARN [org.drools.persistence.SingleSessionCommandService] (default task-69) Could not commit session: org.jbpm.workflow.instance.WorkflowRuntimeException: [bpms-kyc-demo.kyc-process:5 - Signal Milestone Check:10] -- [bpms-kyc-demo.kyc-process:5 - Documents Validated Milestone:6] -- [bpms-kyc-demo.kyc-process:5 - Update systems:8] -- No session found for context 5 | |
| at org.jbpm.workflow.instance.impl.NodeInstanceImpl.executeAction(NodeInstanceImpl.java:206) | |
| at org.jbpm.workflow.instance.node.ActionNodeInstance.internalTrigger(ActionNodeInstance.java:48) | |
| at org.jbpm.workflow.instance.impl.NodeInstanceImpl.trigger(NodeInstanceImpl.java:173) | |
| at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerNodeInstance(NodeInstanceImpl.java:366) | |
| at org.jbpm.workflow.instance.impl.NodeInstanceImpl.triggerCompleted(NodeInstanceImpl.java:325) | |
| at org.jbpm.workflow.instance.node.JoinInstance.triggerCompleted(JoinInstance.java:266) | |
| at org.jbpm.workflow.instance.node.JoinInstance.internalTrigger(JoinInstance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <task-query-filter-spec> | |
| <order-asc>false</order-asc> | |
| <query-params> | |
| <cond-column>PROCESSINSTANCEID</cond-column> | |
| <cond-operator>EQUALS_TO</cond-operator> | |
| <cond-values xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">40</cond-values> | |
| </query-params> | |
| </task-query-filter-spec> |