<?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: dojo.io.script.jsonp_dojoIoScript Error in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518998#M48373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the same error. Did anyone find a solution ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 16:36:25 GMT</pubDate>
    <dc:creator>IhabEl_Attar</dc:creator>
    <dc:date>2011-03-08T16:36:25Z</dc:date>
    <item>
      <title>dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518994#M48369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added 2 feature layers in my map having mode as MODE_ONDEMAND and attached info window functions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every things works fine but after some time I start to get some errors as &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;dojo.io.script error&lt;BR /&gt;Error: undefined&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then a lot of following errors with just the numbers changed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;dojo.io.script.jsonp_dojoIoScript_Buildings11_0_000013959502222241174_2288_4575 is undefined&lt;BR /&gt;dojo.io.script.jsonp_dojoIoScript_Airports00_0_00714726513778765_3_9 is undefined&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no effect on functionality and everything works fine even with these errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made sure if I have added dojo.require("dojo.io.script"); but it still give me same errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What causes these errors? Can I ignore it? is there something I am missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Following is the code I used to add layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp; 
//Airports Layer
var featureLayer = new esri.layers.FeatureLayer("http://localhost/ArcGIS/rest/services/MyMap/MapServer/0",{
mode: esri.layers.FeatureLayer.MODE_ONDEMAND,
outFields: ["*"]
});
dojo.connect(featureLayer,"onMouseOver",mapControl.showAirportInfoWindow);
mapControl.map.addLayer(featureLayer);

//Buildings Layer
var featureLayerBuildings = new esri.layers.FeatureLayer("http://localhost/ArcGIS/rest/services/MyMap/MapServer/1",{
mode: esri.layers.FeatureLayer.MODE_ONDEMAND,
outFields: ["*"]
});

dojo.connect(featureLayerBuildings,"onMouseOver",mapControl.showBuildingInfoWindow);
mapControl.map.addLayer(featureLayerBuildings);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 09:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518994#M48369</guid>
      <dc:creator>Muhammad_Abdul_HadiMuhammad_Ab</dc:creator>
      <dc:date>2011-02-22T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518995#M48370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried using &lt;/SPAN&gt;&lt;A href="http://www.fiddlertool.com/fiddler2/version.asp"&gt;Fiddler2&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://getfirebug.com/"&gt;Firebug&lt;/A&gt;&lt;SPAN&gt; to see what the http traffic looks like?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do these errors occur if you do not pan or zoom?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is only happening when you are panning and zooming then I would guess something is occuring with the on demand update requests.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 11:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518995#M48370</guid>
      <dc:creator>Charles__Jamie_Phillips</dc:creator>
      <dc:date>2011-02-25T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518996#M48371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried using &lt;A href="http://www.fiddlertool.com/fiddler2/version.asp"&gt;Fiddler2&lt;/A&gt; or &lt;A href="http://getfirebug.com/"&gt;Firebug&lt;/A&gt; to see what the http traffic looks like?&lt;BR /&gt;&lt;BR /&gt;Do these errors occur if you do not pan or zoom?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;If it is only happening when you are panning and zooming then I would guess something is occuring with the on demand update requests.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Firebug. In &lt;/SPAN&gt;&lt;STRONG&gt;Net&lt;/STRONG&gt;&lt;SPAN&gt; tab I do not find any errors when these error occurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes they do only happen when I am panning or zooming in or out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I change mode from on demand to something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Feb 2011 11:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518996#M48371</guid>
      <dc:creator>Muhammad_Abdul_HadiMuhammad_Ab</dc:creator>
      <dc:date>2011-02-27T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518997#M48372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would change it just to see if you have a different result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 19:10:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518997#M48372</guid>
      <dc:creator>Charles__Jamie_Phillips</dc:creator>
      <dc:date>2011-02-28T19:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518998#M48373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the same error. Did anyone find a solution ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518998#M48373</guid>
      <dc:creator>IhabEl_Attar</dc:creator>
      <dc:date>2011-03-08T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518999#M48374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also getting same error when Feature layer is added to map and after doing some zoom scrolling&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 07:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/518999#M48374</guid>
      <dc:creator>DainisBerzins</dc:creator>
      <dc:date>2011-08-04T07:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/519000#M48375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am also getting same error when Feature layer is added to map and after doing some zoom scrolling&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, I'm getting the same errors but it's not affecting functionality.&amp;nbsp; The network traffic is not showing any errors so I'll test with other modes and report back.&amp;nbsp; Anyone resolve this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2011 23:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/519000#M48375</guid>
      <dc:creator>EdSaunders</dc:creator>
      <dc:date>2011-10-23T23:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: dojo.io.script.jsonp_dojoIoScript Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/519001#M48376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It has something to do with .refresh() function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had same errors when i added new element to the Layer and then refreshed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I solved it by adding timeout of at least 10ms before refreshing the Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if it helps to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also had this function on each layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dojo.connect(municipalityApp[name], "onEditsComplete", function()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; municipalityApp[name].refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which coused me a lot of errors with new js API version (2,8)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 08:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojo-io-script-jsonp-dojoioscript-error/m-p/519001#M48376</guid>
      <dc:creator>Mindaugas_ižas</dc:creator>
      <dc:date>2012-06-13T08:37:40Z</dc:date>
    </item>
  </channel>
</rss>

