Soumitra Sulav created HDDS-6933:
------------------------------------
Summary: Ranger URL appended with extra '/' causing malformed URL
Key: HDDS-6933
URL: https://issues.apache.org/jira/browse/HDDS-6933
Project: Apache Ozone
Issue Type: Bug
Components: Ozone Manager
Affects Versions: 1.3.0
Reporter: Soumitra Sulav
On setting Ranger URL as per the rest.url of ranger-ozone-security.xml
{code:java}
<property>
<name>ranger.plugin.ozone.policy.rest.url</name>
<value>https://quasar-dsaqtf-1.quasar-dsaqtf.root.hwx.site:5088/</value>
</property>
{code}
we could see below error on OM startup log and it fails to start :
{code:java}
2022-06-17 17:58:15,131 ERROR org.apache.hadoop.ozone.om.OzoneManagerStarter:
OM start failed with exception
java.io.FileNotFoundException:
https://quasar-dsaqtf-1.quasar-dsaqtf.root.hwx.site:5088//service/plugins/services/{code}
If the URL is appended with a '/' at the end the Ranger URL is malformed and OM
fails to start with the below exception.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]