Project

General

Profile

Actions

Bug #3707

closed

PDF parser exceptions on Linux

Added by ben leinfelder over 15 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
Normal
Category:
parser
Target version:
Start date:
12/16/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3707

Description

Trying to launch the parser in a Linux environment results in a NPE:

Could not launch the parser
java.lang.NullPointerException
at edu.msu.first.parser.gui.PDFPane.addPropertyChangeListener(PDFPane.java:300)
at javax.swing.plaf.synth.SynthPanelUI.installListeners(SynthPanelUI.java:49)
at javax.swing.plaf.synth.SynthPanelUI.installUI(SynthPanelUI.java:38)
at javax.swing.JComponent.setUI(JComponent.java:653)
at javax.swing.JPanel.setUI(JPanel.java:131)
at javax.swing.JPanel.updateUI(JPanel.java:104)
at javax.swing.JPanel.<init>(JPanel.java:64)
at javax.swing.JPanel.<init>(JPanel.java:87)
at javax.swing.JPanel.<init>(JPanel.java:95)
at edu.msu.first.parser.gui.PDFPane.<init>(PDFPane.java:211)
at edu.msu.first.parser.gui.MainWindow.initialize(MainWindow.java:130)
at edu.msu.first.parser.gui.MainWindow.getInstance(MainWindow.java:290)
at edu.ucsb.nceas.morpho.first.edml.commands.RunAssessmentParseCommand$1.run(RunAssessmentParseCommand.java:97)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

Actions #1

Updated by ben leinfelder about 15 years ago

i'll check this out - would be nice to continue to support the cross platform trifecta

Actions #2

Updated by ben leinfelder about 15 years ago

found culprit - uncaught exceptions bringing us all down. they appear to be inconsequential when ignored

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3707

Actions

Also available in: Atom PDF