Replies: 1 comment
-
|
fix the configure , This configuration is prone to ambiguity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2026-04-21 17:24:28.438 INFO [main] o.e.j.s.Server:[415] - Started @5598ms
2026-04-21 17:24:28.574 WARN [main] o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:[591] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'alertGroupAuditOperatorImpl': Unsatisfied dependency expressed through field 'auditService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'auditServiceImpl': Unsatisfied dependency expressed through field 'resourcePermissionCheckService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'resourcePermissionCheckServiceImpl': Unsatisfied dependency expressed through field 'userDao'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDaoImpl' defined in URL [jar:file:/opt/dolphinscheduler-3.4.1/libs/dolphinscheduler-dao-3.4.1.jar!/org/apache/dolphinscheduler/dao/repository/impl/UserDaoImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userMapper' defined in URL [jar:file:/opt/dolphinscheduler-3.4.1/libs/dolphinscheduler-dao-3.4.1.jar!/org/apache/dolphinscheduler/dao/mapper/UserMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration]: Constructor threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dolphinscheduler.dao.DaoConfiguration': Unsatisfied dependency expressed through field 'daoPluginConfiguration'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.dolphinscheduler.dao.plugin.api.DaoPluginConfiguration' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2026-04-21 17:24:28.578 INFO [main] o.e.j.s.session:[149] - node0 Stopped scavenging
2026-04-21 17:24:28.579 INFO [main] o.e.j.s.h.ContextHandler:[1159] - Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@22bca04e{application,/dolphinscheduler,[file:///tmp/jetty-docbase.12345.8692905361052771561/, jar:file:/opt/dolphinscheduler-3.4.1/api-server/libs/swagger-ui-4.11.1.jar!/META-INF/resources],STOPPED}
2026-04-21 17:24:28.600 INFO [main] o.s.b.a.l.ConditionEvaluationReportLoggingListener:[136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2026-04-21 17:24:28.637 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter:[40] -
APPLICATION FAILED TO START
Description:
Field daoPluginConfiguration in org.apache.dolphinscheduler.dao.DaoConfiguration required a bean of type 'org.apache.dolphinscheduler.dao.plugin.api.DaoPluginConfiguration' 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.apache.dolphinscheduler.dao.plugin.api.DaoPluginConfiguration' in your configuration.
Beta Was this translation helpful? Give feedback.
All reactions