Select to view content in your preferred language

Server Manager calling proxy?_proxyUrl

285
2
2 weeks ago
SimonSchütte_ct
MVP Regular Contributor

I am analysing the traffic in Server Manager.

I have issues validating the Object Store. It is using proxy?_proxyUrl in the validate request and I don´t understand where this is coming from. Object  Store is healthy and when directly accessing the endpoint I get all the healthy information Server Manager is expecting.

The same proxy?_proxyUrl is used when accessing the external URL:
/server/manager/proxy?_proxyUrl=https%3A%2F%2Fesriresources.s3.amazonaws.com%2F1150%2Fregionsforcloudstorage.dat%3Ff%3Djson%26token%...
(BUG-000173481).

I found the following, but it is not really helpful in my case:

https://support.esri.com/en-us/knowledge-base/error-unable-to-load-proxy-proxyurl-status-500-0000220...
-> 1) I am on linux 2) why don´t I get the same error for relational datastore?
What´s interesting: relational datastore validation is directly done using the server admin endpoints, object store validation seems to go directly to the datastore?

https://support.esri.com/en-us/knowledge-base/error-arcgis-server-manager-unable-to-load-proxy-proxy...
Cause:

  • ArcGIS Web Adaptor is configured incorrectly. -> Not in my case
  • The portal-config.properties file is missing a parameter or is corrupted. -> what is the role of the properties file here?


Can someone explain what is going on here? What´s up with proxy?_proxyUrl?

0 Kudos
2 Replies
Priya_Das
Esri Contributor

Hi @SimonSchütte_ct 

Is your Object Datastore configured in Cloud deployment? It seems URL is going to esriresources.s3.amazonaws.com

0 Kudos
SimonSchütte_ct
MVP Regular Contributor

No, everything on local VMs, but in object store in cluster mode. There should be no reason for external calls.

0 Kudos