144 lines
7.9 KiB
Plaintext
144 lines
7.9 KiB
Plaintext
14:05:28.587 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
14:09:16.615 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
14:14:29.643 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
14:14:54.939 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
14:15:28.740 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
14:15:43.431 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - [report,40] -
|
|
|
|
***************************
|
|
APPLICATION FAILED TO START
|
|
***************************
|
|
|
|
Description:
|
|
|
|
Field placeOrderService in com.boot.order.controller.PlaceOrder required a bean of type 'com.boot.order.service.PlaceOrderService' 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 'com.boot.order.service.PlaceOrderService' in your configuration.
|
|
|
|
22:29:57.331 [SpringApplicationShutdownHook] ERROR c.a.c.n.r.NacosServiceRegistry - [deregister,111] - ERR_NACOS_DEREGISTER, de-register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='124.222.55.145:8848', username='', password='', endpoint='', namespace='', watchDelay=30000, logName='', service='bawei-car-orderdev', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='10.3.216.4', networkInterface='', port=9206, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}},
|
|
com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
|
|
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:639)
|
|
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:619)
|
|
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:356)
|
|
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doDeregisterService(NamingGrpcClientProxy.java:233)
|
|
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.deregisterService(NamingGrpcClientProxy.java:219)
|
|
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.deregisterService(NamingClientProxyDelegate.java:125)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:201)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:191)
|
|
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.deregister(NacosServiceRegistry.java:107)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.deregister(AbstractAutoServiceRegistration.java:249)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.stop(AbstractAutoServiceRegistration.java:264)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.destroy(AbstractAutoServiceRegistration.java:201)
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:347)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:177)
|
|
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:197)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1163)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1156)
|
|
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1108)
|
|
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1077)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:174)
|
|
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1023)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
|
|
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
|
|
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
|
|
at java.base/java.lang.Thread.run(Thread.java:840)
|