null.Exception in thread "main" java.lang.NullPointerException: Cannot invoke method activate() on null object
at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:113)# Tutorial
# https://docs.janusgraph.org/getting-started/basic-usage/#cohabitors-of-tartarus
gremlin> // pluto can't be his own cohabitant
gremlin> g.V(pluto).out('lives').in('lives').where(is(neq(pluto))).values('name')
==>cerberus
# My result
gremlin> g.V(pluto).out('lives').in('lives').where(is(neq(pluto))).values('name')
==>plutogremlin> g.V(pluto).as('x').out('lives').in('lives').where(neq('x')).values('name')
==>cerberusjanusgraph.index.search.backendjanusgraph.index.search.backend: elasticsearchvar transaction = graph.buildTransaction().start(); // graph is a StandardJanusGraph
var g = transaction.traversal();
g.inject(1).addE(edgeLabel).from(V("ExistingVertexId")).to(V("MissingVertexId")).iterate();
transaction.commit();vertexgremlin> g.V("MissingVertexId").label()
==>vertex
gremlin> g.V("MissingVertexId").valueMap()
==>[]tx.log-tx = truetxlogProvided read marker is not compatible with existing read marker for previously registered readersgraph.getBackend().getSystemTxLog()registerReader(...)startTransactionRecovery()g.V().or(
has('Name',textContainsPrefix("ProjectA")),
has('Topic',textContainsPrefix("ProjectA"))
has('Desc',textContainsPrefix("ProjectA"))
).order(score).by(name,topic,desc)submissionDate4submissionDate4single property - index used for ordering.pngOrderGlobalSteplist property - index not used for ordering.pngsingle.groovylist.groovyJanusGraphFactory.startTransactionRecovery(graph, Instant.ofEpochMilli(start_ms))tx.log-tx = true
tx.max-commit-time = 10000
log.tx.ttl = 2d