Problem in connecting ODK collect to ODK Aggregate Local server

I am trying to connect ODK collect to ODK Aggregate Local server. Showing the error reporting below

Form listing failed. Error: java.net.SocketTimeoutException: failed to connect to /172.16.1.7 (port 8080) after 30000 ms while accessing https://172.16.1.7:8080/ODKAggregate/Aggregate.html/formList

Please tell me how to provide url to the ODK Collect

Please reply me urgently…

thanks and regards
shital telrandhe

One of the possible reasons can be that PORT number (8080) might be blocked for external requests. But I am not sure about it. I suggest to make port available by using "iptable" (for fedora) command or any OS specific command.

did you insall ssl certificate on the server? if NO, change the above url to http://172.16.1.7:8080/ODKAggregate

if it does not work run this in comman prompt. (cmd.exe) as administrator and enter the following codes. netsh firewall add portopening TCP 80 "ODK Aggregate"

try it and let us know if it works

thanks
fabla2020@gmail.com

1 Like

A post was split to a new topic: Failed to connect to servername/server ip