[Geoserver-devel] [jira] (GEOS-5591) Can't seed tiles with bounding box

Jonathan Moules created BugGEOS-5591
Can’t seed tiles with bounding box

Issue Type:

BugBug

Assignee:

Andrea Aime

Components:

GWC

Created:

21/Jan/13 11:27 AM

Description:

I’m trying to seed tiles for a layer. This works fine with no specified bounding box (left empty). But if I enter a bounding box, when I click to start seeding, the page returns only “11”.

It doesn’t matter if the box is in the native projection of the data (27700) or WGS:84, same result.

This appears in my console:

21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - Converted URL to lowercase, from: ‘/gwc/rest/seed/test_db:os_mm_boundaryline’; to: ‘/gwc/rest/seed/test_d
b:os_mm_boundaryline’ and httpMethod= POST
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~ antPath= /** methodList= [Ljava.lang.String;@1b2381b
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[0]: GET
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is: ‘/gwc/rest/seed/test_db:os_mm_boundaryline’; antPath is /; matchedPath=true; matchedMetho
ds=false
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - ~~~~~~~~~~ antPath= /
methodList= [Ljava.lang.String;@1dcd04a
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[0]: POST
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[1]: DELETE
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - method[2]: PUT
21 Jan 17:22:59 DEBUG [org.geoserver.security.RESTfulPathBasedFilterInvocationDefinitionMap] - Candidate is: ‘/gwc/rest/seed/test_db:os_mm_boundaryline’; antPath is /**; matchedPath=true; matchedMetho
ds=true
21 Jan 17:22:59 DEBUG [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/gwc/rest/seed/Test_DB:OS_MM_BOUNDARYLINE]
21 Jan 17:22:59 WARN [org.geowebcache.layer.MetaTile] - ********* Native JAI is not installed, meta tile cropping may be slow ********
21 Jan 17:22:59 DEBUG [org.geoserver.gwc.layer] - –> GWC Seeder Thread-1 submitting getMap request for meta grid location [0, 0, 11] on org.geoserver.gwc.layer.GeoServerMetaTile@anonymised.com
21 Jan 17:22:59 INFO [org.geoserver.wms] -
Request: getServiceInfo
21 Jan 17:22:59 DEBUG [org.geoserver.ows] - Getting layers and styles from LAYERS and STYLES

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Jonathan Moules

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)