Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0-M1
Description
Details here - https://github.com/apache/tomee/commit/469e7cb94c52d06102622bd0f54e0bf1a6a470ff#diff-03949e036a3ccddcf99c00ded5317c66R261
PR here - https://github.com/apache/tomee/pull/241
This prevents running the main server as a daemon because it tries to read from standard input which isn't hooked up. To me this is a pretty big problem.
{{2018-12-05T15:58:40.813454+00:00 app[web.1]: java.util.NoSuchElementException: No line found 2018-12-05T15:58:40.813595+00:00 app[web.1]: at java.util.Scanner.nextLine(Scanner.java:1540) 2018-12-05T15:58:40.813677+00:00 app[web.1]: at org.apache.tomee.embedded.Main.main(Main.java:190) }}
Attachments
Issue Links
- links to