You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/04/08 15:01:12 UTC

[jira] [Created] (AMBARI-10397) Raw number password for ranger results in failure

Andrew Onischuk created AMBARI-10397:
----------------------------------------

             Summary: Raw number password for ranger results in failure
                 Key: AMBARI-10397
                 URL: https://issues.apache.org/jira/browse/AMBARI-10397
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 2.1.0



    Traceback (most recent call last):
      File "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py", line 74, in <module>
        RangerAdmin().execute()
      File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 214, in execute
        method(env)
      File "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py", line 37, in install
        self.configure(env)
      File "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/ranger_admin.py", line 70, in configure
        setup_ranger()
      File "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py", line 29, in setup_ranger
        if check_db_connnection():
      File "/var/lib/ambari-agent/cache/common-services/RANGER/0.4.0/package/scripts/setup_ranger.py", line 236, in check_db_connnection
        cmd_str = "\"" + sql_command_invoker + "\"" + " -u " + db_root_user + " --password=" + db_root_password + " -h " + db_host + " -s -e \"select version();\""
    TypeError: coercing to Unicode: need string or buffer, int found
    





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