org.embulk.exec.PooledBufferAllocator$BufferDoubleReleasedException: Detected double release() call of a buffer
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
org.embulk.exec.PooledBufferAllocator$BufferReleasedBeforeAt:
at org.embulk.exec.PooledBufferAllocator$NettyByteBufBuffer.release(PooledBufferAllocator.java:54)
at org.embulk.spi.Page.release(Page.java:38)
at org.embulk.standards.StdoutOutputPlugin$1.add(StdoutOutputPlugin.java:67)
at org.embulk.spi.PageBuilder.doFlush(PageBuilder.java:197)
at org.embulk.spi.PageBuilder.finish(PageBuilder.java:211)
at org.embulk.input.jdbc.AbstractJdbcInputPlugin.run(AbstractJdbcInputPlugin.java:241)
at org.embulk.exec.LocalExecutor$6.call(LocalExecutor.java:630)
at org.embulk.exec.LocalExecutor$6.call(LocalExecutor.java:616)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)