Titan Rexster查询失败

Titan Rexster查询失败,titan,rexster,Titan,Rexster,在titan-rexster-cassandra-0.4.1上运行查询: http://localhost:8182/graphs/graph/tp/gremlin?script=g.V().has('place',WITHIN,Geoshape.circle(38.8951,-77.0367,50)).count() 失败,出现以下错误: {"message":"","error":"javax.script.ScriptException: com.thinkaurelius.titan.

在titan-rexster-cassandra-0.4.1上运行查询:

http://localhost:8182/graphs/graph/tp/gremlin?script=g.V().has('place',WITHIN,Geoshape.circle(38.8951,-77.0367,50)).count()
失败,出现以下错误:

{"message":"","error":"javax.script.ScriptException: com.thinkaurelius.titan.core.TitanException: Could not process individual retrieval call ","api":{"description":"evaluate an ad-hoc Gremlin script for a graph.","parameters":{"rexster.returnKeys":"an array of element property keys to return (default is to return all element properties)","rexster.showTypes":"displays the properties of the elements with their native data type (default is false)","load":"a list of 'stored procedures' to execute prior to the 'script' (if 'script' is not specified then the last script in this argument will return the values","rexster.offset.end":"end index for a paged set of data to be returned","rexster.offset.start":"start index for a paged set of data to be returned","params":"a map of parameters to bind to the script engine","language":"the gremlin language flavor to use (default to groovy)","script":"the Gremlin script to be evaluated"}},"success":false}
注意:我可以使用gremlin控制台运行它,没有任何问题


感谢您的帮助

通过Rexster返回的错误对客户端来说有点复杂。Titan日志中是否显示了任何东西(例如完整的堆栈跟踪?)嗨,Stephen。这是rexstitan.log,没有立即看到问题…仍在查看。谢谢。我很感激。我不确定shard failure/diskstorage failure在做什么,但我似乎无法运行查询,因为我使用rexster的顶点超过了100k个。我将在另一台机器上尝试这一点,并在这里更新这篇文章。嗯,我唯一能想到的是,Rexster可能被配置为与Gremlin中使用的配置文件不同的ES实例?异常表明该字段在ES中没有正确初始化,但如果它在Gremlin中工作,我只能推断我们讨论的是两个不同的ES实例???