waymen
(Waymen)
March 17, 2025, 6:35am
1
cat logs/web.log | grep WARN
2025.03.17 14:10:43 WARN web [o.s.c.a.AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘jdk.internal.loader.ClassLoaders$AppClassLoader@1dbd16a6-org.sonar.server.plugins.ServerPluginManager’: Initialization of bean failed; nested exception is Plugin Findbugs [findbugs] requires at least Sonar Plugin API version 9.17.0.587 (current: 9.14.0.375)
Colin
(Colin)
March 17, 2025, 10:33am
2
It looks like you also raised the issue here and were given the answer!
opened 06:27AM - 17 Mar 25 UTC
help me
sonarqube version: 9.9.9
findbug version: 4.4.0
```
# cat logs/web.lo… g | grep WARN
2025.03.17 14:10:24 WARN web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Okio Watchdog] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)\n java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)\n java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1759)\n app//okio.AsyncTimeout$Companion.awaitTimeout$okio(AsyncTimeout.kt:308)\n app//okio.AsyncTimeout$Watchdog.run(AsyncTimeout.kt:186)
2025.03.17 14:10:43 WARN web[][o.s.c.a.AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@1dbd16a6-org.sonar.server.plugins.ServerPluginManager': Initialization of bean failed; nested exception is Plugin Findbugs [findbugs] requires at least Sonar Plugin API version 9.17.0.587 (current: 9.14.0.375)
```
Hello, I think this is the same issue as #1183 and you can solve it by upgrading to 4.4.2 available here:
https://repo1.maven.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.4.2/sonar-findbugs-plugin-4.4.2.jar