Problem loading sen2cor corrected image on postgis+geoserver

Hi all,

I need to show in a web application an esa image, corrected by sen2cor 2.2.1 (standard parameters).
After the sen2cor elaboration, I use the gdal_translate function to obtain a GeoTiff version of that image (just for the 10m bands).
The command is the following (see here for details):
gdal_translate SENTINEL2_L2A:.xml:10m:EPSG_32632 10m.tif -co TILED=YES

After this I followed this tutorial from the geoserver website. I’m using Geoserver 2.9.0.

Using L1C images the process succeed, but if I try the same process with a sen2cor corrected image, I get this error:

Any suggestion?