Hi all,
I’m encountering an intermittent issue when navigating a web map that uses ArcGIS Server feature services on my Enterprise 11.1 environment.
As I pan or zoom, I sometimes get the following error in the browser console:
GET <service URL> net::ERR_HTTP2_PROTOCOL_ERROR
dojo.js:411
GET https://maps....../server/rest/services/..../..../Featur…tPdVQdKKKKGMufrIgeAMi9HzlcY9soAHQqv4EWldu2-GBfaizl4PLLOZDN33YynLok4DSTiU8. net::ERR_HTTP2_PROTOCOL_ERROR
(anonymous) @ dojo.js:411
d @ dojo.js:35
q @ dojo.js:40
(anonymous) @ dojo.js:40
(anonymous) @ dojo.js:40
D @ dojo.js:407
(anonymous) @ dojo.js:416
d @ dojo.js:35
q @ dojo.js:40
Promise.then
d @ dojo.js:36
q @ dojo.js:40
(anonymous) @ dojo.js:40
(anonymous) @ dojo.js:40
J @ dojo.js:415
(anonymous) @ dojo.js:401
d @ dojo.js:35
q @ dojo.js:40
Promise.then
d @ dojo.js:36
q @ dojo.js:40
(anonymous) @ dojo.js:40
(anonymous) @ dojo.js:40
m @ dojo.js:399
(anonymous) @ dojo.js:397
d @ dojo.js:35
q @ dojo.js:40
Promise.then
d @ dojo.js:36
q @ dojo.js:40
(anonymous) @ dojo.js:40
(anonymous) @ dojo.js:40
request @ dojo.js:398
t._onInvokeMessage @ dojo.js:1732
t._onMessage @ dojo.js:1732
Some layers fail to load immediately but eventually appear after a delay. Occasionally, none of the services load at all — for any users — and everything times out. After about a minute, things recover and start working normally again. This seems to happen at random, and we haven’t made any recent changes to the services or server configuration. Has anyone experienced similar issues with ArcGIS Server and HTTP/2? Could this be related to server load, proxy configuration, or something else?
Would appreciate any pointers for troubleshooting.
Thanks!
Hey @MarcoPoetsch
From the item you linked, it looks like an error within the console showing which files ended up failing or similar. Can you send a screenshot of the console and network page to see if any requests failed? Here's a couple additional places I'd check:
These are the things I'd try, hope it help!
Cody