-
Notifications
You must be signed in to change notification settings - Fork 6
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
[handshakeClient] [Protocol 10 Error (Client Block)] #37
Comments
Hi @DavidPCoster, This error is usually seen when a connection is made to the server from outside of UDA, i.e. when running The fact that this error is appearing every 10 seconds implies there is something somewhere 'pinging' the server every 10 seconds. Cheers. |
Looking at the docker configuration, I see
Do you think this is the cause? If so, do we need to check the health this frequently? |
Yes, that's definitely the cause. I'm not sure what this 'healthcheck' is in the docker configuration, that would be a question for Poznan. I think the underlying issue is that there needs to be some kind of log compression and deletion happening in the docker image to mitigate these kind of issues. |
I have created an issue at PSNC: https://gitlab.eufus.psnc.pl/containerization/imas/uda-demo/-/issues/3 Let's see if a resolution can be found ... |
Could someone explain why my server is seeing multiple messages of the form
[root@da239993f1a6 etc]# tail Error.log
1 [Thu Jun 20 06:51:54 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:04 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:14 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:24 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:34 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:44 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:52:55 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:53:05 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:53:15 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
1 [Thu Jun 20 06:53:25 2024] 2 20 [handshakeClient] [Protocol 10 Error (Client Block)]
[root@da239993f1a6 etc]#
Currently 719974 records in Error.log contain 'handshakeClient'.
How can I fix whatever problem is causing this?
Thanks.
The text was updated successfully, but these errors were encountered: