DataSphereStudio
DataSphereStudio copied to clipboard
Linkis启动失败
Search before asking
- [X] I searched the issues and found no similar issues.
DSS Component
dss-standard
What happened + What you expected to happen
启动linkis cg-engineconnmanager 微服务的时候,注册上eureka,但是很快又失败了
Relevent platform
centos 7
Reproduction script
2023-01-19 11:24:11.124 [INFO ] [main ] o.a.l.LinkisBaseServerApp (50) [main] - Ready to start linkis-cg-engineconnmanager with args: --spring.profiles.active=linkis
--spring.mvc.servlet.path=/api/rest_j/v1
--spring.servlet.multipart.max-file-size=500MB
--spring.servlet.multipart.file-size-threshold=50MB
--spring.servlet.multipart.max-request-size=500MB
--server.port=9102
--application.name=linkis-cg-engineconnmanager.
2023-01-19 11:24:12.537 [INFO ] [main ] o.s.c.c.c.ConfigServicePropertySourceLocator (256) [getRemoteEnvironment] - Fetching config from server at : http://localhost:8888
2023-01-19 11:24:12.741 [INFO ] [main ] o.s.c.c.c.ConfigServicePropertySourceLocator (280) [getRemoteEnvironment] - Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available
2023-01-19 11:24:12.741 [WARN ] [main ] o.s.c.c.c.ConfigServicePropertySourceLocator (160) [locate] - Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/linkis-cg-engineconnmanager/linkis": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
2023-01-19 11:24:12.744 [INFO ] [main ] o.a.l.DataWorkCloudApplication (652) [logStartupProfileInfo] - The following profiles are active: linkis
2023-01-19 11:24:12.769 [INFO ] [main ] o.a.l.DataWorkCloudApplication (95) [onApplicationEvent] - add config from config server...
2023-01-19 11:24:12.769 [INFO ] [main ] o.a.l.DataWorkCloudApplication (100) [onApplicationEvent] - initialize DataWorkCloud spring application...
2023-01-19 11:24:13.828 [WARN ] [main ] o.s.b.a.e.EndpointId (155) [logWarning] - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
2023-01-19 11:24:14.008 [INFO ] [main ] o.s.c.c.s.GenericScope (295) [setSerializationId] - BeanFactory id=e8d89632-d5b3-3a55-a6c5-ed85d2353220
2023-01-19 11:24:14.622 [INFO ] [main ] o.s.b.w.e.j.JettyServletWebServerFactory (147) [getWebServer] - Server initialized with port: 9102
2023-01-19 11:24:14.723 [INFO ] [main ] o.s.b.w.s.c.ServletWebServerApplicationContext (285) [prepareWebApplicationContext] - Root WebApplicationContext: initialization completed in 1953 ms
2023-01-19 11:24:15.574 [INFO ] [main ] o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration (78) [discoveryClientOptionalArgs] - Eureka HTTP Client uses Jersey
2023-01-19 11:24:15.613 [INFO ] [main ] o.s.c.n.e.InstanceInfoFactory (72) [create] - Setting initial instance status as: STARTING
2023-01-19 11:24:17.239 [INFO ] [main ] o.s.s.c.ThreadPoolTaskExecutor (181) [initialize] - Initializing ExecutorService 'applicationTaskExecutor'
2023-01-19 11:24:17.604 [WARN ] [main ] o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger (106) [logWarning] - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of spring.cloud.loadbalancer.ribbon.enabled to false or remove spring-cloud-starter-netflix-ribbon from your project.
2023-01-19 11:24:17.694 [INFO ] [main ] o.s.b.a.e.w.EndpointLinksResolver (58) [
Anything else
No response
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!