Error while Exporting RGB image to Google KMZ format

Hi All,
I was trying to export the RGB Color composite ( in 10 meter resolution) from Sentinel-1B Ground Range image after terrain correction.
But I was not successful, SNAP say cannot export image.
The RGB color image is:

Dual Pol Difference Sigma0 db VV+VH RGB
S1B_IW_GRDH_1SDV_20180813T114527_20180813T114601_012244_0168F3_4723_Orb_ML_Cal_TC

The _Orb_Cal_ML_TC.dim file and _Orb_Cal_ML_TC.data has been written to drive.

The error message is as below.

Blockquote

java.lang.NegativeArraySizeException
at java.awt.image.DataBufferByte.(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.awt.image.BufferedImage.(Unknown Source)
at org.esa.snap.rcp.actions.file.export.ExportImageAction.createImage(ExportImageAction.java:257)
[catch] at org.esa.snap.rcp.actions.file.export.ExportKmzFileAction$SaveKMLSwingWorker.doInBackground(ExportKmzFileAction.java:337)
at com.bc.ceres.swing.progress.ProgressMonitorSwingWorker.doInBackground(ProgressMonitorSwingWorker.java:55)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Blockquote

How can I get KMZ or How to fix it?

Thank you very much in advanced.

try to zoom in and view a smaller area of your data set and run again. Possibly, the viewed extend exceeds the size for kmz files.