Closed LiJingJing95 closed 5 months ago
我的是这个报错,无语了。Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'metaDataClientImpl': Unsatisfied dependency expressed through field 'linkisConfig'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'linkisConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'linkis.datasource_admin' in value "${linkis.datasource_admin}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:713) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.30.jar:5.3.30] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.30.jar:5.3.30
上述问题请更新报错的 key 对应的 yml 配置即可。
按照1.0.0的快速搭建手册-单机版 进行安装, 编译成功,修改了 conf/application-dev.yml 文件
启动后日志文件提示: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'outerExecutionServiceImpl': Unsatisfied dependency expressed through field 'imsAlarmClient'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'imsAlarmClient': Unsatisfied dependency expressed through field 'imsConfig'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'imsConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'alarm.ims.alert_way' in value "${alarm.ims.alert_way}"