Problem with Interferometry operation in gpt

Hi,
I am getting the following error while executing that files with gpt.
Could you please provide an insight on why this is happening?

INPUT:

D:\snap\bin>gpt.exe “D:\Deformation-Pre-Processing.xml” -e C:\Users\Cloudsigma\Desktop\subset_0_of_S1A_S1_SLC__1SSV_20141111T142337_20141111T142402_003235_003BC2_5637 C:\Users\Cloudsigma\Desktop\subset_1_of_S1A_S1_SLC__1SSV_20141123T142337_201
41123T142402_003410_003FA5_1DDB -t “D:\t1.dim”

OUTPUT:

INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Loading externa
l tools…
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Scanning for ex
ternal tools adapters: D:\snap\java
SEVERE: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Failed scan f
or Tools descriptors: I/O problem: D:\snap\java
SEVERE: org.esa.snap.core.datamodel.Product: raster width 5329 not equal to 4885

SEVERE: org.esa.snap.core.datamodel.Product: raster width 5329 not equal to 4885

INFO: org.jlinda.core.coregistration.LUT: Start LUT [development code]
– org.jblas INFO Starting temp DLL cleanup task.
org.esa.snap.core.gpf.graph.GraphException: [NodeId: ReadOp@sourceProduct] Speci
fied ‘file’ does not exist
at org.esa.snap.core.gpf.graph.NodeContext.initTargetProduct(NodeContext
.java:79)
at org.esa.snap.core.gpf.graph.GraphContext.initNodeContext(GraphContext
.java:195)
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.<init>(GraphContext.java:64)

    at org.esa.snap.core.gpf.graph.GraphProcessor.executeGraph(GraphProcesso

r.java:130)
at org.esa.snap.core.gpf.main.DefaultCommandLineContext.executeGraph(Def
aultCommandLineContext.java:84)
at org.esa.snap.core.gpf.main.CommandLineTool.executeGraph(CommandLineTo
ol.java:498)
at org.esa.snap.core.gpf.main.CommandLineTool.runGraph(CommandLineTool.j
ava:346)
at org.esa.snap.core.gpf.main.CommandLineTool.runGraphOrOperator(Command
LineTool.java:245)
at org.esa.snap.core.gpf.main.CommandLineTool.run(CommandLineTool.java:1
46)
at org.esa.snap.core.gpf.main.CommandLineTool.run(CommandLineTool.java:1
18)
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$0(Launcher.java:55)
at org.esa.snap.runtime.Engine.runClientCode(Engine.java:189)
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:26)
Caused by: org.esa.snap.core.gpf.OperatorException: Specified ‘file’ does not ex
ist
at org.esa.snap.core.gpf.common.ReadOp.initialize(ReadOp.java:81)
at org.esa.snap.core.gpf.internal.OperatorContext.initializeOperator(Ope
ratorContext.java:486)
at org.esa.snap.core.gpf.internal.OperatorContext.getTargetProduct(Opera
torContext.java:273)
at org.esa.snap.core.gpf.Operator.getTargetProduct(Operator.java:387)
at org.esa.snap.core.gpf.graph.NodeContext.initTargetProduct(NodeContext
.java:77)
… 28 more

Error: [NodeId: ReadOp@sourceProduct] Specified ‘file’ does not exist
– org.jblas INFO Deleted 4 unused temp DLL libraries from C:\Users\CLOUDS~1\App
Data\Local\Temp

The Input graph xml is
Deformation-Pre-Processing.xml (6.4 KB)

for sentinel sar use S-1 TOPS coregistration S-1 back geocodeing

First of all you should update your SNAP installation. With the latest updates the path of the ‘specified file’ should be printed.
In the desktop application just go to Help / Check for Updates

Regarding your command line call:
I don’t understand what you intend by the two paths C:\Users\Cloudsigma\Desktop\subset_0_of_S1A_S1_SLC__1SSV_20141111T142337_20141111T142402_003235_003BC2_5637 C:\Users\Cloudsigma\Desktop\subset_1_of_S1A_S1_SLC__1SSV_20141123T142337_20141123T142402_003410_003FA5_1DDB

Probably you want them as input path. But you have the paths already specified in the xml. The same applies for the target.
When you specify the path in the xml you need to use double back slashes as separator, e.g.
<file>C:\\Users\\Cloudsigma\\Desktop\\subset_1_of_S1A_S1_SLC__1SSV_20141123T142337_20141123T142402_003410_003FA5_1DDB.dim</file>

I’ve updated the graph so that it does what I think what you want it to do.
Deformation-Pre-Processing_updated.xml (4.5 KB)

You can call it from the command line as follows:
D:\snap\bin>gpt.exe "D:\Deformation-Pre-Processing_updated.xml" -e -t "D:\t1.dim" C:\Users\Cloudsigma\Desktop\subset_0_of_S1A_S1_SLC__1SSV_20141111T142337_20141111T142402_003235_003BC2_5637.dim C:\Users\Cloudsigma\Desktop\subset_1_of_S1A_S1_SLC__1SSV_20141123T142337_20141123T142402_003410_003FA5_1DDB.dim

The source product must be the last parameters and I think you forgot to add the file extension dim to them.

Thank you Marpet now it works