okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

Solr Connection Issue : Max Retries and Connection Fails #96

Closed Suryakandukuri closed 2 years ago

Suryakandukuri commented 2 years ago

Steps to Reproduce:

  1. clone this repository
  2. .env file
  3. docker-compose up

Expected Behavior: CKAN to be up and running with all basic functionalities.

Issue: SolrError: Failed to connect to server at 'http://localhost:8983/solr/ckan/select/?q=%2A%3A%2A&rows=1&wt=json', are you sure that URL is correct? Checking it in a browser might help: HTTPConnectionPool(host='localhost', port=8983): Max retries exceeded with url: /solr/ckan/select/?q=%2A%3A%2A&rows=1&wt=json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9758688d10>: Failed to establish a new connection: [Errno 111] Connection refused',)) 2020-03-09 11:05:45,533 WARNI [ckan.lib.search] Problems were found while connecting to the SOLR server

Unable to create organization due to this and further a dataset etc.

Kindly suggest what is to be done.