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
is crashing because a transaction can't be opened:
org.janusgraph.graphdb.database.StandardJanusGraph.newTransaction(StandardJanusGraph.java:400): Could not start new transaction (Java::OrgJanusgraphCore::JanusGraphException)
from org.janusgraph.graphdb.database.StandardJanusGraph$1.retrieveSchemaByName(StandardJanusGraph.java:423)
from org.janusgraph.graphdb.database.cache.StandardSchemaCache.getSchemaId(StandardSchemaCache.java:111)
from org.janusgraph.graphdb.transaction.StandardJanusGraphTx.getSchemaVertex(StandardJanusGraphTx.java:1033)
from org.janusgraph.graphdb.transaction.StandardJanusGraphTx.getRelationType(StandardJanusGraphTx.java:1053)
from org.janusgraph.graphdb.query.QueryUtil.getType(QueryUtil.java:87)
from org.janusgraph.graphdb.query.QueryUtil.constraints2QNF(QueryUtil.java:183)
from org.janusgraph.graphdb.query.graph.GraphCentricQueryBuilder.constructQueryWithoutProfile(GraphCentricQueryBuilder.java:272)
from org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphStep.buildGraphCentricQuery(JanusGraphStep.java:193)
from org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphStep.buildGlobalGraphCentricQuery(JanusGraphStep.java:163)
from org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphStep.buildGlobalGraphCentricQuery(JanusGraphStep.java:131)
from org.janusgraph.graphdb.tinkerpop.optimize.step.JanusGraphStep.lambda$new$1(JanusGraphStep.java:87)
from org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep.processNextStart(GraphStep.java:158)
from org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:150)
from org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal.hasNext(DefaultTraversal.java:235)
from org.jruby.dist/org.jruby.javasupport.ext.JavaUtil$Iterator.each(JavaUtil.java:113)
am I missing something to get bulk loading to work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, we have the following JanusGraph setup:
We use this with JRuby, but this translates directly to Java code.
Problem is I am unable to get bulk loading working: https://docs.janusgraph.org/operations/bulk-loading/
Opening the instance as follows:
but running a simple query such as:
is crashing because a transaction can't be opened:
am I missing something to get bulk loading to work?
best
Beta Was this translation helpful? Give feedback.
All reactions