Why would a “java.net.ConnectException: Connection timed out” exception occur when URL is up?

Connection timeouts (assuming a local network and several client machines) typically result from a) some kind of firewall on the way that simply eats the packets without telling the sender things like “No Route to host” b) packet loss due to wrong network configuration or line overload c) too many requests overloading the server d) … Read more

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

The wait operation timed out. ASP

If you found the exact error “The wait operation timed out” then it is likely you have a database call that took longer than expected. This could be due to any number of things: Transient network problem High SQL server load Problem with SAN, RAID, or storage device Deadlock or other form of multiprocess contention … Read more

The wait operation timed out. ASP

If you found the exact error “The wait operation timed out” then it is likely you have a database call that took longer than expected. This could be due to any number of things: Transient network problem High SQL server load Problem with SAN, RAID, or storage device Deadlock or other form of multiprocess contention … Read more