tuan3w/visual_search

container is not running

VictorFenglongCai opened this issue · 3 comments

Hello!
I can't execute the following code:
docker exec -it elasticsearch_elasticsearch_1 elasticsearch-plugin install http://localhost:8000/esplugin-0.0.1.zip

it throws me the following error:
Error response from daemon: Container 4ba4f9eaff4670f9ab29ccb8418a82f4dd9d219a3bc7581944e7f166665daa8d is not running
I googled about "container is not running" but the results did not help.
What can I do with it?

Thank you!

More specifically, elasticsearch_elasticsearch_1 has a status of Exited (1).

Hello!
The log of elasticsearch_elasticsearch_1 shows me an error which is
"uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: No match found"
"Caused by: java.lang.IllegalStateException: No match found"

OK I changed the version of elasticsearch to 5.3.1 and solved the problem.