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.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.2 [ 10970 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |