Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Fix Version/s: 6.0
-
Component/s: Core/Rendering
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13399 - https://icesoft.my.salesforce.com/50070000019HAyg
Description
When rendering a provided PDF file, the following NPE is shown in the logs:
Apr 21, 2015 7:29:01 AM org.icepdf.ri.common.views.PageViewComponentImpl$PageInitializer run
WARNING: Error initiating page: 1
java.lang.NullPointerException
at org.icepdf.core.pobjects.Page.init(Page.java:355)
at org.icepdf.ri.common.views.PageViewComponentImpl$PageInitializer.run(PageViewComponentImpl.java:1152)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
At the moment it doesn't look to be causing any issues.
Apr 21, 2015 7:29:01 AM org.icepdf.ri.common.views.PageViewComponentImpl$PageInitializer run
WARNING: Error initiating page: 1
java.lang.NullPointerException
at org.icepdf.core.pobjects.Page.init(Page.java:355)
at org.icepdf.ri.common.views.PageViewComponentImpl$PageInitializer.run(PageViewComponentImpl.java:1152)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
At the moment it doesn't look to be causing any issues.
The second page is blank or incomplete and is missing a few data elements that are expected for a page regardless of content. Added a little code protection and the PDF renders without error.