0 Replies Latest reply on Mar 4, 2015 10:34 AM by saruwatari

    WF8.2 loop error Buffer was already freed

    saruwatari

      I use Wildfly 8.2 final

      and use  ssl (follow http://www.nailedtothex.org/roller/kyle/entry/configuring-wildfly-as-a-standalone) deployed war file.

      ten minnite i got a lot error follow

      2015-03-04 22:15:03,408 ERROR [org.xnio.listener] (default I/O-4) XNIO001007: A  channel event listener threw an exception: java.lang.IllegalStateException: XNIO000017: Buffer was already freed at org.xnio.ByteBufferSlicePool$PooledByteBuffer.getResource(ByteBufferSlicePool.java:206) [xnio-api-3.3.1.Final.jar:3.3.1.Final-SNAPSHOT] at org.xnio.ByteBufferSlicePool$PooledByteBuffer.getResource(ByteBufferSlicePool.java:176) [xnio-api-3.3.1.Final.jar:3.3.1.Final-SNAPSHOT] at io.undertow.server.protocol.framed.AbstractFramedChannel.flushSenders(AbstractFramedChannel.java:475) at io.undertow.server.protocol.framed.AbstractFramedChannel$FrameWriteListener.handleEvent(AbstractFramedChannel.java:769)

      at io.undertow.server.protocol.framed.AbstractFramedChannel$FrameWriteListener.handleEvent(AbstractFramedChannel.java:766)

      at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92) [xnio-api-3.3.1.Final.jar:3.3.1.Final-SNAPSHOT]  at org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.writeReady(WriteReadyHandler.java:65) [xnio-api-3.3.1.Final.jar:3.3.1.Final-SNAPSHOT]

      at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:93) [ xnio-nio-3.3.1.Final.jar:3.3.1.Final-SNAPSHOT]

      at org.xnio.nio.WorkerThread.run(WorkerThread.java:539) [xnio-nio-3.3.1.

      I think this same https://developer.jboss.org/thread/252281

      i try Djboss.remoting.pooled-buffers=false [REM3-200] Memory leak in org.xnio.ByteBufferSlicePool - JBoss Issue Tracker not ok

      i try use xnio-api-3.3.1.Final and xnio-nio-3.3.1.Final not ok

      and i try use jboss-remoting-4.0.7.Final  is not ok still problem.

      Have any way to try?