这个错误意味着什么?

时间:2016-06-03 07:33:57

标签: java spring neo4j spring-boot

这个错误意味着什么?

17:20:04.091 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - 
Servlet.service() for servlet [dispatcherServlet] in context with path [/rest-api] threw exception 
[Request processing failed; nested exception is org.neo4j.ogm.session.result.ResultProcessingException: Failed to execute request: 
{"statements":[{"statement":"MATCH (c:Category) optional match (c)-[:subcategory*..1]->(s) OPTIONAL MATCH (i:Item)-[r:type]->(c) 
RETURN id(c) as neo4jId, c.uuid as uuid, s.uuid as uuidParent, c.name as name, s.name as nameParent, 
COUNT(r) as numberItems ORDER BY c.name","parameters":{},"resultDataContents":["graph"],"includeStats":false}]}] with root cause
   org.apache.http.client.HttpResponseException: Not Found

1 个答案:

答案 0 :(得分:-1)

我猜,你有协议通信问题,客户端服务器,试着检查服务器的响应