Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
2022.08.22 18:49:52 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\temp
2022.08.22 18:49:52 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:62002]
2022.08.22 18:49:52 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\elasticsearch]: C:\Program Files\Java\jdk-18.0.2.1\bin\java -XX:+UseG1GC -Djava.io.tmpdir=C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\temp -XX:ErrorFile=../logs/es_hs_err_pid%p.log -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 -Djna.tmpdir=C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\temp -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dio.netty.allocator.numDirectArenas=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j2.formatMsgNoLookups=true -Djava.locale.providers=COMPAT -Xmx512m -Xms512m -XX:MaxDirectMemorySize=256m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\elasticsearch -Des.path.conf=C:\Users\Mario\Downloads\sonarqube-8.9.9.56886\sonarqube-8.9.9.56886\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2022.08.22 18:49:52 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:416)
at org.elasticsearch.bootstrap.Security.setSecurityManager(Security.java:99)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:70)
2022.08.22 18:49:52 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 1
2022.08.22 18:49:52 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped
2022.08.22 18:49:53 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2022.08.22 18:49:53 ERROR app[][o.s.a.p.EsManagedProcess] Failed to check status
org.elasticsearch.ElasticsearchException: java.lang.InterruptedException
at org.elasticsearch.client.RestHighLevelClient.performClientRequest(RestHighLevelClient.java:2695)
at org.elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:2171)
at org.elasticsearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:2137)
Hey there.
- What do the different log files say?
- What version of Java are you using to start your SonarQube instance?