Skip to content

Instantly share code, notes, and snippets.

@queer

queer/fire 2 Secret

Created October 28, 2018 04:43
Show Gist options
  • Save queer/30c4dd4fc11d95dc23c12429b6090c40 to your computer and use it in GitHub Desktop.
Save queer/30c4dd4fc11d95dc23c12429b6090c40 to your computer and use it in GitHub Desktop.
Oct 28, 2018 4:35:13 AM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 2138 ms, time limit is 2000
Oct 28, 2018 4:35:14 AM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 3175 ms, time limit is 2000
Oct 28, 2018 4:35:15 AM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 4175 ms, time limit is 2000
Oct 28, 2018 4:35:16 AM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 5175 ms, time limit is 2000
io.vertx.core.VertxException: Thread blocked
at java.base@10.0.2/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1016)
at app//com.mewna.catnip.cache.MemoryEntityCache.cacheMember(MemoryEntityCache.java:140)
at app//com.mewna.catnip.cache.MemoryEntityCache$$Lambda$196/1741829586.accept(Unknown Source)
at app//com.google.common.collect.ImmutableList.forEach(ImmutableList.java:407)
at app//com.mewna.catnip.cache.MemoryEntityCache.bulkCacheMembers(MemoryEntityCache.java:376)
at app//com.mewna.catnip.entity.impl.EntityBuilder.createGuild(EntityBuilder.java:860)
at app//com.mewna.catnip.entity.impl.EntityBuilder.createGuild(EntityBuilder.java:841)
at app//com.mewna.catnip.shard.DispatchEmitter.emit0(DispatchEmitter.java:124)
at app//com.mewna.catnip.shard.DispatchEmitter.emit(DispatchEmitter.java:40)
at app//com.mewna.catnip.shard.event.CachingBuffer.buffer(CachingBuffer.java:113)
at app//com.mewna.catnip.shard.CatnipShard.handleDispatch(CatnipShard.java:433)
at app//com.mewna.catnip.shard.CatnipShard.handleSocketData(CatnipShard.java:299)
at app//com.mewna.catnip.shard.CatnipShard.handleBinaryData(CatnipShard.java:260)
at app//com.mewna.catnip.shard.CatnipShard.handleSocketFrame(CatnipShard.java:274)
at app//com.mewna.catnip.shard.CatnipShard.lambda$null$4(CatnipShard.java:217)
at app//com.mewna.catnip.shard.CatnipShard$$Lambda$159/2101575670.handle(Unknown Source)
at app//io.vertx.core.http.impl.WebSocketImplBase.handleFrame(WebSocketImplBase.java:282)
at app//io.vertx.core.http.impl.Http1xClientConnection.handleWsFrame(Http1xClientConnection.java:693)
at app//io.vertx.core.http.impl.Http1xClientHandler.handleMessage(Http1xClientHandler.java:130)
at app//io.vertx.core.http.impl.Http1xClientHandler.handleMessage(Http1xClientHandler.java:33)
at app//io.vertx.core.net.impl.VertxHandler.lambda$channelRead$1(VertxHandler.java:146)
at app//io.vertx.core.net.impl.VertxHandler$$Lambda$162/1410659978.run(Unknown Source)
at app//io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:337)
at app//io.vertx.core.impl.ContextImpl$$Lambda$103/1174600751.run(Unknown Source)
at app//io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:195)
at app//io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:144)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:426)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at app//io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1429)
at app//io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1199)
at app//io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1243)
at app//io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
at app//io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment