Advertisement
BoberDiversant

Untitled

Jul 9th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 07:58:20,535 ERROR [UdpManager] (service-scheduler-2) An unexpected problem occurred while reading from channel.
  2. java.lang.ArrayIndexOutOfBoundsException: null
  3. Jul 09, 2019 7:58:21 AM io.grpc.internal.ChannelExecutor drain
  4. WARNING: Runnable threw exception in ChannelExecutor
  5. java.lang.OutOfMemoryError: unable to create new native thread
  6.     at java.lang.Thread.start0(Native Method)
  7.     at java.lang.Thread.start(Thread.java:717)
  8.     at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
  9.     at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1378)
  10.     at io.grpc.internal.DnsNameResolver.resolve(DnsNameResolver.java:201)
  11.     at io.grpc.internal.DnsNameResolver.refresh(DnsNameResolver.java:128)
  12.     at io.grpc.internal.ManagedChannelImpl$LbHelperImpl$1.onStateChange(ManagedChannelImpl.java:661)
  13.     at io.grpc.internal.InternalSubchannel$2.run(InternalSubchannel.java:270)
  14.     at io.grpc.internal.ChannelExecutor.drain(ChannelExecutor.java:72)
  15.     at io.grpc.internal.InternalSubchannel$TransportListener.transportShutdown(InternalSubchannel.java:493)
  16.     at io.grpc.netty.ClientTransportLifecycleManager.notifyShutdown(ClientTransportLifecycleManager.java:53)
  17.     at io.grpc.netty.NettyClientHandler.goingAway(NettyClientHandler.java:602)
  18.     at io.grpc.netty.NettyClientHandler.access$200(NettyClientHandler.java:79)
  19.     at io.grpc.netty.NettyClientHandler$1.onGoAwayReceived(NettyClientHandler.java:206)
  20.     at io.netty.handler.codec.http2.DefaultHttp2Connection.goAwayReceived(DefaultHttp2Connection.java:232)
  21.     at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.onGoAwayRead0(DefaultHttp2ConnectionDecoder.java:166)
  22.     at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onGoAwayRead(DefaultHttp2ConnectionDecoder.java:495)
  23.     at io.netty.handler.codec.http2.Http2InboundFrameLogger$1.onGoAwayRead(Http2InboundFrameLogger.java:119)
  24.     at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readGoAwayFrame(DefaultHttp2FrameReader.java:592)
  25.     at io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:272)
  26.     at io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:160)
  27.     at io.netty.handler.codec.http2.Http2InboundFrameLogger.readFrame(Http2InboundFrameLogger.java:41)
  28.     at io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:118)
  29.     at io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:383)
  30.     at io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:443)
  31.     at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
  32.     at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
  33.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
  34.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  35.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  36.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  37.     at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1336)
  38.     at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1127)
  39.     at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1162)
  40.     at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
  41.     at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
  42.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
  43.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  44.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  45.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  46.     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
  47.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  48.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  49.     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
  50.     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
  51.     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
  52.     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
  53.     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
  54.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
  55.     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  56.     at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
  57.     at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement