Known Issues
Console Idle Timeout
In Windows, long running Dodeca Shell operations may be killed due to a console timeout with the following (or a similar) error message:
WARN > Error in WindowStreamPump
java.io.IOException: Read end dead
at java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:262)
at java.io.PipedInputStream.receive(PipedInputStream.java:201)
at java.io.PipedOutputStream.write(PipedOutputStream.java:122)
at org.jline.terminal.impl.AbstractWindowsTerminal.processInputByte(AbstractWindowsTerminal.java:405)
at org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:366)
at java.lang.Thread.run(Thread.java:750)
The simplest workaround for this issue is to bump the logging level up via the logger debug
command, ensuring steady console output.