pzt
(Paul T)
December 8, 2025, 9:01pm
1
Template for a good new topic, formatted with Markdown :
ALM used : GitHub
CI system used (Jenkins
Languages of the repository: C#
Hi, any help would be appreciated to troubleshoot a little more.
GUID from Sonarcloud:
a8a55d17-e279-4c9e-887e-5bfa1d75d9bb
ganncamp
(G Ann Campbell)
December 9, 2025, 2:29pm
2
Hi,
Welcome to the community!
Are you using automatic analysis or CI-based analysis? Where did you find this ID? (A screenshot would be very helpful…)
Thx,
Ann
pzt
(Paul T)
December 9, 2025, 4:43pm
3
Hi,
I’m using CI-based analysis and getting the ID from the Sonarcloud.io websit for my main branch.
ganncamp
(G Ann Campbell)
December 9, 2025, 5:27pm
4
Hi,
Are you a project admin? Do you have access to the project’s background tasks? Can you check there for errors?
Thx,
Ann
pzt
(Paul T)
December 12, 2025, 9:08pm
9
I was able to get this from the admin:
ERROR: Error during SonarScanner execution
13:13:19 java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
ganncamp
(G Ann Campbell)
December 15, 2025, 1:14pm
10
Hi,
This guide may be helpful:
Error during SonarQube Scanner execution java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
This error is Java’s painfully obscure way of saying
The version of Java you’re trying to use is too old to run this program.
To get your current version of Java, go to a command line and run
…
Ann
1 Like