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/04 02:25:57 UTC

[GitHub] [skywalking] GreyZeng opened a new issue #2818: can not get service info

GreyZeng opened a new issue #2818: can not get service info
URL: https://github.com/apache/skywalking/issues/2818
 
 
   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.0
   
   - Which company or project?
   Spring boot
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   same version of skywalking
   same spring boot project
   use h2 database
   
   A machine 
   uname -r
   4.9.0-3-amd64
   java version "1.8.0_201"
   Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
   Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
   
   
   B machine info:
   uname -r
   4.9.0-3-amd64
   openjdk version "1.8.0_212"
   OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-2~deb9u1-b03)
   OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
   
   
   run spring boot in B machine:
   nohup java -javaagent:/data/apps/skywalking/skywalking-agent.jar -jar echo.jar &
   
   every thing is ok, we can see the info in web page
   
   run spring boot in A machine:
   nohup java -javaagent:/data/apps/skywalking/skywalking-agent.jar -jar echo.jar &
   
   web is ok, but it can not show any service info
   
   some error info:
   
   {"errors":[{"message":"Variable 'serviceId' has coerced Null value for NonNull type 'ID!'"}]}
   
   {"data":{},"errors":[{"message":"Exception while fetching data (/sla) : IDs can't be null"},{"message":"Exception while fetching data (/nodeCpm) : IDs can't be null"},{"message":"Exception while fetching data (/nodeLatency) : IDs can't be null"},{"message":"Exception while fetching data (/cpmS) : IDs can't be null"},{"message":"Exception while fetching data (/latencyS) : IDs can't be null"},{"message":"Exception while fetching data (/cpmC) : IDs can't be null"},{"message":"Exception while fetching data (/latencyC) : IDs can't be null"}]}
   
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

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