1036 lines
80 KiB
Plaintext
1036 lines
80 KiB
Plaintext
|
|
16:17:19.117 [main] ERROR o.s.b.SpringApplication - [reportFailure,818] - Application run failed
|
||
|
|
cn.hutool.core.io.IORuntimeException: ConnectException: Connection timed out: connect
|
||
|
|
at cn.hutool.http.HttpRequest.send(HttpRequest.java:1350)
|
||
|
|
at cn.hutool.http.HttpRequest.doExecute(HttpRequest.java:1188)
|
||
|
|
at cn.hutool.http.HttpRequest.execute(HttpRequest.java:1051)
|
||
|
|
at cn.hutool.http.HttpRequest.execute(HttpRequest.java:1027)
|
||
|
|
at com.bonus.common.houqin.mq.rabbit.RabbitListenerConfiguration.existQueues(RabbitListenerConfiguration.java:290)
|
||
|
|
at com.bonus.common.houqin.mq.rabbit.RabbitListenerConfiguration.configureRabbitListeners(RabbitListenerConfiguration.java:165)
|
||
|
|
at org.springframework.amqp.rabbit.annotation.RabbitListenerAnnotationBeanPostProcessor.afterSingletonsInstantiated(RabbitListenerAnnotationBeanPostProcessor.java:272)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:974)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
||
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
||
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
||
|
|
at com.bonus.canteen.core.BonusSmartCanteenApplication.main(BonusSmartCanteenApplication.java:27)
|
||
|
|
Caused by: java.net.ConnectException: Connection timed out: connect
|
||
|
|
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
||
|
|
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75)
|
||
|
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
|
||
|
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
|
||
|
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
|
||
|
|
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
|
||
|
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
|
||
|
|
at java.net.Socket.connect(Socket.java:606)
|
||
|
|
at java.net.Socket.connect(Socket.java:555)
|
||
|
|
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
|
||
|
|
at sun.net.www.http.HttpClient.openServer(HttpClient.java:499)
|
||
|
|
at sun.net.www.http.HttpClient.openServer(HttpClient.java:594)
|
||
|
|
at sun.net.www.http.HttpClient.<init>(HttpClient.java:278)
|
||
|
|
at sun.net.www.http.HttpClient.New(HttpClient.java:375)
|
||
|
|
at sun.net.www.http.HttpClient.New(HttpClient.java:393)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1240)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1167)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1061)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:995)
|
||
|
|
at cn.hutool.http.HttpConnection.connect(HttpConnection.java:384)
|
||
|
|
at cn.hutool.http.HttpRequest.send(HttpRequest.java:1345)
|
||
|
|
... 16 common frames omitted
|
||
|
|
16:20:53.629 [main] ERROR o.s.b.SpringApplication - [reportFailure,818] - Application run failed
|
||
|
|
cn.hutool.core.io.IORuntimeException: ConnectException: Connection timed out: connect
|
||
|
|
at cn.hutool.http.HttpRequest.send(HttpRequest.java:1350)
|
||
|
|
at cn.hutool.http.HttpRequest.doExecute(HttpRequest.java:1188)
|
||
|
|
at cn.hutool.http.HttpRequest.execute(HttpRequest.java:1051)
|
||
|
|
at cn.hutool.http.HttpRequest.execute(HttpRequest.java:1027)
|
||
|
|
at com.bonus.common.houqin.mq.rabbit.RabbitListenerConfiguration.existQueues(RabbitListenerConfiguration.java:290)
|
||
|
|
at com.bonus.common.houqin.mq.rabbit.RabbitListenerConfiguration.configureRabbitListeners(RabbitListenerConfiguration.java:165)
|
||
|
|
at org.springframework.amqp.rabbit.annotation.RabbitListenerAnnotationBeanPostProcessor.afterSingletonsInstantiated(RabbitListenerAnnotationBeanPostProcessor.java:272)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:974)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
||
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
|
||
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
|
||
|
|
at com.bonus.canteen.core.BonusSmartCanteenApplication.main(BonusSmartCanteenApplication.java:27)
|
||
|
|
Caused by: java.net.ConnectException: Connection timed out: connect
|
||
|
|
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
|
||
|
|
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75)
|
||
|
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
|
||
|
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
|
||
|
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
|
||
|
|
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
|
||
|
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
|
||
|
|
at java.net.Socket.connect(Socket.java:606)
|
||
|
|
at java.net.Socket.connect(Socket.java:555)
|
||
|
|
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
|
||
|
|
at sun.net.www.http.HttpClient.openServer(HttpClient.java:499)
|
||
|
|
at sun.net.www.http.HttpClient.openServer(HttpClient.java:594)
|
||
|
|
at sun.net.www.http.HttpClient.<init>(HttpClient.java:278)
|
||
|
|
at sun.net.www.http.HttpClient.New(HttpClient.java:375)
|
||
|
|
at sun.net.www.http.HttpClient.New(HttpClient.java:393)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1240)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1167)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1061)
|
||
|
|
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:995)
|
||
|
|
at cn.hutool.http.HttpConnection.connect(HttpConnection.java:384)
|
||
|
|
at cn.hutool.http.HttpRequest.send(HttpRequest.java:1345)
|
||
|
|
... 16 common frames omitted
|
||
|
|
16:42:41.839 [redisson-netty-1-3] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x8160fdf2, L:/127.0.0.1:61726 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-28] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x25cc0e8d, L:/127.0.0.1:61738 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-20] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x41b90152, L:/127.0.0.1:61734 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-6] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x06fbd94d, L:/127.0.0.1:61743 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-14] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x025dea92, L:/127.0.0.1:61747 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-2] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xf7544fbb, L:/127.0.0.1:61725 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-1] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x4b285c8d, L:/127.0.0.1:61740 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-12] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x40e39e97, L:/127.0.0.1:61730 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-16] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x17eff12f, L:/127.0.0.1:61748 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-24] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xbfb6d679, L:/127.0.0.1:61736 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-30] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x38f22a3b, L:/127.0.0.1:61739 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-8] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x09833e6a, L:/127.0.0.1:61728 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-4] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x33e1b3f0, L:/127.0.0.1:61742 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-26] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x0556202a, L:/127.0.0.1:61737 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-18] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x4efea08a, L:/127.0.0.1:61749 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-22] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x60cefa22, L:/127.0.0.1:61735 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.839 [redisson-netty-1-10] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x4c65b9cd, L:/127.0.0.1:61729 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-18] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x154d0413, L:/127.0.0.1:61733 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-16] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xe00511a9, L:/127.0.0.1:61732 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-14] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xf846a4fe, L:/127.0.0.1:61731 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-8] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x30d497a5, L:/127.0.0.1:61744 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-6] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xd317860b, L:/127.0.0.1:61727 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-10] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x93398830, L:/127.0.0.1:61745 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-2] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xdcce555e, L:/127.0.0.1:61741 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:42:41.854 [redisson-netty-1-12] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x49352b31, L:/127.0.0.1:61746 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-2] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xb3dfe3b1, L:/127.0.0.1:64763 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-20] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x37fc376b, L:/127.0.0.1:64747 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-8] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xa0d1245b, L:/127.0.0.1:64770 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-29] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x979a0609, L:/127.0.0.1:64760 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-3] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xd28147aa, L:/127.0.0.1:64766 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-30] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xc092d425, L:/127.0.0.1:64759 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-27] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x85320692, L:/127.0.0.1:64758 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-21] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x3006d0a6, L:/127.0.0.1:64748 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-32] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x7769f451, L:/127.0.0.1:64764 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-7] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xa176c4fb, L:/127.0.0.1:64771 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-10] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x077f68be, L:/127.0.0.1:64772 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-1] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x845a9711, L:/127.0.0.1:64761 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-12] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xcef69d99, L:/127.0.0.1:64774 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.buffer.WrappedByteBuf.writeBytes(WrappedByteBuf.java:821)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-26] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x560ada8f, L:/127.0.0.1:64754 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-4] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xf784625f, L:/127.0.0.1:64767 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-24] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x74554150, L:/127.0.0.1:64752 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-9] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x6594642f, L:/127.0.0.1:64773 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-5] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x4539916d, L:/127.0.0.1:64769 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-11] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xa4aeb036, L:/127.0.0.1:64775 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-6] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x390f52f9, L:/127.0.0.1:64768 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-22] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xbbb39f0f, L:/127.0.0.1:64749 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-25] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x87f3efe6, L:/127.0.0.1:64755 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-31] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0xaa64b36e, L:/127.0.0.1:64762 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-28] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x8683c033, L:/127.0.0.1:64757 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|
||
|
|
16:43:00.959 [redisson-netty-1-23] ERROR o.r.c.h.ErrorsLoggingHandler - [exceptionCaught,47] - Exception occured. Channel: [id: 0x6d09debd, L:/127.0.0.1:64753 - R:127.0.0.1/127.0.0.1:6379]
|
||
|
|
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
|
||
|
|
at sun.nio.ch.SocketDispatcher.read0(Native Method)
|
||
|
|
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
|
||
|
|
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
|
||
|
|
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
|
||
|
|
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
|
||
|
|
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
|
||
|
|
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
|
||
|
|
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
|
||
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
|
||
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
|
||
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
|
at java.lang.Thread.run(Thread.java:750)
|