Hi
I have a multi machine site where occasionally services crash with the following errors:
<Msg time="2016-08-01T06:30:16,753" type="SEVERE" code="8252" source="Server" process="3488" thread="56" methodName="" machine="xxx" user="" elapsed="">Instance of the service 'Utilities/Geometry.GeometryServer' crashed. Please see if an error report was generated in 'C:\arcgisserver\logs\xxx\errorreports'. To send an error report to Esri, compose an e-mail to ArcGISErrorReport@esri.com and attach the error report file.</Msg>
<Msg time="2016-08-01T06:30:18,249" type="SEVERE" code="8003" source="Server" process="15820" thread="17" methodName="" machine="xxx" user="" elapsed="">Failed to initialize server object 'Utilities/Geometry': 0x80004005: Could not initialize object 'JobRegistry'. </Msg>
<Msg time="2016-08-01T06:30:18,367" type="SEVERE" code="8274" source="Server" process="3488" thread="56" methodName="" machine="xxx" user="" elapsed="">Failed to construct instance of service 'Utilities/Geometry.GeometryServer'. null</Msg>
All services on the server result in the same error. Has anyone seen this before? What could be related to JobRegistry errors? I am suspecting this is something to do with access to config store directory, but can not confirm this due to not very informative message content.
Thanks