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

Change History (2)

comment:1 by Nicklas Nordborg, 18 years ago

This bug was introduced when fixing ticket #380 in milestone 2.0.2.

comment:2 by Johan Enell, 18 years ago

Resolution: fixed
Status: newclosed

(In [2805]) fixes #407

Note: See TracTickets for help on using tickets.