Opened 17 years ago
Last modified 17 years ago
#956 closed defect
Spot image generation throws NullPointerException if a spot has an X or Y coordinate with a null value — at Version 1
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.6.2 |
Component: | core | Version: | 2.4.5 |
Keywords: | Cc: |
Description (last modified by )
Here is the stacktrace (from BASE 2.4.5):
java.lang.NullPointerException at net.sf.basedb.core.SpotImages.createSpotImages(SpotImages.java:487) at net.sf.basedb.plugins.SpotImageCreator.run(SpotImageCreator.java:148) at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:89) at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:421) at java.lang.Thread.run(Thread.java:595)
See also: http://www.mail-archive.com/basedb-users@lists.sourceforge.net/msg01088.html
Note:
See TracTickets
for help on using tickets.