Cannot evaluate org.elasticsearch.action.index.IndexResponse.toString()

When using elasticsearch 6.4.1, I got the error:
Method threw 'java.lang.NoClassDefFoundError' exception. Cannot evaluate org.elasticsearch.action.index.IndexResponse.toString() in the IndexResponse.
And I used RestHighLevelClient, has anybody came across this? How did you solved this?

I have solved this problem and answer it on stackoverflow, here is the link: https://stackoverflow.com/questions/52574308/cannot-evaluate-org-elasticsearch-action-index-indexresponse-tostring/52575105#52575105

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