<?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: &amp;quot;NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335031#M30959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll ignore the error, then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jtm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 18:53:35 GMT</pubDate>
    <dc:creator>JoanneMcGraw</dc:creator>
    <dc:date>2012-11-21T18:53:35Z</dc:date>
    <item>
      <title>&amp;amp;quot;NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json&amp;amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335027#M30955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know what could be causing this error message in the ESRI JSAPI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"NetworkError: 404 Not Found - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tasks.arcgis.com/ArcGIS/rest/info?f=json" rel="nofollow" target="_blank"&gt;http://tasks.arcgis.com/ArcGIS/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I believe it is appearing through the use of the esri.tasks.Locator when the addressToLocations function is called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something wrong with my configuration somewhere? Although the task seems to run successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jtm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 14:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335027#M30955</guid>
      <dc:creator>JoanneMcGraw</dc:creator>
      <dc:date>2012-11-20T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: "NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335028#M30956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that call is how the ArcGIS JS API determines if the ArcGIS Server supports CORS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_esri_request.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_esri_request.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 20:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335028#M30956</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2012-11-20T20:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: "NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335029#M30957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jacobsj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your response to my question. Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to say, though, that it seems odd one of the ESRI servers (tasks.arcgis.com) would have turned that support off (although certainly not impossible). Further, I tried making the same request to our ArcGIS Server, which is 10.1 and which the documentation suggests should have this support turned on by default. For that request, I get an HTTP error status of 500 (Internal Server Error).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone else comment on this question? If not, I'll just assume jacobsj is correct and ignore the error; but I'd prefer to be certain this is an acceptable (and ignorable) error. Are there others out there who are using the esri.task.Locator and getting the same error every time they invoke the address to Locations function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jtm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 13:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335029#M30957</guid>
      <dc:creator>JoanneMcGraw</dc:creator>
      <dc:date>2012-11-21T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: "NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335030#M30958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jeff is correct.&amp;nbsp; right now some esri servers support CORS, and some don't.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 18:05:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335030#M30958</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-11-21T18:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: "NetworkError: 404 Not Found - http://tasks.arcgis.com/ArcGIS/rest/info?f=json"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335031#M30959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll ignore the error, then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jtm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 18:53:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-amp-quot-networkerror-404-not-found-http-tasks/m-p/335031#M30959</guid>
      <dc:creator>JoanneMcGraw</dc:creator>
      <dc:date>2012-11-21T18:53:35Z</dc:date>
    </item>
  </channel>
</rss>

