Re: beagle 0.2.16.3 occasionally loses all the file backend index



On Saturday 24 March 2007 17:02, Joe Shaw wrote:
>
> One reason this happens typically is that the
indexer process crashes
> in the middle of indexing a file, leaving behind a
stale lockfile,
> which gets purged the next time the indexer process
is started.  It
> sounds like your situation might be a little
different, though.
>
> The best way to tell what's going on is in the logs.
 Any
> ~/.beagle/Log/*-IndexHelper logfile should say
something like "Index
> helper shut down cleanly" as the last line of the
file (or maybe
> somewhere in the last 5-10 lines).  If you're seeing
stale index
> helper process left behind, it seems like the daemon
thinks that the
> helper has gone away (shutdown, crash, whatever) but
instead it's
> still indexing but not responding to requests.  Have
you found that
> the index helper is using 100% CPU when this
happens?
>
> If you want, you can tar up your ~/.beagle/Log
directory and send it
> to me.  Hopefully there will be some useful info in
there.


The BeagleExceptions file shows beagle complaining
that it cannot find
.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments.
The IndexHelperExceptions shows the files beagle was
unable to index (I will fix the tex file exceptions
shortly, also I started beagle today at ~12:55). I
probably wasn't clear in the previous post, so this is
the current situation: I have about 50k indexable
files, which never change, in the archive directory,
to which I rarely (twice a month) add new files, and
indexing by the file backend had finished many days
before the index was deleted (from beagle-index-info
"name: files crawling: false"; I also verified the
number of files).  I noticed that reindexing started
today because I have lots of pdf files, and the helper
process consumes much CPU time, while normally beagle
is almost idle. The stale helper process appeared
after reindexing had started, as I tried to control
CPU usage by shutting down beagle, and most likely
didn't use 100% of the CPU time, as I didn't notice it
until I tried to restart beagle about one hour later,
while running CPU sensitive applications. This problem
also appeared exactly a week ago and many times before
that. Is it possible that a filter crash (a tex filter
I wrote) causes this?

Some IndexHelper logs (at least 3) do not include the
"Index helper shut down cleanly" line, as at the time
the system was shutting down and it probably killed
the processes. Yesterday's log does include the line
at the end. Also, some files that never change appear
in the IndexHelper logs every time beagle starts
(first -file:///archive/doc/phys/methods2.ps then
+file:///archive/doc/phys/methods2.ps, this one cannot
even be indexed).

Kind regards.



 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/
20070324 15:30:02.7604 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.7604 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.7604 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleAddEvent (System.String directory_name, System.String file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.7604 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.7949 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.7949 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetIdByNameAndParentId (System.String name, Guid parent_id) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.NameAndParentToId (System.String name, Beagle.Daemon.FileSystemQueryable.DirectoryModel dir) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.MoveFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel old_dir, System.String old_name, Beagle.Daemon.FileSystemQueryable.DirectoryModel new_dir, System.String new_name) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleMoveEvent (System.String old_directory_name, System.String old_file_name, System.String new_directory_name, System.String new_file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.7949 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.8453 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.8453 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.MoveFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel old_dir, System.String old_name, Beagle.Daemon.FileSystemQueryable.DirectoryModel new_dir, System.String new_name) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleMoveEvent (System.String old_directory_name, System.String old_file_name, System.String new_directory_name, System.String new_file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.8453 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.8900 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.8900 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleAddEvent (System.String directory_name, System.String file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.8900 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.9309 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.9309 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleAddEvent (System.String directory_name, System.String file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.9309 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:02.9756 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:02.9756 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetIdByNameAndParentId (System.String name, Guid parent_id) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.NameAndParentToId (System.String name, Beagle.Daemon.FileSystemQueryable.DirectoryModel dir) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.MoveFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel old_dir, System.String old_name, Beagle.Daemon.FileSystemQueryable.DirectoryModel new_dir, System.String new_name) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleMoveEvent (System.String old_directory_name, System.String old_file_name, System.String new_directory_name, System.String new_file_name, Boolean is_directory) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:02.9756 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:03.0316 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:03.0316 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.MoveFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel old_dir, System.String old_name, Beagle.Daemon.FileSystemQueryable.DirectoryModel new_dir, System.String new_name) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleMoveEvent (System.String old_directory_name, System.String old_file_name, System.String new_directory_name, System.String new_file_name, Boolean is_directory) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:03.0316 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX: Caught exception executing Inotify callbacks
20070324 15:30:03.0718 02291 Beagle ERROR EX: System.IO.FileNotFoundException: Could not find file "/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments".
20070324 15:30:03.0718 02291 Beagle ERROR EX: File name: '/home/petros/.beagle/Indexes/FileSystemIndex/SecondaryIndex/segments'
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput+Descriptor..ctor (Lucene.Net.Store.FSIndexInput enclosingInstance, System.IO.FileInfo file, FileAccess mode) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSIndexInput..ctor (System.IO.FileInfo path) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Lucene.Net.Store.FSDirectory.OpenInput (System.String name) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Lucene.Net.Index.SegmentInfos.ReadCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Lucene.Net.Index.IndexReader.GetCurrentVersion (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetReader (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.LuceneCommon.GetSearcher (Lucene.Net.Store.Directory directory) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.LuceneNameResolver.GetNameInfoById (Guid id) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.AddFile (Beagle.Daemon.FileSystemQueryable.DirectoryModel dir, System.String name) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.FileSystemQueryable.HandleAddEvent (System.String directory_name, System.String file_name, Boolean is_directory) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Daemon.FileSystemQueryable.InotifyBackend.OnInotifyEvent (Watch watch, System.String path, System.String subitem, System.String srcpath, EventType type) [0x00000] 
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_Inotify/Watch_string_string_string_Inotify/EventType (Beagle.Util.Inotify/Watch,string,string,string,Beagle.Util.Inotify/EventType)
20070324 15:30:03.0718 02291 Beagle ERROR EX:   at Beagle.Util.Inotify.SendEvent (Beagle.Util.WatchInfo watched, System.String filename, System.String srcpath, EventType mask) [0x00000] 
20070324 15:02:22.2935 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:02:22.2935 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:02:22.2935 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:02:22.2935 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:02:22.2935 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:02:22.2935 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:02:22.5383 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:02:22.5383 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:02:22.5383 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:02:22.5383 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:02:22.5383 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:02:22.5383 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:02:24.9355 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:02:24.9355 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:02:24.9355 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:02:24.9355 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:02:24.9355 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:02:24.9355 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:02:27.0675 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:02:27.0675 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:02:27.0675 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:02:27.0675 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:02:27.0675 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:02:27.0675 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:02:28.7558 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:02:28.7558 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:02:28.7558 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:02:28.7558 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:02:28.7558 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:02:28.7558 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:04:41.5228 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:04:41.5228 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:04:41.5228 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:04:41.5228 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:04:41.5228 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:04:41.5228 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:04:46.4564 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:04:46.4564 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:04:46.4564 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:04:46.4564 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:04:46.4564 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:04:46.4564 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:04:58.1509 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 15:04:58.1509 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 15:04:58.1509 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 15:04:58.1509 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 15:04:58.1509 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 15:04:58.1509 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 15:25:27.5106 02347 IndexH ERROR EX: Caught exception extracting data from archive /archive/doc/math/algebra/0208010.gz
20070324 15:25:27.5106 02347 IndexH ERROR EX: ICSharpCode.SharpZipLib.GZip.GZipException: Error baseInputStream GZIP header, first byte doesn't match
20070324 15:25:27.5106 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.ReadHeader () [0x00000] 
20070324 15:25:27.5106 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.Read (System.Byte[] buf, Int32 offset, Int32 len) [0x00000] 
20070324 15:25:27.5106 02347 IndexH ERROR EX:   at Beagle.Filters.FilterArchive.StoreStreamInTempFile (System.IO.Stream stream, System.String extension, DateTime mtime) [0x00000] 
20070324 15:43:07.6544 02347 IndexH ERROR EX: Caught exception extracting data from archive /archive/doc/math/topology/0208027.gz
20070324 15:43:07.6544 02347 IndexH ERROR EX: ICSharpCode.SharpZipLib.GZip.GZipException: Error baseInputStream GZIP header, first byte doesn't match
20070324 15:43:07.6544 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.ReadHeader () [0x00000] 
20070324 15:43:07.6544 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.Read (System.Byte[] buf, Int32 offset, Int32 len) [0x00000] 
20070324 15:43:07.6544 02347 IndexH ERROR EX:   at Beagle.Filters.FilterArchive.StoreStreamInTempFile (System.IO.Stream stream, System.String extension, DateTime mtime) [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX: Unable to extract file from /archive/doc/math/topology/0208025.tar.gz
20070324 15:43:07.8823 02347 IndexH  WARN EX: ICSharpCode.SharpZipLib.GZip.GZipException: Error baseInputStream GZIP header, first byte doesn't match
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.ReadHeader () [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.Read (System.Byte[] buf, Int32 offset, Int32 len) [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Tar.TarBuffer.ReadRecord () [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Tar.TarBuffer.ReadBlock () [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Tar.TarInputStream.GetNextEntry () [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at (wrapper remoting-invoke-with-check) ICSharpCode.SharpZipLib.Tar.TarInputStream:GetNextEntry ()
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at Beagle.Filters.FilterArchive.GetNextEntryTar () [0x00000] 
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_FilterArchive/ArchiveEntry ()
20070324 15:43:07.8823 02347 IndexH  WARN EX:   at Beagle.Filters.FilterArchive.DoGetNextEntry () [0x00000] 
20070324 16:19:01.3979 02347 IndexH ERROR EX: Caught exception extracting data from archive /home/petros/games/tremulous/base/map-battlezone_final.pk3
20070324 16:19:01.3979 02347 IndexH ERROR EX: System.ArgumentOutOfRangeException: Argument is out of range.
20070324 16:19:01.3979 02347 IndexH ERROR EX: Parameter name: length
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadClearTextBuffer (System.Byte[] outBuffer, Int32 offset, Int32 length) [0x00000] 
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.BodyRead (System.Byte[] b, Int32 off, Int32 len) [0x00000] 
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.InitialRead (System.Byte[] destination, Int32 offset, Int32 count) [0x00000] 
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_int_byte[]_int_int (byte[],int,int)
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read (System.Byte[] destination, Int32 index, Int32 count) [0x00000] 
20070324 16:19:01.3979 02347 IndexH ERROR EX:   at Beagle.Filters.FilterArchive.StoreStreamInTempFile (System.IO.Stream stream, System.String extension, DateTime mtime) [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX: Caught exception extracting data from archive /home/petros/games/tremulous/base/map-procyon-r1.pk3.part
20070324 16:19:13.5555 02347 IndexH ERROR EX: ICSharpCode.SharpZipLib.SharpZipBaseException: Unexpected EOF
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.Fill () [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Fill () [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Read (System.Byte[] b, Int32 off, Int32 len) [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.BodyRead (System.Byte[] b, Int32 off, Int32 len) [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_int_byte[]_int_int (byte[],int,int)
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.Read (System.Byte[] destination, Int32 index, Int32 count) [0x00000] 
20070324 16:19:13.5555 02347 IndexH ERROR EX:   at Beagle.Filters.FilterArchive.StoreStreamInTempFile (System.IO.Stream stream, System.String extension, DateTime mtime) [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX: Unable to extract file from /home/petros/games/tremulous/base/map-procyon-r1.pk3.part
20070324 16:19:13.5701 02347 IndexH  WARN EX: ICSharpCode.SharpZipLib.SharpZipBaseException: Unexpected EOF
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.Fill () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeByte () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeShort () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeInt () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at (wrapper remoting-invoke-with-check) ICSharpCode.SharpZipLib.Zip.ZipInputStream:GetNextEntry ()
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at Beagle.Filters.FilterArchive.GetNextEntryZip () [0x00000] 
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at (wrapper delegate-invoke) System.MulticastDelegate:invoke_FilterArchive/ArchiveEntry ()
20070324 16:19:13.5701 02347 IndexH  WARN EX:   at Beagle.Filters.FilterArchive.DoGetNextEntry () [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX: First attempt to index file:///home/petros/Documents/renderlatex/renderlatex.kdevelop.ignore_pcs failed
20070324 16:24:51.0436 02347 IndexH DEBUG EX: System.IO.FileNotFoundException: Could not find file "/home/petros/Documents/renderlatex/renderlatex.kdevelop.ignore_pcs".
20070324 16:24:51.0436 02347 IndexH DEBUG EX: File name: '/home/petros/Documents/renderlatex/renderlatex.kdevelop.ignore_pcs'
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at Beagle.Indexable.StreamFromUri (System.Uri uri) [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at Beagle.Indexable.ReaderFromUri (System.Uri uri) [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at Beagle.Indexable.GetTextReader () [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at Beagle.Daemon.LuceneCommon.BuildDocuments (Beagle.Indexable indexable, Lucene.Net.Documents.Document& primary_doc, Lucene.Net.Documents.Document& secondary_doc) [0x00000] 
20070324 16:24:51.0436 02347 IndexH DEBUG EX:   at Beagle.Daemon.LuceneIndexingDriver.Flush_Unlocked (Beagle.Daemon.IndexerRequest request) [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX: Unable to filter /archive/doc/phys/he/page_title.tex:
20070324 16:41:47.3744 02347 IndexH  WARN EX: System.InvalidOperationException: Operation is not valid due to the current state of the object
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at System.Collections.Stack.Pop () [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.ProcessControlWords (Boolean bMeta) [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.TeXParse (Boolean bMeta) [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.DoPullProperties () [0x00000] 
20070324 16:41:47.3744 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX: Unable to filter /dev/shm/tmp42532da8.tex:
20070324 16:43:10.4275 02347 IndexH  WARN EX: System.InvalidOperationException: Operation is not valid due to the current state of the object
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at System.Collections.Stack.Pop () [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.ProcessControlWords (Boolean bMeta) [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.TeXParse (Boolean bMeta) [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.DoPullProperties () [0x00000] 
20070324 16:43:10.4275 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 16:56:49.7716 02347 IndexH ERROR EX: Caught exception extracting data from archive /archive/doc/phys/qmechanics/0207178.gz
20070324 16:56:49.7716 02347 IndexH ERROR EX: ICSharpCode.SharpZipLib.GZip.GZipException: Error baseInputStream GZIP header, first byte doesn't match
20070324 16:56:49.7716 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.ReadHeader () [0x00000] 
20070324 16:56:49.7716 02347 IndexH ERROR EX:   at ICSharpCode.SharpZipLib.GZip.GZipInputStream.Read (System.Byte[] buf, Int32 offset, Int32 len) [0x00000] 
20070324 16:56:49.7716 02347 IndexH ERROR EX:   at Beagle.Filters.FilterArchive.StoreStreamInTempFile (System.IO.Stream stream, System.String extension, DateTime mtime) [0x00000] 
20070324 17:08:47.2067 02347 IndexH  WARN EX: Unable to filter /dev/shm/tmp29f08248.png:
20070324 17:08:47.2067 02347 IndexH  WARN EX: System.Exception: Invalid PNG magic number
20070324 17:08:47.2067 02347 IndexH  WARN EX:   at Beagle.Util.PngHeader.Load (System.IO.Stream stream) [0x00000] 
20070324 17:08:47.2067 02347 IndexH  WARN EX:   at Beagle.Util.PngHeader..ctor (System.IO.Stream stream) [0x00000] 
20070324 17:08:47.2067 02347 IndexH  WARN EX:   at Beagle.Filters.FilterPng.PullImageProperties () [0x00000] 
20070324 17:08:47.2067 02347 IndexH  WARN EX:   at Beagle.Filters.FilterImage.DoPullProperties () [0x00000] 
20070324 17:08:47.2067 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX: Unable to filter /archive/doc/phys/astro/mitthesis.cls:
20070324 17:15:04.8705 02347 IndexH  WARN EX: System.InvalidOperationException: Operation is not valid due to the current state of the object
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at System.Collections.Stack.Pop () [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.HandleControlWord (System.String strCtrlWord, Boolean bMeta) [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.ProcessControlWords (Boolean bMeta) [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.TeXParse (Boolean bMeta) [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Filters.FilterTeX.DoPullProperties () [0x00000] 
20070324 17:15:04.8705 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 17:25:33.8723 02347 IndexH  WARN EX: FilterRPM: Error parsing output of rpmquery
20070324 17:25:33.8723 02347 IndexH  WARN EX: System.Xml.XmlException: Document element did not appear.  Line 1, position 1.
20070324 17:25:33.8723 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 17:25:33.8723 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 17:25:33.8723 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.ParseRpmTags (System.Xml.XmlTextReader reader) [0x00000] 
20070324 17:25:33.8723 02347 IndexH  WARN EX:   at Beagle.Filters.FilterRPM.PullPackageProperties () [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX: Exception filtering music
20070324 18:06:26.5480 02347 IndexH  WARN EX: Entagged.Audioformats.Exceptions.CannotReadException: Entagged.Audioformats.Exceptions.CannotReadException: Error: could not synchronize to first mp3 frame
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.Audioformats.Mp3.Util.Mp3InfoReader.Read (System.IO.Stream raf) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.Audioformats.Mp3.Mp3FileReader.GetEncodingInfo (System.IO.Stream raf, System.String mime) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.Audioformats.Util.AudioFileReader.Read (System.IO.Stream stream, System.String mime) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.Audioformats.Util.AudioFileReader.Read (System.IO.Stream stream, System.String mime) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.Audioformats.AudioFileIO.Read (System.IO.Stream stream, System.String mimetype) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Entagged.AudioFile..ctor (System.IO.Stream stream, System.String mimetype) [0x00000] 
20070324 18:06:26.5480 02347 IndexH  WARN EX:   at Beagle.Filters.FilterMusic.DoPullProperties () [0x00000] 
20070324 18:07:59.5481 02347 IndexH  WARN EX: Unable to filter /dev/shm/tmp77904e31.png:
20070324 18:07:59.5481 02347 IndexH  WARN EX: System.Exception: Invalid PNG magic number
20070324 18:07:59.5481 02347 IndexH  WARN EX:   at Beagle.Util.PngHeader.Load (System.IO.Stream stream) [0x00000] 
20070324 18:07:59.5481 02347 IndexH  WARN EX:   at Beagle.Util.PngHeader..ctor (System.IO.Stream stream) [0x00000] 
20070324 18:07:59.5481 02347 IndexH  WARN EX:   at Beagle.Filters.FilterPng.PullImageProperties () [0x00000] 
20070324 18:07:59.5481 02347 IndexH  WARN EX:   at Beagle.Filters.FilterImage.DoPullProperties () [0x00000] 
20070324 18:07:59.5481 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX: Unable to filter /home/petros/tmp/kdepim-3.4.2/akregator/src/crsc-app-akregator.svgz:
20070324 18:31:51.3409 02347 IndexH  WARN EX: System.Text.DecoderFallbackException: Exception of type System.Text.DecoderFallbackException was thrown.
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Text.DecoderExceptionFallbackBuffer.Fallback (System.Byte[] bytesUnknown, Int32 index) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.Fallback (System.Object provider, System.Text.DecoderFallbackBuffer& buffer, System.Byte[]& bufferArg, System.Byte* bytes, Int32 byteIndex, System.Char* chars, System.Int32& charIndex) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.InternalGetChars (System.Byte* bytes, Int32 byteCount, System.Char* chars, Int32 charCount, System.UInt32& leftOverBits, System.UInt32& leftOverCount, System.Object provider, System.Text.DecoderFallbackBuffer& fallbackBuffer, System.Byte[]& bufferArg, Boolean flush) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.InternalGetChars (System.Byte[] bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex, System.UInt32& leftOverBits, System.UInt32& leftOverCount, System.Object provider, System.Text.DecoderFallbackBuffer& fallbackBuffer, System.Byte[]& bufferArg, Boolean flush) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding+UTF8Decoder.GetChars (System.Byte[] bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Xml.NonBlockingStreamReader.ReadBuffer () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Xml.NonBlockingStreamReader.Read (System.Char[] dest_buffer, Int32 index, Int32 count) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.ReadTextReader (Int32 remained) [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.PeekChar () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Beagle.Filters.FilterSvg.DoPullProperties () [0x00000] 
20070324 18:31:51.3409 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX: Unable to filter /home/petros/tmp/kdepim-3.4.2/kmail/crsc-app-kmail.svgz:
20070324 18:59:33.2396 02347 IndexH  WARN EX: System.Text.DecoderFallbackException: Exception of type System.Text.DecoderFallbackException was thrown.
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Text.DecoderExceptionFallbackBuffer.Fallback (System.Byte[] bytesUnknown, Int32 index) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.Fallback (System.Object provider, System.Text.DecoderFallbackBuffer& buffer, System.Byte[]& bufferArg, System.Byte* bytes, Int32 byteIndex, System.Char* chars, System.Int32& charIndex) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.InternalGetChars (System.Byte* bytes, Int32 byteCount, System.Char* chars, Int32 charCount, System.UInt32& leftOverBits, System.UInt32& leftOverCount, System.Object provider, System.Text.DecoderFallbackBuffer& fallbackBuffer, System.Byte[]& bufferArg, Boolean flush) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding.InternalGetChars (System.Byte[] bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex, System.UInt32& leftOverBits, System.UInt32& leftOverCount, System.Object provider, System.Text.DecoderFallbackBuffer& fallbackBuffer, System.Byte[]& bufferArg, Boolean flush) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Text.UTF8Encoding+UTF8Decoder.GetChars (System.Byte[] bytes, Int32 byteIndex, Int32 byteCount, System.Char[] chars, Int32 charIndex) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Xml.NonBlockingStreamReader.ReadBuffer () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Xml.NonBlockingStreamReader.Read (System.Char[] dest_buffer, Int32 index, Int32 count) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.ReadTextReader (Int32 remained) [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.PeekChar () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Mono.Xml2.XmlTextReader.Read () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at System.Xml.XmlTextReader.Read () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Beagle.Filters.FilterSvg.DoPullProperties () [0x00000] 
20070324 18:59:33.2396 02347 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open (System.IO.FileSystemInfo info) [0x00000] 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]