Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

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

Description

@imhy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions