Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 137861805E for ; Wed, 26 Aug 2015 23:49:46 +0000 (UTC) Received: (qmail 92064 invoked by uid 500); 26 Aug 2015 23:49:46 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 92046 invoked by uid 500); 26 Aug 2015 23:49:45 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 92027 invoked by uid 99); 26 Aug 2015 23:49:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 23:49:45 +0000 Date: Wed, 26 Aug 2015 23:49:45 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-12888) After adding Ranger with SQLA, ambari-server Restart fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)