How to change the orbit auto download link in gpt.exe Apply-Orbit-File Operators

Hi all,
I have a xml graph-file to perform a batch processing via gpt.exe. The xml graph-file have contained a operator “Apple-Orbit-File”. When I ran the cmdline like this gpt d:\bp.xml, I received errors and exited. the errors are below:

SEVERE: org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl: Failed to download remote file.
java.io.FileNotFoundException: http://101.110.118.43/nest.s3.amazonaws.com/data/Orbits/Sentinel-1/POEORB/2017-2.zip
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.downloadFile(DownloadableContentImpl.java:244
)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.lambda$getRemoteHttpFile$5(DownloadableConten
tImpl.java:221)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.getRemoteHttpFile(DownloadableContentImpl.jav
a:226)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.getRemoteFile(DownloadableContentImpl.java:10
6)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.findFile(DownloadableContentImpl.java:181)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.getContentFile(DownloadableContentImpl.java:8
6)
at org.esa.snap.engine_utilities.datamodel.DownloadableArchive.getContentFiles(DownloadableArchive.java:36)
at org.esa.s1tbx.io.orbits.SentinelPODOrbitFile.getRemoteFiles(SentinelPODOrbitFile.java:189)
at org.esa.s1tbx.io.orbits.SentinelPODOrbitFile.retrieveOrbitFile(SentinelPODOrbitFile.java:105)
at org.esa.s1tbx.sar.gpf.orbits.ApplyOrbitFileOp.updateOrbits(ApplyOrbitFileOp.java:287)
at org.esa.s1tbx.sar.gpf.orbits.ApplyOrbitFileOp.initialize(ApplyOrbitFileOp.java:197)
at org.esa.snap.core.gpf.internal.OperatorContext.initializeOperator(OperatorContext.java:499)
at org.esa.snap.core.gpf.internal.OperatorContext.getTargetProduct(OperatorContext.java:278)
at org.esa.snap.core.gpf.Operator.getTargetProduct(Operator.java:359)
at org.esa.snap.core.gpf.graph.NodeContext.initTargetProduct(NodeContext.java:74)
at org.esa.snap.core.gpf.graph.GraphContext.initNodeContext(GraphContext.java:195)
at org.esa.snap.core.gpf.graph.GraphContext.initNodeContext(GraphContext.java:178)
at org.esa.snap.core.gpf.graph.GraphContext.initNodeContext(GraphContext.java:178)
at org.esa.snap.core.gpf.graph.GraphContext.initNodeContext(GraphContext.java:178)
at org.esa.snap.core.gpf.graph.GraphContext.initOutput(GraphContext.java:162)
at org.esa.snap.core.gpf.graph.GraphContext.(GraphContext.java:91)
at org.esa.snap.core.gpf.graph.GraphContext.(GraphContext.java:64)
at org.esa.snap.core.gpf.graph.GraphProcessor.executeGraph(GraphProcessor.java:130)
at org.esa.snap.core.gpf.main.DefaultCommandLineContext.executeGraph(DefaultCommandLineContext.java:84)
at org.esa.snap.core.gpf.main.CommandLineTool.executeGraph(CommandLineTool.java:502)
at org.esa.snap.core.gpf.main.CommandLineTool.runGraph(CommandLineTool.java:350)
at org.esa.snap.core.gpf.main.CommandLineTool.runGraphOrOperator(CommandLineTool.java:249)
at org.esa.snap.core.gpf.main.CommandLineTool.run(CommandLineTool.java:150)
at org.esa.snap.core.gpf.main.CommandLineTool.run(CommandLineTool.java:122)
at org.esa.snap.core.gpf.main.GPT.run(GPT.java:54)
at org.esa.snap.core.gpf.main.GPT.main(GPT.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.esa.snap.runtime.Launcher.lambda$run$12(Launcher.java:55)
at org.esa.snap.runtime.Engine.runClientCode(Engine.java:186)
at org.esa.snap.runtime.Launcher.run(Launcher.java:51)
at org.esa.snap.runtime.Launcher.main(Launcher.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:101)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:16)
Caused by: java.io.FileNotFoundException: http://101.110.118.43/nest.s3.amazonaws.com/data/Orbits/Sentinel-1/POEORB/2017
-2.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at org.esa.snap.engine_utilities.datamodel.DownloadableContentImpl.downloadFile(DownloadableContentImpl.java:243
)
… 45 more

It looks like the link " http://101.110.118.43/nest.s3.amazonaws.com/data/Orbits/Sentinel-1/POEORB/2017-2.zip" is no longer exists. Therefore, my question is how to change this download link in gpt.exe to a valid link for example “https://qc.sentinel1.eo.esa.int/aux_poeorb/” ?

Are you using a very old version of SNAP?

I have used SNAP2, SNAP4 and SNAP5, and met the same issue. The attachment below is my xml graph-file. If I deleted the “Apple-Orbit-File” step in this xml file, the gpt.exe can run normally

2017_03_30_22_10_26_TMP_SNAP_Batch_Cfg.xml (2.3 KB)
.