You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Mahesh Hanumant Bandal (Jira)" <ji...@apache.org> on 2020/11/25 17:04:00 UTC

[jira] [Updated] (RANGER-3090) KMS setup.sh fails due to blank property value of ranger.ks.db.ssl.certificateFile

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

Mahesh Hanumant Bandal updated RANGER-3090:
-------------------------------------------
    Affects Version/s: 2.2.0
                       3.0.0

> KMS setup.sh fails due to blank property value of ranger.ks.db.ssl.certificateFile
> ----------------------------------------------------------------------------------
>
>                 Key: RANGER-3090
>                 URL: https://issues.apache.org/jira/browse/RANGER-3090
>             Project: Ranger
>          Issue Type: Bug
>          Components: Ranger
>    Affects Versions: 3.0.0, 2.2.0
>            Reporter: Mahesh Hanumant Bandal
>            Assignee: Mahesh Hanumant Bandal
>            Priority: Major
>
> KMS setup.sh fails due to blank property value of db_ssl_certificate_file in install.properties file
>  
> {code:java}
> [I] /root/tarfile/ranger-3.0.0-SNAPSHOT-kms/ews/webapp/WEB-INF/classes/conf/dbks-site.xml file found
> Traceback (most recent call last):
>   File "update_property.py", line 40, in <module>
>     write_properties_to_xml(file_path,parameter_name,parameter_value)
>   File "update_property.py", line 22, in write_properties_to_xml
>     if(os.path.isfile(xml_path)):
>   File "/usr/lib64/python2.7/genericpath.py", line 29, in isfile
>     st = os.stat(path)
> TypeError: coercing to Unicode: need string or buffer, NoneType found
> [E] Update property failed for: {'ranger.ks.db.ssl.certificateFile'}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)