You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Fernando Giorgetti (JIRA)" <ji...@apache.org> on 2018/03/08 17:52:00 UTC

[jira] [Created] (DISPATCH-940) When running qdrouterd with -c and -d combined, configuration file is reporting as not found

Fernando Giorgetti created DISPATCH-940:
-------------------------------------------

             Summary: When running qdrouterd with -c and -d combined, configuration file is reporting as not found
                 Key: DISPATCH-940
                 URL: https://issues.apache.org/jira/browse/DISPATCH-940
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Router Node
    Affects Versions: 1.1.0
            Reporter: Fernando Giorgetti
             Fix For: 1.1.0


If you run qdrouterd as shown below, everything works just fine:



 
{code:java}
[fgiorget@fgiorget qpid-dispatch]$ qdrouterd -c qdrouterd.conf 
2018-03-08 14:49:02.797039 -0300 SERVER (info) Container Name: Router.A
2018-03-08 14:49:02.797142 -0300 ROUTER (info) Router started in Standalone mode 
{code}

But if you try to add -d (daemon) flag, then it does not find the configuration file.
{code:java}
[fgiorget@fgiorget qpid-dispatch]$ qdrouterd -d -c qdrouterd.conf 
qdrouterd: Not found: Configuration file could not be opened{code}

It only works with fully qualified file name.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org