[infinispan-issues] [JBoss JIRA] (ISPN-7514) REST interface throws 'Connection reset by peer' on getting value
Sebastian Łaskawiec (JIRA)
issues at jboss.org
Thu Feb 23 02:51:00 EST 2017
Sebastian Łaskawiec created ISPN-7514:
-----------------------------------------
Summary: REST interface throws 'Connection reset by peer' on getting value
Key: ISPN-7514
URL: https://issues.jboss.org/browse/ISPN-7514
Project: Infinispan
Issue Type: Bug
Components: Integration
Affects Versions: 9.0.0.CR1
Reporter: Sebastian Łaskawiec
REST endpoint throws a lot of INFO messages when accessing a value:
{noformat}
07:45:42,718 INFO [org.jboss.resteasy.plugins.server.netty.i18n] (nioEventLoopGroup-10-8) RESTEASY018512: Exception caught by handler: java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
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:380)
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:367)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:118)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:610)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:551)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:465)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:437)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list