[Geoserver-users] Error with gwc when using curl seedrequest with bounds

Hi,

This kind of json seed requests work for us

curl -x cache.company.fi:8888 -v -k -u admin:geoserver -XPOST -H “Content-type: application/json” -d “{‘seedRequest’:{‘name’:‘GWC_seedlayer’,‘bounds’:{‘coords’:{ ‘double’:[‘3000000.0’,‘6600000.0’,‘3100000.0’,‘6700000.0’]}},‘srs’:{‘number’:2393},‘zoomStart’:8,‘zoomStop’:11,‘format’:‘image/png’,‘type’:‘seed’,‘threadCount’:4}}}” http://server.company.fi:80/geoserver/gwc/rest/seed/GWC_seedlayer.json

-Jukka Rahkonen-

···

Wilhelm, Dirk wrote:

Hello,

i have a problem sending rest request with a seeding request with bounds to the gwc.

A request without bounds works fine, when i add bounds i get an Internal Server error.

Its the same when i try to use the gwc seed form.

I’m using:

Geoserver 2.5

Jdk 1.7.0_45

Tomcat 7

I found a similar thread in the list:

http://osgeo-org.1560.x6.nabble.com/Re-Error-with-gwc-when-using-curl-seedrequest-with-bounds-td5130377.html#a5133754

Is upgrading geoserver or dosngrading the java version really the only solution?

Regards,

Dirk