[Geoserver-devel] [JIRA] (GEOS-8753) GWC curl returns "Chunk [] is not a valid entry" message error when killing all jobs of all layers.

Simon Hofer created an issue

GeoServer / BugGEOS-8753

GWC curl returns “Chunk [] is not a valid entry” message error when killing all jobs of all layers.

Issue Type:

BugBug

Affects Versions:

2.13.0

Assignee:

Unassigned

Created:

20/May/18 9:28 AM

Environment:

Docker, Ubuntu, Jetty, Geoserver 2.13

Priority:

MediumMedium

Reporter:

Simon Hofer

When I run the following curl command according the documentation:

curl -v -u admin:geoserver -d "kill_all=all"  "http://localhost:8080/geoserver/gwc/rest/seed"

I get the following error message:

Chunk [] is not a valid entry

From the logs:

geoserver_1  | 20 May 07:21:05 ERROR [geoserver.rest] - Chunk [] is not a valid entry
geoserver_1  | java.lang.IllegalArgumentException: Chunk [] is not a valid entry
geoserver_1  | 	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
geoserver_1  | 	at com.google.common.base.Splitter$MapSplitter.split(Splitter.java:508)
geoserver_1  | 	at org.geowebcache.rest.service.SeedService.splitToMap(SeedService.java:254)
geoserver_1  | 	at org.geowebcache.rest.service.SeedService.handleKillAllThreads(SeedService.java:148)
geoserver_1  | 	at org.geowebcache.rest.controller.SeedController.doPost(SeedController.java:110)
...

It seems to me somehow related to the already solved problem GEOS-8474 Resolved .

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100085-sha1:2007996)

Atlassian logo