-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
Undefined
This affects aesh-readline.
The following exception is thrown using WildFly CLI on SmartOS.
CLI Terminal Connection (uninterruptable)" java.io.IOError: java.io.IOException: Error executing 'stty icrnl ixon echo echoctl icanon iexten eof ^D intr ^C min 11111111111111111111111111111111 time 11111111111111111111111111111111': stty: invalid integer argument: '11111111111111111111111111111111': Value too large for defined data type
It seems that the -1 value default value is handled and transformed to a binary String. The -1 value should be ignored and valid value should be formated using Base 10.
- causes
-
WFCORE-5287 Cli fails on SmartOS
- Resolved