You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Malchikov Fedor (Jira)" <ji...@apache.org> on 2020/12/25 12:00:00 UTC

[jira] [Created] (IGNITE-13914) wrong error message for bad selector (config get)

Malchikov Fedor created IGNITE-13914:
----------------------------------------

             Summary: wrong error message for bad selector (config get)
                 Key: IGNITE-13914
                 URL: https://issues.apache.org/jira/browse/IGNITE-13914
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha1
            Reporter: Malchikov Fedor


{code:bash}
x:~/ignite-cli-test$ ./ignite config get --selector=/
Connection issues while trying to send http request{code}
expected:
{code:java}
Can't get configuration{
 "error" :
{ "type" : "CONFIG_PATH_UNRECOGNIZED", "message" : "wrong sab path" }}
{code}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)