[
https://issues.apache.org/jira/browse/RANGER-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17024949#comment-17024949
]
Pradeep Agrawal commented on RANGER-2714:
-----------------------------------------
Commit link :
[https://github.com/apache/ranger/commit/cc9220deabbad0d59e2f4e02bdbd7c36301d9d6f]
> Fix Failing Kylin test cases
> ----------------------------
>
> Key: RANGER-2714
> URL: https://issues.apache.org/jira/browse/RANGER-2714
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 2.1.0, 2.1
> Reporter: Pradeep Agrawal
> Assignee: Pradeep Agrawal
> Priority: Blocker
> Fix For: 2.1.0
>
> Attachments: 0001-RANGER-2714-Fix-failing-kylin-test-cases.patch
>
>
> Ranger build is failing with below error :
>
> [INFO] Running
> org.apache.ranger.authorization.kylin.authorizer.RangerKylinAuthorizerTest
> [ERROR] Tests run: 32, Failures: 0, Errors: 32, Skipped: 0, Time elapsed:
> 6.574 s <<< FAILURE! - in
> org.apache.ranger.authorization.kylin.authorizer.RangerKylinAuthorizerTest
> [ERROR]
> adminProjectAllAsRoleAdmin(org.apache.ranger.authorization.kylin.authorizer.RangerKylinAuthorizerTest)
> Time elapsed: 0.007 s <<< ERROR!
> java.lang.IllegalStateException: Failed to load ApplicationContext
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter':
> Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> com/fasterxml/jackson/databind/ser/std/ReferenceTypeSerializer
> Caused by: org.springframework.beans.BeanInstantiationException: Failed to
> instantiate
> [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> com/fasterxml/jackson/databind/ser/std/ReferenceTypeSerializer
> Caused by: java.lang.NoClassDefFoundError:
> com/fasterxml/jackson/databind/ser/std/ReferenceTypeSerializer
> Caused by: java.lang.ClassNotFoundException:
> com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)