IllegalAccessError[tried to access method .<init>()V from class org.elasticsearch.common

truonglv

Well-known member
Hi all.

I have just try to:
Code:
curl 'http://localhost:9200/_cluster/state'

and got this error :/

Code:
{"error":"IllegalAccessError[tried to access method .<init>()V from class org.elasticsearch.common.hppc.ObjectObjectOpenHashMap$ValuesContainer]","status":500}
 
Top Bottom