I am getting the following error when trying to import some GeoTiff files through the coverage store setup:
"Invalid url: 'file:coverages/ndvi/<> for format type:‘GeoTIFF’.
Is there a log that the details are getting directed to? If not, can someone give me some tips for troubleshooting. I suspect that the problem is with the tiff files since other tiffs can load from that directory.
Thank you,
Dan
Sadowski, Daniel ha scritto:
I am getting the following error when trying to import some GeoTiff files through the coverage store setup:
"Invalid url: 'file:coverages/ndvi/<<file name>> for format type:'GeoTIFF'.
Is there a log that the details are getting directed to?
You may find a stack trace in your web container log. May it be that the
file name itself contains some weird character, and that makes the url and invalid one?
Cheers
Andrea