You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ishan Bhatt (JIRA)" <ji...@apache.org> on 2018/07/25 18:20:00 UTC

[jira] [Resolved] (AMBARI-24341) UI service configs page hangs.

     [ https://issues.apache.org/jira/browse/AMBARI-24341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ishan Bhatt resolved AMBARI-24341.
----------------------------------
    Resolution: Duplicate

>  UI service configs page hangs.
> -------------------------------
>
>                 Key: AMBARI-24341
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24341
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>            Reporter: Swapan Shridhar
>            Assignee: Ishan Bhatt
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: Screen Shot 2018-07-23 at 3.29.26 PM.png, Screen Shot 2018-07-23 at 3.29.42 PM.png
>
>
> *ISSUE:*
> UI Service Config page hangs when clicked post deploy.
> Below is the calls made:
> - http://172.27.56.18:8080/api/v1/clusters/cl1?fields=Clusters/desired_configs&_=1532384868506 
>   which succeeds.
> !Screen Shot 2018-07-23 at 3.29.26 PM.png!   !Screen Shot 2018-07-23 at 3.29.42 PM.png! 
> And then the UI code fails :
> {code}
> app.js:1898 Uncaught TypeError: Cannot read property 'always' of undefined
>     at Class.<anonymous> (app.js:1898)
>     at fire (vendor.js:1141)
>     at Object.fireWith [as resolveWith] (vendor.js:1252)
>     at done (vendor.js:8178)
>     at XMLHttpRequest.callback (vendor.js:8702)
> {code}
> at *line 6* while processing the response:
> {code}
> 1  loadConfigProperties: function loadConfigProperties() {
> 2    var self = this;
> 3    App.config.loadConfigsFromStack(App.Service.find().mapProperty('serviceName')).always(function () {
> 4      App.config.loadClusterConfigsFromStack().always(function () {
> 5        App.router.get('configurationController').updateConfigTags().always(function () {
> 6          App.router.get('updateController').updateClusterEnv().always(function () {
> 7            self.set('isConfigsPropertiesLoaded', true);
> 8          });
>         });
>       });
>     });
>   },
> {code}
> .....



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