Opened 16 years ago
Closed 16 years ago
#1199 closed defect (fixed)
NullPointerException when using "Table exporter" to export annotations
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.9.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Here is the stacktrace:
java.lang.NullPointerException at net.sf.basedb.clients.web.plugins.ExportedProperty.parse(ExportedProperty.java:78) at net.sf.basedb.clients.web.plugins.SimpleExport.performExport(SimpleExport.java:255) at net.sf.basedb.core.plugin.AbstractExporterPlugin.run(AbstractExporterPlugin.java:144) at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:106) at net.sf.basedb.core.PluginExecutionRequest.run(PluginExecutionRequest.java:130) at java.lang.Thread.run(Thread.java:619)
This happens when all of the following conditions are true:
- The export includes at least one annotation column
- The annotation type doesn't have a default unit (most don't since this is a new feature of BASE 2.9)
- The "Use same unit for all annotations in a column" option is selected in export configurations (selected by default)
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4683]) Fixes #1199: NullPointerException when using "Table exporter" to export annotations