[
https://issues.apache.org/jira/browse/AMBARI-7153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121981#comment-14121981
]
Hudson commented on AMBARI-7153:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #137 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/137/])
AMBARI-7153. Admin: error printed to log when going to admin view. (swagle:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1946654b71da61d097b3fc139dc2d12e20a116cb)
*
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapDataPopulatorTest.java
* ambari-server/src/main/python/ambari-server.py
*
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* ambari-server/src/test/python/TestAmbariServer.py
*
ambari-server/src/main/java/org/apache/ambari/server/security/authorization/AmbariLdapDataPopulator.java
> Admin: error printed to log when going to admin view
> ----------------------------------------------------
>
> Key: AMBARI-7153
> URL: https://issues.apache.org/jira/browse/AMBARI-7153
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 1.7.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 1.7.0
>
> Attachments: AMBARI-7153.patch
>
>
> After logging into ambari (using a local user), and going to Ambari Admin,
> there is an ERROR and exception printed to ambari-server.log.
> NOTE: Done nothing with LDAP. This just shows up w/o any ldap or attempt to
> configure ldap.
> {code}
> 23:05:18,855 ERROR [qtp1661965622-24] AmbariLdapDataPopulator:99 - Could not
> connect to LDAP server
> org.springframework.ldap.CommunicationException: localhost:33389; nested
> exception is javax.naming.CommunicationException: localhost:33389 [Root
> exception is java.net.ConnectException: Connection refused]
> at
> org.springframework.ldap.support.LdapUtils.convertLdapException(LdapUtils.java:100)
> at
> org.springframework.ldap.core.support.AbstractContextSource.createContext(AbstractContextSource.java:266)
> at
> org.springframework.ldap.core.support.AbstractContextSource.getContext(AbstractContextSource.java:106)
> at
> org.springframework.ldap.core.support.AbstractContextSource.getReadOnlyContext(AbstractContextSource.java:125)
> at
> org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:287)
> at
> org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:259)
> at
> org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:571)
> at
> org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:556)
> at
> org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:411)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)