On startup logs show: INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory ./sonarqube-8.9.0.43852/…

On startup logs show:

INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory ./sonarqube-8.9.0.43852/…/temp
INFO app[o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9101, TCP: 127.0.0.1:15701]
INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘es’, ipcIndex=1, logFilenamePrefix=es]] from [./sonarqube-8.9.0.43852/elasticsearch]: ./sonarqube-8.9.0.43852/elasticsearch/bin/elasticsearch
warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME
INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
INFO app[o.s.a.SchedulerImpl] Process[es] is up

There is no reference in bundled sonar.properties or sonar.sh to ES_JAVA_HOME .

In fact, only reference is the check in sonarqube-8.9.0.43852/elasticsearch/bin/elasticsearch-env.

→ 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    | 2021.10.22 18:16:55 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
jvm 1    | 2021.10.22 18:16:56 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:42721]
jvm 1    | 2021.10.22 18:16:56 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube-8.9/elasticsearch]: /opt/sonarqube-8.9/elasticsearch/bin/elasticsearch
jvm 1    | warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME
jvm 1    | 2021.10.22 18:16:56 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1    | warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
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    | Error occurred during initialization of VM

Hi,

Welcome to the community!

It’s not clear to me what the question/problem is.

 
Ann