Opened 18 years ago
Closed 18 years ago
#407 closed defect (fixed)
Lowess and Median ratio normalizations throws exceptions
Reported by: | Nicklas Nordborg | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0.3 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
Error: null java.util.NoSuchElementException at DynamicResultIterator.next(DynamicResultIterator.java:156) at net.sf.basedb.plugins.LowessNormalization.run(LowessNormalization.java:251) at PluginExecutionRequest.invoke(PluginExecutionRequest.java:81) at InternalJobQueue$JobRunner.run(InternalJobQueue.java:447) at java.lang.Thread.run(Thread.java:595)
and
Error: null java.util.NoSuchElementException at DynamicResultIterator.next(DynamicResultIterator.java:156) at net.sf.basedb.plugins.MedianRatioNormalization.run(MedianRatioNormalization.java:227) at PluginExecutionRequest.invoke(PluginExecutionRequest.java:81) at InternalJobQueue$JobRunner.run(InternalJobQueue.java:447) at java.lang.Thread.run(Thread.java:595)
The same problem has already been fixed in 2.1
Note:
See TracTickets
for help on using tickets.
This bug was introduced when fixing ticket #380 in milestone 2.0.2.