Multiple versions of logback in my classpath

Wessel, Keith kwessel at illinois.edu
Wed Aug 17 11:45:31 EDT 2016


Hi, all,

This has been pestering me for a while, but I'm finally getting around to trying to fix it.

When Jetty starts up, it complains to the log file that I have multiple versions of logback. I do, but I can't figure out how not to. There's a logback-classic-1.1.3.jar in $jetty_base/lib/logging and another compiled into the IDP war file.

If I remove the one from the $jety_base/lib, logging in Jetty breaks and gives me extra noise to the console on start-up. And if I remove the one from the IDP war, the IDP fails to start.

Is there a solution I don't know about here? Or some way to at least suppress the warning since it doesn't seem to hurt anything to have two copies? If not, I can just go on ignoring the warning.

Keith



More information about the users mailing list