<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Channel Security Error from MapManager in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168546#M5388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;And like Robert mentions if you are using a proxy server, then it would go there.&amp;nbsp; Basically whatever URL your application tries to access it, is what needs the crossdomain.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Bjorn - I have tried to place the crossdomain.xml file where I think it should go, actually placing it in several folders to be safe, including C:\Program Files (x86)\ArcGIS\Server10.0\java\manager\web_output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that an external browser is not finding it (crossdomain.xml) when the reverse proxy address is used to access the REST services.&amp;nbsp; So, I guess what I can't figure out is where to save the crossdomain.xml file so that this example reverse proxy URL will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://map.critfc.org/arcgis/rest/services/LowerColChum/MapServer"&gt;http://map.critfc.org/arcgis/rest/services/LowerColChum/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 17:02:50 GMT</pubDate>
    <dc:creator>DavidGraves</dc:creator>
    <dc:date>2012-07-30T17:02:50Z</dc:date>
    <item>
      <title>Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168538#M5380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've recently installed ArcGIS Viewer for Flex 3, and have built several applications with it.&amp;nbsp; We've configured these to be served up from a web server outside our firewall, which accesses the server inside our firewall where Flex Viewer is installed and the REST services are generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything works just fine via the outside URL when we test it from within our organization, but when others outside our organization attempt to view any one of the sites, their browser properly loads up the page and base layer, but does not load the application layers that we have generated via REST services. Instead, it returns a MapManager error "&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;**** layer failed to load: Fault Code: Channel.Security.Error, Fault into: Security error accessing url, Fault details: Destination: Default HTTP&lt;/SPAN&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've placed the crossdomain.xml file into the web root directories of both the server with flex viewer (at C:\Program Files (x86)\ArcGIS\Server10.0\java\manager\web_output), and the server outside the firewall (at C:\inetpub\wwwroot), but the problem still persists so I am unsure what to try next.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for any feeback!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 16:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168538#M5380</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-27T16:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168539#M5381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;I should also mention that the server outside our firewall is set up as reverse proxy for the interal server running Flex Viewer.&amp;nbsp; On the internal server, I've additionally saved crossdomain.xml to both the web root folder (C:\inetput\wwwroot) and the proxy output folder (C:\arcgisserver\proxyoutput).&amp;nbsp; The URL "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server/crossdomain.xml" rel="nofollow" target="_blank"&gt;http://server/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt;" succeeds in showing the crossdomain file when tried on both the internal server, and the outside (reverse proxy) public domain.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 20:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168539#M5381</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-27T20:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168540#M5382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to use a http tool like fiddler to see what requests are not coming back properly. I have a reverse proxy setup inside my DMZ and I use Apache for my reverse proxy and have a copy of my crossdomain.xml in my htdocs (the same as a wwwroot folder).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 20:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168540#M5382</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-27T20:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168541#M5383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert - that's very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed Fiddler and tested a couple of the sites with Fiddler running.&amp;nbsp; The only thing shown in red, which I assume is a failure, was indeed a call for the crossdomain.xml on the internal server, where flex viewer is installed.&amp;nbsp; It is looking for it as /crossdomain.xml under server:8399.&amp;nbsp; My REST services are delivered via port 8399 as per the default installation of ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm still unsure where the crossdomain.xml file needs to be found.&amp;nbsp; I've saved it in the web root folder, where the flex output is created, and it does show up when I browse to &lt;/SPAN&gt;&lt;A href="http://server/crossdomain.xml"&gt;http://server/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; I suspect it has something to do with the port (8399) where the REST services are delivered (?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 00:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168541#M5383</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-28T00:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168542#M5384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Be sure that your Flex Viewer URLs in your main config.xml are using the reverse proxy urls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I have a couple of ArcGIS Servers inside the firewall. Lets same for example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://GISServerA:8399/ArcGIS/Rest/Services" rel="nofollow" target="_blank"&gt;http://GISServerA:8399/ArcGIS/Rest/Services&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://GISServerB:8399/ArcGIS2/Rest/Services" rel="nofollow" target="_blank"&gt;http://GISServerB:8399/ArcGIS2/Rest/Services&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not use those urls in my main config.xml I would use the reverse proxy urls of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.calhouncounty.org/ArcGIS/Rest/Services" rel="nofollow" target="_blank"&gt;http://gis.calhouncounty.org/ArcGIS/Rest/Services&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.calhouncounty.org/ArcGIS2/Rest/Services" rel="nofollow" target="_blank"&gt;http://gis.calhouncounty.org/ArcGIS2/Rest/Services&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;And once again I have my crossdomain.xml on my reverse proxy server in it's main web folder (htdocs) and that is what get served when a request for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.calhouncounty.org/crossdomain.xml" rel="nofollow" target="_blank"&gt;http://gis.calhouncounty.org/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt; is received. I do not have a proxy pass on my reverse proxy server for my crossdomain.xml at all.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 00:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168542#M5384</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-28T00:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168543#M5385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;However, I'm still unsure where the crossdomain.xml file needs to be found.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Deploying_an_application/017p00000019000000/"&gt;Deploying an application&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;" API help topic tries to explain that: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Deploying_an_application/017p00000019000000/"&gt;http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/Deploying_an_application/017p00000019000000/&lt;/A&gt;&lt;SPAN&gt;. See the "Deploying crossdomain.xml" section. In your case, for Java:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Java�??Add crossdomain.xml to &amp;lt;ArcGIS_Server_Install_Location&amp;gt;\ArcGIS\java\manager\web_output for 10.0 or &amp;lt;ArcGIS_Server_Install_Location&amp;gt;\ArcGIS\java\web_output for 9.3 installations of ArcGIS Server. On Windows, the default locations for these directories are as follows:&lt;BR /&gt;10.0�??C:\Program Files\ArcGIS\Server\java\manager\web_output&lt;BR /&gt;9.3�??C:\Program Files\ArcGIS\java\web_output&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And like Robert mentions if you are using a proxy server, then it would go there.&amp;nbsp; Basically whatever URL your application tries to access it, is what needs the crossdomain.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 16:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168543#M5385</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2012-07-28T16:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168544#M5386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;David,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Be sure that your Flex Viewer URLs in your main config.xml are using the reverse proxy urls.&lt;BR /&gt;&lt;BR /&gt;In my case I have a couple of ArcGIS Servers inside the firewall. Lets same for example&lt;BR /&gt;&lt;A href="http://GISServerA:8399/ArcGIS/Rest/Services"&gt;http://GISServerA:8399/ArcGIS/Rest/Services&lt;/A&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;A href="http://GISServerB:8399/ArcGIS2/Rest/Services"&gt;http://GISServerB:8399/ArcGIS2/Rest/Services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I would not use those urls in my main config.xml I would use the reverse proxy urls of&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/ArcGIS/Rest/Services"&gt;http://gis.calhouncounty.org/ArcGIS/Rest/Services&lt;/A&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/ArcGIS2/Rest/Services"&gt;http://gis.calhouncounty.org/ArcGIS2/Rest/Services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert. However, when I change the config.xml to use the reserve proxy url (map.critfc.org/arcgis/rest/services) instead of the internal url (giserverA:8399/arcgis/rest/services), the problem persists and now also occurs internally as well as externally, with Fiddler returning a '404' error for "/arcgis/rest/services/LowerColChum/MapServer?f=json"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 16:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168544#M5386</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-30T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168545#M5387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not sure what to tell you now... You have something setup improperly in your reverse proxy configuration. Did you follow this page?&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/35894"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/35894&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 17:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168545#M5387</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-30T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168546#M5388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;And like Robert mentions if you are using a proxy server, then it would go there.&amp;nbsp; Basically whatever URL your application tries to access it, is what needs the crossdomain.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Bjorn - I have tried to place the crossdomain.xml file where I think it should go, actually placing it in several folders to be safe, including C:\Program Files (x86)\ArcGIS\Server10.0\java\manager\web_output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that an external browser is not finding it (crossdomain.xml) when the reverse proxy address is used to access the REST services.&amp;nbsp; So, I guess what I can't figure out is where to save the crossdomain.xml file so that this example reverse proxy URL will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://map.critfc.org/arcgis/rest/services/LowerColChum/MapServer"&gt;http://map.critfc.org/arcgis/rest/services/LowerColChum/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 17:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168546#M5388</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-30T17:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Security Error from MapManager</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168547#M5389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;David,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not sure what to tell you now... You have something setup improperly in your reverse proxy configuration. Did you follow this page?&amp;nbsp; &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/35894"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/35894&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We used a similar set of instructions, based on the java version of ArcGIS for Server.&amp;nbsp; We do have the virtual directories and routing rules set up correctly.&amp;nbsp; I had not, however, changed the server.properties or rest-config files to point to the reverse proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, when I try this I only get a slightly different error from the MapManager when trying to load the page externally.&amp;nbsp; It now says "**** layer failed to load: Fault Code: Server.Error.Request and shows a Fault Details of an "ioError" with the URL &lt;/SPAN&gt;&lt;A href="http://map.critfc.org/arcgis/rest/services/layer/MapServer?f=json"&gt;http://map.critfc.org/arcgis/rest/services/layer/MapServer?f=json&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a bit stumped as the reverse proxy works fine from inside our firewall and loads the REST services just fine through this reverse proxy.&amp;nbsp; We only run into the error from a computer outside our network, where the reverse proxy does not seem to work for the REST services (but the page and base layer load fine via the reverse proxy).&amp;nbsp; I think we may try to test our firewall a bit to see if a closed port is blocking the services.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 18:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/channel-security-error-from-mapmanager/m-p/168547#M5389</guid>
      <dc:creator>DavidGraves</dc:creator>
      <dc:date>2012-07-30T18:46:18Z</dc:date>
    </item>
  </channel>
</rss>

