You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/06/03 08:26:16 UTC

[GitHub] [skywalking] GreyZeng opened a new issue #2811: can not collect service info in Linux

GreyZeng opened a new issue #2811: can not collect service info in Linux
URL: https://github.com/apache/skywalking/issues/2811
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   6.1
   - Which company or project?
   Spring Boot
   - What happen?
   
   
   start spring boot by
   java -javaagent:/data/apps/echo/agent/skywalking-agent.jar -jar /data/apps/echo.jar  
   but 
   I can not find any service inst in Web Page  
   
   
   
   skywalking-oap-server.log  
   
   
   2019-06-03 04:22:03,007 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-0] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:03,008 - org.apache.skywalking.oap.server.core.register.service.ServiceInstanceInventoryRegister - 108 [grpc-default-executor-1] WARN  [] - Service instance 8 heartbeat, but not found in storage.
   2019-06-03 04:22:03,008 - org.apache.skywalking.oap.server.receiver.register.provider.handler.v6.grpc.ServiceInstancePingServiceHandler - 61 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:03,305 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:04,009 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:04,303 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-0] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:05,006 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-0] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:05,303 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-0] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:05,311 - org.apache.skywalking.oap.server.core.register.service.ServiceInstanceInventoryRegister - 108 [grpc-default-executor-1] WARN  [] - Service instance 9 heartbeat, but not found in storage.
   2019-06-03 04:22:05,311 - org.apache.skywalking.oap.server.receiver.register.provider.handler.v6.grpc.ServiceInstancePingServiceHandler - 61 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:06,006 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:06,009 - org.apache.skywalking.oap.server.core.register.service.ServiceInstanceInventoryRegister - 108 [grpc-default-executor-1] WARN  [] - Service instance 8 heartbeat, but not found in storage.
   2019-06-03 04:22:06,009 - org.apache.skywalking.oap.server.receiver.register.provider.handler.v6.grpc.ServiceInstancePingServiceHandler - 61 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:06,303 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:07,006 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:07,304 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:08,006 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 8
   2019-06-03 04:22:08,303 - org.apache.skywalking.oap.server.receiver.jvm.provider.handler.JVMSourceDispatcher - 51 [grpc-default-executor-1] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   2019-06-03 04:22:08,304 - org.apache.skywalking.oap.server.core.register.service.ServiceInstanceInventoryRegister - 108 [grpc-default-executor-0] WARN  [] - Service instance 9 heartbeat, but not found in storage.
   2019-06-03 04:22:08,304 - org.apache.skywalking.oap.server.receiver.register.provider.handler.v6.grpc.ServiceInstancePingServiceHandler - 61 [grpc-default-executor-0] WARN  [] - Can't found service by service instance id from cache, service instance id is: 9
   
   

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


With regards,
Apache Git Services