hanahmily commented on issue #1710: Test: Integrate skywalking-ui and oap-server URL: https://github.com/apache/incubator-skywalking/issues/1710#issuecomment-425060526 Some errors in Dashboard page after running AgentDataMock. ### getThermodynamic ``` 2018-09-27 18:50:38,860 - graphql.execution.SimpleDataFetcherExceptionHandler -6806144 [qtp1753150176-206] WARN [] - Exception while fetching data (/getThermodynamic) : null java.lang.NullPointerException: null at org.apache.skywalking.oap.server.core.storage.annotation.ValueColumnIds$ValueColumn.access$100(ValueColumnIds.java:44) ~[classes/:?] at org.apache.skywalking.oap.server.core.storage.annotation.ValueColumnIds.getValueCName(ValueColumnIds.java:37) ~[classes/:?] at org.apache.skywalking.oap.server.core.query.MetricQueryService.getThermodynamic(MetricQueryService.java:82) ~[classes/:?] at org.apache.skywalking.oap.query.graphql.resolver.MetricQuery.getThermodynamic(MetricQuery.java:66) ~[classes/:?] at org.apache.skywalking.oap.query.graphql.resolver.MetricQueryMethodAccess.invoke(Unknown Source) ~[reflectasm-1.11.7.jar:?] at com.coxautodev.graphql.tools.MethodFieldResolverDataFetcher.get(MethodFieldResolver.kt:147) ~[graphql-java-tools-5.2.3.jar:?] at graphql.execution.ExecutionStrategy.fetchField(ExecutionStrategy.java:227) [graphql-java-8.0.jar:?] at graphql.execution.ExecutionStrategy.resolveField(ExecutionStrategy.java:170) [graphql-java-8.0.jar:?] at graphql.execution.AsyncExecutionStrategy.execute(AsyncExecutionStrategy.java:59) [graphql-java-8.0.jar:?] ``` ### getAllEndpointTopN( name: "endpoint_Avg") ``` 2018-09-27 18:50:38,869 - graphql.execution.SimpleDataFetcherExceptionHandler -6806153 [qtp1753150176-206] WARN [] - Exception while fetching data (/getTopNSlowEndpoint) : Elasticsearch exception [type=index_not_found_exception, reason=no such index] org.elasticsearch.ElasticsearchStatusException: Elasticsearch exception [type=index_not_found_exception, reason=no such index] at org.elasticsearch.rest.BytesRestResponse.errorFromXContent(BytesRestResponse.java:177) ~[elasticsearch-6.3.2.jar:6.3.2] at org.elasticsearch.client.RestHighLevelClient.parseEntity(RestHighLevelClient.java:653) ~[elasticsearch-rest-high-level-client-6.3.2.jar:6.3.2] at org.elasticsearch.client.RestHighLevelClient.parseResponseException(RestHighLevelClient.java:628) ~[elasticsearch-rest-high-level-client-6.3.2.jar:6.3.2] at org.elasticsearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:535) ~[elasticsearch-rest-high-level-client-6.3.2.jar:6.3.2] at org.elasticsearch.client.RestHighLevelClient.performRequestAndParseEntity(RestHighLevelClient.java:508) ~[elasticsearch-rest-high-level-client-6.3.2.jar:6.3.2] at org.elasticsearch.client.RestHighLevelClient.search(RestHighLevelClient.java:404) ~[elasticsearch-rest-high-level-client-6.3.2.jar:6.3.2] at org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient.search(ElasticSearchClient.java:122) ~[classes/:?] at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.query.AggregationQueryEsDAO.aggregation(AggregationQueryEsDAO.java:123) ~[classes/:?] at org.apache.skywalking.oap.server.storage.plugin.elasticsearch.query.AggregationQueryEsDAO.getAllEndpointTopN(AggregationQueryEsDAO.java:87) ~[classes/:?] at org.apache.skywalking.oap.server.core.query.AggregationQueryService.getAllEndpointTopN(AggregationQueryService.java:89) ~[classes/:?] at org.apache.skywalking.oap.query.graphql.resolver.AggregationQuery.getAllEndpointTopN(AggregationQuery.java:75) ~[classes/:?] at org.apache.skywalking.oap.query.graphql.resolver.AggregationQueryMethodAccess.invoke(Unknown Source) ~[reflectasm-1.11.7.jar:?] at com.coxautodev.graphql.tools.MethodFieldResolverDataFetcher.get(MethodFieldResolver.kt:147) ~[graphql-java-tools-5.2.3.jar:?] ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
