id summary reporter owner description type status priority milestone component version resolution keywords cc 407 Lowess and Median ratio normalizations throws exceptions Nicklas Nordborg Johan Enell "{{{ 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 " defect closed major BASE 2.0.3 coreplugins fixed