tinkerpop3 icon indicating copy to clipboard operation
tinkerpop3 copied to clipboard

java.lang.NoSuchMethodError: com.bigdata.rdf.sail.BigdataSailRepository.getDatabase()Lcom/bigdata/rdf/store/AbstractTripleStore

Open imhy opened this issue 8 years ago • 1 comments

Hi! When I try to File file = new File("/blaze/bg1.jrnl"); final String journal = file.getAbsolutePath(); final BigdataSailRepository repo = BasicRepositoryProvider.open(journal); graph = BlazeGraphEmbedded.open(repo);

I get error:

java.lang.NoSuchMethodError: com.bigdata.rdf.sail.BigdataSailRepository.getDatabase()Lcom/bigdata/rdf/store/AbstractTripleStore; at com.blazegraph.gremlin.embedded.BlazeGraphEmbedded.open(BlazeGraphEmbedded.java:180) at com.blazegraph.gremlin.embedded.BlazeGraphEmbedded.open(BlazeGraphEmbedded.java:163)

I`m using maven dependencies <groupId>com.blazegraph</groupId> <artifactId>bigdata-core</artifactId> 2.1.4 <groupId>com.blazegraph</groupId> <artifactId>blazegraph-gremlin</artifactId> 1.0.0

What I`m doing wrong?

imhy avatar Sep 28 '16 12:09 imhy

see #8 and #9 The fork at BITPlan will work.

WolfgangFahl avatar Dec 22 '18 17:12 WolfgangFahl