2016-06-03 5 views
0

이 오류는 무엇을 의미합니까? 내가 생각이 오류는 무엇을 의미합니까?

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 
+0

당신이 HTTP 전화의 상태 코드를 제공 할 수있는 서버를 응답 내용을 확인하려고합니다. 그것은 지정된 URL/매개 변수에 대해 서블릿 끝 점이 존재하지 않는다는 것을 나타내는 404입니다 –

답변

-1

, 당신은 protocolo 통신, 클라이언트 - 서버에 문제가,

관련 문제