安装streamX启动失败 #1034
Unanswered
qy513449931
asked this question in
Q&A
安装streamX启动失败
#1034
Replies: 1 comment
-
我的mysql一直报账号密码不对,更护mysql 账号密码 还是同样问题,请问你有遇到吗 |
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
-
hello,我在centos7.9上安装,mvn 3.8版本,参考尚学堂 安装,在启动时遇到如下错误:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-05-13 11:25:43 | ERROR | main | org.springframework.boot.SpringApplication:837] Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flinkSqlController': Unsatisfied dependency expressed through field 'flinkSqlService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flinkSqlServiceImpl': Unsatisfied dependency expressed through field 'backUpService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationBackUpServiceImpl' defined in URL [jar:file:/opt/module/streamx-console-service-1.2.2/lib/streamx-console-service-1.2.2.jar!/com/streamxhub/streamx/console/core/service/impl/ApplicationBackUpServiceImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.streamxhub.streamx.console.core.service.impl.ApplicationBackUpServiceImpl]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$151/2143739483.getObject(Unknown Source)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at com.streamxhub.streamx.console.StreamXConsole.main(StreamXConsole.java:78)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flinkSqlServiceImpl': Unsatisfied dependency expressed through field 'backUpService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationBackUpServiceImpl' defined in URL [jar:file:/opt/module/streamx-console-service-1.2.2/lib/streamx-console-service-1.2.2.jar!/com/streamxhub/streamx/console/core/service/impl/ApplicationBackUpServiceImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.streamxhub.streamx.console.core.service.impl.ApplicationBackUpServiceImpl]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException
Beta Was this translation helpful? Give feedback.
All reactions