[
https://issues.apache.org/jira/browse/AMBARI-12888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715764#comment-14715764
]
Hudson commented on AMBARI-12888:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3329 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3329/])
AMBARI-12888: After adding Ranger with SQLA, ambari-server Restart fails
(jluniya) (jluniya:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d7f3f31a6e70af12d632382bc92d9dded4b1e020)
* ambari-server/src/main/python/ambari_server/serverConfiguration.py
* ambari-server/src/test/python/TestAmbariServer.py
> 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)