Error in GPT Graph: [NodeId]: Subset Null

Hi,

I am running this graph and I am facing the following error message after the process has started. At some point it claims:

Error : [NodeId: Subset] null

Not sure how to interpret this error. I am doing a basic processing of S3 OLCI data. The only modification I have done to the original graph created in the Graph Builder is to change the source product to a variable ($input1) and the output to another variable ($target1) which are later call in GPT

Any idea on this?

M

<?xml version="1.0"?>
-<graph id="Graph">
<version>1.0</version>
-<node id="Read">
<operator>Read</operator>
<sources/>
-<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>$input1</file>
</parameters>
</node>
-<node id="Idepix.Sentinel3.Olci">
<operator>Idepix.Sentinel3.Olci</operator>
-<sources>
<sourceProduct refid="Read"/>
</sources>
-<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<radianceBandsToCopy/>
<reflBandsToCopy>Oa01_reflectance,Oa02_reflectance,Oa03_reflectance,Oa04_reflectance,Oa05_reflectance,Oa06_reflectance,Oa07_reflectance,Oa08_reflectance,Oa09_reflectance,Oa10_reflectance,Oa11_reflectance,Oa12_reflectance,Oa13_reflectance,Oa14_reflectance,Oa15_reflectance,Oa16_reflectance,Oa17_reflectance,Oa18_reflectance,Oa19_reflectance,Oa20_reflectance,Oa21_reflectance</reflBandsToCopy>
<outputSchillerNNValue>false</outputSchillerNNValue>
<computeCloudBuffer>true</computeCloudBuffer>
<cloudBufferWidth>2</cloudBufferWidth>
</parameters>
</node>
-<node id="BandMaths">
<operator>BandMaths</operator>
-<sources>
<sourceProduct refid="Idepix.Sentinel3.Olci"/>
</sources>
-<parameters class="com.bc.ceres.binding.dom.XppDomElement">
-<targetBands>
-<targetBand>
<name>NDVI</name>
<type>float32</type>
<expression>if IDEPIX_CLOUD == TRUE or IDEPIX_LAND == FALSE then 0 else (Oa17_reflectance- Oa08_reflectance)/(Oa17_reflectance+ Oa08_reflectance)</expression>
<description/>
<unit/>
<noDataValue>0.0</noDataValue>
</targetBand>
</targetBands>
<variables/>
</parameters>
</node>
-<node id="Subset">
<operator>Subset</operator>
-<sources>
<sourceProduct refid="BandMaths"/>
</sources>
-<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>NDVI</sourceBands>
<region>0,0,4865,4091</region>
<geoRegion>POLYGON ((32.401302337646484 36.03175354003906, 34.37474060058594 36.03175354003906, 34.37474060058594 34.318206787109375, 32.401302337646484 34.318206787109375, 32.401302337646484 36.03175354003906, 32.401302337646484 36.03175354003906))</geoRegion>
<subSamplingX>1</subSamplingX>
<subSamplingY>1</subSamplingY>
<fullSwath>false</fullSwath>
<tiePointGridNames/>
<copyMetadata>true</copyMetadata>
</parameters>
</node>
-<node id="Write">
<operator>Write</operator>
-<sources>
<sourceProduct refid="Subset"/>
</sources>
-<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>$target1</file>
<formatName>BEAM-DIMAP</formatName>
</parameters>
</node>
</graph>

Dear MCG,

Same here. Did you manage to sort out this issue, how?

Best wishes,
Julio