Opened 16 years ago

Last modified 16 years ago

#956 closed defect

Spot image generation throws NullPointerException if a spot has an X or Y coordinate with a null value — at Initial Version

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.6.2
Component: core Version: 2.4.5
Keywords: Cc:

Description

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)

Change History (0)

Note: See TracTickets for help on using tickets.