You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/07 00:49:00 UTC

[jira] [Commented] (AMBARI-24259) ambari-server sync-ldap with users and groups fails with NoSuchAlgorithmException

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

Hudson commented on AMBARI-24259:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #9579 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9579/])
AMBARI-24259. Let custom TrustStore settings saved in ambari.properties (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=b2118321036d706a41586891ff5b38e110d22148])
* (edit) ambari-server/src/main/python/ambari_server/setupSecurity.py


> ambari-server sync-ldap with users and groups fails with NoSuchAlgorithmException
> ---------------------------------------------------------------------------------
>
>                 Key: AMBARI-24259
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24259
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Setup secure ldap went through fine but later on sync-ldap with users and groups has failed with below error
> {code:java}
> [root@ctr-e138-1518143905142-391100-01-000006 ~]# ambari-server sync-ldap --users /tmp/users.txt --groups /tmp/groups.txt
> Using python  /usr/bin/python
> Syncing with LDAP...
> Enter Ambari Admin login: admin
> Enter Ambari Admin password: 
> Fetching LDAP configuration from DB.
> Syncing specified users and groups..ERROR: Exiting with exit code 1. 
> REASON: Caught exception running LDAP sync. ad-nano.qe.hortonworks.com:636; nested exception is javax.naming.CommunicationException: ad-nano.qe.hortonworks.com:636 [Root exception is java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)]
> [root@ctr-e138-1518143905142-391100-01-000006 ~]# cat /tmp/users.txt {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)