Geoserver无法为geotiff创建阅读器

问题描述 投票:0回答:1

Geoserver 2.15从图像oscarfonts / geoserver以开放式移位运行,GEOSERVER_DATA_DIR安装在卷R / W中,不会创建地理读取器(存储)。

尝试从位于装载卷上的地理位置创建存储时会出现以下错误:

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创建存储它没有任何问题。

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

谢谢

geoserver reader geotiff
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.