Geoserver无法为Geotiff创建阅读器

时间:2019-04-17 14:10:15

标签: geoserver reader geotiff

Geoserver 2.15从安装有GEOSERVER_DATA_DIR的图像oscarfonts / geoserver公开运行时,不会创建Geotiff阅读器(存储)。

尝试通过位于装载卷上的Geotiff创建存储会出现以下错误:

Could not list layers for this store, an error occurred retrieving them: 
Failed to create reader from file:TEST.tif

Hints: 
EXECUTOR_SERVICE = java.util.concurrent.ThreadPoolExecutor@23734df8[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 
REPOSITORY = org.geoserver.catalog.CatalogRepository@78e50081 

System defaults: 
FORCE_AXIS_ORDER_HONORING = http 
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true 
FEATURE_FACTORY = org.geotools.feature.LenientFeatureFactoryImpl@3dec5ca6 
STYLE_FACTORY = StyleFactoryImpl 
LENIENT_DATUM_SHIFT = true 
COMPARISON_TOLERANCE = 1.0E-8 
GRID_COVERAGE_FACTORY = GridCoverageFactory 
TILE_ENCODING = null 
FILTER_FACTORY = FilterFactoryImpl

尝试使用不同的tiff文件并且错误不会改变,但是从shapefile创建存储却可以正常工作。

关于如何调试问题或可能导致问题的任何建议?

谢谢

1 个答案:

答案 0 :(得分:0)

在tomcat文件夹下和geoserver中使用GEOSERVER_DATA_DIR(作为卷)已解决问题