You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
com.blazegraph
bigdata-core
2.1.4
com.blazegraph
blazegraph-gremlin
1.0.0
What I`m doing wrong?
The text was updated successfully, but these errors were encountered:
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
com.blazegraph
bigdata-core
2.1.4
com.blazegraph
blazegraph-gremlin
1.0.0
What I`m doing wrong?
The text was updated successfully, but these errors were encountered: