When I update the home page I get this error, but when I reload page, the page is update.
SO: Fedora Core 4
Mono: 1.1.12.1
Database: Postgresql 8.1.1
Server error in '/' application
Descriptnotallowednotallowedion: Error processing request.
Error Message: HTTP 500.
Stack Trace:
System.Exception: Unhandled Exception while processing NeatUpload child request ---> System.UnauthorizedAccessException: Access to the path "/var/www/html/flexsol/Data/Sites/1/index/segments.new" is denied.
in <0x00338> System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous)
in <0x0001f> System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share)
in (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
in <0x0003e> Lucene.Net.Store.FSOutputStream:.ctor (System.IO.FileInfo path)
in <0x0004f> Lucene.Net.Store.FSDirectory:CreateFile (System.String name)
in <0x00032> Lucene.Net.Index.SegmentInfos:Write (Lucene.Net.Store.Directory directory)
in <0x00032> Lucene.Net.Index.IndexWriter+AnonymousClassWith:DoBody ()
in <0x00034> Lucene.Net.Store.Lock+With:Run ()
in <0x0012c> Lucene.Net.Index.IndexWriter:.ctor (Lucene.Net.Store.Directory d, Lucene.Net.Analysis.Analyzer a, Boolean create, Boolean closeDir)
in <0x00033> Lucene.Net.Index.IndexWriter:.ctor (System.String path, Lucene.Net.Analysis.Analyzer a, Boolean create)
in <0x0044f> mojoPortal.Business.IndexHelper:ReIndex (mojoPortal.Business.IndexItem indexItem, System.String indexPath)
in <0x0002f> mojoPortal.Business.IndexHelper:ReIndex (mojoPortal.Business.IndexItem indexItem)
in <0x0035e> mojoPortal.Business.HtmlContent:IndexItem (mojoPortal.Business.HtmlContent content)
in <0x00067> mojoPortal.Business.HtmlContent:Update ()
in <0x00013> mojoPortal.Business.HtmlContent:Save ()
in <0x00391> mojoPortal.Web.EditHtml:btnUpdate_Click (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x00066> System.Web.UI.WebControls.Button:OnClick (System.EventArgs e)
in <0x00045> System.Web.UI.WebControls.Button:RaisePostBackEvent (System.String eventArgument)
in <0x0000d> System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument)
in <0x00016> System.Web.UI.Page:RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument)
in <0x00031> System.Web.UI.Page:RaisePostBackEvents ()
in <0x001ee> System.Web.UI.Page:InternalProcessRequest ()
in <0x000a1> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)--- End of inner exception stack trace ---
in <0x004a3> Brettle.Web.NeatUpload.UploadHttpModule:Application_BeginRequest (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0046f> System.Web.HttpApplication+<RunHooks>__0:MoveNext ()