[
https://issues.apache.org/jira/browse/AMBARI-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715585#comment-14715585
]
Jayush Luniya commented on AMBARI-12888:
----------------------------------------
Trunk:
commit d7f3f31a6e70af12d632382bc92d9dded4b1e020
Author: Jayush Luniya <[email protected]>
Date: Wed Aug 26 14:52:59 2015 -0700
AMBARI-12888: After adding Ranger with SQLA, ambari-server Restart fails
(jluniya)
> After adding Ranger with SQLA, ambari-server Restart fails
> ----------------------------------------------------------
>
> Key: AMBARI-12888
> URL: https://issues.apache.org/jira/browse/AMBARI-12888
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.2
> Reporter: Jayush Luniya
> Assignee: Jayush Luniya
> Priority: Critical
> Fix For: 2.1.2
>
>
> After Adding Ranger with SQLA on Ambari cluster, ambari-server restart is
> failing with below given error:
> {noformat}
> Exception in thread "main" com.google.inject.CreationException: Guice
> creation errors:
> after adding ranger with sqla, ambari-server is not getting started,
> Exception in thread "main" com.google.inject.CreationException: Guice
> creation errors:
> 1) Error injecting constructor, java.lang.UnsatisfiedLinkError: no dbjdbc17
> in java.library.path
> {noformat}
> *Workaround:* After exporting LD_LIBRARY_PATH, Ambari server Restart works.
> {noformat}
> export LD_LIBRARY_PATH=/opt/sqlanywhere17/lib64
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)