Hi all,

I have a problem with renedering graphic files. On overlaped raster files, generated files are rendered empty. On singled raster files, rendering is ok. Problem is only on this configuration:

System: CentOS Linux release 7.4.1708 (Core)
Geoserver version: 2.13.1/2.14.0
Tpomcat: Apache Tomcat 8.5.24
Java: OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)

on configuration below everything is ok.

System: Windows 10
Geoserver version: 2.13.1
Tomcat: Apache Tomcat 9.0.11
Java: Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Anybody know what happened? Why this configuration doesn't work? it's production environment and I can't test too much on this system.

*WMS:*

Enable advanced projection handling: TRUE
Enable continuous map wrapping: TRUE
Default Interpolation: NEAREST NEIGHBOR
Max rendering memory (KB): 8'388'608
Max rendering time (s): 3'600
Max rendering errors (count): 1'000
Max number of dimension values: 100

*GLOBAL:*
Logging profile: GEOSERVER_DEVELOPER_LOGGING.properties

*LAYER:*
Accurate Resolution Computation: FALSE
Multithreaded granule loading (disable JAI ImageRead to use it): FALSE
Background Values: NULL
Bands (comma separated list of numbers): NULL
Excess Granule Removal: NONE
Filter: NULL
Footprint Behavior: NONE
Input Transparent Color: FFFFFF
Maximum number of granules to load: -1
Merge Behavior: FLAT
Overview Policy: QUALITY
Output Transparent Color: NULL
ReadGridGeometry2D: NULL
Granule Sorting (WFS like syntax): NULL
Suggested Tile Size: 512,512
Use JAI ImageRead (deferred loading): TRUE

*STYLE:*
<?xml version="1.0" encoding="UTF-8"?>
<sld:StyledLayerDescriptor version="1.0.0" xmlns:sld="http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:xlink="http://www.w3.org/1999/xlink";>
    <sld:NamedLayer>
        <sld:Name>r000250</sld:Name>
        <sld:UserStyle>
            <sld:Name>r000250</sld:Name>
            <sld:FeatureTypeStyle>
                <sld:Rule>
                    <sld:Title>r000250</sld:Title>
<sld:MaxScaleDenominator>2500</sld:MaxScaleDenominator>
                    <sld:RasterSymbolizer>
                        <sld:Opacity>1.0</sld:Opacity>
                    </sld:RasterSymbolizer>
                </sld:Rule>
            </sld:FeatureTypeStyle>
        </sld:UserStyle>
    </sld:NamedLayer>
</sld:StyledLayerDescriptor>

