Tagged Questions

9
votes
9answers
67k views

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 ...
0
votes
0answers
825 views

java.net.ConnectException: Connection timed out: connect

I have a problem with a code, I'm using NetBeans IDE, and the Axis 1_4 library, so here is it: Note: import this libraries: import javax.xml.rpc.ServiceException; import ...