Val Pidburtnyi
Val Pidburtnyi
> It would be good if you add the stacktrace ``` java.lang.NullPointerException: Could not find type for id: 155149 at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:250) at org.janusgraph.graphdb.types.vertices.JanusGraphSchemaVertex.name(JanusGraphSchemaVertex.java:57) at org.janusgraph.graphdb.vertices.AbstractVertex.label(AbstractVertex.java:121) at org.janusgraph.graphdb.types.system.ImplicitKey.computeProperty(ImplicitKey.java:83) at org.janusgraph.graphdb.query.vertex.BasicVertexCentricQueryBuilder.executeImplicitKeyQuery(BasicVertexCentricQueryBuilder.java:211) at...
One more interesting detail which could help. "ID" and "label" of the vertex are only returned if the error raised in current transaction: ``` gremlin> g.tx().rollback() ==>null gremlin> gremlin> g.V(155149).elementMap()...