You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/01 11:14:00 UTC

[jira] [Commented] (CLOUDSTACK-10058) Error while opening the Settings tab in Secondary storage

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-10058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150366#comment-16150366 ] 

ASF subversion and git services commented on CLOUDSTACK-10058:
--------------------------------------------------------------

Commit a52ce3628c7121618573a5137c358bdfdc5a229b in cloudstack's branch refs/heads/master from [~nitinkumar.maharana]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=a52ce36 ]

CLOUDSTACK-10058: Error while opening the Settings tab in Secondary storage (#2254)

Root Cause:
Some global parameters contains NULL value, where the code doesn't handle NULL check.
So it fails with an exception. Hence nothing appears on the field(ERROR).

Solution:
Added required NULL check.

> Error while opening the Settings tab in Secondary storage
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-10058
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10058
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.10.0.0
>            Reporter: Nitin Kumar Maharana
>             Fix For: 4.11.0.0
>
>         Attachments: After.png, Before.png
>
>
> Home –>Infrastructure --> Secondary Storage --> <s1> --> Settings
> The settings tab  is not getting displayed. Find the attached pic. The api results in null.
> http://10.147.38.180:8080/client/api?command=listConfigurations&imagestoreuuid=7c66dfc2-6f86-44b9-a55e-9b9a332a7465&response=&listAll=true&page=1&pagesize=20&_=1503979900913 :
> <listconfigurationsresponse cloud-stack-version="4.11.0.0">
> <errorcode>431</errorcode>
> <cserrorcode>9999</cserrorcode>
> <errortext>null</errortext>
> </listconfigurationsresponse>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)