<?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: TypeError: esri.bundle is undefined in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/typeerror-esri-bundle-is-undefined/m-p/392761#M19644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might try posting this to the appropriate API forum...not many developers looking here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 15:20:30 GMT</pubDate>
    <dc:creator>MikeMinami</dc:creator>
    <dc:date>2012-03-08T15:20:30Z</dc:date>
    <item>
      <title>TypeError: esri.bundle is undefined</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/typeerror-esri-bundle-is-undefined/m-p/392760#M19643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a script on the server, which I execute using javascript using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var myjobGP = new esri.tasks.Geoprocessor('ourserver/ArcGIS/rest/services/GPServer/MyJob')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;myjobGP.submitJob(parms, myjobComplete, myjobStatus, myjobError)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm getting the "TypeError: esri.bundle is undefined" error before (so it seems) getting to MyJob on the server.&amp;nbsp; I've also included the FireBug console output (see below), but I can't find anything helpful there (it refers to line 48, which is one LONG line of code that is not readable at all).&amp;nbsp; Any suggestions/ideas?? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TypeError: esri.bundle is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.2 (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.2 (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "[object Object]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.2 (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "[object Object]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobComplete"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobStatus"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobError"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "[object Object]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.2 (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "[object Array]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_144()?v=2.2 (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d3 = self.declaredClass;if ()?v=2.2 (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "_2d3 &amp;amp;&amp;amp; _2d3.indexOf("F...1) {self._resolve([err]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " null"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cc[sig.e]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cd"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " true);} else {self._errorHandler(err"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cc[sig.e]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cd);}})"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "(function () {})"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ion ()?v=2.2 (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "err) {var _2d3 = self.d...1) {self._resolve([err]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " null"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cc[sig.e]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cd"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " true);} else {self._errorHandler(err"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cc[sig.e]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = " _2cd);}})"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.2 (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "[object Object]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobComplete"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobStatus"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;undefined = "myjobError"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 18:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/typeerror-esri-bundle-is-undefined/m-p/392760#M19643</guid>
      <dc:creator>RuthLeBlanc</dc:creator>
      <dc:date>2012-03-07T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: TypeError: esri.bundle is undefined</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/typeerror-esri-bundle-is-undefined/m-p/392761#M19644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might try posting this to the appropriate API forum...not many developers looking here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 15:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/typeerror-esri-bundle-is-undefined/m-p/392761#M19644</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2012-03-08T15:20:30Z</dc:date>
    </item>
  </channel>
</rss>

