<?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: FREEHAND_POLYGON Tool 'Object Error' in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732388#M67869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the input... the error occurs before anything is passed to the .py script. I think there's a possible disconnection between sending info from the .js API URL to our ArcServer, and this creates the error. I get a 404 error when I am able to reproduce this... so, there is at least one missing file somewhere. I am working on writing something that doesn't kill the job, but tries again a second after the error occurs. This seems to be working at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 14:46:59 GMT</pubDate>
    <dc:creator>RyanKelley</dc:creator>
    <dc:date>2011-05-02T14:46:59Z</dc:date>
    <item>
      <title>FREEHAND_POLYGON Tool 'Object Error'</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732386#M67867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an app in the JS API that uses the (esri.toolbars.Draw.FREEHAND_POLYGON) tool for a user to be able to pass the extent into a python script, which then generates a map. The script just finds the x,y's of the bounding box. The error pops up as soon as the job executes using a Make Map button.&amp;nbsp; The error is "Windows Explorer, Object Error".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is extremely hard to troubleshoot this because it only happens once in a while. More so for certain users... for me hardly ever, but it does happen.&amp;nbsp; With the tool, I am able to make something as easy as a simple box or a crazy looking polygon. It doesn't seem to matter what the poly looks like for the error to occur. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, is this a .js version error in our browser? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Also, I am using "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.2" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.2&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? Thanks!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan Kelley&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Portland, OR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 17:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732386#M67867</guid>
      <dc:creator>RyanKelley</dc:creator>
      <dc:date>2011-04-25T17:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: FREEHAND_POLYGON Tool 'Object Error'</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732387#M67868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will have to narrow down possible causes of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it happen during high usage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are all the users using the same browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the problem occur right when you finish drawing the polygon or does it happen after you send the polygon to the python script? (is this really a GPTool that you passing the polygon to?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think the issue is with the coding since the problem happens intermittently. I would take a look at all the different system configuration that the users have. If you are using a GPTool, then see if you can reproduce the problem using the GPTool alone in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 21:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732387#M67868</guid>
      <dc:creator>ThaoLe</dc:creator>
      <dc:date>2011-04-29T21:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: FREEHAND_POLYGON Tool 'Object Error'</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732388#M67869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the input... the error occurs before anything is passed to the .py script. I think there's a possible disconnection between sending info from the .js API URL to our ArcServer, and this creates the error. I get a 404 error when I am able to reproduce this... so, there is at least one missing file somewhere. I am working on writing something that doesn't kill the job, but tries again a second after the error occurs. This seems to be working at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 14:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732388#M67869</guid>
      <dc:creator>RyanKelley</dc:creator>
      <dc:date>2011-05-02T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: FREEHAND_POLYGON Tool 'Object Error'</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732389#M67870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had our SA set up an internet proxy on the server we are running our web app.&amp;nbsp; A lot of the sample code from the .js API ESRI pages have a generic URL that points to a non-existent proxy and I didn't catch that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;esri.config.defaults.io.proxyUrl = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://..../proxy.ashx" rel="nofollow" target="_blank"&gt;http://..../proxy.ashx&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ryan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;portland, or&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 20:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/freehand-polygon-tool-object-error/m-p/732389#M67870</guid>
      <dc:creator>RyanKelley</dc:creator>
      <dc:date>2011-05-06T20:21:57Z</dc:date>
    </item>
  </channel>
</rss>

