tinkerpop3
tinkerpop3 copied to clipboard
java.lang.NoSuchMethodError: com.bigdata.rdf.sail.BigdataSailRepository.getDatabase()Lcom/bigdata/rdf/store/AbstractTripleStore
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
What I`m doing wrong?
see #8 and #9 The fork at BITPlan will work.