[
https://issues.apache.org/jira/browse/RANGER-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sailaja Polavarapu updated RANGER-2577:
---------------------------------------
Description:
During testing of Ranger Ozone plugin, noticed that one of the dependency jar
is missing in the plugin folder.
2019-09-17 15:07:06,566 FATAL
org.apache.ranger.authorization.ozone.authorizer.RangerOzoneAuthorizer: Error
creating and initializing RangerBasePlugin()
java.lang.NoClassDefFoundError: com/sun/jersey/api/client/GenericType
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at
org.apache.ranger.plugin.service.RangerBasePlugin.createAdminClient(RangerBasePlugin.java:651)
at
org.apache.ranger.plugin.service.RangerBasePlugin.init(RangerBasePlugin.java:221)
Also found that authorize request when resource type is "Volume" is not handled
properly.
was:
During testing of Ranger Ozone plugin, noticed that one of the dependency jar
is missing in the plugin folder.
2019-09-17 15:07:06,566 FATAL
org.apache.ranger.authorization.ozone.authorizer.RangerOzoneAuthorizer: Error
creating and initializing RangerBasePlugin()
java.lang.NoClassDefFoundError: com/sun/jersey/api/client/GenericType
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at
org.apache.ranger.plugin.service.RangerBasePlugin.createAdminClient(RangerBasePlugin.java:651)
at
org.apache.ranger.plugin.service.RangerBasePlugin.init(RangerBasePlugin.java:221)
> Missing one dependency jar file during packaging for Ranger Ozone plugin.
> -------------------------------------------------------------------------
>
> Key: RANGER-2577
> URL: https://issues.apache.org/jira/browse/RANGER-2577
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 2.0.0
> Reporter: Sailaja Polavarapu
> Assignee: Sailaja Polavarapu
> Priority: Major
> Fix For: master
>
>
> During testing of Ranger Ozone plugin, noticed that one of the dependency jar
> is missing in the plugin folder.
> 2019-09-17 15:07:06,566 FATAL
> org.apache.ranger.authorization.ozone.authorizer.RangerOzoneAuthorizer: Error
> creating and initializing RangerBasePlugin()
> java.lang.NoClassDefFoundError: com/sun/jersey/api/client/GenericType
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at
> org.apache.ranger.plugin.service.RangerBasePlugin.createAdminClient(RangerBasePlugin.java:651)
> at
> org.apache.ranger.plugin.service.RangerBasePlugin.init(RangerBasePlugin.java:221)
>
> Also found that authorize request when resource type is "Volume" is not
> handled properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)