Today we have installed https://github.com/SonarSource/sonar-jacoco 1.1.0.898
on two separate instances of Sonar
- 8.3-community
- 8.3-developer
Both instances upon start are showing the following error:
2020.11.16 11:37:16 INFO ce[o.s.c.c.CePluginRepository] Load plugins │
│ 2020.11.16 11:37:19 ERROR ce[o.s.ce.app.CeServer] Compute Engine startup failed │
│ java.lang.IllegalStateException: Fail to instantiate class [org.sonar.plugins.jacoco.JacocoPlugin] of plugin [jacoco] │
│ at org.sonar.core.platform.PluginLoader.instantiatePluginClasses(PluginLoader.java:136) │
│ at org.sonar.core.platform.PluginLoader.load(PluginLoader.java:66)
Any thoughts or help with this?
Phillip