You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-13 09:01:59.677 ERROR 8472 --- [ main] o.s.boot.SpringApplication : Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:762) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:749) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) [spring-boot-2.7.10.jar:2.7.10]
at com.zjs.EruptDemoApplication.main(EruptDemoApplication.java:25) [classes/:na]
Caused by: java.lang.RuntimeException: Load Erupt Form failed: DataAuditService
at xyz.erupt.flow.core.service.EruptFlowCoreService.parseFormItems(EruptFlowCoreService.java:76) ~[erupt-flow-1.12.0.jar:na]
at xyz.erupt.flow.core.service.EruptFlowCoreService.lambda$run$0(EruptFlowCoreService.java:51) ~[erupt-flow-1.12.0.jar:na]
at java.util.Optional.ifPresent(Optional.java:159) ~[na:1.8.0_341]
at xyz.erupt.flow.core.service.EruptFlowCoreService.lambda$run$1(EruptFlowCoreService.java:49) ~[erupt-flow-1.12.0.jar:na]
at xyz.erupt.core.util.EruptSpringUtil.scannerPackage(EruptSpringUtil.java:83) ~[erupt-core-1.12.0.jar:na]
at xyz.erupt.flow.core.service.EruptFlowCoreService.run(EruptFlowCoreService.java:46) ~[erupt-flow-1.12.0.jar:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:759) [spring-boot-2.7.10.jar:2.7.10]
... 5 common frames omitted
The text was updated successfully, but these errors were encountered:
版本情况
JDK版本:1.8.0_371
erupt版本: 1.12.0
问题描述
未开启@EruptFlowForm注解,也就是作为普通的页面可以正常启动服务;
开启@EruptFlowForm,作为流程页面时,程序报异常了
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-13 09:01:59.677 ERROR 8472 --- [ main] o.s.boot.SpringApplication : Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:762) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:749) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) [spring-boot-2.7.10.jar:2.7.10]
at com.zjs.EruptDemoApplication.main(EruptDemoApplication.java:25) [classes/:na]
Caused by: java.lang.RuntimeException: Load Erupt Form failed: DataAuditService
at xyz.erupt.flow.core.service.EruptFlowCoreService.parseFormItems(EruptFlowCoreService.java:76) ~[erupt-flow-1.12.0.jar:na]
at xyz.erupt.flow.core.service.EruptFlowCoreService.lambda$run$0(EruptFlowCoreService.java:51) ~[erupt-flow-1.12.0.jar:na]
at java.util.Optional.ifPresent(Optional.java:159) ~[na:1.8.0_341]
at xyz.erupt.flow.core.service.EruptFlowCoreService.lambda$run$1(EruptFlowCoreService.java:49) ~[erupt-flow-1.12.0.jar:na]
at xyz.erupt.core.util.EruptSpringUtil.scannerPackage(EruptSpringUtil.java:83) ~[erupt-core-1.12.0.jar:na]
at xyz.erupt.flow.core.service.EruptFlowCoreService.run(EruptFlowCoreService.java:46) ~[erupt-flow-1.12.0.jar:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:759) [spring-boot-2.7.10.jar:2.7.10]
... 5 common frames omitted
The text was updated successfully, but these errors were encountered: