king-john commented on issue #3077: Run skywalking has exception and Elasticsearch stop URL: https://github.com/apache/skywalking/issues/3077#issuecomment-512737146 @wu-sheng I used the new Elasticsearch but the following log message appears. I found the solution to the same problem is to restart the agent,,but it didn't work. I add -javaagent argument on dockfile : ENTRYPOINT ["java", "-Xmx256m", "-Xss256k", "-Djava.security.egd=file:/dev/./urandom", "-javaagent:/agent/skywalking-agent.jar","-jar", "/spring.jar", "--spring.profiles.active=test"] org.apache.skywalking.oap.server.receiver.register.provider.handler.v6.grpc.ServiceInstancePingServiceHandler -2810861 [grpc-default-executor-14] WARN [] - Can't found service by service instance id from cache, service instance id is: 150 2019-07-18 17:09:53,647 - org.apache.skywalking.oap.server.core.cache.CacheUpdateTimer -2813061 [pool-12-thread-1] INFO [] - Update mapping service id in the cache of service inventory, service id: 24, mapping service id: 2 2019-07-18 17:09:53,647 - org.apache.skywalking.oap.server.core.cache.CacheUpdateTimer -2813061 [pool-12-thread-1] INFO [] - Update mapping service id in the cache of service inventory, service id: 26, mapping service id: 0 2019-07-18 17:09:53,647 - org.apache.skywalking.oap.server.core.cache.CacheUpdateTimer -2813061 [pool-12-thread-1] INFO [] - Update mapping service id in the cache of service inventory, service id: 23, mapping service id: 6 2019-07-18 17:09:53,647 - org.apache.skywalking.oap.server.core.cache.CacheUpdateTimer -2813061 [pool-12-thread-1] INFO [] - Update mapping service id in the cache of service inventory, service id: 25, mapping service id: 0 2019-07-18 17:09:54,446 - org.apache.skywalking.oap.server.core.register.service.ServiceInstanceInventoryRegister -2813860 [grpc-default-executor-14] WARN [] - Service instance 150 heartbeat, but not found in storage.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
