<?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: Map service periodically crashes (ArcGIS for Server 10.1 SP1) in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428309#M16540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Richard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. Mine looks same as your xml file... Thanks for the info and I will keep reserching on this crashing issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2013 13:34:29 GMT</pubDate>
    <dc:creator>DahaeHwang</dc:creator>
    <dc:date>2013-07-24T13:34:29Z</dc:date>
    <item>
      <title>Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428305#M16536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are experiencing periodic crashing of map services on request - it occurs randomly about 5 -10 times during a day... We have map services connecting to both Oracle and Postgresql databases thru SDE direct connections, but it seems not a matter of which database it is accessing to. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using clustered GIS Servers under AGS Web adaptor in a virtual environment, and refresh(Stop/start) AGS Services every morning on the servers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When it crashes, the used memory on the server is less than 70%... (Max 8GB is allocated to each GIS machine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached the dump files from error report. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hep would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 19:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428305#M16536</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-23T19:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428306#M16537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//003z00000150000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//003z00000150000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EXCEPTION_RECORD:&amp;nbsp; ffffffffffffffff -- (.exr 0xffffffffffffffff)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExceptionAddress: 0000000074801609 (ServerContainer!CServerObjectFactoryX::AddAddInFolder+0x0000000000000019)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ExceptionCode: c0000005 (Access violation)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ExceptionFlags: 00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NumberParameters: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Parameter[0]: 0000000000000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Parameter[1]: 0000000000000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Attempt to read from address 0000000000000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This says that the function AddAddInFolder is being called with a NULL pointer for the argument addInFolderPath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 23:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428306#M16537</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-07-23T23:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428307#M16538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help, Richard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the exception indicates that 'AddAddInFolder' method was called without 'addInFolderPath' parameter...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still trying to understand what 'IServerObjectFactoryX.AddAddInFolder' does and where it is called. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the 'AddInFolderList.xml' in C:\Users\username\AppData\Roaming\ESRI\Server10.1? Is this method supposed to be called by default when creating a new instance on the server..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dahae&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:45:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428307#M16538</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-24T11:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428308#M16539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is what C:\Users\arcgis\AppData\Roaming\ESRI\Server10.1\AddInFoldersList.xml looks like on my machine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ESRI.ArcGIS.AddInFolders ver="1"&amp;gt;&amp;lt;ARCSOC/&amp;gt;&amp;lt;/ESRI.ArcGIS.AddInFolders&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What does it look like on yours?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that mine is under user arcgis because that is the default account that ArcGIS Server uses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know what ESRI is, or is not, supposed to do.&amp;nbsp; My &amp;gt;guess&amp;lt; is that you have some type of configuration error and we are trying to debug it by reverse engineering from the failure.&amp;nbsp; Sometimes that works well, sometimes it does not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428308#M16539</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-07-24T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428309#M16540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Richard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. Mine looks same as your xml file... Thanks for the info and I will keep reserching on this crashing issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428309#M16540</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-24T13:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428310#M16541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe you upgraded a site from version 10 (or earlier) and have registry settings which need to be cleared out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.stackexchange.com/questions/2406/why-are-my-additional-add-in-folders-disappearing"&gt;http://gis.stackexchange.com/questions/2406/why-are-my-additional-add-in-folders-disappearing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is pure guess on my part.&amp;nbsp; I have a clean 10.1 SP1 machine (not upgraded from 10) and cannot find an AddInFolders registry key on my machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428310#M16541</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-07-24T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428311#M16542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We had a clean 10.1 installation too... I checked the registry and it didn't have a key for AddInFolder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428311#M16542</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-24T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428312#M16543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dahae,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if it is related but there was a patch released last week which fixes services becoming locked:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/66/metaid/1991"&gt;http://support.esri.com/en/downloads/patches-servicepacks/view/productid/66/metaid/1991&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:49:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428312#M16543</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-07-24T18:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428313#M16544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Anthony.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will give a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 19:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428313#M16544</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-24T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Map service periodically crashes (ArcGIS for Server 10.1 SP1)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428314#M16545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I installed the new patch but am still getting the crashing errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The debugged logs were as below... it was crashed @13:26:25 when tried to create instance of service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if this is related to a known bug with clusted GIS machines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached the dump file from this error.. Any help/suggestion is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;&amp;lt;Msg time="2013-07-26T13:26:22,153" type="DEBUG" code="9999" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Creating server context. Isolation level = LOW.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:22,379" type="INFO" code="8270" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Creating instance of service 'Maps/ServiceName.MapServer'.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:22,470" type="DEBUG" code="9999" source="Server" process="14516" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Starting worker thread to host server object.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:22,472" type="DEBUG" code="9999" source="Server" process="14516" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Start - initializing engine&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:22,474" type="DEBUG" code="9999" source="Server" process="14516" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;End - initializing engine&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:22,977" type="DEBUG" code="9999" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Creating server context. Isolation level = LOW.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:25,376" type="SEVERE" code="8273" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Services containing process crashed. Maps/ServiceName.MapServer instance has crashed.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:25,377" type="DEBUG" code="9999" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;java.lang.Exception: Maps/ServiceName.MapServer instance has crashed.&lt;BR /&gt; at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:365)&lt;BR /&gt; at com.esri.arcgis.discovery.ejb.util.EJBBase.init(EJBBase.java:219)&lt;BR /&gt; at com.esri.arcgis.discovery.ejb.util.EJBBase.init(EJBBase.java:154)&lt;BR /&gt; at com.esri.arcgis.discovery.ejb.impl.GenericServerBean.init(GenericServerBean.java:51)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:601)&lt;BR /&gt; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162)&lt;BR /&gt; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$LifecycleInvocation.invoke(ReflectionInvocationContext.java:194)&lt;BR /&gt; at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144)&lt;BR /&gt; at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:164)&lt;BR /&gt; at org.apache.openejb.monitoring.StatsInterceptor.PostConstruct(StatsInterceptor.java:101)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:601)&lt;BR /&gt; at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162)&lt;BR /&gt; at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144)&lt;BR /&gt; at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:122)&lt;BR /&gt; at org.apache.openejb.core.stateless.StatelessInstanceManager.ceateInstance(StatelessInstanceManager.java:237)&lt;BR /&gt; at org.apache.openejb.core.stateless.StatelessInstanceManager.getInstance(StatelessInstanceManager.java:167)&lt;BR /&gt; at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:165)&lt;BR /&gt; at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:136)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:238)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:129)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:196)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:149)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:71)&lt;BR /&gt; at org.apache.openejb.server.ejbd.KeepAliveServer$Session.service(KeepAliveServer.java:213)&lt;BR /&gt; at org.apache.openejb.server.ejbd.KeepAliveServer.service(KeepAliveServer.java:233)&lt;BR /&gt; at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:66)&lt;BR /&gt; at org.apache.openejb.server.ServicePool$2.run(ServicePool.java:91)&lt;BR /&gt; at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:120)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:722)&lt;BR /&gt;Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: &lt;BR /&gt; java.net.SocketException: Connection reset&lt;BR /&gt; at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:227)&lt;BR /&gt; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:160)&lt;BR /&gt; at sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:142)&lt;BR /&gt; at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:194)&lt;BR /&gt; at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:148)&lt;BR /&gt; at $Proxy43.createService(Unknown Source)&lt;BR /&gt; at com.esri.arcgis.discovery.ejb.util.EJBBase.initService(EJBBase.java:342)&lt;BR /&gt; ... 34 more&lt;BR /&gt;Caused by: java.net.SocketException: Connection reset&lt;BR /&gt; at java.net.SocketInputStream.read(SocketInputStream.java:189)&lt;BR /&gt; at java.net.SocketInputStream.read(SocketInputStream.java:121)&lt;BR /&gt; at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)&lt;BR /&gt; at java.io.BufferedInputStream.read(BufferedInputStream.java:254)&lt;BR /&gt; at java.io.DataInputStream.readByte(DataInputStream.java:265)&lt;BR /&gt; at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:213)&lt;BR /&gt; ... 40 more&lt;BR /&gt;&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:25,606" type="DEBUG" code="9999" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Cleaning up previous service instance and server context.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:26,487" type="INFO" code="8270" source="Server" process="5608" thread="1" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Creating instance of service 'Maps/EarlyAssistance.MapServer'.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:26,807" type="DEBUG" code="9999" source="Server" process="16252" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Starting worker thread to host server object.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:26,823" type="DEBUG" code="9999" source="Server" process="16252" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;Start - initializing engine&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time="2013-07-26T13:26:26,927" type="DEBUG" code="9999" source="Server" process="16252" thread="17" methodName="" machine="ServerName" user="" elapsed=""&amp;gt;End - initializing engine&amp;lt;/Msg&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/map-service-periodically-crashes-arcgis-for-server/m-p/428314#M16545</guid>
      <dc:creator>DahaeHwang</dc:creator>
      <dc:date>2013-07-26T17:05:35Z</dc:date>
    </item>
  </channel>
</rss>

