Actions
Bug #19958
closedstack trace when openscap plugin loads
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
When openscap plugin loads, I get:
>-at org.eclipse.jetty.start.Main.invokeMain(Main.java:218) >-at org.eclipse.jetty.start.Main.start(Main.java:491) >-at org.eclipse.jetty.start.Main.main(Main.java:77) Caused by: java.lang.ClassCastException: class org.slf4j.impl.SimpleLoggerFactory cannot be cast to class ch.qos.logback.classic.LoggerContext (org.slf4j.impl.SimpleLoggerFactory and ch.qos.logback.classic.LoggerContext are in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @dd0c991) >-at net.liftweb.common.Logback$.withFile(Logging.scala:372) >-at bootstrap.liftweb.LiftInitContextListener.$anonfun$contextInitialized$1(LiftInitContextListener.scala:90) >-at net.liftweb.common.Logger$.$anonfun$ranSetup$1(Logging.scala:56) >-at net.liftweb.common.Logger$.$anonfun$ranSetup$1$adapted(Logging.scala:56)
Updated by François ARMAND about 3 years ago
We must exclude any SLF4J implementation other than logback.
Updated by François ARMAND about 3 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND about 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/414
Updated by François ARMAND about 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|ecd553b0f1e8b2f88ff24bf69fab8f506217f62a.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2-1.3 which was released today.
Actions