Log4j output ends after a Trash node

I frequently get “execution of graph failed” without *any* other exception related output to describe what the error was. But,… it seems to *not* generate any output only after a Trash node. So,… I have a graph with 6 phases or so,… if I have a Trash node (with logoutput=true (not to a file)) in one of the first phases, there is no output after that (no watchdog output).

I can try to reproduce, just ask.

Great product by the way.

Brad

Hello,

if the Trash component has debugPrint=“true” and debugFilename doesn’t exist, the Trash sets WritableByteChannel to system output for a StructureWriter. I’m afraid the WritableByteChannel reserves the output for itself. This ‘problem’ is known, it has to exist only one Trash for this kind of output. Please, use meantime the debugFilename parameter if you will debug your graph.

ja