-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into IllegalAccessError on Virtuozzo VPS #11062
Comments
Hi @wodka What OS are you running on, and what version of Elasticsearch? I'm guessing that sigar doesn't yet support whatever you're using. Try removing |
Hi, can you tell me how to remove lib/sigar? OS: Ubuntu 14.04.2 LTS Elasticsearch Version: {
"status" : 200,
"name" : "Skinhead",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "1.5.2",
"build_hash" : "62ff9868b4c8a0c45860bebb259e21980778ab1c",
"build_timestamp" : "2015-04-27T09:21:06Z",
"build_snapshot" : false,
"lucene_version" : "4.10.4"
},
"tagline" : "You Know, for Search"
} I cannot tell which version of virtuozzo (running on hosteurope.de infrastructure) |
@wodka: just delete the |
Hi, this seems to solve the problem, the strange thing is that it was working prior to this week... thx anyway! should I keep the ticket open? |
Closing in favour of #11034 |
log does not show any entry (no errors) but a search results gives the message:
IllegalAccessError[tried to access method .()V from class org.elasticsearch.common.hppc.IntObjectOpenHashMap$ValuesContainer]
also the following (other error but with that it's still running)
2015-05-08 15:03:25,583][DEBUG][action.admin.cluster.node.stats] [Cypher] failed to execute on node [dB-NuNvWR1ynNyc9aHxHOw]
java.lang.NullPointerException
at org.elasticsearch.monitor.fs.SigarFsProbe.stats(SigarFsProbe.java:83)
at org.elasticsearch.monitor.fs.FsService$FsStatsCache.refresh(FsService.java:56)
at org.elasticsearch.monitor.fs.FsService$FsStatsCache.refresh(FsService.java:49)
at org.elasticsearch.common.util.SingleObjectCache.getOrRefresh(SingleObjectCache.java:55)
at org.elasticsearch.monitor.fs.FsService.stats(FsService.java:46)
at org.elasticsearch.node.service.NodeService.stats(NodeService.java:156)
at org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(TransportNodesStatsAction.java:96)
at org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(TransportNodesStatsAction.java:44)
at org.elasticsearch.action.support.nodes.TransportNodesOperationAction$AsyncAction$2.run(TransportNodesOperationAction.java:141)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
sometimes it returns to work after a few minutes, sometimes I have to restart es. I do not know how to reproduce the error - only that is happening since the beginning of the week on 2 vservers.
The text was updated successfully, but these errors were encountered: