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 2021/08/03 03:38:25 UTC

[GitHub] [skywalking] CodingOX opened a new issue #7401: 500 Server Error for HTTP POST "/graphql"

CodingOX opened a new issue #7401:
URL: https://github.com/apache/skywalking/issues/7401


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Bug
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   Skywalking:8.7.0
   OS:Docker
   
   - What happened?
   After deployment through docker, a blank page will appear when accessing through the browser, and the errors reported on the console are as follows
   ```shell
   2021-08-03 03:29:17.487 ERROR 1 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [1816cafd-1]  500 Server Error for HTTP POST "/graphql"
   
   io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:12800
           Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
   Error has been observed at the following site(s):
           |_ checkpoint ⇢ org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ HTTP POST "/graphql" [ExceptionHandlingWebHandler]
   Stack trace:
   Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
           at io.netty.channel.unix.Errors.newConnectException0(Errors.java:155)
           at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:128)
           at io.netty.channel.unix.Socket.finishConnect(Socket.java:278)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
           at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:470)
           at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
           at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
           at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
           at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
           at java.base/java.lang.Thread.run(Thread.java:834)
   
   2021-08-03 03:29:23.184 ERROR 1 --- [or-http-epoll-6] a.w.r.e.AbstractErrorWebExceptionHandler : [d4bc1a05-1]  500 Server Error for HTTP POST "/graphql"
   
   io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:12800
           Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
   Error has been observed at the following site(s):
           |_ checkpoint ⇢ org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ HTTP POST "/graphql" [ExceptionHandlingWebHandler]
   Stack trace:
   Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
           at io.netty.channel.unix.Errors.newConnectException0(Errors.java:155)
           at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:128)
           at io.netty.channel.unix.Socket.finishConnect(Socket.java:278)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
           at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:470)
           at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
           at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
           at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
           at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
           at java.base/java.lang.Thread.run(Thread.java:834)
   
   2021-08-03 03:29:43.656 ERROR 1 --- [or-http-epoll-7] a.w.r.e.AbstractErrorWebExceptionHandler : [816cd19d-2]  500 Server Error for HTTP POST "/graphql"
   
   io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:12800
           Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
   Error has been observed at the following site(s):
           |_ checkpoint ⇢ org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain]
           |_ checkpoint ⇢ HTTP POST "/graphql" [ExceptionHandlingWebHandler]
   Stack trace:
   Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
           at io.netty.channel.unix.Errors.newConnectException0(Errors.java:155)
           at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:128)
           at io.netty.channel.unix.Socket.finishConnect(Socket.java:278)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
           at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
           at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:470)
           at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
           at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
           at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
           at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
           at java.base/java.lang.Thread.run(Thread.java:834)
   ```
   
   The docker deployment script is as follows
   ```shell
   docker pull apache/skywalking-oap-server:8.7.0-es7
   
   docker run --name oap-server --restart always \
    -p 11800:11800 -p 12800:12800 \
    --net=sky-fly \
    -e SW_STORAGE=elasticsearch7 \
    -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 \
    -d apache/skywalking-oap-server:8.7.0-es7
   
   docker pull apache/skywalking-ui:8.7.0
   
   docker run --name oap-ui --restart always \
    -p 12889:8080 \
    --net=sky-fly \
    -e SW_OAP_ADDRESS=oap-server:12800 \
    -d apache/skywalking-ui:8.7.0
   ```
   
   With the same deployment method, there is no problem with 8.6.0
   
   
   ___
   ### Requirement or improvement
   Bug or my fault?
   


-- 
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] haiyes edited a comment on issue #7401: 8.7.0 UI docker image error

Posted by GitBox <gi...@apache.org>.
haiyes edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-909065727


   可以把UI中这个配置调整试试看,本人在8.7版本已经验证通过
   原配置:SW_OAP_ADDRESS=oap-server:12800
   修改后配置:SW_OAP_ADDRESS=http://127.0.0.1:12800


-- 
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] Zhang21 commented on issue #7401: 8.7.0 UI docker image error

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


   answer: <https://github.com/apache/skywalking/issues/7416>


-- 
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] JaredTan95 commented on issue #7401: 8.7.0 UI docker image error

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


   Yes, we should update the entry-point script in UI docker image.


-- 
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 #7401: 8.7.0 UI docker image error

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


   > I also encountered this problem with ui: 8.7.0. Replacing it with ui:8.6.0 can solve this problem.
   
   You don't need to. Download the image again, it is fixed on the central docker hub.


-- 
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] haiyes commented on issue #7401: 8.7.0 UI docker image error

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






-- 
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] JaredTan95 removed a comment on issue #7401: 8.7.0 UI docker image error

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


   @CodingOX Thank you for your timely feedback.
   In addition, we encourage skywalking users to fix and contribute.
   Many of the core developers(including me) in skywalking are interested in personal interests and use their spare time to maintain skywalking.


-- 
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 #7401: 500 Server Error for HTTP POST "/graphql"

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


   


-- 
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] haiyes commented on issue #7401: 8.7.0 UI docker image error

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


   可以把这个配置调整试试看,本人在8.7版本已经验证通过
   SW_OAP_ADDRESS=**oap-server**:12800
   SW_OAP_ADDRESS=**http://127.0.0.1**:12800


-- 
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] JaredTan95 edited a comment on issue #7401: 8.7.0 UI docker image error

Posted by GitBox <gi...@apache.org>.
JaredTan95 edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-891804672


   @CodingOX Thank you for your timely feedback.
   In addition, we encouraged  users to send PR to fix and contribute.
   Many core developers (including me) because of their personal interests and use their spare time to maintain Skywalking.


-- 
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 #7401: 8.7.0 UI docker image error

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






-- 
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] CodingOX edited a comment on issue #7401: 500 Server Error for HTTP POST "/graphql"

Posted by GitBox <gi...@apache.org>.
CodingOX edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-891681509


   `there is nothing we can do.` This is a rather irresponsible reply. If there is no problem with my deployment process, as the core developer of skywaking, Can you take a little time to verify this error?I've always been uncomfortable with what  you rude shut down issue, maybe your sign is Virgo.Skywalking is really a very good product.
   
   ---
   The reason for the problem is that the UI images of 8.7 in the current dockerhub is wrong, `docker-entrypoint.sh` content is 
   
   ```shell
   #!/bin/bash
   
   set -e
   
   export LOGGING_CONFIG="webapp/logback.xml"
   
   [[ ! -z "$SW_OAP_ADDRESS" ]] && export COLLECTOR_RIBBON_LISTOFSERVERS=${SW_OAP_ADDRESS} && echo "COLLECTOR_RIBBON_LISTOFSERVERS=$COLLECTOR_RIBBON_LISTOFSERVERS"
   [[ ! -z "$SW_TIMEOUT" ]] && export COLLECTOR_RIBBON_READTIMEOUT=${SW_TIMEOUT} && echo "COLLECTOR_RIBBON_READTIMEOUT=$COLLECTOR_RIBBON_READTIMEOUT"
   
   exec java -jar webapp/skywalking-webapp.jar "$@"
   ```
   but 8.7 changed from zuul to gateway.
   
   The following link is correct, but it is not packaged in the image:https://github.com/apache/skywalking/blob/master/docker/ui/docker-entrypoint.sh
   ```shell
   set -e
   
   export LOGGING_CONFIG="webapp/logback.xml"
   
   if [[ ! -z "$SW_OAP_ADDRESS" ]]; then
     address_arr=(${SW_OAP_ADDRESS//,/ })
     for i in "${!address_arr[@]}"
     do
         JAVA_OPTS="${JAVA_OPTS} -Dspring.cloud.discovery.client.simple.instances.oap-service[$i].uri=${address_arr[$i]}"
     done
   fi
   
   exec java  ${JAVA_OPTS} -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -jar webapp/skywalking-webapp.jar "$@"
   ```
   
   To sum up, I guess there was a problem when packing ui-images.
   


-- 
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 #7401: 8.7.0 UI docker image error

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


   I don't know why you pinged me. But this has been updated. Read https://github.com/apache/skywalking/issues/7416#issuecomment-899331509


-- 
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] JaredTan95 commented on issue #7401: 8.7.0 UI docker image error

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


   @CodingOX Thank you for your timely feedback.
   In addition, we encourage skywalking users to fix and contribute.
   Many of the core developers(including me) in skywalking are interested in personal interests and use their spare time to maintain skywalking.


-- 
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] haiyes edited a comment on issue #7401: 8.7.0 UI docker image error

Posted by GitBox <gi...@apache.org>.
haiyes edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-909065727


   可以把UI中这个配置调整试试看,本人在8.7版本已经验证通过
   原配置:SW_OAP_ADDRESS=oap-server:12800
   修改后配置:SW_OAP_ADDRESS=http://127.0.0.1:12800


