Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Class cast exception in Intellij

Hi,

I'm getting a class cast exception when running several of the compliance tests in Intellij:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonAppConfig' defined in ServletContext resource [/WEB-INF/rdf4j-http-server-servlet.xml]: Invocation of init method failed; nested exception is java.lang.ClassCastException: org.apache.logging.slf4j.Log4jLoggerFactory cannot be cast to ch.qos.logback.classic.LoggerContext

Running HTTPRepositoryTest on develop in Intellij.

Anyone else seen this?

Håvard

Back to the top