github-actions[bot] commented on issue #17674: URL: https://github.com/apache/dolphinscheduler/issues/17674#issuecomment-3520785407
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened k8s 版本是 Client Version: v1.33.0 Kustomize Version: v5.6.0 Server Version: v1.33.0 k8s 安装 的时候 ,提示如下错误 `2025-11-12T16:44:14.027894284+08:00 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'workerServer': Unsatisfied dependency expressed through field 'physicalTaskEngineDelegator'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'physicalTaskEngineDelegator' defined in URL [jar:file:/opt/dolphinscheduler/libs/dolphinscheduler-worker-3.3.2.jar!/org/apache/dolphinscheduler/server/worker/executor/PhysicalTaskEngineDelegator.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'physicalTaskExecutorFactory' defined in URL [jar:file:/opt/dolphinscheduler/libs/dolphinscheduler-worker-3.3.2.jar!/org/apache/dolphinscheduler/server/worker/executor/PhysicalTaskExecutorFactory.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.dolphinscheduler.plugin.storage.api.StorageOperator' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2025-11-12T16:44:14.027898362+08:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659) 2025-11-12T16:44:14.027900413+08:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639) 2025-11-12T16:44:14.027903373+08:00 at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) 2025-11-12T16:44:14.027905590+08:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) 2025-11-12T16:44:14.027907761+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) 2025-11-12T16:44:14.027909348+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) 2025-11-12T16:44:14.027925318+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) 2025-11-12T16:44:14.027927812+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) 2025-11-12T16:44:14.027929575+08:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) 2025-11-12T16:44:14.027931190+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) 2025-11-12T16:44:14.027933173+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) 2025-11-12T16:44:14.027934805+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) 2025-11-12T16:44:14.027936539+08:00 at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) 2025-11-12T16:44:14.027938542+08:00 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) 2025-11-12T16:44:14.027940180+08:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) 2025-11-12T16:44:14.027943371+08:00 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) 2025-11-12T16:44:14.027945093+08:00 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) 2025-11-12T16:44:14.027947386+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) 2025-11-12T16:44:14.027949109+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) 2025-11-12T16:44:14.027950803+08:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295) 2025-11-12T16:44:14.027952343+08:00 at org.apache.dolphinscheduler.server.worker.WorkerServer.main(WorkerServer.java:74) 2025-11-12T16:44:14.027965204+08:00 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'physicalTaskEngineDelegator' defined in URL [jar:file:/opt/dolphinscheduler/libs/dolphinscheduler-worker-3.3.2.jar!/org/apache/dolphinscheduler/server/worker/executor/PhysicalTaskEngineDelegator.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'physicalTaskExecutorFactory' defined in URL [jar:file:/opt/dolphinscheduler/libs/dolphinscheduler-worker-3.3.2.jar!/org/apache/dolphinscheduler/server/worker/executor/PhysicalTaskExecutorFactory.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.dolphinscheduler.plugin.storage.api.StorageOperator' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2025-11-12T16:44:14.027967311+08:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) 2025-11-12T16:44:14.027968934+08:00 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) 2025-11-12T16:44:14.027970510+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) 2025-11-12T16:44:14.027972188+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) 2025-11-12T16:44:14.027977853+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 2025-11-12T16:44:14.027980336+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) 2025-11-12T16:44:14.027982994+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) 2025-11-12T16:44:14.027985274+08:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) 2025-11-12T16:44:14.027987804+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) 2025-11-12T16:44:14.027990287+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) 2025-11-12T16:44:14.027992495+08:00 at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) 2025-11-12T16:44:14.027994865+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) 2025-11-12T16:44:14.027997277+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) 2025-11-12T16:44:14.027999491+08:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656) 2025-11-12T16:44:14.028002318+08:00 ... 20 common frames omitted 2025-11-12T16:44:14.028007297+08:00 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'physicalTaskExecutorFactory' defined in URL [jar:file:/opt/dolphinscheduler/libs/dolphinscheduler-worker-3.3.2.jar!/org/apache/dolphinscheduler/server/worker/executor/PhysicalTaskExecutorFactory.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.dolphinscheduler.plugin.storage.api.StorageOperator' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2025-11-12T16:44:14.028010173+08:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) 2025-11-12T16:44:14.028012882+08:00 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) 2025-11-12T16:44:14.028015275+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) 2025-11-12T16:44:14.028017585+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) 2025-11-12T16:44:14.028026750+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 2025-11-12T16:44:14.028029351+08:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) 2025-11-12T16:44:14.028031933+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) 2025-11-12T16:44:14.028034016+08:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) 2025-11-12T16:44:14.028036222+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) 2025-11-12T16:44:14.028042207+08:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) 2025-11-12T16:44:14.028044822+08:00 at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) 2025-11-12T16:44:14.028047516+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) 2025-11-12T16:44:14.028049653+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) 2025-11-12T16:44:14.028051448+08:00 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) 2025-11-12T16:44:14.028053174+08:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) 2025-11-12T16:44:14.028054744+08:00 ... 33 common frames omitted 2025-11-12T16:44:14.028057152+08:00 Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apache.dolphinscheduler.plugin.storage.api.StorageOperator' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2025-11-12T16:44:14.028059026+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1801) 2025-11-12T16:44:14.028060754+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1396) 2025-11-12T16:44:14.028062721+08:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) 2025-11-12T16:44:14.028064207+08:00 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) 2025-11-12T16:44:14.028065738+08:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) 2025-11-12T16:44:14.028067547+08:00 ... 47 common frames omitted` ### What you expected to happen 不太清楚 ### How to reproduce helm install dolphinscheduler3 ./dolphinscheduler-helm-3.3.2.tgz --namespace dolphinscheduler-ns --create-namespace ### Anything else _No response_ ### Version 3.3.2 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
