Android Question Socket timeout

Peekay

Active Member
Licensed User
Longtime User
What can be the causes of a socket timeout:

ResponseError. Reason: java.net.SocketTimeoutException: failed to connect to /192.168.1.10 (port 17178) from /192.168.1.63 (port 41704) after 30000ms, Response:

I have opened the port and the database is ready.

Sorry it was a java error. Solved.
 
Last edited:

Peekay

Active Member
Licensed User
Longtime User
There are two causes for this:
1. Under Tools/Configure path your 'javac.exe' path may not point to the correct 'java' folder.
2. When I restart my PC, my jRDC2 is not running. I have not been able to solve this problem to restart it when my PC restarts.

PK
 
Upvote 0
Top