I am having an issue with Cluster Manager when I go to install Gluu 4.2.1 on the first node. When I go through the install I get the following:
```
Traceback (most recent call last):
File "/opt/clustermgr/clustermgr/celery/app/trace.py", line 382, in trace_task
R = retval = fun(*args, **kwargs)
File "/opt/clustermgr/clustermgr/clustermgr/application.py", line 25, in __call__
return TaskBase.__call__(self, *args, **kwargs)
File "/opt/clustermgr/clustermgr/celery/app/trace.py", line 641, in __protected_call__
return self.run(*args, **kwargs)
File "/opt/clustermgr/clustermgr/clustermgr/tasks/server.py", line 213, in task_install_gluu_server
raise Exception(traceback.format_exc())
Exception: Traceback (most recent call last):
File "/opt/clustermgr/clustermgr/clustermgr/tasks/server.py", line 211, in task_install_gluu_server
install_gluu_server(task_id, server_id)
File "/opt/clustermgr/clustermgr/clustermgr/tasks/server.py", line 722, in install_gluu_server
ldapc.connect()
File "/opt/clustermgr/clustermgr/clustermgr/core/ldap_functions.py", line 59, in connect
return self.conn.bind()
File "/opt/clustermgr/clustermgr/ldap3/core/connection.py", line 561, in bind
self.open(read_server_info=False)
File "/opt/clustermgr/clustermgr/ldap3/strategy/sync.py", line 56, in open
BaseStrategy.open(self, reset_usage, read_server_info)
File "/opt/clustermgr/clustermgr/ldap3/strategy/base.py", line 139, in open
raise exception_history[0][0]
LDAPSocketOpenError: socket connection error while opening: [Errno 111] Connection refused
```
Any ideas?
Thanks,
Kevin Fletcher