*LOGS ON SUCCESS:*
2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/web/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/gwc/rest/web/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/j_spring_security_check' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/j_spring_security_check/' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/j_spring_security_logout' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/j_spring_security_logout/' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/rest/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/gwc/rest/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736'; against '/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Request matched by universal pattern '/**' 2018-11-11 19:09:09,167 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203133.80739567155%2C555754.7532726343%2C203248.3345870506%2C555837.8153111736 with /** 2018-11-11 19:09:09,170 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /my_layer/wms 2018-11-11 19:09:09,170 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/my_layer/wms] 2018-11-11 19:09:09,170 DEBUG [org.geoserver.ows.OWSHandlerMapping] - Mapping [/my_layer/wms] to HandlerExecutionChain with handler [org.geoserver.ows.Dispatcher@628086db] and 1 interceptor 2018-11-11 19:09:09,171 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:09:09,171 INFO [org.geoserver.wms] -
Request: getServiceInfo
2018-11-11 19:09:09,172 DEBUG [org.geoserver.ows] - Getting layers and styles from LAYERS and STYLES 2018-11-11 19:09:09,172 DEBUG [org.geoserver.ows] - establishing r000250 style for my_layer:r000250 2018-11-11 19:09:09,172 DEBUG [org.geoserver.ows] - establishing shp style for my_layer:r000250_shp 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,173 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:09:09,173 DEBUG [org.geoserver.wms] - setting up map
2018-11-11 19:09:09,174 DEBUG [org.geoserver.wms.map] - setting up 769x557 image 2018-11-11 19:09:09,174 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,174 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,175 DEBUG [org.vfny.geoserver.responses.wms.map] - setting to transparent 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,176 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:09:09,282 INFO [org.geoserver.wms] -
Request: getMap
    Angle = 0.0
    BaseUrl = http://192.168.114.201:8080/geoserver214/
    Bbox = SRSEnvelope[203133.80739567155 : 203248.3345870506, 555754.7532726343 : 555837.8153111736]
    BgColor = java.awt.Color[r=255,g=255,b=255]
    Buffer = 0
    CQLFilter = null
    Crs = PROJCS["ETRS89 / Poland CS92",
  GEOGCS["ETRS89",
    DATUM["European Terrestrial Reference System 1989",
      SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]],
      TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
      AUTHORITY["EPSG","6258"]],
    PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
    UNIT["degree", 0.017453292519943295],
    AXIS["Geodetic longitude", EAST],
    AXIS["Geodetic latitude", NORTH],
    AUTHORITY["EPSG","4258"]],
  PROJECTION["Transverse_Mercator", AUTHORITY["EPSG","9807"]],
  PARAMETER["central_meridian", 19.000000000000004],
  PARAMETER["latitude_of_origin", 0.0],
  PARAMETER["scale_factor", 0.9993],
  PARAMETER["false_easting", 500000.0],
  PARAMETER["false_northing", -5300000.0],
  UNIT["m", 1.0],
  AXIS["Easting", EAST],
  AXIS["Northing", NORTH],
  AUTHORITY["EPSG","2180"]]
    Elevation = []
    Env = {}
    Exceptions = application/vnd.ogc.se_inimage
    FeatureId = null
    FeatureVersion = null
    Filter = null
    Filters = null
    Format = image/png
    FormatOptions = {}
    Get = true
    Height = 557
    Interpolations = []
    Layers = [org.geoserver.wms.MapLayerInfo@19f3f1b5, org.geoserver.wms.MapLayerInfo@70653b8]
    MaxFeatures = null
    Palette = null
    RawKvp = {EXCEPTIONS=application/vnd.ogc.se_inimage, REQUEST=GetMap, FORMAT=image/png, SRS=EPSG:2180, BBOX=203133.80739567155,555754.7532726343,203248.3345870506,555837.8153111736, VERSION=1.1.1, STYLES=, SERVICE=WMS, WIDTH=769, HEIGHT=557, TRANSPARENT=true, LAYERS=my_layer:r000250}
    RemoteOwsType = null
    RemoteOwsURL = null
    Request = GetMap
    RequestCharset = UTF-8
    ScaleMethod = null
    Sld = null
    SldBody = null
    SldVersion = null
    SortBy = null
    SortByArrays = null
    SRS = EPSG:2180
    StartIndex = null
    StyleBody = null
    StyleFormat = sld
    Styles = [StyleImpl[ name=r000250], StyleImpl[ name=shp]]
    StyleUrl = null
    StyleVersion = null
    Tiled = false
    TilesOrigin = null
    Time = []
    Transparent = true
    ValidateSchema = false
    Version = 1.1.1
    ViewParams = null
    Width = 769
2018-11-11 19:09:09,283 DEBUG [org.geoserver.wms.map] - Writing png image ... 2018-11-11 19:09:09,283 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:09:09,297 DEBUG [org.geoserver.wms.map] - Writing png image ... done! 2018-11-11 19:09:09,297 DEBUG [org.geoserver.filters] - Not compressing output for mimetype: image/png 2018-11-11 19:09:09,297 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed 2018-11-11 19:09:13,619 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.statuspage, QueryString: null'; against '/web/**' 2018-11-11 19:09:13,619 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.statuspage, QueryString: null with /web/** 2018-11-11 19:09:13,627 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage 2018-11-11 19:09:13,627 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,627 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,627 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,627 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,627 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,627 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,627 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,627 DEBUG [org.geoserver] - Thread 750 locking in mode READ 2018-11-11 19:09:13,627 DEBUG [org.geoserver] - Thread 750 got the lock in mode READ 2018-11-11 19:09:13,839 DEBUG [org.geoserver] - Thread 750 locking in mode READ 2018-11-11 19:09:13,839 DEBUG [org.geoserver] - Thread 750 releasing the lock in mode READ 2018-11-11 19:09:13,852 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed 2018-11-11 19:09:13,891 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.statuspage, QueryString: 9'; against '/web/**' 2018-11-11 19:09:13,891 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.statuspage, QueryString: 9 with /web/** 2018-11-11 19:09:13,895 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage 2018-11-11 19:09:13,895 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:13,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.StatusPage] 2018-11-11 19:09:13,896 DEBUG [org.geoserver.filters] - Compressing output for mimetype: text/html;charset=UTF-8 2018-11-11 19:09:13,897 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed 2018-11-11 19:09:14,266 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null'; against '/web/**' 2018-11-11 19:09:14,266 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null with /web/** 2018-11-11 19:09:14,271 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /web/wicket/bookmarkable/org.geoserver.web.admin.LogPage 2018-11-11 19:09:14,271 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:09:14,271 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:14,271 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:09:14,271 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:14,271 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:09:14,271 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:09:14,271 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:09:14,271 DEBUG [org.geoserver] - Thread 738 locking in mode READ 2018-11-11 19:09:14,271 DEBUG [org.geoserver] - Thread 738 got the lock in mode READ

*LOGS ON ERROR:*
2018-11-11 19:10:00,328 DEBUG [org.geoserver.security] - AuthenticationCache Eviction task running
2018-11-11 19:10:00,328 DEBUG [org.geoserver.security] - Cache entries #: 0
2018-11-11 19:10:00,328 DEBUG [org.geoserver.security] - AuthenticationCache Eviction task completed
2018-11-11 19:10:00,328 DEBUG [org.geoserver.security] - Cache entries #: 0
2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/web/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/gwc/rest/web/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/j_spring_security_check' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/j_spring_security_check/' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/j_spring_security_logout' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/j_spring_security_logout/' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/rest/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/gwc/rest/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671'; against '/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Request matched by universal pattern '/**' 2018-11-11 19:10:47,735 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /my_layer/wms, QueryString: SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=my_layer%3Ar000250&exceptions=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A2180&STYLES=&WIDTH=769&HEIGHT=557&BBOX=203142.0092127625%2C555806.6484062279%2C203256.53640414155%2C555889.7104447671 with /** 2018-11-11 19:10:47,739 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /my_layer/wms 2018-11-11 19:10:47,739 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/my_layer/wms] 2018-11-11 19:10:47,739 DEBUG [org.geoserver.ows.OWSHandlerMapping] - Mapping [/my_layer/wms] to HandlerExecutionChain with handler [org.geoserver.ows.Dispatcher@628086db] and 1 interceptor 2018-11-11 19:10:47,740 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:10:47,740 INFO [org.geoserver.wms] -
Request: getServiceInfo
2018-11-11 19:10:47,740 DEBUG [org.geoserver.ows] - Getting layers and styles from LAYERS and STYLES 2018-11-11 19:10:47,740 DEBUG [org.geoserver.ows] - establishing r000250 style for my_layer:r000250 2018-11-11 19:10:47,740 DEBUG [org.geoserver.ows] - establishing shp style for my_layer:r000250_shp 2018-11-11 19:10:47,741 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,742 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:10:47,742 DEBUG [org.geoserver.wms] - setting up map
2018-11-11 19:10:47,743 DEBUG [org.geoserver.wms.map] - setting up 769x557 image 2018-11-11 19:10:47,743 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,743 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,743 DEBUG [org.vfny.geoserver.responses.wms.map] - setting to transparent 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,744 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]]
2018-11-11 19:10:47,940 INFO [org.geoserver.wms] -
Request: getMap
    Angle = 0.0
    BaseUrl = http://192.168.114.201:8080/geoserver214/
    Bbox = SRSEnvelope[203142.0092127625 : 203256.53640414155, 555806.6484062279 : 555889.7104447671]
    BgColor = java.awt.Color[r=255,g=255,b=255]
    Buffer = 0
    CQLFilter = null
    Crs = PROJCS["ETRS89 / Poland CS92",
  GEOGCS["ETRS89",
    DATUM["European Terrestrial Reference System 1989",
      SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]],
      TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
      AUTHORITY["EPSG","6258"]],
    PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
    UNIT["degree", 0.017453292519943295],
    AXIS["Geodetic longitude", EAST],
    AXIS["Geodetic latitude", NORTH],
    AUTHORITY["EPSG","4258"]],
  PROJECTION["Transverse_Mercator", AUTHORITY["EPSG","9807"]],
  PARAMETER["central_meridian", 19.000000000000004],
  PARAMETER["latitude_of_origin", 0.0],
  PARAMETER["scale_factor", 0.9993],
  PARAMETER["false_easting", 500000.0],
  PARAMETER["false_northing", -5300000.0],
  UNIT["m", 1.0],
  AXIS["Easting", EAST],
  AXIS["Northing", NORTH],
  AUTHORITY["EPSG","2180"]]
    Elevation = []
    Env = {}
    Exceptions = application/vnd.ogc.se_inimage
    FeatureId = null
    FeatureVersion = null
    Filter = null
    Filters = null
    Format = image/png
    FormatOptions = {}
    Get = true
    Height = 557
    Interpolations = []
    Layers = [org.geoserver.wms.MapLayerInfo@19f3f1b5, org.geoserver.wms.MapLayerInfo@70653b8]
    MaxFeatures = null
    Palette = null
    RawKvp = {EXCEPTIONS=application/vnd.ogc.se_inimage, REQUEST=GetMap, FORMAT=image/png, SRS=EPSG:2180, BBOX=203142.0092127625,555806.6484062279,203256.53640414155,555889.7104447671, VERSION=1.1.1, STYLES=, SERVICE=WMS, WIDTH=769, HEIGHT=557, TRANSPARENT=true, LAYERS=my_layer:r000250}
    RemoteOwsType = null
    RemoteOwsURL = null
    Request = GetMap
    RequestCharset = UTF-8
    ScaleMethod = null
    Sld = null
    SldBody = null
    SldVersion = null
    SortBy = null
    SortByArrays = null
    SRS = EPSG:2180
    StartIndex = null
    StyleBody = null
    StyleFormat = sld
    Styles = [StyleImpl[ name=r000250], StyleImpl[ name=shp]]
    StyleUrl = null
    StyleVersion = null
    Tiled = false
    TilesOrigin = null
    Time = []
    Transparent = true
    ValidateSchema = false
    Version = 1.1.1
    ViewParams = null
    Width = 769
2018-11-11 19:10:47,941 DEBUG [org.geoserver.wms.map] - Writing png image ... 2018-11-11 19:10:47,941 DEBUG [org.geoserver.config.impl] - Could not locate service of type interface org.geoserver.wms.WMSInfo in workspace WorkspaceInfoImpl[my_layer], available services were [WMSInfoImpl[WMS], WMTSInfoImpl[WMTS], WFSInfoImpl[WFS], WCSInfoImpl[WCS]] 2018-11-11 19:10:47,953 DEBUG [org.geoserver.wms.map] - Writing png image ... done! 2018-11-11 19:10:47,954 DEBUG [org.geoserver.filters] - Not compressing output for mimetype: image/png 2018-11-11 19:10:47,954 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed 2018-11-11 19:10:51,890 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null'; against '/web/**' 2018-11-11 19:10:51,890 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null with /web/** 2018-11-11 19:10:51,895 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Looking up handler method for path /web/wicket/bookmarkable/org.geoserver.web.admin.LogPage 2018-11-11 19:10:51,895 DEBUG [org.geoserver.gwc.controller.GwcWmtsRestUrlHandlerMapping] - Did not find handler method for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:10:51,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:10:51,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:10:51,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:10:51,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:10:51,895 DEBUG [org.geoserver.ows] - Could not a layer group named web 2018-11-11 19:10:51,895 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage] 2018-11-11 19:10:51,895 DEBUG [org.geoserver] - Thread 731 locking in mode READ 2018-11-11 19:10:51,895 DEBUG [org.geoserver] - Thread 731 got the lock in mode READ

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to