docker-solr / docker-solr-examples

Examples for Docker-Solr
Apache License 2.0
61 stars 58 forks source link

swarm/docker-compose.yml - "CoreContainer is either not initialized or shutting down" #14

Closed youssefeldakar closed 1 year ago

youssefeldakar commented 1 year ago

Thank you for the helpful examples.

I've just tried to deploy to a swarm (swarm/docker-compose.yml) but received the following when connecting to the port from a browser:

javax.servlet.ServletException: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.

Docker version:

Docker version 23.0.4, build f480fb1

The /var/solr directory is empty.

Thank you for any suggestions.

youssefeldakar commented 1 year ago

It seems that it has to do with containers on worker nodes not attaching to the overlay network.

I am troubleshooting.

youssefeldakar commented 1 year ago

It turned out that advertise addresses on the worker nodes were incorrect.

Sorry for the false alarm.