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

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

Sumit Mohanty created AMBARI-11805:
--------------------------------------

             Summary: 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)