<?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: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619828#M23856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After a lot of tries and speculations, I finally managed to find a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered that in the Windows Registry the following hive:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;was completely empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This hive was related to a standalone Python 2.7 installation that I made aside to ArcGIS's ones (32-bit for ArcMap and 64-bit for ArcGIS Server - both are in C:\Python27\ArcGIS) and that I removed weeks ago. So, those keys were cleaned but the main hive remained.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I expected, ArcGIS Server relies on Python for Geo Processing services execution, and it looks like it is referencing the Python interpreter using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"PythonPath"&lt;/SPAN&gt;&lt;SPAN&gt; key found in the hive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you just have to set its value according to your Python environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's all: simple to say but damn hard to spot...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this can be helpful for others!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2013 13:28:15 GMT</pubDate>
    <dc:creator>ClaudioSparpaglione</dc:creator>
    <dc:date>2013-01-18T13:28:15Z</dc:date>
    <item>
      <title>[SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619827#M23855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been running ArcGIS Server 10.1 with SP1 on a Windows Server 2012 64-bit machine for months without any problems in publishing map services and geoprocessing services. I have an ArcMap 32-bit installation on the same machine of the server, which I use to view maps and publish services on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yesterday, this crazy situation happened to me: I tried to publish a new map service through ArcMap, but it was stuck and said "Not responding" for minutes, so I killed it. Tried again and again: no fortune. Then I examined the server log file, which in my machine is at the path "C:\arcgisserver\logs\&amp;lt;machine_name&amp;gt;\server" and I found lines like the following ones:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt; ... type="SEVERE" code="8273" source="Server" process="3192" thread="1" methodName="" ... user="" elapsed=""&amp;gt;Services containing process crashed. Utilities/PrintingTools.GPServer instance has crashed.&amp;lt;/Msg&amp;gt;&amp;nbsp; &amp;lt; ... type="SEVERE" code="8273" source="Server" process="3192" thread="1" methodName="" ... user="" elapsed=""&amp;gt;Services containing process crashed. System/PublishingTools.GPServer instance has crashed.&amp;lt;/Msg&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The log file contained one crash-report line for each of the geoprocessing services running on the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I therefore tried to investigate: I opened the ArcGIS Manager web application and tried to restart the PublishingTools service (which comes bundled with the server): it took a lot of time, then the service&amp;nbsp; correctly stopped but in the end this message popped up:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;System.PublishingTools.GPServer: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.net.SocketException: Connection reset&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to restart all of the other geoprocessing (either System's and my custom ones), and for each of them I got similar messages printed on screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I then tried to restart all of the other services (map services, geometry services) and everything went fine!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it seems to be the just an error on the geoprocessing services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I further investigated by setting the server log's verbosity to DEBUG (that is: print everything!) and this is the full stack-trace of the exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;Msg time="..." type="SEVERE" code="8273" source="Server" process="4664" thread="1" methodName="" machine="..." user="" elapsed=""&amp;gt;Services containing process crashed. System/PublishingTools.GPServer instance has crashed.&amp;lt;/Msg&amp;gt; &amp;lt;Msg time="..." type="DEBUG" code="9999" source="Server" process="4664" thread="1" methodName="" machine="..." user="" elapsed=""&amp;gt;java.lang.Exception: System/PublishingTools.GPServer instance has crashed. &amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:363) &amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.discovery.ejb.util.EJBBase.init(EJBBase.java:218) &amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.discovery.ejb.impl.GPServerSyncBean.init(GPServerSyncBean.java:47) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$LifecycleInvocation.invoke(ReflectionInvocationContext.java:194) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:164) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.monitoring.StatsInterceptor.PostConstruct(StatsInterceptor.java:101) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:122) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.stateless.StatelessInstanceManager.ceateInstance(StatelessInstanceManager.java:237) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.stateless.StatelessInstanceManager.createInstance(StatelessInstanceManager.java:448) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.stateless.StatelessInstanceManager.access$100(StatelessInstanceManager.java:72) &amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.openejb.core.stateless.StatelessInstanceManager$BackgroundThread.run(StatelessInstanceManager.java:507) Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; java.net.SocketException: Connection reset &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:209) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:124) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132) &amp;nbsp;&amp;nbsp;&amp;nbsp; at $Proxy43.createService(Unknown Source) &amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:340) &amp;nbsp;&amp;nbsp;&amp;nbsp; ... 22 more Caused by: java.net.SocketException: Connection reset &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.SocketInputStream.read(SocketInputStream.java:168) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedInputStream.read(BufferedInputStream.java:237) &amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.DataInputStream.readByte(DataInputStream.java:248) &amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:195) &amp;nbsp;&amp;nbsp;&amp;nbsp; ... 28 more &amp;lt;/Msg&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As additional information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;All firewall systems on my machine are fully deactivated&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;No recent modification has been made to the networking in my LAN&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I installed a few Windows updates last week&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Can anyone help me in solving the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question: could this problem be tied to a "dirty" Python installation? I'm not sure that GP services rely on Python (I'm getting a Java exception!)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 10:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619827#M23855</guid>
      <dc:creator>ClaudioSparpaglione</dc:creator>
      <dc:date>2013-01-18T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619828#M23856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After a lot of tries and speculations, I finally managed to find a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered that in the Windows Registry the following hive:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;was completely empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This hive was related to a standalone Python 2.7 installation that I made aside to ArcGIS's ones (32-bit for ArcMap and 64-bit for ArcGIS Server - both are in C:\Python27\ArcGIS) and that I removed weeks ago. So, those keys were cleaned but the main hive remained.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I expected, ArcGIS Server relies on Python for Geo Processing services execution, and it looks like it is referencing the Python interpreter using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"PythonPath"&lt;/SPAN&gt;&lt;SPAN&gt; key found in the hive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you just have to set its value according to your Python environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's all: simple to say but damn hard to spot...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this can be helpful for others!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 13:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619828#M23856</guid>
      <dc:creator>ClaudioSparpaglione</dc:creator>
      <dc:date>2013-01-18T13:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619829#M23857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for sharing. Helped me a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 03:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619829#M23857</guid>
      <dc:creator>FrancoisRousseau</dc:creator>
      <dc:date>2013-03-06T03:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619830#M23858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How did you reset the "PythonPath" value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having this same issue! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Julia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619830#M23858</guid>
      <dc:creator>JuliaDalton</dc:creator>
      <dc:date>2013-06-12T15:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619831#M23859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You just saved me hours!&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 21:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619831#M23859</guid>
      <dc:creator>ChuckWright</dc:creator>
      <dc:date>2013-09-11T21:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619832#M23860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much I have been fighting this for 2 days now.&amp;nbsp; Changing permissions, double checking etc.&amp;nbsp; Need to check the Server log more often and quicker!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer the question on where to change the Hive use regedit then go HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\PythonPath as stated before.&amp;nbsp; Click on the default key and change the Values of the data.&amp;nbsp; To something like C:\Python27\ArcGIS10.1\Lib;C:\Python27\ArcGIS10.1\DLLs;C:\Python27\ArcGIS10.1\Lib\lib-tk&amp;nbsp; I was getting the issue for 2 reasons.&amp;nbsp; I originally installed ArcServer on the E drive and it appears it wrote the python key to my system registry. All the file paths seen above were pointed to the E drive. Due to my failed ArcServer install on the E drive I moved it to the C Drive.&amp;nbsp; I also install Desktop which installs Python 2.7 but made sure to use the same folder so it would merge the receptive files and libraries. This still caused me other python scripting issues (i.e. failed to import ArcPy) before I even arrived at this problem.&amp;nbsp; I also installed Python from Python.org for reasons to troubleshoot something else before this problem which causes other problems. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To solve this specific problem I confirmed the "old E" file paths and hot swapped out the E for C and restarted all the Geo processing Services.&amp;nbsp; Then instantly the geoprocessing service I built on my own finally published and started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In essence it would be best to double check and make sure this registry path matches a real python Library with ArcPy and all the other stuff.&amp;nbsp; You also may want to double check if you have multiple version of the Python IDE installed and which is the default program.&amp;nbsp; If the IDE that points to ArcPy is not default you will get a import arcpy failure.&amp;nbsp; That will be a good test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In essence I continue to feel that ESRI should not install Python by default but ask you to point to an install already or have you install it in the typical location that is supplied by python.org.&amp;nbsp; It becomes a real headache when putting Python.org, Desktop, and Server on one computer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619832#M23860</guid>
      <dc:creator>DylanKennard</dc:creator>
      <dc:date>2014-01-22T17:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619833#M23861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This post is extremely useful. I have been able to resolve the same error while trying to publish a map document with parcel fabric data.&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;David Muthami&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 16:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619833#M23861</guid>
      <dc:creator>DavidMuthami</dc:creator>
      <dc:date>2014-05-05T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619834#M23862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much.&amp;nbsp; This totally solved my problem&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 16:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619834#M23862</guid>
      <dc:creator>MichelleMestrovich</dc:creator>
      <dc:date>2014-07-15T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619835#M23863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 00:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619835#M23863</guid>
      <dc:creator>SeanTondre</dc:creator>
      <dc:date>2014-08-08T00:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619836#M23864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; loads - this helped me also.&lt;/P&gt;&lt;P&gt;I did try updatingmy registry settings with those from another machine that had an identical ArcGIS for Server installed, but something did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easier option for me was to simply run a Repair on the ArcGIS for Server install - fixed everything up!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 00:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619836#M23864</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2015-02-11T00:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619837#M23865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this solved my problem completely.&lt;/P&gt;&lt;P&gt;I have Server 10.3 and I had to set this as the value in the registry for PythonPath.&lt;/P&gt;&lt;P&gt;"C:\Python27\ArcGISx6410.3\Lib;C:\Python27\ArcGISx6410.3\DLLs;C:\Python27\ArcGISx6410.3\Lib\lib-tk"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 21:18:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619837#M23865</guid>
      <dc:creator>MalcolmJ</dc:creator>
      <dc:date>2015-09-14T21:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619838#M23866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So helpful! Thanks for the detailed question and solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 14:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619838#M23866</guid>
      <dc:creator>ClaireBrill</dc:creator>
      <dc:date>2017-04-14T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619839#M23867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks so much! Solved my same issue! Even on AGS 10.5&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619839#M23867</guid>
      <dc:creator>GaryPrior</dc:creator>
      <dc:date>2017-08-11T15:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restarting</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619840#M23868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are getting problem to start only GP services and using &lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;Windows Server 2008 R2 and Windows 7 then need to be install the patch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;download from this link&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;&lt;A class="link-titled" href="https://support.esri.com/en/download/7576" title="https://support.esri.com/en/download/7576"&gt;https://support.esri.com/en/download/7576&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #ffffff; font-weight: 300;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 11:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/619840#M23868</guid>
      <dc:creator>SandeepPastapure</dc:creator>
      <dc:date>2018-03-09T11:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Error 8273: geoprocessing services crashing on SOM start and not restart</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/1135165#M32257</link>
      <description>&lt;P&gt;Thank you so much for this post! I was having the exact same problem, and your advice really helped me so much.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 21:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/solved-error-8273-geoprocessing-services-crashing/m-p/1135165#M32257</guid>
      <dc:creator>LisaCasey</dc:creator>
      <dc:date>2022-01-19T21:18:52Z</dc:date>
    </item>
  </channel>
</rss>

