we are having intermittent errors around 20-40 everyday on an existing system which was working fine previously.
System was running fine a while but recently we started seeing a lot of errors, every time same message as follows (from server log files),
ourdomain.dblayer.com rabbitmq200: rabbitmq.24 | Error on AMQP connection <0.14678.2788>: enotconn (socket is not connected)
On the other hand, the client side we are using python (pika) and we get the following error
"ProbableAuthenticationError pika.adapters.base_connection in _check_state_on_disconnect"
Following is the stack trace
ProbableAuthenticationError: null
File "pika/adapters/blocking_connection.py", line 339, in __init__
self._process_io_for_connection_setup()
File "pika/adapters/blocking_connection.py", line 374, in _process_io_for_connection_setup
self._open_error_result.is_ready)
File "pika/adapters/blocking_connection.py", line 410, in _flush_output
self._impl.ioloop.poll()
File "pika/adapters/select_connection.py", line 602, in poll
self._process_fd_events(fd_event_map, write_only)
File "pika/adapters/select_connection.py", line 443, in _process_fd_events
handler(fileno, events, write_only=write_only)
File "pika/adapters/base_connection.py", line 364, in _handle_events
self._handle_read()
File "pika/adapters/base_connection.py", line 412, in _handle_read
return self._handle_disconnect()
File "pika/adapters/base_connection.py", line 288, in _handle_disconnect
self._adapter_disconnect()
File "pika/adapters/select_connection.py", line 95, in _adapter_disconnect
super(SelectConnection, self)._adapter_disconnect()
File "pika/adapters/base_connection.py", line 154, in _adapter_disconnect
self._check_state_on_disconnect()
File "pika/adapters/base_connection.py", line 173, in _check_state_on_disconnect
raise exceptions.ProbableAuthenticationError