Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

org.janusgraph.core.JanusGraphException: StorageBackend version is incompatible with current JanusGraph version: storage [0.4.0] vs. runtime [0.2.0-SNAPSHOT] #85

Open
tanroopdhillon opened this issue Dec 30, 2019 · 1 comment

Comments

@tanroopdhillon
Copy link

org.janusgraph.core.JanusGraphException: StorageBackend version is incompatible with current JanusGraph version: storage [0.4.0] vs. runtime [0.2.0-SNAPSHOT]

Getting this exception while running import command

@lcr95
Copy link

lcr95 commented Aug 5, 2020

It is caused by the server and client version incompatible.

Try changing the version janusgraph-all

    <dependency>
      <groupId>org.janusgraph</groupId>
      <artifactId>janusgraph-all</artifactId>
      <version>0.4.0</version>
    </dependency>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants