HTTP Request Error need help ASAP!

511
4
12-03-2013 04:44 PM
TimothyGoddard
New Contributor
SO i have two services running on a newly install of ArcgIS server 10.1 running on Windows Server 2012.

I have built an application with the Flex Application builder using both services. The application works fine from the server. However, if i try to access the application from outside the server it loads to the point of loading the first service and i get this error:

Map Manager error

AIA Basic Web layer failed to load: Fault code:
Server.Error.Request

Fault info: HTTP request error

Fault details: Error: [IOErrorEvent type="ioError"
bubbles=false cancelable=false eventPhase=2 text="Error #2302"]. URL: http://preservationsearchwebgis.anth.umd.edu:6080/arcgis/rest/services/AIA_Basic_Web/Mapserver?f=jso...


I have read the forums and seen possible solutions of the crossdomain file which it is unclear for me what syntax i would need for the file.

I have seen an issue of the service output directory i initially tried changing this but not sure if I changed it to the right place so no solution there yet.

my application is at:

http://preservationsearchwebgis.anth.umd.edu/flexviewers/AIAWebGIS/

Can anyone suggest an answer with example of syntax or where i need to put the proper files?

Thank you in advance for your help.

Tim Goddard.
Tags (2)
0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus
Tim,

   Here is the link to documentation on deploying a crossdomain.xml file. If you are trying to access the url outside the server than you need to be sure that the url you are using is the fully qualified url and not just the server name.
0 Kudos
TimothyGoddard
New Contributor
I checked out that documentation but am still somewhat confused what my crossdomain file needs to direct.

Depending on what you mean by

"you need to be sure that the url you are using is the fully qualified url"

I have that or that may be what i need to specify in the cross domain file.  I'm unclear specifically what i need to indicate in the syntax.  the domain http://preservationsearchwebgis.anth.umd.edu/.... is valid.  The IIS was setup by the network administrator as i access the server remotely.. This was a fresh install of the server OS (by the network admin) and the ArcGIS Server software(by myself remotely).  I know I had this problem several years ago but forgot to save the old crossdomain file to help see the syntax.

Thanks for your suggestion.  If you have any other ideas please let me know.

Tim Goddard
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Tim,

   I would suggest that you setup the ArcGIS Web Adaptor so that you do not have to you :6080 in your urls. I do see your crossdomain.xml at http://preservationsearchwebgis.anth.umd.edu/crossdomain.xml but your requests are using  http://preservationsearchwebgis.anth.umd.edu:6080 and this could be a problem. Also I would check with the Admin and make sure that port 6080 is open in your firewall between your web server and the ArcGIS Server box (unless they are one in the same).
0 Kudos
TimothyGoddard
New Contributor
Robert,

I'll look into the adapter.  As for the port they ArcGIS server and Web Server are the same machine. Thanks for the suggestions.

Tim
0 Kudos