I have 2 events that may possibly be related. The first has only happened the night of the error occurring, but I was able to find an instance where the error occurred and the event was not logged. The second is a frequently recurring error. It does appear to only be logged while the problem is occurring. It stops as soon as you do an IISreset.
Log Name: System
Source: Microsoft-Windows-WAS
Date: 5/9/2013 10:13:28 PM
Event ID: 5013
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: XX-XX.xxxxx.xxx
Description:
A process serving application pool 'CRMAppPool' exceeded time limits during shut down. The process id was '7552'.
This one is recurring:
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date: 5/9/2013 10:15:36 PM
Event ID: 1309
Task Category: Web
Event Level: Warning
Keywords: Classic
User: N/A
Computer: XX-XXX.xxx.xxx
Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 5/9/2013 10:15:36 PM Event time (UTC): 5/10/2013 5:15:36 AM Event ID: 4d0e369e64d644be972c43b64a0d997e Event sequence: 11 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/2/ROOT-1-130126363287759309 Trust level: Full Application Virtual Path: / Application Path: C:\Program Files\Microsoft Dynamics CRM\CRMWeb\ Machine name: xx-xxx Process information: Process ID: 8912 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: TypeInitializationException Exception message: The type initializer for 'Microsoft.Crm.WebServices.CrmAuthenticationSoapExtensionBase' threw an exception. Request information: Request URL: https://xxx.xxxxx.com:5556/_root/getUIXml.aspx?client=OutlookWorkstationClient&online=1&savedCredentials=1&signOutSupported=1&hash=E4-5E-93-75-F3-49-A2-6D-E9-9B-06-CC-2D-26-CA-DD Request path: /_root/getUIXml.aspx User host address: xx.xx.xx.xx User: {58b11159-f593-de11-9688-0030482e1c6c} Is authenticated: True Authentication Type: CrmPostAuthentication Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 3 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at Microsoft.Crm.Application.Utility.Util.RaiseXMLError(Exception exception) at Microsoft.Crm.Web.Workplace.UIXmlDescriptionGenerator.ConfigureMenus() at Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details:
Sorry the formatting on that second one is poor.
Joel