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

Oleg Nechiporenko commented on AMBARI-15823:
--------------------------------------------

Build failed not because of this patch
{noformat}
[INFO] Ambari Web ........................................ SUCCESS [01:19 min]
[INFO] Ambari Server ..................................... FAILURE [  01:36 h]
{noformat}

> JS error after fast closing version box popup
> ---------------------------------------------
>
>                 Key: AMBARI-15823
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15823
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.4.0
>            Reporter: Oleg Nechiporenko
>            Assignee: Oleg Nechiporenko
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-15823.patch
>
>
> Error: {{Uncaught TypeError: Cannot read property 'length' of null}}
> Code:
> {code:javascript}
> Em.run.later(this, function () {
>       if (this.get('maintenanceHosts').length + 
> this.get('notRequiredHosts').length) {
>         App.tooltip(this.$('.hosts-section'), {placement: 'bottom', title: 
> Em.I18n.t('admin.stackVersions.version.hostsInfoTooltip').format(
>           this.get('maintenanceHosts').length + 
> this.get('notRequiredHosts').length, this.get('maintenanceHosts').length, 
> this.get('notRequiredHosts').length
>         )});
>       }
>     }, 1000);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to