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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to