You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Soumitra Sulav (Jira)" <ji...@apache.org> on 2022/06/22 19:23:00 UTC

[jira] [Created] (HDDS-6933) Ranger URL appended with extra '/' causing malformed URL

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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org