Home > Back-end >  Start Activiti model ERROR: ERROR O.A.E ngine. Impl. Jobexecutor. Execute
Start Activiti model ERROR: ERROR O.A.E ngine. Impl. Jobexecutor. Execute

Time:09-25

In the Spring the Boot + Vue. Js integration Activiti, create good process model after the release, to set as well as the associated related nodes to form after setting, will start the model error, the following

15:53:09. 2020-09-25 [349] - thread pool - 1-1 ERROR O.A.E ngine. Impl. Jobexecutor. ExecuteJobsRunnable: 96 - exception during job execution: job failed 12505
Org. Activiti. Engine. ActivitiException: Job failed 12505
The at org. Activiti. Engine. Impl. CMD. ExecuteJobsCmd. Execute (ExecuteJobsCmd. Java: 110)
At org.activiti.engine.impl.interceptor.Com mandInvoker. Execute (CommandInvoker. Java: 24)
At org.activiti.engine.impl.interceptor.Com mandContextInterceptor. Execute (CommandContextInterceptor. Java: 57)
The at org. Activiti. Spring. SpringTransactionInterceptor $1. DoInTransaction (SpringTransactionInterceptor. Java: 47)
The at org. Springframework. Transaction. Support. TransactionTemplate. Execute (TransactionTemplate. Java: 140)
The at org. Activiti. Spring. SpringTransactionInterceptor. Execute (SpringTransactionInterceptor. Java: 45)
The at org. Activiti. Engine. Impl. Interceptor. LogInterceptor. Execute (31) LogInterceptor. Java:
At org.activiti.engine.impl.cfg.Com mandExecutorImpl. Execute (CommandExecutorImpl. Java: 40)
At org.activiti.engine.impl.cfg.Com mandExecutorImpl. Execute (CommandExecutorImpl. Java: 35)
The at org. Activiti. Engine. Impl. Jobexecutor. ExecuteJobsRunnable. HandleMultipleJobs (ExecuteJobsRunnable. Java: 94)
The at org. Activiti. Engine. Impl. Jobexecutor. ExecuteJobsRunnable. Run (49) ExecuteJobsRunnable. Java:
The at Java. Util. Concurrent. ThreadPoolExecutor. RunWorker (ThreadPoolExecutor. Java: 1149)
The at Java. Util. Concurrent. ThreadPoolExecutor $Worker. The run (ThreadPoolExecutor. Java: 624)
The at Java. Lang. Thread. The run (Thread. Java: 748)
Under Caused by: org. Activiti. Engine. ActivitiException: always set a suspension state 'active' for ProcessDefinitionEntity [504] process: 1:12 ': already in the state of' active '.
The at org. Activiti. Engine. Impl. Persistence. Entity. SuspensionState $SuspensionStateUtil. SetSuspensionState (SuspensionState. Java: 82)
The at org. Activiti. Engine. Impl. CMD. AbstractSetProcessDefinitionStateCmd. ChangeProcessDefinitionState (AbstractSetProcessDefinitionStateCmd. Java: 149)
The at org. Activiti. Engine. Impl. CMD. AbstractSetProcessDefinitionStateCmd. Execute (AbstractSetProcessDefinitionStateCmd. Java: 75)
The at org. Activiti. Engine. Impl. Jobexecutor. TimerActivateProcessDefinitionHandler. Execute (TimerActivateProcessDefinitionHandler. Java: 39)
The at org. Activiti. Engine. Impl. Persistence. Entity. JobEntity. Execute (JobEntity. Java: 85)
The at org. Activiti. Engine. Impl. Persistence. Entity. TimerEntity. Execute (TimerEntity. Java: 96)
The at org. Activiti. Engine. Impl. CMD. ExecuteJobsCmd. Execute (ExecuteJobsCmd. Java: 88)
. 13 common frames omitted

Behind after the filing of view process schedule will be submitted to the process instance ID does not exist

CodePudding user response:

Instance does not exist is considered forgot to add annotations?
  • Related