You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/05/27 12:54:53 UTC

[GitHub] [servicecomb-java-chassis] Neverstop opened a new issue #1786: 集成servicecomb 2.0.2 服务启动报错

Neverstop opened a new issue #1786:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1786


   2020-05-27 18:06:18.928|ERROR|[main]||[SimpleSubscriber:110]|event process should not throw error. java.lang.NullPointerException: null
   	at org.apache.servicecomb.foundation.vertx.SharedVertxFactory.getMetricsFactory(SharedVertxFactory.java:46) ~[foundation-vertx-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.metrics.core.VertxMetersInitializer.init(VertxMetersInitializer.java:48) ~[metrics-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.metrics.MetricsBootstrap.lambda$loadMetricsInitializers$1(MetricsBootstrap.java:69) ~[foundation-metrics-2.0.2.jar:2.0.2]
   	at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_201]
   	at org.apache.servicecomb.foundation.metrics.MetricsBootstrap.loadMetricsInitializers(MetricsBootstrap.java:69) ~[foundation-metrics-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.metrics.MetricsBootstrap.start(MetricsBootstrap.java:53) ~[foundation-metrics-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.metrics.core.MetricsBootListener.onAfterRegistry(MetricsBootListener.java:56) ~[metrics-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.BootListener.onBootEvent(BootListener.java:92) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.SCBEngine.triggerEvent(SCBEngine.java:249) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.SCBEngine$AfterRegistryEventHanlder.afterRegistryInstance(SCBEngine.java:580) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleSubscriber.syncDispatch(SimpleSubscriber.java:118) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleSubscriber.dispatchEvent(SimpleSubscriber.java:7) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleEventBus.post(SimpleEventBus.java:73) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.RegistryUtils$AfterServiceInstanceRegistryHandler.afterRegistryInstance(RegistryUtils.java:439) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleSubscriber.syncDispatch(SimpleSubscriber.java:118) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleSubscriber.dispatchEvent(SimpleSubscriber.java:7) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.event.SimpleEventBus.post(SimpleEventBus.java:73) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.task.AbstractTask.run(AbstractTask.java:54) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.task.CompositeTask.run(CompositeTask.java:35) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.task.ServiceCenterTask.init(ServiceCenterTask.java:8) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.registry.AbstractServiceRegistry.run(AbstractServiceRegistry.java:158) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry.run(RemoteServiceRegistry.java:75) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.RegistryUtils.executeOnEachServiceRegistry(RegistryUtils.java:370) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.serviceregistry.RegistryUtils.run(RegistryUtils.java:130) ~[service-registry-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.SCBEngine.doRun(SCBEngine.java:357) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.SCBEngine.run(SCBEngine.java:298) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.core.CseApplicationListener.onApplicationEvent(CseApplicationListener.java:83) ~[java-chassis-core-2.0.2.jar:2.0.2]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:402) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:359) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:896) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:144) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
   	at org.apache.servicecomb.foundation.common.utils.BeanUtils.init(BeanUtils.java:62) ~[foundation-common-2.0.2.jar:2.0.2]
   	at org.apache.servicecomb.foundation.common.utils.BeanUtils.init(BeanUtils.java:53) ~[foundation-common-2.0.2.jar:2.0.2]
   	at com.huawei.myna.thirdskillmusic.Main.main(Main.java:88) ~[classes/:?]


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] Neverstop closed issue #1786: 集成servicecomb 2.0.2 服务启动报错

Posted by GitBox <gi...@apache.org>.
Neverstop closed issue #1786:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1786


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org