Opened 9 years ago
Closed 9 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 , 9 years ago
Component: | not classified → net.sf.basedb.reggie |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3799]) Fixes #871: NullPointerException when selecting a software item in the gene/pilot report wizard