You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Wooster (JIRA)" <ji...@apache.org> on 2018/12/06 08:52:00 UTC

[jira] [Created] (TOMEE-2325) Embedded interactive option is always stuck "on"

Wooster created TOMEE-2325:
------------------------------

             Summary: Embedded interactive option is always stuck "on"
                 Key: TOMEE-2325
                 URL: https://issues.apache.org/jira/browse/TOMEE-2325
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Core Server
    Affects Versions: 8.0.0-M1
            Reporter: Wooster


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) }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)