SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:${NGRINDER_HOME}/script/admin/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/data/jetty-7.6.9/work/jetty-0.0.0.0-8080-ngrinder-controller-3.3.war-_ngrinder-controller-3.3-any-/webapp/WEB-INF/lib/logback-classic-1.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See
http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Exception in thread "main" java.lang.ClassCastException: org.slf4j.impl.Log4jLoggerAdapter cannot be cast to ch.qos.logback.classic.Logger
at net.grinder.engine.process.WorkerProcessEntryPoint.run(WorkerProcessEntryPoint.java:73)
at net.grinder.engine.process.WorkerProcessEntryPoint.main(WorkerProcessEntryPoint.java:60)
验证脚本出错信息如上
在eclipse下运行通过,哪里logging有问题呢