You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Sometimes, when you deploy Siddhi tooling and runner in an OpenShift environment it will gives the following error.
[2019-11-19 12:42:48,760] ERROR {org.wso2.transport.http.netty.contractimpl.listener.WebSocketServerHandshakeHandler} - Error during WebSocket server handshake java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1108)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:345)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:126)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Unknown Source)
Suggested Labels:
Bugfix
Affected Product Version:
5.1.1
Steps to reproduce:
Use the following YAMLs to deploy the Siddhi tooling editor.
@mostafahussein the problem is, we couldn’t reproduce this issue yet. But according to our investigation, we think the following cases might cause this issue.
A firewall that enables in your K8s cluster
The slow network connection
Perhaps, you can consider the above cases to solve your issue.
Description:
Sometimes, when you deploy Siddhi tooling and runner in an OpenShift environment it will gives the following error.
Suggested Labels:
Bugfix
Affected Product Version:
5.1.1
Steps to reproduce:
Use the following YAMLs to deploy the Siddhi tooling editor.
Related Issues:
The text was updated successfully, but these errors were encountered: