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:18:00 UTC

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

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

Ishan Bhatt resolved AMBARI-24350.
----------------------------------
    Resolution: Fixed

> UI service configs page hangs.
> ------------------------------
>
>                 Key: AMBARI-24350
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24350
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 3.0.0
>            Reporter: Ishan Bhatt
>            Assignee: Ishan Bhatt
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> UI code fails :
> {code:java}
> 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:java}
> 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)