I encounter an error that when I tries to print my map using the general print service, Utilities/PrintingTools/GPServer/Export Web Map Task. Everything is working as expected when I attempt to print a map with a few layers, but when I tries to print every single layer at once, an error "ERROR 000735: Web Map as JSON: Value is required Value is empty" was returned by the service. The error doesn't seems to be related to various "timeout" issue as the response from the server were immediately returned right after I send the request.
I've checked the actual request and the web map as json field is properly filled, and I have check that i could print every layer individually, or with a few other layers. The only thing that comes to mind is the size of the request, with content length 15032970.
does anyone have any clue what might be the cause? some sort of server request size limit?
Request URL:
Request Method:
POST
Status Code:
200 OK
Remote Address:
xyz:6080
- Response Headersview source
Access-Control-Allow-Origin:
Cache-Control:
max-age=0,must-revalidate
Content-Type:
text/html;charset=utf-8
Date:
xxxxxxxxxxxxxxxx
Server:
Transfer-Encoding:
chunked
X-Frame-Options:
SAMEORIGIN
X-XSS-Protection:
1; mode=block
- Request Headersview source
Accept:
*/*
Accept-Encoding:
gzip, deflate
Accept-Language:
xyz
Connection:
keep-alive
Content-Length:
15032970
Content-Type:
application/x-www-form-urlencoded
Host:
xyz
Origin:
Referer:
User-Agent:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36