Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Class cast exception in Intellij
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Wed, 15 Jan 2020 23:23:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=5kd/pUh0cziJo1zxQyXTvUMz0AXB0jFseGR/oOt1Cgg=; b=LuVn+JCNx6/FukpzLC14yDoztuSToTPy+NleIIH3L8Nxejpcycm9OTvk3A3Q2sws7tYLCk2Bx3ZDnuKR51h3iG4Ff87nEDkGlPN/KlDMIF49UzprKwJ6bMlnNQqvNPS2ox6/cFfMn0oFn4Lrgl9w8wF3M8DJhLJCvpSNXcfKVntEHlxAgZO01fEurSVz4gWQ6yo+545eS9gxts+ccAvnndj8OH0NTIalc3UTZEKmiicP/sf0mOYn/fd7AVbU8SFEv8NLDY4YTAdy6eYm8qHAF0G8/dkgLkKrIuCNBX2E+K3pIxwWOqN4oMJJ66bbzecd6Jr7Wp85fNPcbzo+myB0/w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GDxVVNv5A0EwPzdZ0QMUrVChLYgA2rNU+jMMekP95JL8z+jjiVKAGt4fS/CVSRrlmXI+MtMOesIqWlz5aE7tU5diuT/4DRR7rkmhyColl95j+n2D9BGWU3cweTkMLpLjZ2CB9jP1/XpLXUbT8TJNFPxpf226E1+sQbRA2Rgxp6VO49va9r6D6esqE5miYm0N57dcSFRGEn0FPfoQsY6C74tiVLPWO1o3HTVcgbUbLLLh6HY/wnw1w36FgEW9zI6yqb4uaVmq4oTerr3Tqe38Qvh8VAK51UstprRHjN3FcmsTx28aHnjh1Ubqdyq2r0z/pR3vBD2iUUxuDJysOPhMbA==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVy64XTZy3Y8Kq0k+7wozd7XQX7afsXGIg
  • Thread-topic: [rdf4j-dev] Class cast exception in Intellij

Hmz, on Windows with OpenJDK 11, I don’t get the issue (yet) when running “mvn clean install -Pcompliance”,

because the tests already fail in org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStoreTransactionsTest

 

I’ll try to run the full set of tests again tomorrow (or only run the httprepositorytest…)

 

It could very well be an issue (I’ve upgraded the spring dependency from 5.1.x to 5.2.x in develop)

 

Best regards

 

Bart

 

From: rdf4j-dev-bounces@xxxxxxxxxxx <rdf4j-dev-bounces@xxxxxxxxxxx> On Behalf Of Håvard Ottestad
Sent: woensdag 15 januari 2020 15:14
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Subject: [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