E-KB: 'ConnectionRefusedError: [Errno 111] Connection refused' When Installing the Elasticsearch and Kibana on the Same Host
(Doc ID 2919960.1)
Last updated on JANUARY 11, 2023
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.58 to 8.58 [Release 8.4]Information in this document applies to any platform.
Symptoms
On Peoplesoft 8.58.07,
ELK-DPK-LNX-7.0.0_03,
Red Hat Enterprise 8,
when installing the Elasticsearch and Kibana on the same host using the installation DPK setup script located in ELK_INSTALL/setup:
./psft-dpk-setup.sh –-install --install_base_dir BASE_DIR_PATH
though the Elasticsearch installation was successful: 'Elasticsearch Installation Completed', Kibana installation failed with the below message:
Elasticsearch service is not running. Checking again....
Traceback (most recent call last):
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/connection.py", line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/util/connection.py", line 84, in create_connection
raise err
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
Traceback (most recent call last):
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/connection.py", line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/util/connection.py", line 84, in create_connection
raise err
File "/opt/cd/setup/python/lib/python3.7/site-packages/urllib3-1.25.8-py3.7.egg/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |