<?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: error getting service in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1022856#M740</link>
    <description>&lt;P&gt;Any resolution to this problem as we are experiencing the same?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 00:56:16 GMT</pubDate>
    <dc:creator>DeanHowell1</dc:creator>
    <dc:date>2021-02-03T00:56:16Z</dc:date>
    <item>
      <title>error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/767600#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My ArcGIS server is suddenly having problems and the log files say "error getting service / rest"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This randomly occurred as I was not even working on these maps for weeks and was on a different offline project. The file seems to be working fine in arcgis online but not directly from my portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 20:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/767600#M66</guid>
      <dc:creator>CherieCockrell</dc:creator>
      <dc:date>2019-08-26T20:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/767601#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have the same issue with ArcGIS Enterprise 10.7.1 on Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:06:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/767601#M67</guid>
      <dc:creator>PaulHoefflerGISS</dc:creator>
      <dc:date>2020-02-10T18:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1012873#M739</link>
      <description>&lt;P&gt;We have the same issue with 10.7.1 on Windows as well.&amp;nbsp; After looking at the&amp;nbsp;W3SVC1 logs, it appears to be a series of GET, HEAD, and POST ArcGIS+Pro+2.5.0 requests to services that don't exist on our server any more.&amp;nbsp; The requests are made every hour.&amp;nbsp; I don't know how to stop them, so if you know more, please let me know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 13:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1012873#M739</guid>
      <dc:creator>soniadickerson1</dc:creator>
      <dc:date>2020-12-30T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1022856#M740</link>
      <description>&lt;P&gt;Any resolution to this problem as we are experiencing the same?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 00:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1022856#M740</guid>
      <dc:creator>DeanHowell1</dc:creator>
      <dc:date>2021-02-03T00:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1024633#M741</link>
      <description>&lt;P&gt;I don't know if you got the answer, but in my case, I had a Http service running on ArcGIS Monitor checking a rest service on my ArcGIS Server and I had deleted that service.&lt;/P&gt;&lt;P&gt;When I deleted the Http checking service on ArcGIS Monitor the problem was resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 21:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1024633#M741</guid>
      <dc:creator>fpires</dc:creator>
      <dc:date>2021-02-08T21:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1070335#M748</link>
      <description>&lt;P data-unlink="true"&gt;From what I can tell, a scenario where this can happen is when ArcGIS Pro consumes a hosted feature layer, e.g. https://portal.domain.local/server/rest/services/Hosted/layer1/FeatureServer. It thinks there's an associated map service (there isn't - hosted feature layers don't have corresponding map services) and makes a request to a map service that doesn't exist, i.e. https://portal.domain.local/server/rest/services/Hosted/layer1/MapServer,&amp;nbsp; which triggers the error.&lt;/P&gt;&lt;P data-unlink="true"&gt;I'm trying to get confirmation on this. I'll post a follow up with what I find out.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1070335#M748</guid>
      <dc:creator>davehorsey1</dc:creator>
      <dc:date>2021-06-21T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: error getting service</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1076160#M750</link>
      <description>&lt;P&gt;The triggering of the "Error getting service" error via the scenario described in &lt;A href="https://community.esri.com/t5/arcgis-server-with-javascript/error-getting-service/m-p/1070335/highlight/true#M748" target="_blank" rel="noopener"&gt;my previous post&lt;/A&gt; has been recognised as a bug - BUG-000141232 : ArcGIS Server WARNING Log: Error getting service for hosted feature layers.&lt;/P&gt;&lt;P&gt;This issue was recreated in ArcGIS Pro 2.8.1 with ArcGIS Enterprise 10.7.1 and 10.8 but could not be recreated with ArcGIS Enterprise 10.9.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 01:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/error-getting-service/m-p/1076160#M750</guid>
      <dc:creator>davehorsey1</dc:creator>
      <dc:date>2021-07-07T01:16:26Z</dc:date>
    </item>
  </channel>
</rss>

