View Single Post
Old 12-11-2010, 12:38 AM   #171
serige
Member
serige will become famous soon enoughserige will become famous soon enoughserige will become famous soon enoughserige will become famous soon enoughserige will become famous soon enoughserige will become famous soon enough
 
Posts: 16
Karma: 548
Join Date: Dec 2010
Device: Sony PRS-350
hi I am getting an exception after my PDF got analysed while creating cluster:1

here is the error message:

C:\Download Data\briss-0.0.11>java -jar briss-0.0.11.jar
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at at.laborg.briss.PDFPageCluster.getPreviewImage(PDF PageCluster.java:13
2)
at at.laborg.briss.MergedPanel.<init>(MergedPanel.jav a:64)
at at.laborg.briss.Briss$ClusterPagesTask.done(Briss. java:566)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnab le.run(Unknown Sour
ce)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnab le.actionPerformed(
Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

My pdf file is around 50MB, I think I can extract a few pages and chop them, but then all the bookmarks would be lost, is the size a problem there?

Edit:
Actually, I got it solved by increasing the memory allocation for java VM

Last edited by serige; 12-11-2010 at 01:04 AM.
serige is offline   Reply With Quote