DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38544>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38544

           Summary: IllegalStateException: Paragraph style ran out before
                    character style did
           Product: POI
           Version: 3.0-dev
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


The stack trace looks like this:

java.lang.IllegalStateException: Paragraph style ran out before character style 
did!
        at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:133)
        at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:67)
        at org.apache.poi.hslf.model.Sheet.findTextRuns(Sheet.java:89)
        at org.apache.poi.hslf.model.Slide.<init>(Slide.java:72)
        at 
org.apache.poi.hslf.usermodel.SlideShow.buildSlidesAndNotes(SlideShow.java:354)
        at org.apache.poi.hslf.usermodel.SlideShow.<init>(SlideShow.java:94)
        at
com.nuix.data.file.office.poi.PoiPowerPointFileReader.<init>(PoiPowerPointFileReader.java:60)
        at
com.nuix.data.file.office.poi.PoiPowerPointFileData.getText(PoiPowerPointFileData.java:51)
        at
com.nuix.data.util.CachingReaderFactory.createReader(CachingReaderFactory.java:88)
        at 
com.nuix.processor.ExecutionContext.getCachedText(ExecutionContext.java:211)
        at
com.nuix.processor.lucene.LuceneDataProcessor.processInner(LuceneDataProcessor.java:255)
        at
com.nuix.processor.lucene.LuceneDataProcessor.process(LuceneDataProcessor.java:96)
        at
com.nuix.processor.QueuedDataProcessorManager.processInner(QueuedDataProcessorManager.java:252)
        at
com.nuix.processor.QueuedDataProcessorManager.process(QueuedDataProcessorManager.java:183)
        at
com.nuix.investigator.processing.ProcessingRunner.execute(ProcessingRunner.java:171)
        at
com.nuix.swing.actions.ExecutionStrategy.executeWrapper(ExecutionStrategy.java:92)
        at 
com.nuix.swing.actions.ExecutionStrategy.access$500(ExecutionStrategy.java:16)
        at
com.nuix.swing.actions.ExecutionStrategy$NewThreadAsynchronousExecutionStrategy$1.run(ExecutionStrategy.java:185)
        at java.lang.Thread.run(Thread.java:595)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to