You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/11/07 18:02:48 UTC

[jira] Created: (QPID-1442) C++ broker performs smart completion of environment vars.

C++ broker performs smart completion of environment vars.
---------------------------------------------------------

                 Key: QPID-1442
                 URL: https://issues.apache.org/jira/browse/QPID-1442
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: M3
            Reporter: Martin Ritchie


Summary:

If I have an env var QPID_WORK set and start the c++ broker it attempts to read the value as the 'worker-threads' value. 
If the value of QPID_WORK is set to an integer then things work as expected for c++ but not the Java broker. 

$ export QPID_WORK="<VALUE OF QPID_WORK>"
$./qpidd --help
Error in environment variables: in option 'worker-threads': invalid option value '<VALUE OF QPID_WORK>'
Use --help to see valid options



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


[jira] Updated: (QPID-1442) C++ broker performs smart completion of environment vars.

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim updated QPID-1442:
-----------------------------

    Comment: was deleted

> C++ broker performs smart completion of environment vars.
> ---------------------------------------------------------
>
>                 Key: QPID-1442
>                 URL: https://issues.apache.org/jira/browse/QPID-1442
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>
> Summary:
> If I have an env var QPID_WORK set and start the c++ broker it attempts to read the value as the 'worker-threads' value. 
> If the value of QPID_WORK is set to an integer then things work as expected for c++ but not the Java broker. 
> $ export QPID_WORK="<VALUE OF QPID_WORK>"
> $./qpidd --help
> Error in environment variables: in option 'worker-threads': invalid option value '<VALUE OF QPID_WORK>'
> Use --help to see valid options

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


[jira] Resolved: (QPID-1442) C++ broker performs smart completion of environment vars.

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-1442.
------------------------------

    Resolution: Duplicate

Dup of QPID-1414

> C++ broker performs smart completion of environment vars.
> ---------------------------------------------------------
>
>                 Key: QPID-1442
>                 URL: https://issues.apache.org/jira/browse/QPID-1442
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>
> Summary:
> If I have an env var QPID_WORK set and start the c++ broker it attempts to read the value as the 'worker-threads' value. 
> If the value of QPID_WORK is set to an integer then things work as expected for c++ but not the Java broker. 
> $ export QPID_WORK="<VALUE OF QPID_WORK>"
> $./qpidd --help
> Error in environment variables: in option 'worker-threads': invalid option value '<VALUE OF QPID_WORK>'
> Use --help to see valid options

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


[jira] Reopened: (QPID-1442) C++ broker performs smart completion of environment vars.

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim reopened QPID-1442:
------------------------------


Doh! Wrong bug.

> C++ broker performs smart completion of environment vars.
> ---------------------------------------------------------
>
>                 Key: QPID-1442
>                 URL: https://issues.apache.org/jira/browse/QPID-1442
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>
> Summary:
> If I have an env var QPID_WORK set and start the c++ broker it attempts to read the value as the 'worker-threads' value. 
> If the value of QPID_WORK is set to an integer then things work as expected for c++ but not the Java broker. 
> $ export QPID_WORK="<VALUE OF QPID_WORK>"
> $./qpidd --help
> Error in environment variables: in option 'worker-threads': invalid option value '<VALUE OF QPID_WORK>'
> Use --help to see valid options

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