You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/09 03:54:02 UTC

[jira] [Commented] (AMBARI-11805) Ambari server start fails due to incorrect jdbc url when using sid

    [ https://issues.apache.org/jira/browse/AMBARI-11805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578179#comment-14578179 ] 

Hudson commented on AMBARI-11805:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2861 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2861/])
AMBARI-11805. Ambari server start fails due to incorrect jdbc url when using sid (Ivan Kozlov via smohanty) (smohanty: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=181699d2ff6e485e5d27552cf4e22b9e8d419225)
* ambari-server/src/main/python/ambari_server/dbConfiguration_linux.py
* ambari-server/src/test/python/TestAmbariServer.py


> Ambari server start fails due to incorrect jdbc url when using sid
> ------------------------------------------------------------------
>
>                 Key: AMBARI-11805
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11805
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>             Fix For: 2.1.0
>
>
> ambari-server setup --database=oracle --databasehost=ec2-352-25-207-33.compute-1.amazonaws.com --databaseport=1521 --databasename=ORCL --databaseusername=ambaricustomec25bc3f --databasepassword=admin --postgresschema=ORCL --sidorsname=sid -s
> produces an url that is not valid
> server.jdbc.rca.url=jdbc:oracle:thin:@ec2-52-5-27-33.compute-1.amazonaws.com:1521/ORCL
> The last "/" should be ":" as ServiceID is being used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)