Commit c2cb696
committed
Disable console input/stdin for Tanuki Wrapper
Often (especially when testing the built docker images) we get errors when running within
containers (via `wrapper console`) such as:
wrapper | Failed to set JVM input handle to non blocking mode: Bad file descriptor (9)
wrapper | Failed to set JVM input handle to close on JVM exit: Bad file descriptor (9)
wrapper | Unable to set JVM's stdin: Bad file descriptor
wrapper | JVM exited while loading the application.
When running in regular mode on a direct Linux install via `wrapper start` the stdin isn't
attached to the wrapper anyway, so this should not be required at all. On advice from Tanuki
we can workaround this issue by disabling console input entirely. See
https://wrapper.tanukisoftware.com/doc/english/prop-disable-console-input.html1 parent 71a2a01 commit c2cb696
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
0 commit comments