刚下了最新版,后台执行有错误,不知道怎么回事

提问 2 2021
山民333
山民333 2021-07-13
版本:renren-security 3.0 开发环境:
刚下了最新版,后台执行有错误,不知道怎么回事 2021-07-13 12:27:15.538 ERROR 15148 --- [ main] o.f.e.impl.cmd.ValidateV5EntitiesCmd : Found v5 process definitions that are the latest version. Enable the 'flowable5CompatibilityEnabled' property in the process engine configuration and make sure the flowable5-compatibility dependency is available on the classpath 2021-07-13 12:27:15.538 ERROR 15148 --- [ main] o.f.e.impl.cmd.ValidateV5EntitiesCmd : Found v5 process definition with id: correctionprocess:1:2504, and key: correctionprocess 2021-07-13 12:27:15.538 ERROR 15148 --- [ main] o.f.e.impl.cmd.ValidateV5EntitiesCmd : Found v5 process definition with id: inoutdeviceprocess:4:22631, and key: inoutdeviceprocess 2021-07-13 12:27:15.546 WARN 15148 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowController' defined in file [E:\wj\security-enterprise-master\security-enterprise\renren-admin\target\classes\io\renren\modules\flow\controller\FlowController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowProcessService' defined in file [E:\wj\security-enterprise-master\security-enterprise\renren-admin\target\classes\io\renren\modules\flow\service\FlowProcessService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.flowable.common.engine.api.FlowableException: Found v5 process definitions that are the latest version. Enable the 'flowable5CompatibilityEnabled' property in the process engine configuration and make sure the flowable5-compatibility dependency is available on the classpath 2021-07-13 12:27:15.568 INFO 15148 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-07-13 12:27:15.578 INFO 15148 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-07-13 12:27:15.601 ERROR 15148 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowController' defined in file [E:\wj\security-enterprise-master\security-enterprise\renren-admin\target\classes\io\renren\modules\flow\controller\FlowController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowProcessService' defined in file [E:\wj\security-enterprise-master\security-enterprise\renren-admin\target\classes\io\renren\modules\flow\service\FlowProcessService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.flowable.common.engine.api.FlowableException: Found v5 process definitions that are the latest version. Enable the 'flowable5CompatibilityEnabled' property in the process engine configuration and make sure the flowable5-compatibility dependency is available on the classpath at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1354) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
回帖