knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
50 stars 10 forks source link

Image Feature Calulator Node: Nullpointer Exception when running on Image + Labeling #231

Closed gab1one closed 9 years ago

gab1one commented 9 years ago

The node fails in the nodes (39:48) and (38:48) in the Testflow (KNIME_testing_FeatureNodeFailure on the community Server) when calculating Features with Image and Labeling.

Stacktrace:

StatsFeatureSet<T,O>(AbstractOpRefFeatureSet<I,O>).compute(I) line: 155 
StatsFeatureSet<T,O>(AbstractOpRefFeatureSet<I,O>).compute(Object) line: 1  
PairedFeatureSetGroup$1(AbstractFeatureSetGroup$FeatureSetGroupComputer<O>).computeOnFeatureSets(List<FeatureSet<I,O>>, I) line: 191    
PairedFeatureSetGroup$1$1.call() line: 287  PairedFeatureSetGroup$1$1.call() line: 1    
KNIPThreadService$2.call() line: 211    
ThreadUtils$CallableWithContextImpl<V>.callWithContext() line: 344  
ThreadUtils$CallableWithContextImpl<V>(ThreadUtils$CallableWithContext<V>).call() line: 244 
ThreadPool$MyFuture<T>(FutureTask<V>).run() line: 266   
ThreadPool$MyFuture<T>.run() line: 123  
ThreadPool$Worker.run() line: 246   
dietzc commented 9 years ago

fixed. thanks for finding this. please finish the test-flow and rename it according to the node name. thank you!!