Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Error in test

Hi Håvard,

Building and mvn clean install on MS-Windows with AdoptOpenJDK 8 (1.8.0_191) seemed to have  worked 
(though I have found a platform / separator specific bug in a lucene test)

I'll check on linux this evening.


Best regards

Bart
-----Original Message-----
From: rdf4j-dev-bounces@xxxxxxxxxxx <rdf4j-dev-bounces@xxxxxxxxxxx> On Behalf Of Håvard Ottestad
Sent: dinsdag 25 juni 2019 20:43
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Subject: [rdf4j-dev] Error in test

Hi,

I’m getting an error on develop in rdf4j-storage in SPARQLServiceEvaluationTest.

Error: org.eclipse.rdf4j.repository.RepositoryException: Handler dispatch failed; nested exception is java.lang.AbstractMethodError: Method org/eclipse/rdf4j/sail/memory/MemoryStoreConnection.pendingRemovals()Z is abstract

I have tried to do mvn clean, delete the rdf4j directory in .m2 and done a new install. Still fails. It does not fail on jenkins. 

Jenkins thinks everything is fine … but I don’t trust jenkins. 

Could someone else
 - checkout develop on rdf4j-storage
 - mvn clean
 - rm -r  ~/.m2/repository/org/eclipse/rdf4j/
 - mvn clean install

Håvard
_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev

Back to the top