Replies: 1 comment
-
Please show how you start the JanusGraph container exactly. The error message indicates that the config is invalid so we need to see how you configure JanusGraph. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am new to janusgraph and I am doing school project about testing with different kinds of graph database. Basically I chose Janusgraph and everything went will like connecting Gremlin Server. it all started after i predefining schema but it is still worked. Yesterday I tried to import large tsv file(for school project) into the database using java and all of the sudden i cannot rerun the docker container. Now I can run it but it stopped after 30secs.
when i check the logs i see "ERROR org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor. - Could not invoke constructor on class org.janusgraph.graphdb.management.JanusGraphManager (defined by the 'graphManager' setting) with one argument of class Settings"" . I am not sure what is going on so please help.
Beta Was this translation helpful? Give feedback.
All reactions