dezmaeth
dezmaeth
JJanusGraph
Created by dezmaeth on 9/5/2023 in #questions
index convergence to REGISTERED failed
i'm trying to register an index called "id", it fails to register, when running mgmt.awaitGraphIndexStatus(graph, 'byId').status(SchemaStatus.REGISTERED).call() i get the logs of the process running and then 88775326 [main] INFO org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Timed out (PT1M) while waiting for index byId to converge on status(es) [REGISTERED] ==>GraphIndexStatusReport[success=false, indexName='byId', targetStatus=[REGISTERED], notConverged={id=INSTALLED}, converged={}, elapsed=PT1M0.079S]
5 replies
JJanusGraph
Created by dezmaeth on 7/31/2023 in #questions
Is there a way to access the management from gremlin remote console?
mostly i need to be able to create vertex and edge labels dynamically from gremlin, is it posible?
2 replies
JJanusGraph
Created by dezmaeth on 7/31/2023 in #questions
What configuration i can use for the root.schema.default?
i know it's supposed to use "None" so it will require a schema, but in my use case i need a schema maker, i cant find a single example with the schema maker turned on.
4 replies
JJanusGraph
Created by dezmaeth on 7/27/2023 in #questions
ERROR org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor - Could not invoke constructor
Could not invoke constructor on class org.janusgraph.graphdb.management.JanusGraphManager (defined by the 'graphManager' setting) with one argument of class Settings.
10 replies