Top "Socket-timeout-exception" questions

Signals that a timeout has occurred on a socket read or accept.

java.net.SocketTimeoutException: Read timed out under Tomcat

I have a Tomcat based web application. I am intermittently getting the following exception, Caused by: java.net.SocketTimeoutException: Read …

java sockets tomcat timeout socket-timeout-exception
SocketTimeoutException in Retrofit

I am trying to POST request to server for fetch data but sometime It's occure SocketTimeoutException! I used Ok3Client …

android retrofit okhttp socket-timeout-exception
FTP response 421 received. Server closed connection

I am writing a JAVA code to traverse FTP Location using Apache Commons Net FTPClient and getting output in an …

java ftp ftp-client connection-timeout socket-timeout-exception
how to prevent java.net.ConnectException: Connection timed out?

can any body explain java.net.ConnectException: Connection timed out Caused by: java.net.ConnectException: Connection timed out at java.…

java jdbc socket-timeout-exception
SocketTimeoutException: Read time out

It's a simple client/server based ping/pong program. Unfortunately, IT doesn't work and displays this error message: java.net.…

java sockets networking socket-timeout-exception
What are the reasons for getting a Socket read timed out Exception in Java?

What are the reasons for getting a Socket read timed out Exception in Java? I'm gettting: ### Cause: java.sql.SQLRecoverableException: …

java database sockets socket.io socket-timeout-exception
java.net.SocketTimeoutException: failed to connect

I hava a working xmlparser But unfortunately i get an error when i'm on mobile data. The problem doesn't occur …

java android httpurlconnection socket-timeout-exception
what is the default time out value of java.net.Socket in android?

I'm developing a mobile application for android. There, I creating socket and transfer data between android mobiles and windows application (…

java android sockets android-networking socket-timeout-exception
setSotimeout on a datagram socket

The server acts like an echo server. The clients sends 10 packets to server (1 sec of gap) When Client receives packets …

java sockets datagram socket-timeout-exception
OkHttp3 SocketTimeoutException (in Android app) -- How to set read timeout for asynchronous request?

I keep getting a java.net.SocketTimeoutException when attempting an OkHttp3 asynchronous Get. This suggests that I haven't set the …

java android asynchronous okhttp3 socket-timeout-exception