You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to debug my simple spring boot based commandline application in gitlab debug console, I get:
Caused by: java.io.IOException: Unable to parse columns
at org.jline.terminal.impl.exec.ExecPty.doGetInt(ExecPty.java:281) ~[jline-terminal-3.26.3.jar!/:na]
at org.jline.terminal.impl.exec.ExecPty.doGetSize(ExecPty.java:268) ~[jline-terminal-3.26.3.jar!/:na]
at org.jline.terminal.impl.exec.ExecPty.getSize(ExecPty.java:172) ~[jline-terminal-3.26.3.jar!/:na]
at org.jline.terminal.impl.AbstractPosixTerminal.getSize(AbstractPosixTerminal.java:63) ~[jline-terminal-3.26.3.jar!/:na]
... 32 common frames omitted
When I try to debug my simple spring boot based commandline application in gitlab debug console, I get:
stty -a says:
How can I avoid this error?
Using line 3.26.3 in an "amazoncorretto:21-alpine" docker image.
The text was updated successfully, but these errors were encountered: