Issue Details (XML | Word | Printable)

Key: CAL-253
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Jonathan Nolen
Reporter: Barry Pape
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Confluence Calendar Plugin

Indexing Error

Created: 12/May/08 02:09 PM   Updated: 22/May/08 04:25 PM
Component/s: {calendar}
Affects Version/s: 2.6.1
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
sparc-sun-solaris2.9
Confluence 2.8

Labels:


 Description  « Hide
The following error is logged with Calendar Plugin 2.6.1 and Confluence 2.8.0:
2008-05-12 13:51:00,116 ERROR [DefaultQuartzScheduler_Worker-0] [confluence.plugin.descriptor.ExtractorModuleDescriptor] addFields Unable to completely index page: Release Calendar v.4 (36435).

Plugin module confluence.extra.calendar:calendarpluginextractor is incompatible with this version of Confluence. You will need to upgrade to a newer version of the Calendar Plugin plugin. java.lang.NoSuchMethodError: org.apache.lucene.document.Document.add(Lorg/apache/lucene/document/Field;)V
java.lang.NoSuchMethodError: org.apache.lucene.document.Document.add(Lorg/apache/lucene/document/Field;)V

Should this concern me in any way? Any estimate on when a new version of the Calendar Plugin will be released?

Thanks,
Barry



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Jeremy Largman added a comment - 14/May/08 05:29 PM
Hi Barry,

Yes you should be concerned - this is likely blocking your indexing, which would mean that search and recently updated are not getting updated. You could disable the calendar plugin and run a rebuild of the index from Administration > Content Indexing until there's a patch.


Brad Fuller added a comment - 22/May/08 03:06 PM
We are getting the same error with Calendar Plugin 2.6.1 and Confluence 2.7.0. I noticed it when I did a manual re-index. The index operation appeared to complete successfully.

Barry Pape added a comment - 22/May/08 03:19 PM
I did a reindex last night (after disabling the calendar plugin) and numerous issues were logged while indexing attachments.
Such as:
2008-05-21 23:04:14,339 WARN [com.atlassian.confluence.search.lucene.ConfluenceMultiThreadedIndexer: 8] [bonnie.search.extractor.BaseAttachmentContentExtractor] addFields Error indexing attachment (Attachment: 01_Value of Visa_Buse.pdf v.1 (3666))
– url: /admin/reindex.action | userName: bpape | action: reindex
com.atlassian.bonnie.search.extractor.ExtractorException: Error getting content of PDF document
at com.atlassian.bonnie.search.extractor.PdfContentExtractor.extractText(PdfContentExtractor.java:65)
at com.atlassian.bonnie.search.extractor.BaseAttachmentContentExtractor.addFields(BaseAttachmentContentExtractor.java:32)

2008-05-21 23:04:33,971 WARN [com.atlassian.confluence.search.lucene.ConfluenceMultiThreadedIndexer: 6] [bonnie.search.extractor.BaseAttachmentContentExtractor] addFields Error indexing attachment (Attachment: Meta GPR TCs Privacy Current.rtf v.1 (6058))
– url: /admin/reindex.action | userName: bpape | action: reindex
com.atlassian.bonnie.search.extractor.ExtractorException: Error reading content of Word document: Invalid header signature; read 7015536635646467195, expected -2226271756974174256
at com.atlassian.bonnie.search.extractor.MsWordContentExtractor.extractText(MsWordContentExtractor.java:37)
at com.atlassian.bonnie.search.extractor.BaseAttachmentContentExtractor.addFields(BaseAttachmentContentExtractor.java:32)

Looked like mostly word and PDF documents in which the exceptions were logged.


Brad Fuller added a comment - 22/May/08 04:25 PM
Barry, I just disabled the calendar plugin and get similar errors with .doc and .csv attachments.