-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
版本号:v3.8.3
分支:master、3.8.3
问题描述:
程序打包Jar后无法启动,启动报错:
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-10-27 15:54:58.573 [main] �[1;31mERROR�[0;39m �[36morg.springframework.boot.SpringApplication:857�[0;39m - Application run failed
com.yomahub.liteflow.exception.FlowExecutorNotInitException: init flow executor cause error for path el_xml:com.yomahub.liteflow.parser.sql.SQLXmlELParser,reason:Error creating bean with name 'com.yomahub.liteflow.parser.sql.SQLXmlELParser': Failed to instantiate [com.yomahub.liteflow.parser.sql.SQLXmlELParser]: Constructor threw exception
at com.yomahub.liteflow.core.FlowExecutor.init(FlowExecutor.java:169)
at com.yomahub.liteflow.springboot.LiteflowExecutorInit.afterSingletonsInstantiated(LiteflowExecutorInit.java:21)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1150)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:987)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at org.jeecg.JeecgSystemApplication.main(JeecgSystemApplication.java:41)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102)
at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64)
at org.springframework.boot.loader.launch.PropertiesLauncher.main(PropertiesLauncher.java:580)
错误截图:
友情提示:
- 未按格式要求发帖、描述过于简单的,会被直接删掉;
- 描述问题请图文并茂,方便我们理解并快速定位问题;
- 如果使用的不是master,请说明你使用的分支;
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working