Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4508B6A83 for ; Fri, 3 Jun 2011 17:52:27 +0000 (UTC) Received: (qmail 40605 invoked by uid 500); 3 Jun 2011 17:52:27 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 40578 invoked by uid 500); 3 Jun 2011 17:52:27 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 40570 invoked by uid 99); 3 Jun 2011 17:52:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 17:52:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 17:52:26 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id B3EC54849A; Fri, 3 Jun 2011 17:51:45 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 51319] New: ArrayIndexOutOfBoundsException when trying to use PublisherTextExtraction on a MS Publisher 2010 file Date: Fri, 03 Jun 2011 17:51:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HPBF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dgoldenberg@attivio.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=51319 Bug #: 51319 Summary: ArrayIndexOutOfBoundsException when trying to use PublisherTextExtraction on a MS Publisher 2010 file Product: POI Version: 3.2-FINAL Platform: PC Status: NEW Severity: normal Priority: P2 Component: HPBF AssignedTo: dev@poi.apache.org ReportedBy: dgoldenberg@attivio.com Classification: Unclassified Created attachment 27105 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27105 File to repro with Error was Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 70 at org.apache.poi.util.LittleEndian.getUShort(LittleEndian.java:59) at org.apache.poi.hpbf.model.qcbits.QCPLCBit$Type12.(QCPLCBit.java:214) at org.apache.poi.hpbf.model.qcbits.QCPLCBit$Type12.(QCPLCBit.java:182) at org.apache.poi.hpbf.model.qcbits.QCPLCBit.createQCPLCBit(QCPLCBit.java:89) at org.apache.poi.hpbf.model.QuillContents.(QuillContents.java:69) at org.apache.poi.hpbf.HPBFDocument.(HPBFDocument.java:63) at org.apache.poi.hpbf.HPBFDocument.(HPBFDocument.java:47) at org.apache.poi.hpbf.extractor.PublisherTextExtractor.(PublisherTextExtractor.java:48) at org.apache.poi.hpbf.extractor.PublisherTextExtractor.(PublisherTextExtractor.java:51) at org.apache.poi.hpbf.extractor.PublisherTextExtractor.(PublisherTextExtractor.java:56) at org.apache.poi.hpbf.extractor.PublisherTextExtractor.main(PublisherTextExtractor.java:136) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org