Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
   Unable to configure the ArcGIS Server with the Web Adaptor. Please make
   sure that the server machine is running and that the account specified
   has administrative privileges to the site.

If you use CLI tool, it cannot access web adaptor URL:

Code Block
(base) arcgis@ip-172-31-49-200:/arcgis/webadaptor10.7.1/java/tools$ /arcgis/webadaptor10.7.1/java/.Setup/jre/bin/java -jar /arcgis/webadaptor10.7.1/java/tools/arcgis-wareg.jar  -m portal -w http://172.31.49.200:8080/arcgis/webadaptor -g https://172.31.49.200:7443/arcgis -u siteadmin -p password -a true
Unable to connect to WebAdaptor URL : http://172.31.49.200:8080/arcgis/webadaptor


References

  1. https://enterprise.arcgis.com/en/web-adaptor/latest/install/java-linux/install-arcgis-web-adaptor-server.htm
  2. https://stackoverflow.com/questions/6246127/cant-access-tomcat-using-ip-address
  3. https://support.esri.com/en/technical-article/000013293
  4. https://community.esri.com/thread/187407-web-adaptor-not-configuring-portal

...