<?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: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324796#M9433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried creating an application with Flexviewer using an .sd file inside of our firewall on our local ArcGIS Server instance and was able to create the same error.&amp;nbsp; I've come to the conclusion that publishing a service using an .sd file is not compatible with ArcGIS Viewer for Flex.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the exact same problem, is this now an official ESRI bug ???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 08:57:05 GMT</pubDate>
    <dc:creator>TomRipley</dc:creator>
    <dc:date>2013-06-07T08:57:05Z</dc:date>
    <item>
      <title>Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324790#M9427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I built an application using AppBuilder and we hosted it within our firewall over the network successfully. We recently leased an instace on Amazon EC2 so we could push our application to the web. The URL resolves perfectly from the host server machine, but when I try to resolve the URL from a user machine, the attached error message pops up:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;WebMapAmazon layer failed to load: Fault code: Channel.Security.Error&lt;BR /&gt;&lt;BR /&gt;Fault info: Security error accessing url&lt;BR /&gt;&lt;BR /&gt;Fault details: Destination: DefaultHTTP&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24326[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also an error that reads the same but says that it cannot access my basemap file, which is local data that I uploaded with the .sd file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of my googling has led me to believe it is a Crossdomain policy issue. I have the following .xml document residing in my wwwroot folder:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;allow-access-from domain="*"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;allow-http-request-headers-from domain="*" headers="*"/&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe that this 'should' be working, but that I'm missing something here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: It may be worth noting that I've created the service using an .sd file which contains all of the relevant data (like map packaging), it is not kept separately within SDE on the amazon instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 14:15:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324790#M9427</guid>
      <dc:creator>Scott_Russell</dc:creator>
      <dc:date>2013-05-15T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324791#M9428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like a crossdomain issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The crossdomain.xml file needs to be on the server with your application is trying to access, i.e. your amazon instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 16:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324791#M9428</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-05-15T16:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324792#M9429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It sounds like a crossdomain issue.&lt;BR /&gt;&lt;BR /&gt;The crossdomain.xml file needs to be on the server with your application is trying to access, i.e. your amazon instance.&lt;BR /&gt;See &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;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is why I'm confused.&amp;nbsp; I have the crossdomain.xml file residing within the wwwroot folder of the machine that is hosting ArcGIS Server in the Amazon instance and I'm still having problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 17:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324792#M9429</guid>
      <dc:creator>Scott_Russell</dc:creator>
      <dc:date>2013-05-15T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324793#M9430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So your services are accessed as &lt;/SPAN&gt;&lt;A href="http://instance/arcgis/rest/services/"&gt;http://instance/arcgis/rest/services/&lt;/A&gt;&lt;SPAN&gt;... (not using a port number, and not using httpS)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And you can see the crossdomain file at &lt;/SPAN&gt;&lt;A href="http://instance/crossdomain.xml"&gt;http://instance/crossdomain.xml&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 17:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324793#M9430</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2013-05-15T17:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324794#M9431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So your services are accessed as &lt;A href="http://instance/arcgis/rest/services/"&gt;http://instance/arcgis/rest/services/&lt;/A&gt;... (not using a port number, and not using httpS)?&lt;BR /&gt;And you can see the crossdomain file at &lt;A href="http://instance/crossdomain.xml"&gt;http://instance/crossdomain.xml&lt;/A&gt; ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that is correct, to both questions.&amp;nbsp; I just double-checked now.&amp;nbsp; I'm starting to think its a problem with packaging the data into an .sd file, rather than uploading the physical data to SDE on the Amazon instance and publishing the service without creating an .sd file.&amp;nbsp; But then again, that should technically work fine, according to ESRI documentation so I'm at a loss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 17:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324794#M9431</guid>
      <dc:creator>Scott_Russell</dc:creator>
      <dc:date>2013-05-15T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324795#M9432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried creating an application with Flexviewer using an .sd file inside of our firewall on our local ArcGIS Server instance and was able to create the same error.&amp;nbsp; I've come to the conclusion that publishing a service using an .sd file is not compatible with ArcGIS Viewer for Flex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 18:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324795#M9432</guid>
      <dc:creator>Scott_Russell</dc:creator>
      <dc:date>2013-05-15T18:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324796#M9433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tried creating an application with Flexviewer using an .sd file inside of our firewall on our local ArcGIS Server instance and was able to create the same error.&amp;nbsp; I've come to the conclusion that publishing a service using an .sd file is not compatible with ArcGIS Viewer for Flex.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the exact same problem, is this now an official ESRI bug ???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 08:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324796#M9433</guid>
      <dc:creator>TomRipley</dc:creator>
      <dc:date>2013-06-07T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324797#M9434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I successfully consume 10.1.1 REST services published via an .sd in the Flex API v3.3 just fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 14:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324797#M9434</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-06-07T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324798#M9435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also received the same error but that was because I was copying across the URL from the server as a secured �??https�?� when all that was required was �??http�?�. Simply changing this corrected the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mervyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 20:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324798#M9435</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2013-07-09T20:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324799#M9436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bjorn! This worked for me. All I had to do was copy the crossdomain.xml file from &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Server\framework\runtime\tomcat\contexts\rootapp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my webserver's root directory (ex. C:\inetpub\wwwroot)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 02:35:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324799#M9436</guid>
      <dc:creator>WillHughes1</dc:creator>
      <dc:date>2013-09-19T02:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Layer failed to load: Fault code: Channel.Security.Error - AppBuilder Application</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324800#M9437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So your services are accessed as &lt;A href="http://instance/arcgis/rest/services/"&gt;http://instance/arcgis/rest/services/&lt;/A&gt;... (not using a port number, and not using httpS)?&lt;BR /&gt;And you can see the crossdomain file at &lt;A href="http://instance/crossdomain.xml"&gt;http://instance/crossdomain.xml&lt;/A&gt; ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In regards to this, I have a question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using flexviwer 3.0 on a virtual server with 2008 R2 and server 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My services are accessed as you mention, as is my crossdomain at mentioned address.&amp;nbsp; However, I still get the MapManager error shown in the attached when opening a flex url.&amp;nbsp; I have shared the following folders with 'everyone': data, ags, flexviewer.&amp;nbsp; I have port 80 and 6080 open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My crossdomain reads as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;allow-access-from domain="*" secure="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;allow-http-request-headers-from domain="*" headers="*" secure="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to view the layers in my map service within ArcGIS.com and ArcGIS Desktop.&amp;nbsp; Just not in a browser.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/layer-failed-to-load-fault-code-channel-security/m-p/324800#M9437</guid>
      <dc:creator>StephanieLong</dc:creator>
      <dc:date>2014-01-10T12:42:15Z</dc:date>
    </item>
  </channel>
</rss>

