Troubleshooting: network issues

  • Updated

You can test if the application can connect to the internet by using the downloader jar which does a connection test on startup (as the Fieldsoftware can work in offline mode, it does not do a connection test):

https://remotesensing.vito.be/software/uav-pc/mapeo-download-tool/MAPEO-Download-Tool.jar 


If there is an issue with the connection or the permissions, you will get this message:

art.png

 

 

In case you are required to use a proxy server, the Fieldsoftware also requires the “-http.proxy*” params to be set in the bat file or script (see previous chapters), for example:

 

java -Dhttps.proxyHost=proxy.company.com -Dhttps.proxyPort=80 -Dhttp.proxyHost= proxy.company.com -Dhttp.proxyPort=80 -jar MAPEO-Field-Software-.jar

 

More info on proxy and network parameters can be found  here: