登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9
Star
45
Fork
22
bruce
/
eagle-flow
代码
Issues
1
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
后端项目启动报错,日志如下
待办的
#ICBQZO
TengChongChong
创建于
2025-05-30 17:50
``` 17:45:54.479 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final 17:45:54.479 [main] INFO c.r.RuoYiApplication - [logStarting,55] - Starting RuoYiApplication using Java 11.0.27 on tengchongdeMacBook-Pro.local with PID 76476 (/Users/tengchong/workspaces/Idea/开源项目/eagle-flow/ruoyi-admin/target/classes started by tengchong in /Users/tengchong/workspaces/Idea/开源项目/eagle-flow) 17:45:54.480 [main] DEBUG c.r.RuoYiApplication - [logStarting,56] - Running with Spring Boot v2.7.6, Spring v5.3.33 17:45:54.481 [main] INFO c.r.RuoYiApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "druid" 17:45:55.625 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8877"] 17:45:55.625 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 17:45:55.625 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.69] 17:45:55.678 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 17:45:55.924 [main] DEBUG c.r.f.s.f.JwtAuthenticationTokenFilter - [init,242] - Filter 'jwtAuthenticationTokenFilter' configured for use 17:45:56.390 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1} inited _ _ |_ _ _|_. ___ _ | _ | | |\/|_)(_| | |_\ |_)||_|_\ / | 3.5.2 17:45:56.753 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - ==> Preparing: select config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark from sys_config 17:45:56.808 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - ==> Parameters: 17:45:56.820 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - <== Total: 5 17:45:57.147 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - ==> Preparing: select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark from sys_dict_data WHERE status = ? order by dict_sort asc 17:45:57.152 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - ==> Parameters: 0(String) 17:45:57.158 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - <== Total: 29 17:45:57.446 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor 17:45:57.450 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 17:45:57.450 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created. 17:45:57.451 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized. 17:45:57.451 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 17:45:57.451 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 17:45:57.451 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2 17:45:57.451 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@87276c4 17:45:57.469 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - ==> Preparing: select job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark from sys_job 17:45:57.470 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - ==> Parameters: 17:45:57.471 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - <== Total: 3 17:45:57.545 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - [refresh,599] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'prodDeModelServiceImpl': Unsatisfied dependency expressed through field 'dmnRepositoryService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.dmn.api.DmnRepositoryService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} 17:45:57.545 [main] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. 17:45:57.546 [main] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 17:45:57.546 [main] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. 17:45:57.546 [main] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池==== 17:45:57.547 [main] WARN o.s.c.a.CommonAnnotationBeanPostProcessor - [postProcessBeforeDestruction,185] - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError 17:45:57.548 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... 17:45:57.552 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed 17:45:57.668 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 17:45:57.690 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] - *************************** APPLICATION FAILED TO START *************************** Description: Field dmnRepositoryService in com.ruoyi.flow.service.de.impl.ProdDeModelServiceImpl required a bean of type 'org.flowable.dmn.api.DmnRepositoryService' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'org.flowable.dmn.api.DmnRepositoryService' in your configuration. Disconnected from the target VM, address: '127.0.0.1:60755', transport: 'socket' Process finished with exit code 1 ```
``` 17:45:54.479 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final 17:45:54.479 [main] INFO c.r.RuoYiApplication - [logStarting,55] - Starting RuoYiApplication using Java 11.0.27 on tengchongdeMacBook-Pro.local with PID 76476 (/Users/tengchong/workspaces/Idea/开源项目/eagle-flow/ruoyi-admin/target/classes started by tengchong in /Users/tengchong/workspaces/Idea/开源项目/eagle-flow) 17:45:54.480 [main] DEBUG c.r.RuoYiApplication - [logStarting,56] - Running with Spring Boot v2.7.6, Spring v5.3.33 17:45:54.481 [main] INFO c.r.RuoYiApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "druid" 17:45:55.625 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8877"] 17:45:55.625 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 17:45:55.625 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.69] 17:45:55.678 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 17:45:55.924 [main] DEBUG c.r.f.s.f.JwtAuthenticationTokenFilter - [init,242] - Filter 'jwtAuthenticationTokenFilter' configured for use 17:45:56.390 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1} inited _ _ |_ _ _|_. ___ _ | _ | | |\/|_)(_| | |_\ |_)||_|_\ / | 3.5.2 17:45:56.753 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - ==> Preparing: select config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark from sys_config 17:45:56.808 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - ==> Parameters: 17:45:56.820 [main] DEBUG c.r.s.m.S.selectConfigList - [debug,137] - <== Total: 5 17:45:57.147 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - ==> Preparing: select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, create_by, create_time, remark from sys_dict_data WHERE status = ? order by dict_sort asc 17:45:57.152 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - ==> Parameters: 0(String) 17:45:57.158 [main] DEBUG c.r.s.m.S.selectDictDataList - [debug,137] - <== Total: 29 17:45:57.446 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor 17:45:57.450 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 17:45:57.450 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created. 17:45:57.451 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized. 17:45:57.451 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 17:45:57.451 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 17:45:57.451 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2 17:45:57.451 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@87276c4 17:45:57.469 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - ==> Preparing: select job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark from sys_job 17:45:57.470 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - ==> Parameters: 17:45:57.471 [main] DEBUG c.r.q.m.S.selectJobAll - [debug,137] - <== Total: 3 17:45:57.545 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - [refresh,599] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'prodDeModelServiceImpl': Unsatisfied dependency expressed through field 'dmnRepositoryService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.flowable.dmn.api.DmnRepositoryService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} 17:45:57.545 [main] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. 17:45:57.546 [main] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 17:45:57.546 [main] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. 17:45:57.546 [main] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池==== 17:45:57.547 [main] WARN o.s.c.a.CommonAnnotationBeanPostProcessor - [postProcessBeforeDestruction,185] - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError 17:45:57.548 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... 17:45:57.552 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed 17:45:57.668 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 17:45:57.690 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] - *************************** APPLICATION FAILED TO START *************************** Description: Field dmnRepositoryService in com.ruoyi.flow.service.de.impl.ProdDeModelServiceImpl required a bean of type 'org.flowable.dmn.api.DmnRepositoryService' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'org.flowable.dmn.api.DmnRepositoryService' in your configuration. Disconnected from the target VM, address: '127.0.0.1:60755', transport: 'socket' Process finished with exit code 1 ```
评论 (
1
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(2)
Java
1
https://gitee.com/lwj/eagle-flow.git
git@gitee.com:lwj/eagle-flow.git
lwj
eagle-flow
eagle-flow
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册