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 2C29017875 for ; Sat, 11 Oct 2014 13:03:34 +0000 (UTC) Received: (qmail 2469 invoked by uid 500); 11 Oct 2014 13:03:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 2436 invoked by uid 500); 11 Oct 2014 13:03:34 -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 2417 invoked by uid 99); 11 Oct 2014 13:03:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 13:03:34 +0000 Date: Sat, 11 Oct 2014 13:03:33 +0000 (UTC) From: "Dmytro Sen (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-7745) Oozie server start fails on 2.2 stack with postgres external 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-7745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Sen resolved AMBARI-7745. -------------------------------- Resolution: Fixed Committed same patch to trunk and branch-1.7.0 > Oozie server start fails on 2.2 stack with postgres external > ------------------------------------------------------------ > > Key: AMBARI-7745 > URL: https://issues.apache.org/jira/browse/AMBARI-7745 > Project: Ambari > Issue Type: Bug > Environment: Red Hat Enterprise Linux Server release 6.5 (Santiago) > rpm -qa | grep ambari-server > ambari-server-1.7.0-105.noarch > ambari-server --hash > 403a5840899e7db3de3dbf8c3d017b0323897c66 > Reporter: Dmytro Sen > Assignee: Dmytro Sen > > Installed cluster with HDFS, MapReduce2, YARN, Tez, Nagios, Ganglia, Hive, Pig, Oozie, ZooKeeper, Flume services via blueprints. > Error message: > {noformat} > ERROR: jdbc file /usr/lib/oozie/libserver/postgresql-9.0-801.jdbc4.jar is unavailable. Please, follow next steps: > 1) Download postgresql-9.0-801.jdbc4.jar. > 2) Create needed directory: mkdir -p {oozie_home}/libserver/ > 3) Copy postgresql-9.0-801.jdbc4.jar to newly created dir: cp /path/to/jdbc/postgresql-9.0-801.jdbc4.jar {oozie_home}/libserver/ > 4) Copy postgresql-9.0-801.jdbc4.jar to libext: cp /path/to/jdbc/postgresql-9.0-801.jdbc4.jar {oozie_home}/libext/ > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)