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

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

Ishan Bhatt created AMBARI-24350:
------------------------------------

             Summary: 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
             Fix For: 3.0.0


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)