SonarQube 8.4.2 Startup issue with Elasticsearch failure

we have setup SonarQube version 8.4.2 as App Service on Azure, which fails on startup consistently due to elasticsearch failure. The instance was successful in working until it needed a restart.
The es.log has the following SslConfigException. there were no changes to setup

Any suggestions on what to look for ?

2021.07.20 13:15:36 INFO  es[][o.e.n.Node] version[6.8.4], pid[6748], build[unknown/unknown/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Windows Server 2016/10.0/amd64], JVM[Azul Systems, Inc./OpenJDK 64-Bit Server VM/11.0.9.1.101/11.0.9.1.101+5-LTS]
2021.07.20 13:15:36 INFO  es[][o.e.n.Node] JVM arguments [-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=D:\home\site\wwwroot\sonarqube-8.4.2.36762\temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Delasticsearch, -Des.path.home=D:\home\site\wwwroot\sonarqube-8.4.2.36762\elasticsearch, -Des.path.conf=D:\home\site\wwwroot\sonarqube-8.4.2.36762\temp\conf\es]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [mapper-extras]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [percolator]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [repository-url]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2021.07.20 13:15:42 INFO  es[][o.e.p.PluginsService] no plugins loaded
2021.07.20 13:15:52 WARN  es[][o.e.d.c.s.Settings] [http.enabled] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
2021.07.20 13:16:02 ERROR es[][o.e.b.Bootstrap] Exception
org.elasticsearch.common.ssl.SslConfigException: failed to find a X509ExtendedTrustManager in the trust manager factory for [PKIX] and truststore [null]
	at org.elasticsearch.common.ssl.KeyStoreUtil.createTrustManager(KeyStoreUtil.java:158) ~[?:?]
	at org.elasticsearch.common.ssl.DefaultJdkTrustConfig.createTrustManager(DefaultJdkTrustConfig.java:68) ~[?:?]
	at org.elasticsearch.common.ssl.SslConfiguration.createSslContext(SslConfiguration.java:109) ~[?:?]
	at org.elasticsearch.index.reindex.ReindexSslConfig.reload(ReindexSslConfig.java:145) ~[?:?]
	at org.elasticsearch.index.reindex.ReindexSslConfig.<init>(ReindexSslConfig.java:115) ~[?:?]
	at org.elasticsearch.index.reindex.ReindexPlugin.createComponents(ReindexPlugin.java:88) ~[?:?]
	at org.elasticsearch.node.Node.lambda$new$11(Node.java:472) ~[elasticsearch-6.8.4.jar:6.8.4]
	at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:271) ~[?:?]
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) ~[?:?]
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) ~[?:?]
	at org.elasticsearch.node.Node.<init>(Node.java:475) ~[elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.node.Node.<init>(Node.java:266) ~[elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Bootstrap$5.<init>(Bootstrap.java:212) ~[elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:212) ~[elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.4.jar:6.8.4]
	at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.4.jar:6.8.4]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.4.jar:6.8.4]

Hi,

Welcome to the community!

It’s not clear to me why you would start with SonarQube 8.4.2. That version is past EOL. You should upgrade to/start over with either the latest version or the current LTS.

Beyond that, a quick search tells me that this:

is related to SSL. What have you done to try to set that up? The expectation is that you’ll run SonarQube behind a proxy if you want SSL.

 
Ann

Thanks for the reply , version 8.4.2 was installed in Azure App service as a web app about a year ago and its been on the execution with no issues until last weekend ,where azure instance had a restart which service to go down. on restart the web server couldn’t come back online with the above error. there were no changes with respect configuration or azure setup .so not sure what made the ES to have this error after a restart. we end up recreating new instance with version 9.0.0

Hi,

From the wording in your OP, I had the impression that you had just recently installed 8.4.2. Clearly I was wrong. :slightly_smiling_face:

Since it was installed a year ago & worked fine until the restart, I’m guessing a certificate expired in the meantime…?

Anyway, I’m glad you got to 9.0 and it’s working for you now. Hopefully you were able to retain your data.

 
Ann