Error when doing Slant Range to Ground Range step

Hi,
I try to convert Sentinel-1 SLC data to GDR. However, when I apply SRGR step, it comes error and I have no idea about this error. Please help me.

There is the error message:

org.esa.snap.core.gpf.OperatorException: -9
at org.esa.snap.engine_utilities.gpf.OperatorUtils.catchOperatorException(OperatorUtils.java:421)
at org.esa.s1tbx.sar.gpf.geometric.SRGROp.computeTile(SRGROp.java:297)
at org.esa.snap.core.gpf.internal.OperatorImage.computeRect(OperatorImage.java:80)
at javax.media.jai.SourcelessOpImage.computeTile(SourcelessOpImage.java:137)
at com.sun.media.jai.util.SunTileScheduler.scheduleTile(SunTileScheduler.java:904)
Caused: org.esa.snap.core.gpf.OperatorException: -9
at org.esa.snap.core.gpf.internal.OperatorExecutor$GPFImagingListener.errorOccurred(OperatorExecutor.java:376)
at com.sun.media.jai.util.SunTileScheduler.sendExceptionToListener(SunTileScheduler.java:1646)
at com.sun.media.jai.util.SunTileScheduler.scheduleTile(SunTileScheduler.java:921)
at javax.media.jai.OpImage.getTile(OpImage.java:1129)
at javax.media.jai.PlanarImage.getData(PlanarImage.java:2085)
at com.bc.ceres.glevel.MultiLevelImage.getData(MultiLevelImage.java:64)
at org.esa.snap.core.gpf.internal.OperatorContext.getSourceTile(OperatorContext.java:407)
at org.esa.snap.core.gpf.internal.OperatorContext.getSourceTile(OperatorContext.java:393)
at org.esa.snap.core.gpf.internal.OperatorImage.computeRect(OperatorImage.java:73)
at javax.media.jai.SourcelessOpImage.computeTile(SourcelessOpImage.java:137)
at com.sun.media.jai.util.SunTileScheduler.scheduleTile(SunTileScheduler.java:904)
at javax.media.jai.OpImage.getTile(OpImage.java:1129)
at com.sun.media.jai.util.RequestJob.compute(SunTileScheduler.java:247)
[catch] at com.sun.media.jai.util.WorkerThread.run(SunTileScheduler.java:468)

Not sure if it solves your problem but why are you not using Range Doppler Terrain Correction directly?

Thanks for your reply.
That is very strange while some SLC image apply S-1 SLC to GDR, but others fail with error code above.
I just want to know that if someone have same problem? or it is a bug in SNAP?

me too! but i don’t know how to deal that :smiling_face_with_tear:

Me too! do you know how to deal that error?

I don’t remember if I solved this problem, but it happened. I’m confused why this step caused an error only in some images. By the way, if this step is not necessary, why does this step be applied at the official SLC to GRD flow?