We have a MOSS 2007 Farm with 2 Web front end and 1 SQL and 1 admin/search server.
In one particular Site collection we encountered odd timeout errors when users try to rename files or folders.
The EditForm.aspx timouts after 300 seconds and gives an error page after a Edit Item / rename folder action.
After that timeout the folder is renamed to the new name, so it seems to act properly.
The W3WP.EXE process blocks furter communication and after the timout a ASP.NET error is generated on the server where the rename has taken place
The event log displays a warning ASP.NET 2.0.50727.0 1309 event and the application pool is recylced after this event that the request has been aborted
Same case in the web page after enabling extended error logging in web.config.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3634
No communication after the request has been initiated when running fiddler logging.
I suspected it might be a bad masterpage. So I returned to the stock version. no change in behaviour.
This is very bad, because users complains increases here.
Running MOSS 2007 Standard SP2 No hotfixes on 2003 Server 32bits. Disabled all non stock features on this site collection, no luck.
ULS logging mentions this during the rename.
04/04/2012 13:50:34.69 OWSTIMER.EXE (0x3064) 0x46D0 Windows SharePoint Services E-Mail
6871 Information The Incoming E-Mail service has completed a batch. The elapsed time was 00:00:00. The service processed 0 message(s) in total.
04/04/2012 13:51:17.74 mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd
Unexpected SQLException while Executing the cache invalidation simple timer job. We will not abort the job, and will retry in 60 seconds: System.Data.SqlClient.SqlException: Invalid object name 'AR_CacheCounters'. at System.Data.SqlClient.SqlConnection.OnError(SqlException
exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.g...
04/04/2012 13:51:17.74* mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd Unexpected
...et_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior,
RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Micro...
04/04/2012 13:51:17.74* mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd Unexpected
...soft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior) at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command) at Microsoft.Office.Server.ApplicationRegistry.Infrastructure.CacheInvalidationStateTracker.CheckStatus(Object
stateInfo)
04/04/2012 13:51:34.57 OWSTIMER.EXE (0x3064) 0x2118 Windows SharePoint Services E-Mail
6871 Information The Incoming E-Mail service has completed a batch. The elapsed time was 00:00:00. The service processed 0 message(s) in total.
04/04/2012 13:52:17.74 mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd
Unexpected SQLException while Executing the cache invalidation simple timer job. We will not abort the job, and will retry in 60 seconds: System.Data.SqlClient.SqlException: Invalid object name 'AR_CacheCounters'. at System.Data.SqlClient.SqlConnection.OnError(SqlException
exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.g...
04/04/2012 13:52:17.74* mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd Unexpected
...et_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior,
RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Micro...
04/04/2012 13:52:17.74* mssdmn.exe (0x441C) 0x4120 SharePoint Portal Server Business Data 7xzd Unexpected
...soft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior) at Microsoft.Office.Server.Data.SqlSession.ExecuteReader(SqlCommand command) at Microsoft.Office.Server.ApplicationRegistry.Infrastructure.CacheInvalidationStateTracker.CheckStatus(Object
stateInfo)
Planned update to MOSS 2007 SP3 to see if this solves matters, but I have a strong suspicion this won't solve this anomaly.
All our other farms and site collections do behave properly, so it's site collection bound
Any clues?
Marcel