<?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: URI Error? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506243#M47082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No need for an additional server, you can set up a web server on the machine where you're currently running samples. For windows, look into installing IIS or Apache. For OS X, apache is installed by default. For linux...well, there are too many options to list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 18:00:34 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2011-12-06T18:00:34Z</dc:date>
    <item>
      <title>URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506236#M47075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to run a query based on a drivetime gp polygon in my own app, similar to the "Select features within a two minute drive time" Sample. However when I do so, I get this error in firebug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Error: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5&lt;/A&gt;&lt;SPAN&gt; Line: 14"]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I copy and paste the entire code from the sample into a local file and run it, I get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone run into this error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 14:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506236#M47075</guid>
      <dc:creator>MatthewBorr</dc:creator>
      <dc:date>2011-12-06T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506237#M47076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You see that error consistently when running this sample:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_selection.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/fl/fl_selection.html&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample requires a proxy. Do you have one set up when running it locally?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 15:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506237#M47076</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-06T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506238#M47077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the proxy URI was doing it. Do I put the proxy page on my local machine then?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 15:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506238#M47077</guid>
      <dc:creator>MatthewBorr</dc:creator>
      <dc:date>2011-12-06T15:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506239#M47078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do I put the proxy page on my local machine then?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. Check out the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ags_proxy.htm"&gt;proxy page topic in the help&lt;/A&gt;&lt;SPAN&gt; for info on how to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 15:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506239#M47078</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-06T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506240#M47079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Question then: The help topic gives instructions for web server proxies. Where would I put the proxy page on my local development machine? (and which version - PHP, asp, or Java). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will eventually move my app to a web server, but I am developing locally for now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 16:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506240#M47079</guid>
      <dc:creator>MatthewBorr</dc:creator>
      <dc:date>2011-12-06T16:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506241#M47080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to have a web server on your dev machine to use the proxy. There's no easy way around this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear, you're not using URLs like &lt;/SPAN&gt;&lt;A href="http://localhost/some/folder/sample.html"&gt;http://localhost/some/folder/sample.html&lt;/A&gt;&lt;SPAN&gt; when running stuff on your dev machine? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would encourage you to set up a web server on your dev machine. It's pretty straight forward and free for all operating systems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 17:32:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506241#M47080</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-06T17:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506242#M47081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess I need a testing server then; I thought maybe there was a way around that. I'll do that! Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 17:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506242#M47081</guid>
      <dc:creator>MatthewBorr</dc:creator>
      <dc:date>2011-12-06T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506243#M47082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No need for an additional server, you can set up a web server on the machine where you're currently running samples. For windows, look into installing IIS or Apache. For OS X, apache is installed by default. For linux...well, there are too many options to list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 18:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506243#M47082</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-06T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: URI Error?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506244#M47083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matthew, did you ever get this issue resolved?&amp;nbsp; I'm getting the same error as you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Error: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5&lt;/A&gt;&lt;SPAN&gt; Line: 14"]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;even after running through the instructions of setting up a local proxy server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/54811-Proxy-page-error-using-editor-widgit"&gt;54811-Proxy-page-error-using-editor-widgit&lt;/A&gt;&lt;SPAN&gt; for details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 18:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/uri-error/m-p/506244#M47083</guid>
      <dc:creator>JayGregory</dc:creator>
      <dc:date>2012-04-09T18:53:59Z</dc:date>
    </item>
  </channel>
</rss>

