java.lang.ClassCastException: org.slf4j.impl.Log4jLoggerFactory cannot be cast to ch.qos.logback.classic.LoggerContext java 라이브러리 중 slf4j를 쓰려고 하다보면 이런 에러가 나타날 경우가 있다. 이 에러는 eclipse 와 같은 코딩 작성 프로그램에서 실행 시 나타나지 않는다. 검색을 해보면 아래와 같은 내용이 나온다. When I run up my app in a standalone Jetty installation on my development machine (Windows / Cygwin) all is OK, but when I try to run it on my test machine (Ubu..