Created
September 30, 2013 09:56
-
-
Save daschl/6761673 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/bin/java -Didea.launcher.port=7536 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12.app/bin" -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/javafx-doclet.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/htmlconverter.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/JObjC.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Users/michael/netty-test/target/classes:/Users/michael/.m2/repository/io/netty/netty-codec-memcache/4.1.0.Alpha1-SNAPSHOT/netty-codec-memcache-4.1.0.Alpha1-SNAPSHOT.jar:/Users/michael/.m2/repository/io/netty/netty-codec/4.1.0.Alpha1-SNAPSHOT/netty-codec-4.1.0.Alpha1-SNAPSHOT.jar:/Users/michael/.m2/repository/io/netty/netty-transport/4.1.0.Alpha1-SNAPSHOT/netty-transport-4.1.0.Alpha1-SNAPSHOT.jar:/Users/michael/.m2/repository/io/netty/netty-buffer/4.1.0.Alpha1-SNAPSHOT/netty-buffer-4.1.0.Alpha1-SNAPSHOT.jar:/Users/michael/.m2/repository/io/netty/netty-common/4.1.0.Alpha1-SNAPSHOT/netty-common-4.1.0.Alpha1-SNAPSHOT.jar:/Users/michael/.m2/repository/io/netty/netty-handler/4.1.0.Alpha1-SNAPSHOT/netty-handler-4.1.0.Alpha1-SNAPSHOT.jar:/Applications/IntelliJ IDEA 12.app/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain Main | |
Sep 30, 2013 11:55:19 AM io.netty.util.ResourceLeakDetector reportLeak | |
WARNING: LEAK: ByteBuf was GC'd before being released correctly. The following stack trace shows where the leaked object was created, rather than where you failed to release it. | |
io.netty.util.ResourceLeakException: io.netty.buffer.PooledHeapByteBuf@28d3ee1b | |
at io.netty.util.ResourceLeakDetector$DefaultResourceLeak.<init>(ResourceLeakDetector.java:174) | |
at io.netty.util.ResourceLeakDetector.open(ResourceLeakDetector.java:116) | |
at io.netty.buffer.PooledByteBuf.<init>(PooledByteBuf.java:41) | |
at io.netty.buffer.PooledHeapByteBuf.<init>(PooledHeapByteBuf.java:45) | |
at io.netty.buffer.PooledHeapByteBuf.<init>(PooledHeapByteBuf.java:28) | |
at io.netty.buffer.PooledHeapByteBuf$1.newObject(PooledHeapByteBuf.java:33) | |
at io.netty.buffer.PooledHeapByteBuf$1.newObject(PooledHeapByteBuf.java:30) | |
at io.netty.util.Recycler.get(Recycler.java:40) | |
at io.netty.buffer.PooledHeapByteBuf.newInstance(PooledHeapByteBuf.java:38) | |
at io.netty.buffer.PoolArena$HeapArena.newByteBuf(PoolArena.java:357) | |
at io.netty.buffer.PoolArena.allocate(PoolArena.java:93) | |
at io.netty.buffer.PooledByteBufAllocator.newHeapBuffer(PooledByteBufAllocator.java:222) | |
at io.netty.buffer.AbstractByteBufAllocator.heapBuffer(AbstractByteBufAllocator.java:113) | |
at io.netty.buffer.AbstractByteBufAllocator.heapBuffer(AbstractByteBufAllocator.java:104) | |
at io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:62) | |
at io.netty.handler.codec.memcache.binary.BinaryMemcacheDecoder.decode(BinaryMemcacheDecoder.java:86) | |
at io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder.decode(BinaryMemcacheClientCodec.java:70) | |
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) | |
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147) | |
at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:143) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:307) | |
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:293) | |
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:775) | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:101) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:801) | |
at java.lang.Thread.run(Thread.java:722) | |
Sep 30, 2013 11:55:19 AM io.netty.util.ResourceLeakDetector reportLeak | |
WARNING: LEAK: ByteBuf was GC'd before being released correctly. The following stack trace shows where the leaked object was created, rather than where you failed to release it. | |
io.netty.util.ResourceLeakException: io.netty.buffer.PooledHeapByteBuf@34c3c29 | |
at io.netty.util.ResourceLeakDetector$DefaultResourceLeak.<init>(ResourceLeakDetector.java:174) | |
at io.netty.util.ResourceLeakDetector.open(ResourceLeakDetector.java:116) | |
at io.netty.buffer.PooledByteBuf.<init>(PooledByteBuf.java:41) | |
at io.netty.buffer.PooledHeapByteBuf.<init>(PooledHeapByteBuf.java:45) | |
at io.netty.buffer.PooledHeapByteBuf.<init>(PooledHeapByteBuf.java:28) | |
at io.netty.buffer.PooledHeapByteBuf$1.newObject(PooledHeapByteBuf.java:33) | |
at io.netty.buffer.PooledHeapByteBuf$1.newObject(PooledHeapByteBuf.java:30) | |
at io.netty.util.Recycler.get(Recycler.java:40) | |
at io.netty.buffer.PooledHeapByteBuf.newInstance(PooledHeapByteBuf.java:38) | |
at io.netty.buffer.PoolArena$HeapArena.newByteBuf(PoolArena.java:357) | |
at io.netty.buffer.PoolArena.allocate(PoolArena.java:93) | |
at io.netty.buffer.PooledByteBufAllocator.newHeapBuffer(PooledByteBufAllocator.java:222) | |
at io.netty.buffer.AbstractByteBufAllocator.heapBuffer(AbstractByteBufAllocator.java:113) | |
at io.netty.buffer.AbstractByteBufAllocator.heapBuffer(AbstractByteBufAllocator.java:104) | |
at io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:62) | |
at io.netty.handler.codec.memcache.binary.BinaryMemcacheDecoder.decode(BinaryMemcacheDecoder.java:86) | |
at io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec$Decoder.decode(BinaryMemcacheClientCodec.java:70) | |
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) | |
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131) | |
at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:143) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:307) | |
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:293) | |
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:775) | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:101) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:801) | |
at java.lang.Thread.run(Thread.java:722) | |
Process finished with exit code 137 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment