Mahesh Hanumant Bandal created RANGER-3090:
----------------------------------------------
Summary: 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
Reporter: Mahesh Hanumant Bandal
Assignee: Mahesh Hanumant Bandal
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)