-- 
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] CodingOX commented on issue #7401: 500 Server Error for HTTP POST "/graphql"

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


   `there is nothing we can do.` This is a rather irresponsible reply. If there is no problem with my deployment process, as the core developer of skywaking, Can you take a little time to verify this error?Of course, you can say that open source authors have no obligation to waste their time reproducing other people's problems.I've always been uncomfortable with what  you rude shut down issue, maybe your sign is Virgo.Skywalking is really a very good product.
   Let's get to the point
   
   ---
   The reason for the problem is that the UI images of 8.7 in the current dockerhub is wrong, `docker-entrypoint.sh` content is 
   
   ```shell
   #!/bin/bash
   
   set -e
   
   export LOGGING_CONFIG="webapp/logback.xml"
   
   [[ ! -z "$SW_OAP_ADDRESS" ]] && export COLLECTOR_RIBBON_LISTOFSERVERS=${SW_OAP_ADDRESS} && echo "COLLECTOR_RIBBON_LISTOFSERVERS=$COLLECTOR_RIBBON_LISTOFSERVERS"
   [[ ! -z "$SW_TIMEOUT" ]] && export COLLECTOR_RIBBON_READTIMEOUT=${SW_TIMEOUT} && echo "COLLECTOR_RIBBON_READTIMEOUT=$COLLECTOR_RIBBON_READTIMEOUT"
   
   exec java -jar webapp/skywalking-webapp.jar "$@"
   ```
   but 8.7 changed from zuul to gateway.
   
   The following link is correct, but it is not packaged in the image:https://github.com/apache/skywalking/blob/master/docker/ui/docker-entrypoint.sh
   ```shell
   set -e
   
   export LOGGING_CONFIG="webapp/logback.xml"
   
   if [[ ! -z "$SW_OAP_ADDRESS" ]]; then
     address_arr=(${SW_OAP_ADDRESS//,/ })
     for i in "${!address_arr[@]}"
     do
         JAVA_OPTS="${JAVA_OPTS} -Dspring.cloud.discovery.client.simple.instances.oap-service[$i].uri=${address_arr[$i]}"
     done
   fi
   
   exec java  ${JAVA_OPTS} -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -jar webapp/skywalking-webapp.jar "$@"
   ```
   
   To sum up, I guess there was a problem when packing ui-images.
   


-- 
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] sundong1982 commented on issue #7401: 8.7.0 UI docker image error

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


   @wu-sheng  It's still old in hub.docker.com 


-- 
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] haiyes commented on issue #7401: 8.7.0 UI docker image error

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


   ![image](https://user-images.githubusercontent.com/26479419/131479277-abe22634-a0b6-4369-af44-e1660b04cdce.png)
   


-- 
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] CodingOX commented on issue #7401: 500 Server Error for HTTP POST "/graphql"

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


   In version 8.7, this problem can be 100% replicated in multiple test environments, but  8.6 work fine. So I don't think my network wrong.
   


-- 
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] Zhang21 removed a comment on issue #7401: 8.7.0 UI docker image error

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


   same problem with `apache/skywalking-ui:8.7.0`.


-- 
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] JaredTan95 edited a comment on issue #7401: 8.7.0 UI docker image error

Posted by GitBox <gi...@apache.org>.
JaredTan95 edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-891804672


   @CodingOX Thank you for your timely feedback.
   BTW, we encouraged  users to send PR to fix and contribute.
   Many core developers (including me) because of their personal interests and use their spare time to maintain Skywalking.


-- 
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 #7401: 500 Server Error for HTTP POST "/graphql"

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


   This is your deployment, you should check on your own. 500 means backend is not available, mostly, you network setting is wrong.


-- 
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] haiyes commented on issue #7401: 8.7.0 UI docker image error

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






-- 
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] sundong1982 commented on issue #7401: 8.7.0 UI docker image error

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


   I also encountered this problem with ui: 8.7.0. Replacing it with ui:8.6.0 can solve this problem.


-- 
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 #7401: 500 Server Error for HTTP POST "/graphql"

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


   It says `Connection refused`, there is nothing we can do.


-- 
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] haiyes edited a comment on issue #7401: 8.7.0 UI docker image error

Posted by GitBox <gi...@apache.org>.
haiyes edited a comment on issue #7401:
URL: https://github.com/apache/skywalking/issues/7401#issuecomment-909065727


   可以把UI中这个配置调整试试看,本人在8.7版本已经验证通过
   原配置:SW_OAP_ADDRESS=oap-server:12800
   修改后配置:SW_OAP_ADDRESS=http://127.0.0.1:12800


-- 
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] JaredTan95 commented on issue #7401: 8.7.0 UI docker image error

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


   @CodingOX Thank you for your timely feedback.
   In addition, Skywalker is encouraged to repair and contribute.
   Many core developers (including me) because of their personal interests and use their spare time to keep Skywalking.


-- 
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 #7401: 500 Server Error for HTTP POST "/graphql"

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


   @hanahmily Please check.


-- 
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] sundong1982 commented on issue #7401: 8.7.0 UI docker image error

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


   I also encountered this problem with ui: 8.7.0. Replacing it with ui:8.6.0 can solve this problem.


-- 
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] Zhang21 commented on issue #7401: 8.7.0 UI docker image error

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


   same problem with `apache/skywalking-ui:8.7.0`.


-- 
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 #7401: 8.7.0 UI docker image error

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


   


-- 
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 #7401: 8.7.0 UI docker image error

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


   Image updated by @hanahmily . FYI @JaredTan95 


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