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

[jira] [Resolved] (AMBARI-24342) PostTrunkMerge : UI issue at Step 7 of deploy, while getting configs for service.

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

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

> PostTrunkMerge : UI issue at Step 7 of deploy, while getting configs for service.
> ---------------------------------------------------------------------------------
>
>                 Key: AMBARI-24342
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24342
>             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: 40m
>  Remaining Estimate: 0h
>
> *ISSUE:*
> Post Trunk merge, deploy fails at Step 7.
> *Console O/P:*
> {code:java}
> app.js:67915 Uncaught TypeError: Cannot read property 'get' of undefined
>     at Class.updateAttributesFromTheme (http://172.22.107.63:8080/javascripts/app.js:67915:90)
>     at http://172.22.107.63:8080/javascripts/app.js:44914:21
>     at Array.forEach (native)
>     at Class.updateConfigAttributesFromThemes (http://172.22.107.63:8080/javascripts/app.js:44913:41)
>     at Class.applyServicesConfigs (http://172.22.107.63:8080/javascripts/app.js:43405:10)
>     at Class.loadStep (http://172.22.107.63:8080/javascripts/app.js:43345:12)
>     at Class.willInsertElement (http://172.22.107.63:8080/javascripts/app.js:249561:30)
>     at Class.newFunc [as willInsertElement] (http://172.22.107.63:8080/javascripts/vendor.js:12954:16)
>     at Class.trigger (http://172.22.107.63:8080/javascripts/vendor.js:25526:21)
>     at Class.newFunc [as trigger] (http://172.22.107.63:8080/javascripts/vendor.js:12954:16)
> {code}
> Code line:
> {code:java}
>   updateAttributesFromTheme: function updateAttributesFromTheme(serviceName) {
>     this.prepareSectionsConfigProperties(serviceName);
>     var serviceConfigs = this.get('stepConfigs').findProperty('serviceName', serviceName).get('configs'),  <-- Issue LINE
>       
> {code}



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