Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Add/Edit file and Lucene throws an error
Last Post 05/02/2013 8:48 PM by Eric Swanzey. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Eric Swanzey
New Member
New Member
Posts:74


--
05/02/2013 2:21 AM
Hi Peter,
This is DNN 6.2.6 and DMX 6.1.4 that runs the Lucene search provider. Please note that the reindex script that your CP provides has been run and the issue still persists.

When adding a file to the library, this error gets thrown:
Error: Document Library is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Field not found: 'Index.ANALYZED'. ---> System.MissingFieldException: Field not found: 'Index.ANALYZED'. at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.AddDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.ᜀ() at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.DmxEditWizard_FinishButtonClick(Object sender, WizardNavigationEventArgs e) --- End of inner exception stack trace ---

When editing that item, this error gets thrown:
Error: Document Library is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: 'Void Bring2mind.Lucene.Net.Index.IndexWriter.DeleteDocuments(Bring2mind.Lucene.Net.Index.Term)'. ---> System.MissingMethodException: Method not found: 'Void Bring2mind.Lucene.Net.Index.IndexWriter.DeleteDocuments(Bring2mind.Lucene.Net.Index.Term)'. at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.RemoveDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.ModifyDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.ᜀ() at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.DmxEditWizard_FinishButtonClick(Object sender, WizardNavigationEventArgs e) --- End of inner exception stack trace ---

The item is created and appears in the DMX listings as expected - it's really just a narrow issue that involves Lucene.

Please let me know what I can do to help resolve the issue.

Eric
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/02/2013 4:30 PM
Hi Eric,

Can you try and copy in the dlls from the module zip to the bin folder by hand? This is a DNN bug in the installer.

Peter
Eric Swanzey
New Member
New Member
Posts:74


--
05/02/2013 8:48 PM
Wunderbar, thanks Peter!
You are not authorized to post a reply.