You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2018/06/22 13:55:00 UTC

[jira] [Created] (AMBARI-24170) Test Connection button not working in Database Tab

Andrii Tkach created AMBARI-24170:
-------------------------------------

             Summary: Test Connection button not working in Database Tab
                 Key: AMBARI-24170
                 URL: https://issues.apache.org/jira/browse/AMBARI-24170
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.7.0
            Reporter: Andrii Tkach
            Assignee: Andrii Tkach
             Fix For: 2.7.0


Before running below command, 'Test Connection' button was showing the excepted output to run below command:
{noformat}
ambari-server setup --jdbc-db=mysql --jdbc-driver=/root/mysql-connector-java.jar
{noformat}

After running the command, 'Test Connection'  keeps on spinning the loader and browser console shows below error
{noformat}
Uncaught TypeError: Cannot read property 'filter' of undefined
    at Class.getConnectionProperty (app.js:216783)
    at Class.<anonymous> (app.js:216763)
    at ComputedPropertyPrototype.get (vendor.js:14954)
    at get (vendor.js:13360)
    at Class.get (vendor.js:19791)
    at Class.getTaskInfoSuccess (app.js:216816)
    at Class.opt.success (app.js:192713)
    at fire (vendor.js:1141)
    at Object.fireWith [as resolveWith] (vendor.js:1252)
    at done (vendor.js:8178)
{noformat}

This issue is not seen on 'All Configurations' tab under services smart config tab.



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