Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read operation timed out (PyKMIP Server) #667

Open
nimda79 opened this issue May 2, 2022 · 1 comment
Open

Read operation timed out (PyKMIP Server) #667

nimda79 opened this issue May 2, 2022 · 1 comment

Comments

@nimda79
Copy link

nimda79 commented May 2, 2022

I receive the following error when I have a client talk to the server:

2022-05-02 21:38:51,291 - kmip.server.session.00000001 - INFO - Failure handling message loop
2022-05-02 21:38:51,292 - kmip.server.session.00000001 - ERROR - The read operation timed out
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/PyKMIP-0.11.0.dev1-py3.8.egg/kmip/services/server/session.py", line 109, in run
self._handle_message_loop()
File "/usr/local/lib/python3.8/dist-packages/PyKMIP-0.11.0.dev1-py3.8.egg/kmip/services/server/session.py", line 121, in _handle_message_loop
request_data = self._receive_request()
File "/usr/local/lib/python3.8/dist-packages/PyKMIP-0.11.0.dev1-py3.8.egg/kmip/services/server/session.py", line 318, in _receive_request
header = self._receive_bytes(8)
File "/usr/local/lib/python3.8/dist-packages/PyKMIP-0.11.0.dev1-py3.8.egg/kmip/services/server/session.py", line 331, in _receive_bytes
partial_message = self._connection.recv(
File "/usr/lib/python3.8/ssl.py", line 1226, in recv
return self.read(buflen)
File "/usr/lib/python3.8/ssl.py", line 1101, in read
return self._sslobj.read(len)
socket.timeout: The read operation timed out

Ubuntu 20.04.2 LTS
OpenSSL 1.1.1f
Python 3.8

@Amn04
Copy link

Amn04 commented Jul 21, 2022

Does this problem solved? If yes please explain i am also getting same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants