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 2022/04/21 11:48:14 UTC

[GitHub] [skywalking] lorihen opened a new issue, #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

lorihen opened a new issue, #8922:
URL: https://github.com/apache/skywalking/issues/8922

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   All are single deployments, The default H2 database used by OAP. there are some errors When I visit the topology tab page
   ![image](https://user-images.githubusercontent.com/45053680/164441287-ed1cd0cd-ded6-4998-81b5-232d2fb223c0.png)
   I found out that it is because the monitored application has no data generated within the set time period.
   
   "The field at path '/service_relation_client_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_relation_client_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'"
   "The field at path '/service_relation_server_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_relation_server_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'"
   "The field at path '/service_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_sla/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubbl
 e up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'"
   
   
   ### What you expected to happen
   
   1. is it normal?
   2. How to close this alarm message prompt?
   
   
   ### How to reproduce
   
   environment:
   OAP+UI   9.0.0
   AGENT   8.10.0
   Select a time period without requesting data to query,visit the topology tab page
   
   ### Anything else
   
   Necessarily occur
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org.apache.org

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


[GitHub] [skywalking] AaronW-BE commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
AaronW-BE commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1117044001

   > 
   
   Okay, I see. thanks for your reply.


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] AaronW-BE commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
AaronW-BE commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1115912249

   > > Same error for me, how did you solve this error, thanks a lot.
   > 
   > @AaronW-BE @lorihen Could you try the latest master at least with this commit of booster UI and see. #8964 it's fixed here.
   
   I used the docker distribudion, version 9.0.0, so still need waiting new version ....


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1105104934

   Mostly your OAP server is not working as expected, or down.


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] AaronW-BE commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
AaronW-BE commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1114645810

   > ### Search before asking
   > * [x]  I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   > 
   > ### Apache SkyWalking Component
   > OAP server (apache/skywalking)
   > 
   > ### What happened
   > All are single deployments, The default H2 database used by OAP. there are some errors When I visit the topology tab page ![image](https://user-images.githubusercontent.com/45053680/164441287-ed1cd0cd-ded6-4998-81b5-232d2fb223c0.png) I found out that it is because the monitored application has no data generated within the set time period.
   > 
   > "The field at path '/service_relation_client_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_relation_client_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'" "The field at path '/service_relation_server_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent fiel
 d be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_relation_server_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'" "The field at path '/service_cpm/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_sla/values[0]/id' was declared as a non null type, but the code involved in retri
 eving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt' The field at path '/service_resp_time/values[0]/id' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ID' within parent type 'KVInt'"
   > 
   > ### What you expected to happen
   > 1. is it normal?
   > 2. How to close this alarm message prompt?
   > 
   > ### How to reproduce
   > environment: OAP+UI 9.0.0 AGENT 8.10.0 Select a time period without requesting data to query,visit the topology tab page
   > 
   > ### Anything else
   > Necessarily occur
   > 
   > ### Are you willing to submit PR?
   > * [x]  Yes I am willing to submit a PR!
   > 
   > ### Code of Conduct
   > * [x]  I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   Same error for me, how did you solved this error, thanks a lot.


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] Superskyyy commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1115033212

   > Same error for me, how did you solve this error, thanks a lot.
   
   @AaronW-BE @lorihen 
   Could you try the latest master with this commit of booster UI and see. https://github.com/apache/skywalking/issues/8964 it's fixed here.
    


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8922:
URL: https://github.com/apache/skywalking/issues/8922#issuecomment-1115922058

   If you are talking about 8963, it is not a blocking issue. This error only shows out when there is no node and line of your topology. Put some services installing agent or export metrics/logs to SkyWalking, it would be fine.
   Read the PR's description, before you jump into a conclusion.


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng closed issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #8922: [Bug] the filed at path '/service_relation_server_resp_time/value{0}/id' was declared as anon null type,
URL: https://github.com/apache/skywalking/issues/8922


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

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