PS C:\Users\guruc\ethsigner> bin\ethsigner --chain-id=3 --downstream-http-host="ropsten.infura.io" --downstream-http-port=443 --downstream-http-request-timeout=50000 -l=DEBUG --tls-keystore-file=C:\Users\guruc\ethsigner\server.pfx --tls-keystore-password-file=C:\Users\guruc\ethsigner\serverPassword file-based-signer --key-file=C:\Users\guruc\ethsigner\keyfile --password-file=C:\Users\guruc\ethsigner\passwordFile Setting logging level to DEBUG 2020-01-17 15:57:59.520+05:30 | main | DEBUG | SignerSubCommand | Configuration = FileBasedSubCommand{passwordFilePath=C:\Users\guruc\ethsigner\passwordFile, keyFilePath=C:\Users\guruc\ethsigner\keyfile} 2020-01-17 15:57:59.530+05:30 | main | INFO | SignerSubCommand | Version = ethsigner/v0.4.1-dev-e09b8b07/windows-x86_64/oracle-java-13 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/C:/Users/guruc/ethsigner/lib/bcprov-jdk15on-1.61.jar) to constructor sun.security.provider.Sun() WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2020-01-17 15:58:00.581+05:30 | main | DEBUG | InternalLoggerFactory | Using SLF4J as the default logging framework 2020-01-17 15:58:00.586+05:30 | main | DEBUG | PlatformDependent | Platform: Windows 2020-01-17 15:58:00.591+05:30 | main | DEBUG | PlatformDependent0 | -Dio.netty.noUnsafe: false 2020-01-17 15:58:00.592+05:30 | main | DEBUG | PlatformDependent0 | Java version: 13 2020-01-17 15:58:00.595+05:30 | main | DEBUG | PlatformDependent0 | sun.misc.Unsafe.theUnsafe: available 2020-01-17 15:58:00.598+05:30 | main | DEBUG | PlatformDependent0 | sun.misc.Unsafe.copyMemory: available 2020-01-17 15:58:00.600+05:30 | main | DEBUG | PlatformDependent0 | java.nio.Buffer.address: available 2020-01-17 15:58:00.600+05:30 | main | DEBUG | PlatformDependent0 | direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) ~[netty-common-4.1.39.Final.jar:4.1.39.Final] at java.security.AccessController.doPrivileged(AccessController.java:312) ~[?:?] at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:272) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:92) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:222) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:209) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.cached(AsciiString.java:1406) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:47) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.handler.codec.http.HttpHeaderValues.(HttpHeaderValues.java:28) [netty-codec-http-4.1.39.Final.jar:4.1.39.Final] at tech.pegasys.ethsigner.core.Runner.(Runner.java:55) [ethsigner-core-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.core.EthSigner.run(EthSigner.java:79) [ethsigner-core-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.SignerSubCommand.run(SignerSubCommand.java:44) [ethsigner-commandline-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at picocli.CommandLine.executeUserObject(CommandLine.java:1769) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine.access$900(CommandLine.java:145) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$RunLast.handle(CommandLine.java:2141) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$RunLast.handle(CommandLine.java:2108) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1968) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine.parseWithHandlers(CommandLine.java:2322) [picocli-4.1.4.jar:4.1.4] at tech.pegasys.ethsigner.CommandlineParser.parseCommandLine(CommandlineParser.java:62) [ethsigner-commandline-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.EthSignerApp.main(EthSignerApp.java:31) [ethsigner-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] 2020-01-17 15:58:00.609+05:30 | main | DEBUG | PlatformDependent0 | java.nio.Bits.unaligned: available, true 2020-01-17 15:58:00.613+05:30 | main | DEBUG | PlatformDependent0 | jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @63a5d002 at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:376) ~[?:?] at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:642) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:559) ~[?:?] at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) ~[netty-common-4.1.39.Final.jar:4.1.39.Final] at java.security.AccessController.doPrivileged(AccessController.java:312) ~[?:?] at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:272) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:92) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:222) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:209) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.cached(AsciiString.java:1406) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.AsciiString.(AsciiString.java:47) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.handler.codec.http.HttpHeaderValues.(HttpHeaderValues.java:28) [netty-codec-http-4.1.39.Final.jar:4.1.39.Final] at tech.pegasys.ethsigner.core.Runner.(Runner.java:55) [ethsigner-core-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.core.EthSigner.run(EthSigner.java:79) [ethsigner-core-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.SignerSubCommand.run(SignerSubCommand.java:44) [ethsigner-commandline-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at picocli.CommandLine.executeUserObject(CommandLine.java:1769) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine.access$900(CommandLine.java:145) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$RunLast.handle(CommandLine.java:2141) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$RunLast.handle(CommandLine.java:2108) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1968) [picocli-4.1.4.jar:4.1.4] at picocli.CommandLine.parseWithHandlers(CommandLine.java:2322) [picocli-4.1.4.jar:4.1.4] at tech.pegasys.ethsigner.CommandlineParser.parseCommandLine(CommandlineParser.java:62) [ethsigner-commandline-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] at tech.pegasys.ethsigner.EthSignerApp.main(EthSignerApp.java:31) [ethsigner-0.4.1-SNAPSHOT.jar:0.4.1-dev-e09b8b07] 2020-01-17 15:58:00.619+05:30 | main | DEBUG | PlatformDependent0 | java.nio.DirectByteBuffer.(long, int): unavailable 2020-01-17 15:58:00.620+05:30 | main | DEBUG | PlatformDependent | sun.misc.Unsafe: available 2020-01-17 15:58:00.621+05:30 | main | DEBUG | PlatformDependent | maxDirectMemory: 4261412864 bytes (maybe) 2020-01-17 15:58:00.622+05:30 | main | DEBUG | PlatformDependent | -Dio.netty.tmpdir: C:\Users\guruc\AppData\Local\Temp (java.io.tmpdir) 2020-01-17 15:58:00.623+05:30 | main | DEBUG | PlatformDependent | -Dio.netty.bitMode: 64 (sun.arch.data.model) 2020-01-17 15:58:00.625+05:30 | main | DEBUG | PlatformDependent | -Dio.netty.maxDirectMemory: -1 bytes 2020-01-17 15:58:00.629+05:30 | main | DEBUG | PlatformDependent | -Dio.netty.uninitializedArrayAllocationThreshold: -1 2020-01-17 15:58:00.632+05:30 | main | DEBUG | CleanerJava9 | java.nio.ByteBuffer.cleaner(): available 2020-01-17 15:58:00.633+05:30 | main | DEBUG | PlatformDependent | -Dio.netty.noPreferDirect: false 2020-01-17 15:58:00.697+05:30 | main | DEBUG | ResourceLeakDetector | -Dio.netty.leakDetection.level: simple 2020-01-17 15:58:00.698+05:30 | main | DEBUG | ResourceLeakDetector | -Dio.netty.leakDetection.targetRecords: 4 2020-01-17 15:58:00.729+05:30 | main | DEBUG | InternalThreadLocalMap | -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2020-01-17 15:58:00.730+05:30 | main | DEBUG | InternalThreadLocalMap | -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2020-01-17 15:58:00.751+05:30 | main | DEBUG | MultithreadEventLoopGroup | -Dio.netty.eventLoopThreads: 8 2020-01-17 15:58:00.799+05:30 | main | DEBUG | NioEventLoop | -Dio.netty.noKeySetOptimization: false 2020-01-17 15:58:00.801+05:30 | main | DEBUG | NioEventLoop | -Dio.netty.selectorAutoRebuildThreshold: 512 2020-01-17 15:58:00.817+05:30 | main | DEBUG | PlatformDependent | org.jctools-core.MpscChunkedArrayQueue: available 2020-01-17 15:58:01.834+05:30 | main | DEBUG | DefaultDnsServerAddressStreamProvider | Default DNS servers: [/10.0.0.1:53, /192.168.101.1:53] (sun.net.dns.ResolverConfiguration) 2020-01-17 15:58:01.848+05:30 | main | DEBUG | NetUtil | -Djava.net.preferIPv4Stack: false 2020-01-17 15:58:01.848+05:30 | main | DEBUG | NetUtil | -Djava.net.preferIPv6Addresses: false 2020-01-17 15:58:02.703+05:30 | main | DEBUG | NetUtil | Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1) 2020-01-17 15:58:02.705+05:30 | main | DEBUG | NetUtil | Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200 2020-01-17 15:58:02.850+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.numHeapArenas: 8 2020-01-17 15:58:02.852+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.numDirectArenas: 8 2020-01-17 15:58:02.852+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.pageSize: 8192 2020-01-17 15:58:02.852+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.maxOrder: 11 2020-01-17 15:58:02.853+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.chunkSize: 16777216 2020-01-17 15:58:02.853+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.tinyCacheSize: 512 2020-01-17 15:58:02.853+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.smallCacheSize: 256 2020-01-17 15:58:02.854+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.normalCacheSize: 64 2020-01-17 15:58:02.854+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2020-01-17 15:58:02.854+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.cacheTrimInterval: 8192 2020-01-17 15:58:02.855+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2020-01-17 15:58:02.855+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.useCacheForAllThreads: true 2020-01-17 15:58:02.855+05:30 | vert.x-eventloop-thread-2 | DEBUG | PooledByteBufAllocator | -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2020-01-17 15:58:02.890+05:30 | vert.x-eventloop-thread-2 | DEBUG | AbstractByteBuf | -Dio.netty.buffer.checkAccessible: true 2020-01-17 15:58:02.890+05:30 | vert.x-eventloop-thread-2 | DEBUG | AbstractByteBuf | -Dio.netty.buffer.checkBounds: true 2020-01-17 15:58:02.893+05:30 | vert.x-eventloop-thread-2 | DEBUG | ResourceLeakDetectorFactory | Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1d4ebe34 2020-01-17 15:58:03.200+05:30 | vert.x-eventloop-thread-2 | DEBUG | JdkSslContext | Default protocols (JDK): [TLSv1.2, TLSv1.1, TLSv1] 2020-01-17 15:58:03.201+05:30 | vert.x-eventloop-thread-2 | DEBUG | JdkSslContext | Default cipher suites (JDK): [TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384] 2020-01-17 15:58:04.032+05:30 | vert.x-eventloop-thread-2 | DEBUG | DefaultChannelId | -Dio.netty.processId: 7716 (auto-detected) 2020-01-17 15:58:04.939+05:30 | vert.x-eventloop-thread-2 | DEBUG | DefaultChannelId | -Dio.netty.machineId: f8:59:71:ff:fe:ae:40:9d (auto-detected) 2020-01-17 15:58:04.974+05:30 | vert.x-eventloop-thread-2 | DEBUG | ByteBufUtil | -Dio.netty.allocator.type: pooled 2020-01-17 15:58:04.975+05:30 | vert.x-eventloop-thread-2 | DEBUG | ByteBufUtil | -Dio.netty.threadLocalDirectBufferSize: 0 2020-01-17 15:58:04.976+05:30 | vert.x-eventloop-thread-2 | DEBUG | ByteBufUtil | -Dio.netty.maxThreadLocalCharBufferSize: 16384 2020-01-17 15:58:05.001+05:30 | vert.x-eventloop-thread-2 | INFO | HttpServerService | HTTP server service started on 8545 2020-01-17 15:58:05.003+05:30 | vert.x-eventloop-thread-3 | INFO | Runner | JsonRpcHttpService Vertx deployment id is: 15f85ab1-fb17-4ed4-a227-74ef3ad9c75d 2020-01-17 15:58:10.144+05:30 | vert.x-eventloop-thread-2 | DEBUG | Recycler | -Dio.netty.recycler.maxCapacityPerThread: 4096 2020-01-17 15:58:10.145+05:30 | vert.x-eventloop-thread-2 | DEBUG | Recycler | -Dio.netty.recycler.maxSharedCapacityFactor: 2 2020-01-17 15:58:10.146+05:30 | vert.x-eventloop-thread-2 | DEBUG | Recycler | -Dio.netty.recycler.linkCapacity: 16 2020-01-17 15:58:10.146+05:30 | vert.x-eventloop-thread-2 | DEBUG | Recycler | -Dio.netty.recycler.ratio: 8 2020-01-17 15:58:10.318+05:30 | vert.x-eventloop-thread-2 | DEBUG | SslHandler | [id: 0x15a29c74, L:/127.0.0.1:8545 - R:/127.0.0.1:56963] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 2020-01-17 15:58:10.395+05:30 | vert.x-eventloop-thread-2 | DEBUG | ZlibCodecFactory | -Dio.netty.noJdkZlibDecoder: false 2020-01-17 15:58:10.395+05:30 | vert.x-eventloop-thread-2 | DEBUG | ZlibCodecFactory | -Dio.netty.noJdkZlibEncoder: false 2020-01-17 15:58:10.446+05:30 | vert.x-eventloop-thread-2 | DEBUG | PassThroughHandler | Proxying method: GET, uri: https://localhost:8545/, body: { "jsonrpc": "2.0", "id": 1, "method": "eth_blockNumber", "params": [] } 2020-01-17 15:58:10.468+05:30 | vert.x-eventloop-thread-2 | DEBUG | ResourceLeakDetectorFactory | Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@39da2224 2020-01-17 15:58:10.472+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsQueryContext | [id: 0x49079d34] WRITE: UDP, [44513: /10.0.0.1:53], DefaultDnsQuestion(ropsten.infura.io. IN A) 2020-01-17 15:58:10.484+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsQueryContext | [id: 0x49079d34] WRITE: UDP, [62284: /10.0.0.1:53], DefaultDnsQuestion(ropsten.infura.io. IN AAAA) 2020-01-17 15:58:15.491+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsQueryContext | [id: 0x49079d34] WRITE: UDP, [47197: /192.168.101.1:53], DefaultDnsQuestion(ropsten.infura.io. IN A) 2020-01-17 15:58:15.494+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsQueryContext | [id: 0x49079d34] WRITE: UDP, [41306: /192.168.101.1:53], DefaultDnsQuestion(ropsten.infura.io. IN AAAA) 2020-01-17 15:58:15.615+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsNameResolver | [id: 0x49079d34] RECEIVED: UDP [47197: /192.168.101.1:53], DatagramDnsResponse(from: /192.168.101.1:53, to: /0:0:0:0:0:0:0:0:57703, 47197, QUERY(0), NoError(0), RD RA) DefaultDnsQuestion(ropsten.infura.io. IN A) DefaultDnsRawRecord(ropsten.infura.io. 15 IN CNAME 68B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) DefaultDnsRawRecord(monorepo-production-edge-alb-985829473.us-east-1.elb.amazonaws.com. 43 IN A 4B) 2020-01-17 15:58:15.619+05:30 | vert.x-eventloop-thread-2 | DEBUG | DnsNameResolver | [id: 0x49079d34] RECEIVED: UDP [41306: /192.168.101.1:53], DatagramDnsResponse(from: /192.168.101.1:53, to: /0:0:0:0:0:0:0:0:57703, 41306, QUERY(0), NoError(0), RD RA) DefaultDnsQuestion(ropsten.infura.io. IN AAAA) DefaultDnsRawRecord(ropsten.infura.io. 41 IN CNAME 68B) 2020-01-17 15:58:16.144+05:30 | vert.x-eventloop-thread-2 | DEBUG | VertxRequestTransmitter | Response status: 400 2020-01-17 15:58:16.156+05:30 | vert.x-worker-thread-0 | DEBUG | VertxRequestTransmitter | Response body: 400 The plain HTTP request was sent to HTTPS port

400 Bad Request

The plain HTTP request was sent to HTTPS port
2020-01-17 15:58:16.192+05:30 | vert.x-eventloop-thread-2 | DEBUG | SslHandler | [id: 0x15a29c74, L:/127.0.0.1:8545 - R:/127.0.0.1:56963] Swallowing a harmless 'connection reset by peer / broken pipe' error that occurred while writing close_notify in response to the peer's close_notify java.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:?] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:46) ~[?:?] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276) ~[?:?] at sun.nio.ch.IOUtil.read(IOUtil.java:233) ~[?:?] at sun.nio.ch.IOUtil.read(IOUtil.java:223) ~[?:?] at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:367) ~[?:?] at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247) ~[netty-buffer-4.1.39.Final.jar:4.1.39.Final] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1140) ~[netty-buffer-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148) [netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697) [netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632) [netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549) [netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511) [netty-transport-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.39.Final.jar:4.1.39.Final] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [netty-common-4.1.39.Final.jar:4.1.39.Final] at java.lang.Thread.run(Thread.java:830) [?:?]