Hi, I’m just testing for the very first time the outgoing LDAP connection, and when I ping the connection from the web dashboard I get this error:
File "/opt/zato/3.2.0/code/lib/python3.8/site-packages/bunch/__init__.py", line 123, in __getattr__
return object.__getattribute__(self, k)
AttributeError: 'Bunch' object has no attribute 'conn'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/zato/3.2.0/code/lib/python3.8/site-packages/bunch/__init__.py", line 126, in __getattr__
return self[k]
KeyError: 'conn'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/zato/3.2.0/code/zato-server/src/zato/server/service/internal/generic/connection.py", line 367, in handle
ping_func(self.request.input.id)
File "/opt/zato/3.2.0/code/zato-server/src/zato/server/base/worker/generic.py", line 182, in ping_generic_connection
conn_dict.conn.ping()
File "/opt/zato/3.2.0/code/lib/python3.8/site-packages/bunch/__init__.py", line 128, in __getattr__
raise AttributeError(k)
AttributeError: conn