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 69: int numTotal;
Line 70:
Line 71: ForumMessages messageList = SearchSystem.Search( qsSearch, qsOptionInTitle, numStart - 1, pagesize, out numTotal );
Line 72:
Line 73: abcNumTotal.Text = numTotal.ToString();
Source File: d:\zhaix\websites\cndev.org#www\forum\search.aspx Line: 71
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.Framework.SearchSystem.Search(String Text, Boolean isSearchTitleOnly, Int32 idxStart, Int32 nPageSize, Int32& nCountResult) +157
ASP.forum_search_aspx.Page_Load() in d:\zhaix\websites\cndev.org#www\forum\search.aspx:71
System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +5
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +783999
System.Web.UI.Control.OnLoad(EventArgs e) +99
NoxForum.Framework.Pages.BasePage.OnLoad(EventArgs e) +79
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.210