You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2018/01/14 16:08:00 UTC

[jira] [Closed] (PDFBOX-4063) NPE at PageIterator.enqueueKids

     [ https://issues.apache.org/jira/browse/PDFBOX-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-4063.
--------------------------------------
    Resolution: Cannot Reproduce

Sounds like a corrupt pdf but without a sample pdf to reproduce it won't be impossible to fix this issue.
I've closed the ticket as "Cannot reproduce". Feel free to reopen the ticket if more information can be provided. It is still possible to comment

> NPE at PageIterator.enqueueKids
> -------------------------------
>
>                 Key: PDFBOX-4063
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4063
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.8
>            Reporter: Jorge Spinsanti
>
> I got NullPointerException to merge PDF files (can not be attached because they are sensible information):
> {code}
> java.lang.NullPointerException
> 	at java.util.ArrayDeque.addLast(ArrayDeque.java:242)
> 	at java.util.ArrayDeque.add(ArrayDeque.java:408)
> 	at org.apache.pdfbox.pdmodel.PDPageTree$PageIterator.enqueueKids(PDPageTree.java:174)
> 	at org.apache.pdfbox.pdmodel.PDPageTree$PageIterator.enqueueKids(PDPageTree.java:169)
> 	at org.apache.pdfbox.pdmodel.PDPageTree$PageIterator.<init>(PDPageTree.java:159)
> 	at org.apache.pdfbox.pdmodel.PDPageTree$PageIterator.<init>(PDPageTree.java:153)
> 	at org.apache.pdfbox.pdmodel.PDPageTree.iterator(PDPageTree.java:123)
> 	at org.apache.pdfbox.multipdf.PDFMergerUtility.appendDocument(PDFMergerUtility.java:585)
> 	at org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:266)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org