--> Wrapper Started as Daemon Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.01 14:00:53 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.01 14:00:53 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.01 14:00:53 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.01 14:00:53 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.01 14:00:53 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.01 14:00:53 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.01 14:00:53 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.01 14:00:54 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:00:54 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.01 14:00:54 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.01 14:00:54 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:00:54 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.01 14:00:54 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.01 14:00:56 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.01 14:00:56 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.01 14:00:56 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.01 14:00:56 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:00:56 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 146ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 6ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 11ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.01 14:00:56 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.01 14:00:56 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.01 14:00:56 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.01 14:00:56 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.01 14:00:56 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@48473370 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@c269db3 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7feab221 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@70362fd9 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@65e79335 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5d94413f 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@77c58b16 2019.11.01 14:00:56 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@364c2ad0 2019.11.01 14:00:56 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{iCbo5uQbSQC2ISPqdWR9gg}{127.0.0.1}{127.0.0.1:9001}] 2019.11.01 14:00:56 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 21115 (auto-detected) 2019.11.01 14:00:56 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.01 14:00:56 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.01 14:00:56 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.01 14:00:56 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.01 14:00:56 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.01 14:00:56 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.01 14:00:56 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.01 14:00:56 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.01 14:00:56 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.01 14:00:56 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.01 14:00:56 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.01 14:00:56 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.01 14:00:56 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.01 14:00:56 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:00:56 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30755cdb] REGISTERED 2019.11.01 14:00:56 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30755cdb] CONNECT: /127.0.0.1:9001 2019.11.01 14:00:56 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30755cdb] CLOSE 2019.11.01 14:00:57 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30755cdb] CLOSE 2019.11.01 14:00:57 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30755cdb] UNREGISTERED 2019.11.01 14:00:57 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{iCbo5uQbSQC2ISPqdWR9gg}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:00:57 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.01 14:01:01 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:01 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9dde1c00] REGISTERED 2019.11.01 14:01:01 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9dde1c00] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:01 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9dde1c00] CLOSE 2019.11.01 14:01:01 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9dde1c00] CLOSE 2019.11.01 14:01:01 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9dde1c00] UNREGISTERED 2019.11.01 14:01:01 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{iCbo5uQbSQC2ISPqdWR9gg}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:01:06 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.01 14:01:06 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.01 14:01:06 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@12bd8fa2 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.01 14:01:06 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.01 14:01:06 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.01 14:01:06 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:06 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{iCbo5uQbSQC2ISPqdWR9gg}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46160, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46160, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 4f 35 62 76 4a 62 76 51 52 2d 4f 4e 53 62 |w.O5bvJbvQR-ONSb| |00000050| 56 6c 73 37 42 54 6b 67 09 31 32 37 2e 30 2e 30 |Vls7BTkg.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46160, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:06 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x277ee4fb] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x277ee4fb] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7944f769, L:/127.0.0.1:46160 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x277ee4fb, L:/127.0.0.1:46162 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e, L:/127.0.0.1:46164 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f, L:/127.0.0.1:46166 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113] REGISTERED 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d, L:/127.0.0.1:46172 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a, L:/127.0.0.1:46178 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9, L:/127.0.0.1:46174 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984, L:/127.0.0.1:46180 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5, L:/127.0.0.1:46176 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944, L:/127.0.0.1:46184 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113, L:/127.0.0.1:46186 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:06 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46168, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46170, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:06 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 4f 35 62 76 4a 62 76 51 |7vfq9Iw.O5bvJbvQ| |00000040| 52 2d 4f 4e 53 62 56 6c 73 37 42 54 6b 67 09 31 |R-ONSbVls7BTkg.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46170, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.01 14:01:06 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:01:06 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:06 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46182, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:06 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:06 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:06 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:01:07 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:07 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46182, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.01 14:01:07 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{O5bvJbvQR-ONSbVls7BTkg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:01:07 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.01 14:01:07 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.01 14:01:07 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.01 14:01:07 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process8882769530767385173properties 2019.11.01 14:01:07 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.01 14:01:11 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1] REGISTERED 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1] CONNECT: /127.0.0.1:9001 2019.11.01 14:01:11 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:11 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:11 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:11 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{iCbo5uQbSQC2ISPqdWR9gg}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:11 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46220, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:01:11 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:01:11 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46220, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:01:11 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 4f 35 62 76 4a 62 76 51 52 2d 4f 4e 53 62 |w.O5bvJbvQR-ONSb| |00000050| 56 6c 73 37 42 54 6b 67 09 31 32 37 2e 30 2e 30 |Vls7BTkg.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:01:11 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46220, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:11 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x967e91b1, L:/127.0.0.1:46220 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.01 14:01:12 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.01 14:01:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d, L:/127.0.0.1:46172 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x277ee4fb, L:/127.0.0.1:46162 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a, L:/127.0.0.1:46178 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x277ee4fb, L:/127.0.0.1:46162 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d, L:/127.0.0.1:46172 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9, L:/127.0.0.1:46174 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984, L:/127.0.0.1:46180 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe1df925d, L:/127.0.0.1:46172 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a, L:/127.0.0.1:46178 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5, L:/127.0.0.1:46176 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xafe2f35a, L:/127.0.0.1:46178 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9, L:/127.0.0.1:46174 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f, L:/127.0.0.1:46166 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f, L:/127.0.0.1:46166 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2b8f711f, L:/127.0.0.1:46166 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944, L:/127.0.0.1:46184 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113, L:/127.0.0.1:46186 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113, L:/127.0.0.1:46186 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6b9dd113, L:/127.0.0.1:46186 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944, L:/127.0.0.1:46184 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe2428944, L:/127.0.0.1:46184 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xaa1f46f9, L:/127.0.0.1:46174 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984, L:/127.0.0.1:46180 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4ba1d984, L:/127.0.0.1:46180 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9adaa005, L:/127.0.0.1:46170 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa70dbf16, L:/127.0.0.1:46168 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5, L:/127.0.0.1:46176 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5edfc2a5, L:/127.0.0.1:46176 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2592bc1b, L:/127.0.0.1:46182 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e, L:/127.0.0.1:46164 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e, L:/127.0.0.1:46164 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:01:12 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xdb8ad33e, L:/127.0.0.1:46164 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:01:12 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.01 14:01:12 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.01 14:01:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.01 14:01:12 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.01 14:01:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.01 14:01:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.01 14:01:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.01 14:01:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.01 14:01:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.01 14:01:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.01 14:01:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped --> Wrapper Started as Console Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.01 14:12:50 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.01 14:12:50 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.01 14:12:50 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.01 14:12:50 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.01 14:12:51 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.01 14:12:51 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.01 14:12:51 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.01 14:12:51 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:12:51 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.01 14:12:51 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.01 14:12:51 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:12:51 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.01 14:12:51 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.01 14:12:53 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.01 14:12:53 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.01 14:12:53 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.01 14:12:53 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:12:53 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 190ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 9ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 30ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 2ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 1ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.01 14:12:53 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.01 14:12:53 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.01 14:12:53 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.01 14:12:53 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.01 14:12:53 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@12dc2f73 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2149598 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2d04614f 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7df366b 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7eef4910 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@58f1bb00 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5671a748 2019.11.01 14:12:53 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2863bf83 2019.11.01 14:12:53 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{IzXaaJSKR0Cv8cfrm0HWKQ}{127.0.0.1}{127.0.0.1:9001}] 2019.11.01 14:12:54 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 22274 (auto-detected) 2019.11.01 14:12:54 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.01 14:12:54 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.01 14:12:54 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.01 14:12:54 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.01 14:12:54 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.01 14:12:54 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.01 14:12:54 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.01 14:12:54 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.01 14:12:54 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.01 14:12:54 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.01 14:12:54 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.01 14:12:54 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.01 14:12:54 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.01 14:12:54 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:12:54 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x468221d2] REGISTERED 2019.11.01 14:12:54 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x468221d2] CONNECT: /127.0.0.1:9001 2019.11.01 14:12:54 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x468221d2] CLOSE 2019.11.01 14:12:54 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{IzXaaJSKR0Cv8cfrm0HWKQ}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:12:54 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.01 14:12:54 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x468221d2] CLOSE 2019.11.01 14:12:54 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x468221d2] UNREGISTERED 2019.11.01 14:12:58 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:12:58 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa3ef1d23] REGISTERED 2019.11.01 14:12:58 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa3ef1d23] CONNECT: /127.0.0.1:9001 2019.11.01 14:12:58 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa3ef1d23] CLOSE 2019.11.01 14:12:58 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa3ef1d23] CLOSE 2019.11.01 14:12:58 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa3ef1d23] UNREGISTERED 2019.11.01 14:12:58 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{IzXaaJSKR0Cv8cfrm0HWKQ}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:13:03 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:03 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442] REGISTERED 2019.11.01 14:13:03 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:03 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:03 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:13:03 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.01 14:13:03 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.01 14:13:03 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7b00a75b 2019.11.01 14:13:03 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:03 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.01 14:13:03 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.01 14:13:03 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.01 14:13:03 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.01 14:13:03 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:03 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:03 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{IzXaaJSKR0Cv8cfrm0HWKQ}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:13:03 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46264, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46264, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 74 52 35 56 50 79 6d 66 51 6e 79 30 6d 30 |w.tR5VPymfQny0m0| |00000050| 6f 42 7a 30 37 77 62 77 09 31 32 37 2e 30 2e 30 |oBz07wbw.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46264, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:04 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4c332442, L:/127.0.0.1:46264 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41] REGISTERED 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:04 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46266, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46274, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:04 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 74 52 35 56 50 79 6d 66 |7vfq9Iw.tR5VPymf| |00000040| 51 6e 79 30 6d 30 6f 42 7a 30 37 77 62 77 09 31 |Qny0m0oBz07wbw.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46274, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.01 14:13:04 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:13:04 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46282, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:04 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:04 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:13:04 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:04 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46282, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.01 14:13:04 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{tR5VPymfQny0m0oBz07wbw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:13:04 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.01 14:13:04 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.01 14:13:04 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.01 14:13:04 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process16018059178662245844properties 2019.11.01 14:13:04 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46288, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46278, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46276, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46266, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46270, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46280, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46272, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46284, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46290, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46286, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46268, remoteAddress=/127.0.0.1:9001} [ping] WRITE: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46266, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46270, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46272, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 - R:/127.0.0.1:9001] WRITE: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46268, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46288, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46276, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46280, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46284, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46290, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46286, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 - R:/127.0.0.1:9001] READ: 6B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 ff ff ff ff |ES.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46278, remoteAddress=/127.0.0.1:9001} [ping] READ: 6B 2019.11.01 14:13:09 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc] REGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc] CONNECT: /127.0.0.1:9001 2019.11.01 14:13:09 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:09 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{IzXaaJSKR0Cv8cfrm0HWKQ}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46324, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:13:09 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46324, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:13:09 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 74 52 35 56 50 79 6d 66 51 6e 79 30 6d 30 |w.tR5VPymfQny0m0| |00000050| 6f 42 7a 30 37 77 62 77 09 31 32 37 2e 30 2e 30 |oBz07wbw.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:13:09 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46324, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x898c1cbc, L:/127.0.0.1:46324 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.01 14:13:09 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.01 14:13:09 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xea7cae8c, L:/127.0.0.1:46270 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf877eedf, L:/127.0.0.1:46288 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc9077d41, L:/127.0.0.1:46290 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa7c2b582, L:/127.0.0.1:46286 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xab83c2c5, L:/127.0.0.1:46278 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb9364b3c, L:/127.0.0.1:46284 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6db48e7f, L:/127.0.0.1:46280 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9b1606f5, L:/127.0.0.1:46272 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd9186552, L:/127.0.0.1:46268 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x094d2b25, L:/127.0.0.1:46266 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc51e5fef, L:/127.0.0.1:46276 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfcf67687, L:/127.0.0.1:46282 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:13:09 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x21ea0a39, L:/127.0.0.1:46274 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:13:09 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.01 14:13:09 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.01 14:13:09 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.01 14:13:09 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.01 14:13:09 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.01 14:13:09 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.01 14:13:09 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.01 14:13:09 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.01 14:13:09 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.01 14:13:09 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.01 14:13:09 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped --> Wrapper Started as Console Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.01 14:14:16 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.01 14:14:16 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.01 14:14:16 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.01 14:14:16 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.01 14:14:16 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.01 14:14:16 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.01 14:14:16 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.01 14:14:16 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:14:16 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.01 14:14:16 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.01 14:14:16 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:14:16 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.01 14:14:16 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.01 14:14:16 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.01 14:14:16 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.01 14:14:16 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.01 14:14:16 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.01 14:14:17 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.01 14:14:18 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.01 14:14:18 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.01 14:14:18 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.01 14:14:18 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:14:18 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 146ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 6ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 4ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.01 14:14:18 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.01 14:14:18 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.01 14:14:19 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.01 14:14:19 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.01 14:14:19 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1ae0c153 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@237495bd 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@778c26fa 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5c5e934f 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5e8b8e14 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@59553105 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4f786723 2019.11.01 14:14:19 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@67144168 2019.11.01 14:14:19 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{U8ieenGVQLyw7RKYCd6D7g}{127.0.0.1}{127.0.0.1:9001}] 2019.11.01 14:14:19 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 22789 (auto-detected) 2019.11.01 14:14:19 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.01 14:14:19 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.01 14:14:19 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.01 14:14:19 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.01 14:14:19 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.01 14:14:19 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.01 14:14:19 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.01 14:14:19 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.01 14:14:19 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.01 14:14:19 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.01 14:14:19 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.01 14:14:19 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.01 14:14:19 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.01 14:14:19 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:19 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1fad17e2] REGISTERED 2019.11.01 14:14:19 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1fad17e2] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:19 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1fad17e2] CLOSE 2019.11.01 14:14:19 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1fad17e2] CLOSE 2019.11.01 14:14:19 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1fad17e2] UNREGISTERED 2019.11.01 14:14:19 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{U8ieenGVQLyw7RKYCd6D7g}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:14:19 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.01 14:14:23 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfab2356d] REGISTERED 2019.11.01 14:14:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfab2356d] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfab2356d] CLOSE 2019.11.01 14:14:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfab2356d] CLOSE 2019.11.01 14:14:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfab2356d] UNREGISTERED 2019.11.01 14:14:23 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{U8ieenGVQLyw7RKYCd6D7g}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:14:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64] REGISTERED 2019.11.01 14:14:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:14:29 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.01 14:14:29 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.01 14:14:29 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@31311317 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.01 14:14:29 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.01 14:14:29 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.01 14:14:29 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{U8ieenGVQLyw7RKYCd6D7g}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46340, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46340, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 56 77 31 32 38 7a 38 48 51 4c 69 2d 6e 61 |w.Vw128z8HQLi-na| |00000050| 51 61 77 56 48 69 45 77 09 31 32 37 2e 30 2e 30 |QawVHiEw.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46340, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:29 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa4d89d8f] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa4d89d8f] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x418c9dfd] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x418c9dfd] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27f0a5ba] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc5862a64, L:/127.0.0.1:46340 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27f0a5ba] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa4d89d8f, L:/127.0.0.1:46342 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x418c9dfd, L:/127.0.0.1:46344 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27f0a5ba, L:/127.0.0.1:46346 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27d4751f] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7de6c110] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27d4751f] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee, L:/127.0.0.1:46348 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19f4d0fb] REGISTERED 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7de6c110] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19f4d0fb] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27d4751f, L:/127.0.0.1:46360 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7de6c110, L:/127.0.0.1:46364 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14, L:/127.0.0.1:46354 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6, L:/127.0.0.1:46358 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b, L:/127.0.0.1:46362 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19f4d0fb, L:/127.0.0.1:46366 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46352, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46356, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 56 77 31 32 38 7a 38 48 |7vfq9Iw.Vw128z8H| |00000040| 51 4c 69 2d 6e 61 51 61 77 56 48 69 45 77 09 31 |QLi-naQawVHiEw.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46356, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:14:29 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46350, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:14:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46350, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.01 14:14:29 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{Vw128z8HQLi-naQawVHiEw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:14:29 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.01 14:14:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.01 14:14:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.01 14:14:29 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process9486324828306157746properties 2019.11.01 14:14:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.01 14:14:34 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72] REGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72] CONNECT: /127.0.0.1:9001 2019.11.01 14:14:34 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:34 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:34 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:34 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{U8ieenGVQLyw7RKYCd6D7g}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:34 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46398, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:14:34 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:14:34 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46398, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:14:34 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 56 77 31 32 38 7a 38 48 51 4c 69 2d 6e 61 |w.Vw128z8HQLi-na| |00000050| 51 61 77 56 48 69 45 77 09 31 32 37 2e 30 2e 30 |QawVHiEw.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:14:34 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46398, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xc3ccce72, L:/127.0.0.1:46398 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.01 14:14:34 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.01 14:14:34 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa4d89d8f, L:/127.0.0.1:46342 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa4d89d8f, L:/127.0.0.1:46342 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14, L:/127.0.0.1:46354 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27f0a5ba, L:/127.0.0.1:46346 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27f0a5ba, L:/127.0.0.1:46346 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x418c9dfd, L:/127.0.0.1:46344 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x418c9dfd, L:/127.0.0.1:46344 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee, L:/127.0.0.1:46348 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27d4751f, L:/127.0.0.1:46360 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x27d4751f, L:/127.0.0.1:46360 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3a751193, L:/127.0.0.1:46350 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee, L:/127.0.0.1:46348 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xba151aee, L:/127.0.0.1:46348 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7de6c110, L:/127.0.0.1:46364 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7de6c110, L:/127.0.0.1:46364 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x341e2340, L:/127.0.0.1:46352 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6, L:/127.0.0.1:46358 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x564d6b2a, L:/127.0.0.1:46356 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14, L:/127.0.0.1:46354 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19862f14, L:/127.0.0.1:46354 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6, L:/127.0.0.1:46358 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd01c9dd6, L:/127.0.0.1:46358 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19f4d0fb, L:/127.0.0.1:46366 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x19f4d0fb, L:/127.0.0.1:46366 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b, L:/127.0.0.1:46362 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b, L:/127.0.0.1:46362 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:14:34 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfdf3928b, L:/127.0.0.1:46362 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:14:34 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.01 14:14:34 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.01 14:14:34 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.01 14:14:34 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.01 14:14:34 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.01 14:14:34 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.01 14:14:34 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.01 14:14:34 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.01 14:14:34 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.01 14:14:34 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.01 14:14:34 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped --> Wrapper Started as Daemon Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.01 14:15:14 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.01 14:15:15 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.01 14:15:15 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.01 14:15:15 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.01 14:15:15 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.01 14:15:15 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.01 14:15:15 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.01 14:15:15 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:15:15 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.01 14:15:15 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.01 14:15:15 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.01 14:15:15 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.01 14:15:15 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.01 14:15:17 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.01 14:15:17 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.01 14:15:17 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.01 14:15:17 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:15:17 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 121ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 6ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 4ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.01 14:15:17 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.01 14:15:17 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.01 14:15:17 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.01 14:15:17 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.01 14:15:17 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4b879822 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@74be979a 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2bd2ee06 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2a850cd7 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@529d8015 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@529fdf9b 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6e81b910 2019.11.01 14:15:17 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6c60e3a3 2019.11.01 14:15:17 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{YBTuoomKRZK1IQgALs4J5w}{127.0.0.1}{127.0.0.1:9001}] 2019.11.01 14:15:17 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 23126 (auto-detected) 2019.11.01 14:15:17 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.01 14:15:17 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.01 14:15:18 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.01 14:15:18 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.01 14:15:18 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.01 14:15:18 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.01 14:15:18 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.01 14:15:18 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.01 14:15:18 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.01 14:15:18 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.01 14:15:18 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.01 14:15:18 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.01 14:15:18 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.01 14:15:18 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2e7251ba] REGISTERED 2019.11.01 14:15:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2e7251ba] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2e7251ba] CLOSE 2019.11.01 14:15:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2e7251ba] CLOSE 2019.11.01 14:15:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2e7251ba] UNREGISTERED 2019.11.01 14:15:18 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{YBTuoomKRZK1IQgALs4J5w}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:15:18 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.01 14:15:22 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:22 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef836471] REGISTERED 2019.11.01 14:15:22 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef836471] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:22 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef836471] CLOSE 2019.11.01 14:15:22 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef836471] CLOSE 2019.11.01 14:15:22 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef836471] UNREGISTERED 2019.11.01 14:15:22 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{YBTuoomKRZK1IQgALs4J5w}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 14:15:27 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b] REGISTERED 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:27 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:27 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:15:27 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.01 14:15:27 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.01 14:15:27 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@75ced1fe 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:27 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.01 14:15:27 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.01 14:15:27 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.01 14:15:27 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:27 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:27 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{YBTuoomKRZK1IQgALs4J5w}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:27 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46416, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46416, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 6f 4e 55 4b 59 46 77 49 53 71 57 31 77 37 |w.oNUKYFwISqW1w7| |00000050| 49 54 47 78 62 37 58 51 09 31 32 37 2e 30 2e 30 |ITGxb7XQ.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46416, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:28 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1, L:/127.0.0.1:46418 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4d75e851] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x092fa21c] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x683f593b, L:/127.0.0.1:46416 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x092fa21c] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832, L:/127.0.0.1:46422 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x092fa21c, L:/127.0.0.1:46420 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x124d5338] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x124d5338] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887, L:/127.0.0.1:46424 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483, L:/127.0.0.1:46428 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d, L:/127.0.0.1:46427 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x124d5338, L:/127.0.0.1:46430 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d, L:/127.0.0.1:46432 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xcaf60e54] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4d75e851] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xcaf60e54] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4d75e851, L:/127.0.0.1:46436 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xcaf60e54, L:/127.0.0.1:46438 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a] REGISTERED 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:28 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46440, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46442, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:28 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 6f 4e 55 4b 59 46 77 49 |7vfq9Iw.oNUKYFwI| |00000040| 53 71 57 31 77 37 49 54 47 78 62 37 58 51 09 31 |SqW1w7ITGxb7XQ.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46442, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.01 14:15:28 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:15:28 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46434, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:28 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:28 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 14:15:28 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:28 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46434, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.01 14:15:28 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{oNUKYFwISqW1w7ITGxb7XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 14:15:28 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.01 14:15:28 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.01 14:15:28 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.01 14:15:28 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process5946581708632936991properties 2019.11.01 14:15:28 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.01 14:15:33 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5] REGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5] CONNECT: /127.0.0.1:9001 2019.11.01 14:15:33 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:33 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:33 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:33 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{YBTuoomKRZK1IQgALs4J5w}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:33 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46476, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.01 14:15:33 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 14:15:33 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46476, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] FLUSH 2019.11.01 14:15:33 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 6f 4e 55 4b 59 46 77 49 53 71 57 31 77 37 |w.oNUKYFwISqW1w7| |00000050| 49 54 47 78 62 37 58 51 09 31 32 37 2e 30 2e 30 |ITGxb7XQ.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 14:15:33 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46476, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbb4436e5, L:/127.0.0.1:46476 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.01 14:15:33 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.01 14:15:33 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887, L:/127.0.0.1:46424 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d, L:/127.0.0.1:46427 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4d75e851, L:/127.0.0.1:46436 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4d75e851, L:/127.0.0.1:46436 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d, L:/127.0.0.1:46432 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d, L:/127.0.0.1:46432 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xb2b53e8d, L:/127.0.0.1:46432 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 - R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x092fa21c, L:/127.0.0.1:46420 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x092fa21c, L:/127.0.0.1:46420 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832, L:/127.0.0.1:46422 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832, L:/127.0.0.1:46422 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x20a60832, L:/127.0.0.1:46422 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x124d5338, L:/127.0.0.1:46430 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x124d5338, L:/127.0.0.1:46430 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d, L:/127.0.0.1:46427 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8db4910d, L:/127.0.0.1:46427 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1, L:/127.0.0.1:46418 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1, L:/127.0.0.1:46418 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x9a98bae1, L:/127.0.0.1:46418 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xcaf60e54, L:/127.0.0.1:46438 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483, L:/127.0.0.1:46428 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xcaf60e54, L:/127.0.0.1:46438 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887, L:/127.0.0.1:46424 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x80cb1887, L:/127.0.0.1:46424 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xfe619302, L:/127.0.0.1:46434 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483, L:/127.0.0.1:46428 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6bdc4483, L:/127.0.0.1:46428 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0e8f177a, L:/127.0.0.1:46442 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 14:15:33 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xe79a17da, L:/127.0.0.1:46440 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 14:15:33 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.01 14:15:33 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.01 14:15:33 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.01 14:15:33 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.01 14:15:33 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.01 14:15:33 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.01 14:15:33 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.01 14:15:33 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.01 14:15:33 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.01 14:15:33 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.01 14:15:33 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped --> Wrapper Started as Daemon Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.01 15:04:12 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.01 15:04:12 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.01 15:04:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.01 15:04:12 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.01 15:04:12 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.01 15:04:12 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.01 15:04:12 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.01 15:04:13 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.01 15:04:13 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.01 15:04:13 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.01 15:04:13 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.01 15:04:13 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.01 15:04:13 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.01 15:04:15 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.01 15:04:15 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.01 15:04:15 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.01 15:04:15 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 15:04:15 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 99ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 9ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 17ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.01 15:04:15 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.01 15:04:15 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.01 15:04:15 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.01 15:04:15 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.01 15:04:15 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7fe85a75 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6d539e21 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@63ad6da 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@448cea5 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@d6a5e66 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7cb97b7c 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2ce5ee37 2019.11.01 15:04:15 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6e1a30e8 2019.11.01 15:04:15 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{6iy5leaQROiRQvtW2Ckvng}{127.0.0.1}{127.0.0.1:9001}] 2019.11.01 15:04:15 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 23890 (auto-detected) 2019.11.01 15:04:15 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.01 15:04:15 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.01 15:04:15 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.01 15:04:15 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.01 15:04:15 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.01 15:04:15 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.01 15:04:15 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.01 15:04:15 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.01 15:04:15 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.01 15:04:15 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.01 15:04:15 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.01 15:04:15 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.01 15:04:15 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.01 15:04:15 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:15 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf497f02b] REGISTERED 2019.11.01 15:04:15 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf497f02b] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:15 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf497f02b] CLOSE 2019.11.01 15:04:15 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf497f02b] CLOSE 2019.11.01 15:04:15 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf497f02b] UNREGISTERED 2019.11.01 15:04:15 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{6iy5leaQROiRQvtW2Ckvng}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 15:04:15 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.01 15:04:20 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:20 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1f465fc1] REGISTERED 2019.11.01 15:04:20 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1f465fc1] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:20 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1f465fc1] CLOSE 2019.11.01 15:04:20 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1f465fc1] CLOSE 2019.11.01 15:04:20 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1f465fc1] UNREGISTERED 2019.11.01 15:04:20 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{6iy5leaQROiRQvtW2Ckvng}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 15:04:25 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.01 15:04:25 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.01 15:04:25 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@3ba0538f 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.01 15:04:25 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.01 15:04:25 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.01 15:04:25 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{6iy5leaQROiRQvtW2Ckvng}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46564, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46564, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 58 39 62 4d 58 77 67 38 53 6d 43 4b 74 65 |w.X9bMXwg8SmCKte| |00000050| 2d 36 6f 33 48 66 57 67 09 31 32 37 2e 30 2e 30 |-6o3HfWg.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46564, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.01 15:04:25 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 - R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0deaeb13, L:/127.0.0.1:46564 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf, L:/127.0.0.1:46570 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45, L:/127.0.0.1:46568 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0, L:/127.0.0.1:46566 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x40aac86c] REGISTERED 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1, L:/127.0.0.1:46572 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x40aac86c] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f, L:/127.0.0.1:46584 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x40aac86c, L:/127.0.0.1:46588 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6, L:/127.0.0.1:46576 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f, L:/127.0.0.1:46586 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759, L:/127.0.0.1:46582 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43, L:/127.0.0.1:46590 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46574, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46580, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 58 39 62 4d 58 77 67 38 |7vfq9Iw.X9bMXwg8| |00000040| 53 6d 43 4b 74 65 2d 36 6f 33 48 66 57 67 09 31 |SmCKte-6o3HfWg.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46580, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 15:04:25 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46578, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:25 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.01 15:04:25 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:25 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46578, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.01 15:04:25 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{X9bMXwg8SmCKte-6o3HfWg}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.01 15:04:25 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.01 15:04:25 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.01 15:04:25 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.01 15:04:25 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process8871144570364382398properties 2019.11.01 15:04:25 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.01 15:04:30 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a] REGISTERED 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a] CONNECT: /127.0.0.1:9001 2019.11.01 15:04:30 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:30 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:30 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:30 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{6iy5leaQROiRQvtW2Ckvng}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] ACTIVE 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:30 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46622, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.01 15:04:30 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.01 15:04:30 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46622, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] FLUSH 2019.11.01 15:04:30 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 58 39 62 4d 58 77 67 38 53 6d 43 4b 74 65 |w.X9bMXwg8SmCKte| |00000050| 2d 36 6f 33 48 66 57 67 09 31 32 37 2e 30 2e 30 |-6o3HfWg.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.01 15:04:30 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:46622, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 - R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:30 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9cd308a, L:/127.0.0.1:46622 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.01 15:04:31 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.01 15:04:31 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1, L:/127.0.0.1:46572 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 - R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f, L:/127.0.0.1:46584 - R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0, L:/127.0.0.1:46566 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0, L:/127.0.0.1:46566 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x7ee507e0, L:/127.0.0.1:46566 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf, L:/127.0.0.1:46570 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf, L:/127.0.0.1:46570 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbc582adf, L:/127.0.0.1:46570 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x40aac86c, L:/127.0.0.1:46588 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0c2ba7f3, L:/127.0.0.1:46578 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x40aac86c, L:/127.0.0.1:46588 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1, L:/127.0.0.1:46572 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f, L:/127.0.0.1:46584 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf446ddd1, L:/127.0.0.1:46572 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x8ad1011f, L:/127.0.0.1:46584 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45, L:/127.0.0.1:46568 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45, L:/127.0.0.1:46568 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4e3b1e45, L:/127.0.0.1:46568 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759, L:/127.0.0.1:46582 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759, L:/127.0.0.1:46582 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x52e71759, L:/127.0.0.1:46582 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43, L:/127.0.0.1:46590 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43, L:/127.0.0.1:46590 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x11bf9d43, L:/127.0.0.1:46590 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x73cc19ff, L:/127.0.0.1:46580 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9116f6e, L:/127.0.0.1:46574 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6, L:/127.0.0.1:46576 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6, L:/127.0.0.1:46576 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xbfac66c6, L:/127.0.0.1:46576 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f, L:/127.0.0.1:46586 ! R:/127.0.0.1:9001] CLOSE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f, L:/127.0.0.1:46586 ! R:/127.0.0.1:9001] INACTIVE 2019.11.01 15:04:31 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x1e234e1f, L:/127.0.0.1:46586 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.01 15:04:31 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.01 15:04:31 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.01 15:04:31 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.01 15:04:31 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.01 15:04:31 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.01 15:04:31 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.01 15:04:31 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.01 15:04:31 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.01 15:04:31 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.01 15:04:31 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.01 15:04:31 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped --> Wrapper Started as Daemon Launching a JVM... Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. 2019.11.04 09:20:10 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp 2019.11.04 09:20:10 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from INIT to STARTING => true 2019.11.04 09:20:10 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from INIT to STARTING => true 2019.11.04 09:20:10 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 2019.11.04 09:20:11 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch 2019.11.04 09:20:11 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTING to STARTED => true 2019.11.04 09:20:11 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2019.11.04 09:20:11 TRACE app[][o.e.p.PluginsService] plugin loaded from classpath [- Plugin information: Name: org.elasticsearch.transport.Netty4Plugin Description: classpath plugin Version: NA Elasticsearch Version: 6.8.0 Java Version: 1.8 Native Controller: false Extended Plugins: [] * Classname: org.elasticsearch.transport.Netty4Plugin] 2019.11.04 09:20:11 INFO app[][o.e.p.PluginsService] no modules loaded 2019.11.04 09:20:11 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200] 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m] 2019.11.04 09:20:11 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size 2019.11.04 09:20:11 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100] 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.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 @1eb44e46 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:334) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:325) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:80) at io.netty.util.ConstantPool.(ConstantPool.java:32) at io.netty.util.AttributeKey$1.(AttributeKey.java:27) at io.netty.util.AttributeKey.(AttributeKey.java:27) at org.elasticsearch.transport.netty4.Netty4Transport.(Netty4Transport.java:219) at org.elasticsearch.transport.Netty4Plugin.getSettings(Netty4Plugin.java:57) at org.elasticsearch.plugins.PluginsService.lambda$getPluginSettings$0(PluginsService.java:89) at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.elasticsearch.plugins.PluginsService.getPluginSettings(PluginsService.java:89) at org.elasticsearch.client.transport.TransportClient.buildTemplate(TransportClient.java:147) at org.elasticsearch.client.transport.TransportClient.(TransportClient.java:277) at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.(EsConnectorImpl.java:103) at org.sonar.application.es.EsConnectorImpl.buildTransportClient(EsConnectorImpl.java:89) at org.sonar.application.es.EsConnectorImpl.getTransportClient(EsConnectorImpl.java:74) at org.sonar.application.es.EsConnectorImpl.getClusterHealthStatus(EsConnectorImpl.java:61) at org.sonar.application.process.EsManagedProcess.checkStatus(EsManagedProcess.java:88) at org.sonar.application.process.EsManagedProcess.checkOperational(EsManagedProcess.java:73) at org.sonar.application.process.EsManagedProcess.isOperational(EsManagedProcess.java:58) at org.sonar.application.process.ManagedProcessHandler.refreshState(ManagedProcessHandler.java:201) at org.sonar.application.process.ManagedProcessHandler$EventWatcher.run(ManagedProcessHandler.java:258) 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.(long, int): unavailable 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe) 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model) 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available 2019.11.04 09:20:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false 2019.11.04 09:20:13 TRACE app[][o.e.i.b.HierarchyCircuitBreakerService] parent circuit breaker with settings [parent,type=PARENT,limit=23488102/22.3mb,overhead=1.0] 2019.11.04 09:20:13 TRACE app[][o.e.i.b.request] creating ChildCircuitBreaker with settings [request,type=MEMORY,limit=20132659/19.1mb,overhead=1.0] 2019.11.04 09:20:13 TRACE app[][o.e.i.b.fielddata] creating ChildCircuitBreaker with settings [fielddata,type=MEMORY,limit=20132659/19.1mb,overhead=1.03] 2019.11.04 09:20:13 TRACE app[][o.e.i.b.in_flight_requests] creating ChildCircuitBreaker with settings [in_flight_requests,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.04 09:20:13 TRACE app[][o.e.i.b.accounting] creating ChildCircuitBreaker with settings [accounting,type=MEMORY,limit=33554432/32mb,overhead=1.0] 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 142ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 3ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 12ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 4ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 7ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms 2019.11.04 09:20:13 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s] 2019.11.04 09:20:13 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8 2019.11.04 09:20:13 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false 2019.11.04 09:20:13 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512 2019.11.04 09:20:13 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3f91bfcb 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1a8c721d 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@51920522 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@18032953 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@fd51591 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@76b092ec 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@37ca320d 2019.11.04 09:20:13 TRACE app[][i.n.c.n.NioEventLoop] instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3602dc16 2019.11.04 09:20:14 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{xdCYY_alQGKuPM68YztCLg}{127.0.0.1}{127.0.0.1:9001}] 2019.11.04 09:20:14 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.processId: 30075 (auto-detected) 2019.11.04 09:20:14 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false 2019.11.04 09:20:14 DEBUG app[][i.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false 2019.11.04 09:20:14 DEBUG app[][i.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2019.11.04 09:20:14 DEBUG app[][i.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128 2019.11.04 09:20:14 DEBUG app[][i.n.c.DefaultChannelId] -Dio.netty.machineId: 00:50:56:ff:fe:90:58:51 (auto-detected) 2019.11.04 09:20:14 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2019.11.04 09:20:14 DEBUG app[][i.n.u.i.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2019.11.04 09:20:14 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple 2019.11.04 09:20:14 DEBUG app[][i.n.u.ResourceLeakDetector] -Dio.netty.leakDetection.targetRecords: 4 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 0 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 0 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192 2019.11.04 09:20:14 DEBUG app[][i.n.b.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true 2019.11.04 09:20:14 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.allocator.type: pooled 2019.11.04 09:20:14 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0 2019.11.04 09:20:14 DEBUG app[][i.n.b.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384 2019.11.04 09:20:14 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:14 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa8451734] REGISTERED 2019.11.04 09:20:14 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa8451734] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:14 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa8451734] CLOSE 2019.11.04 09:20:14 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa8451734] CLOSE 2019.11.04 09:20:14 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa8451734] UNREGISTERED 2019.11.04 09:20:14 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{xdCYY_alQGKuPM68YztCLg}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.04 09:20:14 DEBUG app[][o.s.a.e.EsConnectorImpl] Connected to Elasticsearch node: [127.0.0.1:9001] 2019.11.04 09:20:18 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x281f1eb4] REGISTERED 2019.11.04 09:20:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x281f1eb4] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x281f1eb4] CLOSE 2019.11.04 09:20:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x281f1eb4] CLOSE 2019.11.04 09:20:18 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x281f1eb4] UNREGISTERED 2019.11.04 09:20:18 DEBUG app[][o.e.c.t.TransportClientNodesService] failed to connect to node [{#transport#-1}{xdCYY_alQGKuPM68YztCLg}{127.0.0.1}{127.0.0.1:9001}], ignoring... org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_exception at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onFailure(TcpTransport.java:1309) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:100) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:42) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at org.elasticsearch.common.concurrent.CompletableContext.completeExceptionally(CompletableContext.java:57) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:72) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:121) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:343) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:9001 at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ... 6 common frames omitted Caused by: java.net.ConnectException: Connection refused ... 10 common frames omitted 2019.11.04 09:20:23 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588] REGISTERED 2019.11.04 09:20:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:23 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:23 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.04 09:20:23 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkAccessible: true 2019.11.04 09:20:23 DEBUG app[][i.n.b.AbstractByteBuf] -Dio.netty.buffer.checkBounds: true 2019.11.04 09:20:23 DEBUG app[][i.n.u.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2f904445 2019.11.04 09:20:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 01 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:23 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 4096 2019.11.04 09:20:23 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2 2019.11.04 09:20:23 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.linkCapacity: 16 2019.11.04 09:20:23 DEBUG app[][i.n.util.Recycler] -Dio.netty.recycler.ratio: 8 2019.11.04 09:20:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:23 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:23 TRACE app[][o.e.t.T.tracer] [1][internal:tcp/handshake] sent to [{#transport#-1}{xdCYY_alQGKuPM68YztCLg}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.04 09:20:23 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 01 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54214, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 1, type: response, version: 5.6.0] READ: 25B 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54214, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 2, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 02 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 02 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 4b 54 76 61 71 57 6c 72 54 6a 61 63 2d 4e |w.KTvaqWlrTjac-N| |00000050| 49 72 4b 55 30 54 49 51 09 31 32 37 2e 30 2e 30 |IrKU0TIQ.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54214, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 2, type: response, version: 6.8.0] READ: 154B 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:24 TRACE app[][o.e.c.t.TransportClientNodesService] connecting to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x6cac6588, L:/127.0.0.1:54214 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8, L:/127.0.0.1:54216 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68, L:/127.0.0.1:54218 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4, L:/127.0.0.1:54226 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7] REGISTERED 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809, L:/127.0.0.1:54224 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c, L:/127.0.0.1:54230 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4, L:/127.0.0.1:54220 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78, L:/127.0.0.1:54232 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9, L:/127.0.0.1:54222 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44, L:/127.0.0.1:54228 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88, L:/127.0.0.1:54238 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 03 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:24 TRACE app[][o.e.t.T.tracer] [3][internal:tcp/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 03 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54236, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 3, type: response, version: 5.6.0] READ: 25B 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54240, remoteAddress=/127.0.0.1:9001} [length: 69, request id: 4, type: request, version: 6.8.0, action: internal:transport/handshake] WRITE: 69B 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 - R:/127.0.0.1:9001] WRITE: 69B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3f 00 00 00 00 00 00 00 04 00 00 |ES...?..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1c 69 6e 74 65 72 6e 61 6c |_client.internal| |00000030| 3a 74 72 61 6e 73 70 6f 72 74 2f 68 61 6e 64 73 |:transport/hands| |00000040| 68 61 6b 65 00 |hake. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:24 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [30s]) 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 - R:/127.0.0.1:9001] READ: 158B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 98 00 00 00 00 00 00 00 04 01 00 |ES..............| |00000010| 5c c6 63 00 00 01 09 73 6f 6e 61 72 71 75 62 65 |\.c....sonarqube| |00000020| 16 66 71 62 52 33 62 6e 4f 51 35 53 4e 6f 75 61 |.fqbR3bnOQ5SNoua| |00000030| 37 76 66 71 39 49 77 16 4b 54 76 61 71 57 6c 72 |7vfq9Iw.KTvaqWlr| |00000040| 54 6a 61 63 2d 4e 49 72 4b 55 30 54 49 51 09 31 |Tjac-NIrKU0TIQ.1| |00000050| 32 37 2e 30 2e 30 2e 31 09 31 32 37 2e 30 2e 30 |27.0.0.1.127.0.0| |00000060| 2e 31 04 7f 00 00 01 09 31 32 37 2e 30 2e 30 2e |.1......127.0.0.| |00000070| 31 00 00 23 29 01 07 72 61 63 6b 5f 69 64 09 73 |1..#)..rack_id.s| |00000080| 6f 6e 61 72 71 75 62 65 03 00 01 02 e3 8c f3 02 |onarqube........| |00000090| 09 73 6f 6e 61 72 71 75 62 65 e3 8c f3 02 |.sonarqube.... | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54240, remoteAddress=/127.0.0.1:9001} [length: 158, request id: 4, type: response, version: 6.8.0] READ: 158B 2019.11.04 09:20:24 TRACE app[][o.e.t.T.tracer] [4][internal:transport/handshake] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.04 09:20:24 DEBUG app[][o.e.t.ConnectionManager] connected to node [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54234, remoteAddress=/127.0.0.1:9001} [length: 79, request id: 5, type: request, version: 6.8.0, action: cluster:monitor/health] WRITE: 79B 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 - R:/127.0.0.1:9001] WRITE: 79B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 49 00 00 00 00 00 00 00 05 00 00 |ES...I..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 16 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 68 65 61 6c 74 68 00 3c |monitor/health.<| |00000040| 03 00 00 3c 03 01 01 00 00 00 00 00 00 00 00 |...<........... | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:24 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:24 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] sent to [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] (timeout: [null]) 2019.11.04 09:20:24 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 - R:/127.0.0.1:9001] READ: 64B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 3a 00 00 00 00 00 00 00 05 01 00 |ES...:..........| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 00 |\.c...sonarqube.| |00000020| 00 00 00 00 00 01 01 00 00 40 59 00 00 00 00 00 |.........@Y.....| |00000030| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 |................| +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:24 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54234, remoteAddress=/127.0.0.1:9001} [length: 64, request id: 5, type: response, version: 6.8.0] READ: 64B 2019.11.04 09:20:24 TRACE app[][o.e.t.T.tracer] [5][cluster:monitor/health] received response from [{sonarqube}{fqbR3bnOQ5SNoua7vfq9Iw}{KTvaqWlrTjac-NIrKU0TIQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}] 2019.11.04 09:20:24 INFO app[][o.s.a.SchedulerImpl] Process[es] is up 2019.11.04 09:20:24 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to STARTING => false 2019.11.04 09:20:24 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from INIT to STARTING => true 2019.11.04 09:20:24 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.5.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process12179310292531493748properties 2019.11.04 09:20:24 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTING to STARTED => true 2019.11.04 09:20:29 TRACE app[][o.e.t.TcpTransport] Tcp transport client channel opened: Netty4TcpChannel{localAddress=null, remoteAddress=null} 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1] REGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1] CONNECT: /127.0.0.1:9001 2019.11.04 09:20:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:29 TRACE app[][o.e.t.TransportLogger] an exception occurred formatting a WRITE trace message java.io.EOFException: tried to read: 105 bytes but only 27 remaining at org.elasticsearch.common.bytes.BytesReferenceStreamInput.ensureCanReadBytes(BytesReferenceStreamInput.java:121) at org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper.ensureCanReadBytes(BytesReference.java:283) at org.elasticsearch.common.io.stream.StreamInput.readArraySize(StreamInput.java:1057) at org.elasticsearch.common.io.stream.StreamInput.readString(StreamInput.java:374) at org.elasticsearch.common.io.stream.StreamInput.readStringArray(StreamInput.java:469) at org.elasticsearch.transport.TransportLogger.format(TransportLogger.java:105) at org.elasticsearch.transport.TransportLogger.logOutboundMessage(TransportLogger.java:59) at org.elasticsearch.transport.OutboundHandler$SendContext.get(OutboundHandler.java:142) at org.elasticsearch.transport.OutboundHandler.internalSendMessage(OutboundHandler.java:78) at org.elasticsearch.transport.OutboundHandler.sendMessage(OutboundHandler.java:70) at org.elasticsearch.transport.TcpTransport.sendRequestToChannel(TcpTransport.java:690) at org.elasticsearch.transport.TcpTransport.lambda$new$0(TcpTransport.java:159) at org.elasticsearch.transport.TransportHandshaker.sendHandshake(TransportHandshaker.java:74) at org.elasticsearch.transport.TcpTransport.executeHandshake(TcpTransport.java:1111) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1273) at org.elasticsearch.transport.TcpTransport$ChannelsConnectedListener.onResponse(TcpTransport.java:1250) at org.elasticsearch.action.ActionListener.lambda$toBiConsumer$2(ActionListener.java:97) at org.elasticsearch.common.concurrent.CompletableContext.lambda$addListener$0(CompletableContext.java:39) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at org.elasticsearch.common.concurrent.CompletableContext.complete(CompletableContext.java:61) at org.elasticsearch.transport.netty4.Netty4TcpChannel.lambda$new$1(Netty4TcpChannel.java:65) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511) at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:504) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:483) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:103) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:306) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:341) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909) at java.base/java.lang.Thread.run(Thread.java:834) 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] WRITE: 50B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 2c 00 00 00 00 00 00 00 06 08 00 |ES...,..........| |00000010| 4d 36 03 00 00 16 69 6e 74 65 72 6e 61 6c 3a 74 |M6....internal:t| |00000020| 63 70 2f 68 61 6e 64 73 68 61 6b 65 00 04 e3 8c |cp/handshake....| |00000030| f3 02 |.. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:29 TRACE app[][o.e.t.T.tracer] [6][internal:tcp/handshake] sent to [{#transport#-1}{xdCYY_alQGKuPM68YztCLg}{127.0.0.1}{127.0.0.1:9001}] (timeout: [null]) 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] ACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] READ: 25B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 13 00 00 00 00 00 00 00 06 09 00 |ES..............| |00000010| 4d 36 03 00 00 e3 8c f3 02 |M6....... | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54274, remoteAddress=/127.0.0.1:9001} [length: 25, request id: 6, type: response, version: 5.6.0] READ: 25B 2019.11.04 09:20:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [16440] bytes, now [16440] 2019.11.04 09:20:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54274, remoteAddress=/127.0.0.1:9001} [length: 71, request id: 7, type: request, version: 6.8.0, action: cluster:monitor/nodes/liveness] WRITE: 71B 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] WRITE: 71B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 41 00 00 00 00 00 00 00 07 00 00 |ES...A..........| |00000010| 5c c6 63 00 00 01 10 74 72 61 6e 73 70 6f 72 74 |\.c....transport| |00000020| 5f 63 6c 69 65 6e 74 1e 63 6c 75 73 74 65 72 3a |_client.cluster:| |00000030| 6d 6f 6e 69 74 6f 72 2f 6e 6f 64 65 73 2f 6c 69 |monitor/nodes/li| |00000040| 76 65 6e 65 73 73 00 |veness. | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] FLUSH 2019.11.04 09:20:29 TRACE app[][o.e.i.b.in_flight_requests] [in_flight_requests] Adjusted breaker by [-16440] bytes, now [0] 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] READ: 154B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 45 53 00 00 00 94 00 00 00 00 00 00 00 07 01 00 |ES..............| |00000010| 5c c6 63 00 00 09 73 6f 6e 61 72 71 75 62 65 01 |\.c...sonarqube.| |00000020| 09 73 6f 6e 61 72 71 75 62 65 16 66 71 62 52 33 |.sonarqube.fqbR3| |00000030| 62 6e 4f 51 35 53 4e 6f 75 61 37 76 66 71 39 49 |bnOQ5SNoua7vfq9I| |00000040| 77 16 4b 54 76 61 71 57 6c 72 54 6a 61 63 2d 4e |w.KTvaqWlrTjac-N| |00000050| 49 72 4b 55 30 54 49 51 09 31 32 37 2e 30 2e 30 |IrKU0TIQ.127.0.0| |00000060| 2e 31 09 31 32 37 2e 30 2e 30 2e 31 04 7f 00 00 |.1.127.0.0.1....| |00000070| 01 09 31 32 37 2e 30 2e 30 2e 31 00 00 23 29 01 |..127.0.0.1..#).| |00000080| 07 72 61 63 6b 5f 69 64 09 73 6f 6e 61 72 71 75 |.rack_id.sonarqu| |00000090| 62 65 03 00 01 02 e3 8c f3 02 |be........ | +--------+-------------------------------------------------+----------------+ 2019.11.04 09:20:29 TRACE app[][o.e.t.TransportLogger] Netty4TcpChannel{localAddress=/127.0.0.1:54274, remoteAddress=/127.0.0.1:9001} [length: 154, request id: 7, type: response, version: 6.8.0] READ: 154B 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xef4529f1, L:/127.0.0.1:54274 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 DEBUG app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [web]: 0 2019.11.04 09:20:29 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STARTED to STOPPED => true 2019.11.04 09:20:29 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STARTING to HARD_STOPPING => true 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to HARD_STOPPING => false 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to HARD_STOPPING => false 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STARTED to HARD_STOPPING => true 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4, L:/127.0.0.1:54226 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809, L:/127.0.0.1:54224 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4, L:/127.0.0.1:54226 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xd4113ab4, L:/127.0.0.1:54226 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8, L:/127.0.0.1:54216 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8, L:/127.0.0.1:54216 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x177589c8, L:/127.0.0.1:54216 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c, L:/127.0.0.1:54230 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44, L:/127.0.0.1:54228 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68, L:/127.0.0.1:54218 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68, L:/127.0.0.1:54218 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88, L:/127.0.0.1:54238 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x30044c68, L:/127.0.0.1:54218 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9, L:/127.0.0.1:54222 - R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44, L:/127.0.0.1:54228 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809, L:/127.0.0.1:54224 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x56ecff44, L:/127.0.0.1:54228 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x2d2edae1, L:/127.0.0.1:54234 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88, L:/127.0.0.1:54238 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9, L:/127.0.0.1:54222 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xa9ee5f88, L:/127.0.0.1:54238 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4, L:/127.0.0.1:54220 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78, L:/127.0.0.1:54232 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 ! R:/127.0.0.1:9001] CLOSE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4, L:/127.0.0.1:54220 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x10d09809, L:/127.0.0.1:54224 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c, L:/127.0.0.1:54230 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x3b503d6c, L:/127.0.0.1:54230 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0xf9ca14e9, L:/127.0.0.1:54222 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x073c67b4, L:/127.0.0.1:54220 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78, L:/127.0.0.1:54232 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x5d1a0d78, L:/127.0.0.1:54232 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x0963cbc7, L:/127.0.0.1:54240 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 ! R:/127.0.0.1:9001] INACTIVE 2019.11.04 09:20:29 TRACE app[][o.e.t.n.ESLoggingHandler] [id: 0x4582ca05, L:/127.0.0.1:54236 ! R:/127.0.0.1:9001] UNREGISTERED 2019.11.04 09:20:29 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143 2019.11.04 09:20:29 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped 2019.11.04 09:20:29 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from HARD_STOPPING to STOPPED => true 2019.11.04 09:20:29 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from HARD_STOPPING to STOPPED => true 2019.11.04 09:20:29 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPED => false 2019.11.04 09:20:29 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPING => false 2019.11.04 09:20:29 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]... 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo ce from INIT to STOPPING => false 2019.11.04 09:20:29 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]... 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo web from STOPPED to STOPPING => false 2019.11.04 09:20:29 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]... 2019.11.04 09:20:29 TRACE app[][o.s.a.p.ManagedProcessLifecycle] tryToMoveTo es from STOPPED to STOPPING => false 2019.11.04 09:20:29 TRACE app[][o.s.a.NodeLifecycle] tryToMoveTo from STOPPED to STOPPED => false <-- Wrapper Stopped