Opened 8 years ago

Closed 8 years ago

#871 closed defect (fixed)

NullPointerException when selecting a software item in the gene/pilot report wizard

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.2.1
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

When running the Gene and Pilot report wizard it is possible to select a software item. If that is done, the job that is created fails with message Error: Error invoking plugin: null and the following stacktrace:

java.lang.NullPointerException 
  at net.sf.basedb.core.Software.getById(Software.java:128) 
  at net.sf.basedb.reggie.plugins.GeneReportPlugin.run(GeneReportPlugin.java:176) 
  at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:116) 
  at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:572) 
  at java.lang.Thread.run(Unknown Source)

The only workaround is to not select any software item.

Change History (2)

comment:1 by Nicklas Nordborg, 8 years ago

Component: not classifiednet.sf.basedb.reggie
Owner: changed from Jari Häkkinen to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: assignedclosed

(In [3799]) Fixes #871: NullPointerException when selecting a software item in the gene/pilot report wizard

Note: See TracTickets for help on using tickets.