runtime error

end/generic_elastic.py", line 82, in get_instance client=ClientAdapterFactory.get( File "/opt/venv/lib/python3.10/site-packages/argilla_server/daos/backend/client_adapters/factory.py", line 46, in get version, distribution = cls._fetch_cluster_version_info(client_config) File "/opt/venv/lib/python3.10/site-packages/argilla_server/daos/backend/client_adapters/factory.py", line 82, in _fetch_cluster_version_info raise GenericSearchError(error) argilla_server.daos.backend.base.GenericSearchError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f8739f65ab0>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f8739f65ab0>: Failed to establish a new connection: [Errno 111] Connection refused) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 734, in lifespan async with self.lifespan_context(app) as maybe_state: File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 610, in __aenter__ await self._router.startup() File "/opt/venv/lib/python3.10/site-packages/starlette/routing.py", line 711, in startup await handler() File "/opt/venv/lib/python3.10/site-packages/argilla_server/_app.py", line 189, in setup_elasticsearch _setup_elasticsearch() File "/opt/venv/lib/python3.10/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/opt/venv/lib/python3.10/site-packages/argilla_server/_app.py", line 179, in _setup_elasticsearch raise ConfigError( pydantic.errors.ConfigError: Your Elasticsearch endpoint at http://localhost:9200 is not available or not responding. Please make sure your Elasticsearch instance is launched and correctly running and you have the necessary access permissions. Once you have verified this, restart the argilla server. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...