You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2013/02/05 14:29:12 UTC

[jira] [Created] (TIKA-1079) Word document hits AIOOBE in SummaryExtractor.parseSummaries

Michael McCandless created TIKA-1079:
----------------------------------------

             Summary: Word document hits AIOOBE in SummaryExtractor.parseSummaries
                 Key: TIKA-1079
                 URL: https://issues.apache.org/jira/browse/TIKA-1079
             Project: Tika
          Issue Type: Bug
            Reporter: Michael McCandless
             Fix For: 1.4
         Attachments: guide_to_daips_(id_3152_ver_1.0.0).doc

I'm not yet sure if this is a corrupted document (though, MS Word opens it just fine) or a bug in POI ... but I hit this exc when running it through TikaCLI:
{noformat}
java.lang.ArrayIndexOutOfBoundsException: -1
	at org.apache.poi.hpsf.CodePageString.<init>(CodePageString.java:161)
	at org.apache.poi.hpsf.TypedPropertyValue.readValue(TypedPropertyValue.java:158)
	at org.apache.poi.hpsf.VariantSupport.read(VariantSupport.java:163)
	at org.apache.poi.hpsf.Property.<init>(Property.java:164)
	at org.apache.poi.hpsf.Section.<init>(Section.java:277)
	at org.apache.poi.hpsf.PropertySet.init(PropertySet.java:451)
	at org.apache.poi.hpsf.PropertySet.<init>(PropertySet.java:246)
	at org.apache.tika.parser.microsoft.SummaryExtractor.parseSummaryEntryIfExists(SummaryExtractor.java:78)
	at org.apache.tika.parser.microsoft.SummaryExtractor.parseSummaries(SummaryExtractor.java:69)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:170)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:161)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
	at org.apache.tika.parser.AutoDetectParser.parse(AutoDetectParser.java:120)
	at org.apache.tika.cli.TikaCLI$OutputType.process(TikaCLI.java:139)
	at org.apache.tika.cli.TikaCLI.process(TikaCLI.java:415)
	at org.apache.tika.cli.TikaCLI.main(TikaCLI.java:109)
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira