Getting Error after upgrade

Hi Team,

We are now using sonarqube 8.8, We are planed to upgrade our sonarqube developer edition from 8.8 to 9.2, I have done all configurations changes and after starting new upgraded sonarqube I am getting below error, Can you please help

Note: we are using oracle database with jdbc8.jar plugin

2022.01.10 18:40:45 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2022.01.10 18:41:06 INFO app[o.s.a.SchedulerImpl] Process[es] is up
2022.01.10 18:41:06 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘web’, ipcIndex=2, logFilenamePrefix=web]] from [/u01/sonarqube-9.2.4.50792]: /usr/java/jdk-11.0.8/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/u01/sonarqube-9.2.4.50792/temp -XX:-OmitStackTraceInFastThrow --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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-9.2.4.50792.jar:/u01/sonarqube-9.2.4.50792/extensions/jdbc-driver/oracle/ojdbc8.jar org.sonar.server.app.WebServer /u01/sonarqube-9.2.4.50792/temp/sq-process10121541531501639495properties
2022.01.10 18:41:17 INFO app[o.s.a.SchedulerImpl] Process[web] is stopped
2022.01.10 18:41:17 WARN app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
2022.01.10 18:41:17 INFO app[o.s.a.SchedulerImpl] Process[es] is stopped
2022.01.10 18:41:17 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
← Wrapper Stopped

Thanks & Regards,
Rakesh Reddy

Hi @rakeshreddy.m ,

to upgrade from 8.8 (before 8.9 LTS) to 9.2 (after 8.9 LTS), you should do an intermediary step to 8.9 LTS :
your path should be 8.8 > 8.9.6 LTS > 9.2.4 latest version
You can’t jump from 8.8 to 9.2 directly, as mentioned in the docs.

Read also carefully the Release Notes: Before You Upgrade | SonarQube Docs
Release Upgrade Notes | SonarQube Docs

Carine

1 Like