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
java.lang.ClassCastException: org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath cannot be cast to org.apache.tinkerpop.gremlin.structure.Element
at com.thinkaurelius.titan.graphdb.tinkerpop.optimize.TitanPropertiesStep.flatMap(TitanPropertiesStep.java:109)
at org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep.processNextStart(FlatMapStep.java:47)
at com.thinkaurelius.titan.graphdb.tinkerpop.optimize.TitanPropertiesStep.processNextStart(TitanPropertiesStep.java:93)
at org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep.hasNext(AbstractStep.java:140)
...
Below is the simplified steps to reproduce errors on titan-1.0.0 version.
Follow http://tinkerpop.apache.org/docs/3.2.1-SNAPSHOT/recipes/#shortest-path to try Shortest Test application on gremlin shell, but got the following stack trace.
Below is the simplified steps to reproduce errors on titan-1.0.0 version.
The text was updated successfully, but these errors were encountered: