SonarQube 7.9.1 fails without any errors

Hi i tried to set up Sonar Qube 7.9.1 but when i try to start if failes without any errors in DEBUG mode.

###System version
CentOS Linux release 7.6.1810 (Core)
###Java version
openjdk version "11.0.4" 2019-07-16 LTS OpenJDK Runtime Environment 18.9 (build 11.0.4+11-LTS) OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11-LTS, mixed mode, sharing)
###Sonarqube version
sonarqube-7.9.1

This is only one logfile generated sonar.log
####sonar.log
Launching a JVM…
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.

TERM trapped.  Shutting down.
2019.09.20 12:13:10 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /storage/sonarqube-7.9.1/temp
2019.09.20 12:13:10 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9005
2019.09.20 12:13:10 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/storage/sonarqube-7.9.1/elasticsearch]: /storage/sonarqube-7.9.1/elasticsearch/bin/elasticsearch
2019.09.20 12:13:10 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.09.20 12:13:10 INFO  app[][o.e.p.PluginsService] no modules loaded
2019.09.20 12:13:10 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [force_merge], size [1], queue size [unbounded]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_started], core [1], max [8], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [listener], size [2], queue size [unbounded]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [index], size [4], queue size [200]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [refresh], core [1], max [2], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [generic], core [4], max [128], keep alive [30s]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [warmer], core [1], max [2], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search] will adjust queue by [50] when determining automatic queue size
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search], size [7], queue size [1k]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [flush], core [1], max [2], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [fetch_shard_store], core [1], max [8], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [management], core [1], max [5], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [get], size [4], queue size [1k]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [analyze], size [1], queue size [16]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [write], size [4], queue size [200]
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [snapshot], core [1], max [2], keep alive [5m]
2019.09.20 12:13:10 DEBUG app[][o.e.c.u.c.QueueResizingEsThreadPoolExecutor] thread pool [_client_/search_throttled] will adjust queue by [50] when determining automatic queue size
2019.09.20 12:13:10 DEBUG app[][o.e.t.ThreadPool] created thread pool: name [search_throttled], size [1], queue size [100]
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] -Dio.netty.noUnsafe: false
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] Java version: 11
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] sun.misc.Unsafe.copyMemory: available
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Buffer.address: available
2019.09.20 12:13: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.<clinit>(PlatformDependent0.java:218)
	at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212)
	at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:80)
	at io.netty.util.ConstantPool.<init>(ConstantPool.java:32)
	at io.netty.util.AttributeKey$1.<init>(AttributeKey.java:27)
	at io.netty.util.AttributeKey.<clinit>(AttributeKey.java:27)
	at org.elasticsearch.transport.netty4.Netty4Transport.<clinit>(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.<init>(TransportClient.java:277)
	at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.<init>(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.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.Bits.unaligned: available, true
2019.09.20 12:13: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 @6f2b958e
	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.<clinit>(PlatformDependent0.java:325)
	at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:212)
	at io.netty.util.internal.PlatformDependent.<clinit>(PlatformDependent.java:80)
	at io.netty.util.ConstantPool.<init>(ConstantPool.java:32)
	at io.netty.util.AttributeKey$1.<init>(AttributeKey.java:27)
	at io.netty.util.AttributeKey.<clinit>(AttributeKey.java:27)
	at org.elasticsearch.transport.netty4.Netty4Transport.<clinit>(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.<init>(TransportClient.java:277)
	at org.sonar.application.es.EsConnectorImpl$MinimalTransportClient.<init>(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.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent0] java.nio.DirectByteBuffer.<init>(long, int): unavailable
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] sun.misc.Unsafe: available
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] maxDirectMemory: 33554432 bytes (maybe)
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model)
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.maxDirectMemory: -1 bytes
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.CleanerJava9] java.nio.ByteBuffer.cleaner(): available
2019.09.20 12:13:11 DEBUG app[][i.n.u.i.PlatformDependent] -Dio.netty.noPreferDirect: false
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Module execution: 187ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] TypeListeners creation: 2ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Scopes creation: 8ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Converters creation: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Binding creation: 4ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Private environment creation: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Injector construction: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Binding initialization: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Binding indexing: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Collecting injection requests: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Binding validation: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Static validation: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Instance member validation: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Provider verification: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Static member injection: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Instance injection: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.i.i.Stopwatch] Preloading singletons: 0ms
2019.09.20 12:13:12 DEBUG app[][o.e.c.t.TransportClientNodesService] node_sampler_interval[5s]
2019.09.20 12:13:12 DEBUG app[][i.n.c.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8
2019.09.20 12:13:12 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.noKeySetOptimization: false
2019.09.20 12:13:12 DEBUG app[][i.n.c.n.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512
2019.09.20 12:13:12 DEBUG app[][i.n.u.i.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available
2019.09.20 12:13:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [ce]...
2019.09.20 12:13:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [web]...
2019.09.20 12:13:12 DEBUG app[][o.s.a.SchedulerImpl] Stopping [es]...
2019.09.20 12:13:13 DEBUG app[][o.e.c.t.TransportClientNodesService] adding address [{#transport#-1}{cTAtdkTXS2qyv0x6iI56gg}{127.0.0.1}{127.0.0.1:9005}]
2019.09.20 12:13:13 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
2019.09.20 12:13:13 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
2019.09.20 12:13:13 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped
--> Wrapper Started as Daemon

It looks like Sonar is responding to an external event. Without more details it would be hard to guess its cause.

Issue resolved. Thread could be closed.

It seems that I have the same issue with a SonarQube 7.9.1 installation. I do get the same errors in my logfile.
Is there a description for the Solution to this issue?
Thanks!