Why would a “java.net.ConnectException: Connection timed out” exception occur when URL is up?
I’m getting a ConnectException: Connection timed out with some frequency from my code. The URL I am trying to hit is up. The same code works for some users, but not others. It seems like once one user starts to get this exception they continue to get the exception. Here is the stack trace: Here is a … Read more