[阅读: 349] 2005-12-11 04:34:26
Server Error in '/' Application.
Lock obtain timed out
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: Lock obtain timed out
Source Error:
Line 31: {
Line 32: NoxForum.Framework.LogSystem.Log( "Search", qsSearch );
Line 33: ForumMessages messageList = SearchSystem.Search( qsSearch, qsInTitle );
Line 34:
Line 35: litMessageList.Text = NoxForum.Framework.ForumSystem.GetMessageListHtml( messageList );
Source File: d:\zhaix\websites\cndev.org#www\forum\search.aspx Line: 33
Stack Trace:
[IOException: Lock obtain timed out]
Lucene.Net.Store.Lock.Obtain(Int64 lockWaitTimeout) +176
Lucene.Net.Store.With.Run() +48
Lucene.Net.Index.IndexReader.Open(Directory directory) +102
Lucene.Net.Index.IndexReader.Open(String path) +42
NoxForum.Search.SearchSystem.Search(String Text, Boolean isSearchTitleOnly) in D:\projects\at_mine\NoxForum\NoxForum.Search\SearchSystem.cs:235
ASP.forum_search_aspx.Page_Load() in d:\zhaix\websites\cndev.org#www\forum\search.aspx:33
System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +5
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +781871
System.Web.UI.Control.OnLoad(EventArgs e) +99
NoxForum.Framework.Pages.BasePage.OnLoad(EventArgs e) in D:\projects\at_mine\NoxForum\NoxForum.Framework\Pages\BasePage.cs:51
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42