You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/03/14 07:41:27 UTC

[jira] Created: (DAEMON-139) Stdout/Stderr redirection does not work properly

Stdout/Stderr redirection does not work properly
------------------------------------------------

                 Key: DAEMON-139
                 URL: https://issues.apache.org/jira/browse/DAEMON-139
             Project: Commons Daemon
          Issue Type: Bug
          Components: Procrun
    Affects Versions: 1.0.2
            Reporter: Mladen Turk
            Assignee: Mladen Turk
             Fix For: 1.0.2


Fix the console redirection. Currently the redirection doesn't work and process stderr/stdout messages are never recorded.
Since services does not have console, AllocConsole must be called before duplicating stdout/stderr to file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DAEMON-139) Stdout/Stderr redirection does not work properly

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated DAEMON-139:
-------------------------------

    Fix Version/s: 1.0.3
                       (was: 1.0.2)

> Stdout/Stderr redirection does not work properly
> ------------------------------------------------
>
>                 Key: DAEMON-139
>                 URL: https://issues.apache.org/jira/browse/DAEMON-139
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Procrun
>    Affects Versions: 1.0.2
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>             Fix For: 1.0.3
>
>
> Fix the console redirection. Currently the redirection doesn't work and process stderr/stdout messages are never recorded.
> Since services does not have console, AllocConsole must be called before duplicating stdout/stderr to file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DAEMON-139) Stdout/Stderr redirection does not work properly

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk resolved DAEMON-139.
--------------------------------

    Resolution: Fixed

Fixed with the 1.0.3

> Stdout/Stderr redirection does not work properly
> ------------------------------------------------
>
>                 Key: DAEMON-139
>                 URL: https://issues.apache.org/jira/browse/DAEMON-139
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Procrun
>    Affects Versions: 1.0.2
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>             Fix For: 1.0.2
>
>
> Fix the console redirection. Currently the redirection doesn't work and process stderr/stdout messages are never recorded.
> Since services does not have console, AllocConsole must be called before duplicating stdout/stderr to file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.