Sonarqube not starting

i am facing the same issues i ve try everything but the problem seems unsolvable

Hi @tano007 and welcome to the community :wave: ,

i have moved your post to a new thread as the other one has not been in a year. can you share the log files that were generated by sonarqube (sonarqube install directory -> logs), so that we can have a look together?

that s the issue that i am facing

Hi @tano007 ,

thanks for the pictures, but stick to text in the future, that makes it easier to read :slight_smile:

the error that i am seeing in there ( invalid internal transport message format, got (48,54,54,50) ) lets assume that the default port for elasticsearch is already blocked on your system. try to set the property sonar.search.port to something other than the default 9001 (maybe 9010 or something like this) or search what is allocating port 9001 and stop the service

hope that helps

thanks a lot for your reply that was quite helpful
now i am thinking that the firewall or the Anttivirus block the port

i ve set the port number to 0 in order to get a free port

Sooo everything is working now?

I have also disabled the antivirus and firewall but it doesnt start

can you please share the full log files -->AS TEXT<-- so i can have a look? screenshots not really representing the whole picture when it comes to logs (also they are very hard to search in)

Microsoft Windows [Version 10.0.18363.1139]
(c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Noussair>cd..

C:\Users>cd..

C:\>cd sonarqube-7.9.4

C:\sonarqube-7.9.4>cd bin

C:\sonarqube-7.9.4\bin>cd windows-x86-64

C:\sonarqube-7.9.4\bin\windows-x86-64>StartSonar.bat
wrapper  | --> Wrapper Started as Console
wrapper  | Launching a JVM...
jvm 1    | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1    |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
jvm 1    |
jvm 1    | 2020.11.02 15:34:12 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\sonarqube-7.9.4\temp
jvm 1    | 2020.11.02 15:34:12 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:53025
jvm 1    | 2020.11.02 15:34:12 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [C:\sonarqube-7.9.4\elasticsearch]: C:\Program Files\Java\jdk-11.0.8\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.io.tmpdir=C:\sonarqube-7.9.4\temp -XX:ErrorFile=../logs/es_hs_err_pid%p.log -Des.enforce.bootstrap.checks=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\sonarqube-7.9.4\elasticsearch -Des.path.conf=C:\sonarqube-7.9.4\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
jvm 1    | 2020.11.02 15:34:12 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1    | Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
jvm 1    | 2020.11.02 15:34:13 INFO  app[][o.e.p.PluginsService] no modules loaded
jvm 1    | 2020.11.02 15:34:13 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
jvm 1    | 2020.11.02 15:34:23 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
jvm 1    | 2020.11.02 15:34:23 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [C:\sonarqube-7.9.4]: C:\Program Files\Java\jdk-11.0.8\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=C:\sonarqube-7.9.4\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/*;C:\sonarqube-7.9.4\lib\jdbc\mssql\mssql-jdbc-7.2.2.jre11.jar org.sonar.server.app.WebServer C:\sonarqube-7.9.4\temp\sq-process5008990893077341970properties
jvm 1    | 2020.11.02 15:34:48 INFO  app[][o.s.a.SchedulerImpl] Process[web] is stopped
jvm 1    | 2020.11.02 15:34:48 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
jvm 1    | 2020.11.02 15:34:48 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53101, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53098, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53102, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53096, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53107, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53100, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53105, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53099, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53104, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53103, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53106, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53095, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
jvm 1    | 2020.11.02 15:34:48 WARN  app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:53097, remoteAddress=/127.0.0.1:53025}], closing connection
jvm 1    | java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1    |      at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:233)
jvm 1    |      at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:223)
jvm 1    |      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:358)
jvm 1    |      at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1    |      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1    |      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1    |      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1    |      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1    |      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1    |      at java.base/java.lang.Thread.run(Thread.java:834)
wrapper  | <-- Wrapper Stopped

now you pasted stdout, but i asked for the log files

sonar.log (21.9 KB)

from this one log file you posted i can see that the other processes (at least web and es) did try to start as well, so there have to be more than the sonar.log file in the logs folder.

i can not help you if you don’t provide all the information :confused:

so sorry tobias es.log (27.4 KB) sonar.log (21.8 KB) web.log (29.5 KB)

now we are getting somewhere.

Fehler beim Herstellen der TCP/IP-Verbindung mit dem Host ‘192.168.133.1SQLEXPRESS’, Port 1433. Fehler: 'connect timed out. Überprüfen Sie die Verbindungseigenschaften. Stellen Sie sicher, dass eine SQL Server-Instanz auf dem Host ausgeführt wird und am Port TCP/IP-Verbindungen akzeptiert. Vergewissern Sie sich, dass am Port keine TCP-Verbindungen durch eine Firewall blockiert werden

so as stated in the log file, please check your jdbc settings as sonarqube can not reach the database server

Hello Lukas
I have checked the TCP connections and this is what is shown
the problem seems to be persistent