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

[jira] [Commented] (AMBARI-22751) JS error at Review step on Move Master wizard

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

Pravin Dsilva commented on AMBARI-22751:
----------------------------------------

[~ncole@hortonworks.com] This issue prevents me from testing the multi-architecture cluster (hybrid) setup as I am unable to move services for some test scenarios. Is there somebody who could look at this? 

> JS error at Review step on Move Master wizard
> ---------------------------------------------
>
>                 Key: AMBARI-22751
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22751
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 3.0.0
>            Reporter: Sneha Kanekar
>            Priority: Major
>
> JS error is seen at Review step while moving services from one host to another. The error message is as follows:
> {code:borderStyle=solid}
> Uncaught TypeError: this.get(...).someProperty is not a function
>     at eval (eval at <anonymous> (app.js:194640), <anonymous>:1:22)
>     at Class.<anonymous> (app.js:194640)
>     at ComputedPropertyPrototype.get (vendor.js:14954)
>     at get (vendor.js:13360)
>     at Class._classStringForProperty (vendor.js:24661)
>     at Class.<anonymous> (vendor.js:24592)
>     at Array.forEach (<anonymous>)
>     at forEach (vendor.js:12450)
>     at Class._applyClassNameBindings (vendor.js:24559)
>     at Class.applyAttributesToBuffer (vendor.js:25133)
> {code}
> This error occurs as this.get('mainView.columns') is undefined:
> {code:borderStyle=solid}
> var isFilterActive = this.get('mainView.columns').someProperty('selected');
> {code} 



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