You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Fatima Amjad Khan (JIRA)" <ji...@apache.org> on 2018/04/20 05:56:00 UTC

[jira] [Commented] (RANGER-2070) Ranger Storm service creation fails

    [ https://issues.apache.org/jira/browse/RANGER-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445358#comment-16445358 ] 

Fatima Amjad Khan commented on RANGER-2070:
-------------------------------------------

Committed on [master|https://github.com/apache/ranger/commit/1eeedee82c66f54eb73d5bfe2f9d0c707facb1ff]

> Ranger Storm service creation fails
> -----------------------------------
>
>                 Key: RANGER-2070
>                 URL: https://issues.apache.org/jira/browse/RANGER-2070
>             Project: Ranger
>          Issue Type: Bug
>          Components: Ranger
>    Affects Versions: master
>            Reporter: Fatima Amjad Khan
>            Assignee: Fatima Amjad Khan
>            Priority: Major
>             Fix For: master
>
>         Attachments: RANGER-2070.patch
>
>
> {code:java}
> In latest ranger when tried to enable plugin for Storm, ranger service creation fails. 
> Found below in Ranger-Admin logs.
> 2018-04-07 09:48:53,132 [http-bio-6080-exec-4] INFO  apache.ranger.security.web.filter.RangerKRBAuthenticationFilter (RangerKRBAuthenticationFilter.java:220) - Logged into Ranger as = storm-rangerstorm
> 2018-04-07 09:48:53,136 [http-bio-6080-exec-4] INFO  org.apache.ranger.common.RESTErrorUtil (RESTErrorUtil.java:84) - Request failed. loginId=null, logMessage=Bad Credentials
> javax.ws.rs.WebApplicationException
>         at org.apache.ranger.common.RESTErrorUtil.generateRESTException(RESTErrorUtil.java:77)
>         at org.apache.ranger.biz.RangerBizUtil.blockAuditorRoleUser(RangerBizUtil.java:1637)
>         at org.apache.ranger.biz.UserMgr.addUserRole(UserMgr.java:981)
>         at org.apache.ranger.biz.UserMgr.createUser(UserMgr.java:167)
>         at org.apache.ranger.biz.UserMgr$$FastClassBySpringCGLIB$$3bbcf0cf.invoke(<generated>)
>         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>         at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:669)
>         at org.apache.ranger.biz.UserMgr$$EnhancerBySpringCGLIB$$f11ad8ab.createUser(<generated>)
>         at org.apache.ranger.biz.XUserMgr.createServiceConfigUser(XUserMgr.java:2225)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)