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 2020/12/22 01:48:54 UTC

[GitHub] [skywalking] qianglu1989 opened a new issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

qianglu1989 opened a new issue #6051:
URL: https://github.com/apache/skywalking/issues/6051


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
    
   version :skywalking 8.3
   jdk: 1.8
   
   ___
   ### Question
   Why did it report an error?
   
   Uncaught (in promise) TypeError: Cannot read property 'services' of undefined
   
   
   ![image](https://user-images.githubusercontent.com/8486184/102838981-706e4980-443a-11eb-9952-42235145ae84.png)
   
   ___
   ### Requirement or improvement
   - Please describe 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



[GitHub] [skywalking] qianglu1989 commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   > I can't see what is error. How could I guess this?
   
   Thanks a lot. I'll check again


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



[GitHub] [skywalking] wu-sheng commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   It is on the website, https://skywalking.apache.org/#demo.


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



[GitHub] [skywalking] Lovnx commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   @qianglu1989 
   its a bug when u use elasticsearch as storage.
   
   how to solve:
   1、step to org.apache.skywalking.oap.server.storage.plugin.elasticsearch.query.MetadataQueryEsDAO
   2、code line 239 replaces to:
     `service.setGroup(serviceTraffic.getGroup() == null ? "-" : serviceTraffic.getGroup());`
   3、repackage storage-elasticsearch-plugin-8.3.0.jar and restart OAPserver


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



[GitHub] [skywalking] qianglu1989 commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   > It is on the website, https://skywalking.apache.org/#demo.
   
   I'm not sure what I need to configure for this UI. Could you please make it clear? Thank you


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



[GitHub] [skywalking] wu-sheng commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   What do you mean configure? I mean, if this is a code level issue, you should be able to see the error when you visit the demo SkyWalking, which is the same codes you are using.


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



[GitHub] [skywalking] wu-sheng commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   Could you recheck this on the demo env?


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



[GitHub] [skywalking] wu-sheng closed issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6051:
URL: https://github.com/apache/skywalking/issues/6051


   


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



[GitHub] [skywalking] qianglu1989 removed a comment on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

Posted by GitBox <gi...@apache.org>.
qianglu1989 removed a comment on issue #6051:
URL: https://github.com/apache/skywalking/issues/6051#issuecomment-749317145






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



[GitHub] [skywalking] qianglu1989 commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   > What do you mean configure? I mean, if this is a code level issue, you should be able to see the error when you visit the demo SkyWalking, which is the same codes you are using.
   
   我其实就想知道这个错误是什么问题导致的,我好去查查,你叫我看demo 有啥用,我当然知道你demo好使了


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



[GitHub] [skywalking] qianglu1989 commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   > Could you recheck this on the demo env?
   
   Such as?


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



[GitHub] [skywalking] wu-sheng commented on issue #6051: Uncaught (in promise) TypeError: Cannot read property 'services' of undefined

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


   I can't see what is error. How could I guess this?


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