Page 1 of 1

OKM-015026(callback RunProcessDefinition)

PostPosted:Tue Oct 22, 2013 12:38 pm
by Vecnir
Hello.

I've tried to start workflow and i have this error:

Image

Any suggestions?

EDIT:
I've tried deploying workflow already created by OpenKM with "number to guess":

Image

I've got the same error. What do i do wrong?

Re: OKM-015026(callback RunProcessDefinition)

PostPosted:Thu Oct 24, 2013 10:45 pm
by jllort
Should take a look at catalina.log ( stack trace log ) to understand what's happening.

Re: OKM-015026(callback RunProcessDefinition)

PostPosted:Wed Feb 02, 2022 1:46 pm
by polandia12
I have this same issue
Code: Select all
OKM-015026(callbackRunProcessDefinition): OKM-015026

null
I created one workflow:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>

<process-definition 
  xmlns="urn:jbpm.org:jpdl-3.2"
  name="simple">
   <start-state name="start">
      <transition name="to_state" to="state1">
      		<action></action>
      </transition>
   </start-state>
   <node name="node1">
		<transition to="end" name="to_end">
			<action></action>
		</transition>
	</node>

	<state name="state1">
		<transition to="node1"></transition>
	</state>
   <end-state name="end"></end-state>
</process-definition>
and when I added and I want to run it then I got this error.

Re: OKM-015026(callback RunProcessDefinition)

PostPosted:Sun Feb 06, 2022 8:11 am
by jllort
Please share full openkm.log stack trace ( we are interested in the full stack error, share into txt file here -> please do not attach the full openkm.log )