ClassCastException: com.twitter.finatra.logging.FinagleMDCAdapter cannot be cast to ch.qos.logback.classic.util.LogbackMDCAdapter #256
Comments
You'll need to exclude older versions of logback-classic (0.9.28) being On Tuesday, September 22, 2015, Srepfler Srdan notifications@github.com
-Steve Sent from Gmail Mobile |
|
If I downgrade the version of logback-classic to "0.9.28" in the hello-world example, I get the same error as you:
As such, it looks like you're getting the older version of logback on your classpath. Perhaps try excluding the older logback-classic from your wurlf dependencies e.g.
|
java.lang.ClassCastException: com.twitter.finatra.logging.FinagleMDCAdapter cannot be cast to ch.qos.logback.classic.util.LogbackMDCAdapter
With these versions and dependencies
I'm getting the following stack trace
I also notice this warning in the logs but the latest logback is chosen and it's the same used to compile finatra.
The text was updated successfully, but these errors were encountered: