Hello,
The ImageJ macro nodes is supposed to be streamable but its execution failed in a wrapped metanode configured for streaming, although it works if I don’t set the streaming.
The error message :
ERROR ImageJ Macro 5:1:164:0:163 (ArrayIndexOutOfBoundsException): 1
ERROR WrappedNode Output 5:1:164:0:165 (IllegalStateException): No file store handler set on node
I tried putting an extra node (Gaussian Convolution for instance) before the ImageJ macro in the wrapped metanode but the ImageJ node also makes the branch to crash :
ERROR ImageJ Macro 5:1:164:0:163 (ArrayIndexOutOfBoundsException): 1
ERROR Gaussian Convolution 5:1:164:0:166 Error in row Row0: File store on node Gaussian Convolution 3:164:0:166 is read only/closed
ERROR Gaussian Convolution 5:1:164:0:166 (RuntimeException): java.lang.IllegalStateException: File store on node Gaussian Convolution 3:164:0:166 is read only/closed
Some java issue ?