Hi all,
today I'm encountering this error message while connecting to my VPS where a B4J module is listening in order to serve back data from a MySQL DB.
Yes, I'm aware of RDC2 but this system was built before its availability and I can't rewrite it from scatch.
What I'd like to know is where to look for problems: server, b4j program on server, firewall somewhere (remote or local), local code posting to server.
On Github I found a reply like the following:
"The error occurs when OkHttp try to reuse a connection that is in FIN_WAIT2 state in server, because the server keep_alive timeout is lesser than the client timeout."
If it applies to my case, could it indicate that the server its really slow so it timeouts before being able to reply to the client?
Note that I used this same components for years and the error just appeared today.
today I'm encountering this error message while connecting to my VPS where a B4J module is listening in order to serve back data from a MySQL DB.
Yes, I'm aware of RDC2 but this system was built before its availability and I can't rewrite it from scatch.
What I'd like to know is where to look for problems: server, b4j program on server, firewall somewhere (remote or local), local code posting to server.
On Github I found a reply like the following:
"The error occurs when OkHttp try to reuse a connection that is in FIN_WAIT2 state in server, because the server keep_alive timeout is lesser than the client timeout."
If it applies to my case, could it indicate that the server its really slow so it timeouts before being able to reply to the client?
Note that I used this same components for years and the error just appeared today.