Meaning of error "Unexpected character ('p' (code 112))"

Here is the full error:
{
"error" : {
"root_cause" : [
{
"type" : "json_parse_exception",
"reason" : "Unexpected character ('p' (code 112)): was expecting either '' or '/' for a comment\n at [Source: org.elasticsearch.transport.netty4.ByteBufStreamInput@6ba8279e; line: 1, column: 66]"
}
],
"type" : "json_parse_exception",
"reason" : "Unexpected character ('p' (code 112)): was expecting either '
' or '/' for a comment\n at [Source: org.elasticsearch.transport.netty4.ByteBufStreamInput@6ba8279e; line: 1, column: 66]"
},
"status" : 500
}

What does you request look like?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.