Unable to configure 10.3 Web Adaptor or hit REST endpoint

2849
5
Jump to solution
09-01-2015 01:53 PM
deleted-user-5rGCC1WKrhju
New Contributor III

I've got two machines, one AGS box and one web server.  AGS 10.3 has been installed and has services running ready for consumption.  On the AGS machine I can hit http://localhost:6080/arcgis/rest/services and see everything.

On the Web machine I get the following error when configuring the Web Adaptor.  I tried using the URLs:

http://agsserver:6080

http://agsserver.domain.com:6080/

After this I tested hitting the REST endpoint from the Web machine.  Hitting the URL http://agsserver:6080/arcgis/rest/services I get this:

I've used PortQuiz on both servers and can get out over port 6080 so I don't think this is a firewall issue.  Both servers are running 2008 R2 and are in the same domain.  SSL is not being used in this case since these are publicly available servers (as per the client).

Any ideas?

0 Kudos
1 Solution

Accepted Solutions
deleted-user-5rGCC1WKrhju
New Contributor III

Turns out the ports were closed (first firewall guy I talked to was incorrect).

View solution in original post

5 Replies
JayantaPoddar
MVP Esteemed Contributor

Can you ping the AGSserver from the WebServer by ip/hostname?



Think Location
0 Kudos
deleted-user-5rGCC1WKrhju
New Contributor III

I can ping the host name and IP address A-ok.

When I telnet "Telnet agsserver 6080" I get the following response:

"Connection To agsserver...Could not open connection to the host, on port 6080: Connect failed"

0 Kudos
JayantaPoddar
MVP Esteemed Contributor

Have you allowed port 6080 through Firewall in AGS Server across the domain?



Think Location
DanielUrbach
Occasional Contributor II

Hi Adam!

Portquiz only tests the outbound firewall rules, not inbound, which appears to be the issue in your case.

As a test, I recommend turning off the Windows firewall on the ArcGIS Server machine, then attempt to connect to the REST endpoint from the web server machine.  If it works, then you know it was the firewall, and you can turn it back on if need be but create an inbound rule for the ports required by ArcGIS Server (Ports used by ArcGIS Server—Installation Guides (10.3 and 10.3.1) | ArcGIS for Server )

deleted-user-5rGCC1WKrhju
New Contributor III

Turns out the ports were closed (first firewall guy I talked to was incorrect).