mist-ce icon indicating copy to clipboard operation
mist-ce copied to clipboard

Disable monitoring and Enable monitoring Execution error

Open LimaCxu opened this issue 5 years ago • 1 comments

image

image

Request URL: http://192.168.100.181/api/v1/jobs/f8a75598e6dd4bce9b689f5bcefd45f5

response:Internal Server Error

LimaCxu avatar May 27 '20 02:05 LimaCxu

We've seen this happen sometimes and it had to do with the Elasticsearch index configuration. We're not exactly sure what triggers it. An quick fix is to delete your elasticsearch volume and let it recreate itself. However, that means you'll lose all past logs.

e.g.

docker-compose down && docker volume rm mistce_elasticsearch && docker-compose up -d

If you'd like to look for a better fix check out the respective exception in the api logs.

d-mo avatar May 27 '20 12:05 d-mo