【问题标题】:Can't connect to JMS Server configured with LDAP - status = 35无法连接到使用 LDAP 配置的 JMS 服务器 - 状态 = 35
【发布时间】:2014-01-05 10:59:30
【问题描述】:
由于某种原因,我们无法连接到使用 LDAP 进行用户身份验证的 JMS 服务器。
我们返回 status = 35,但阅读文档并没有真正让我变得更聪明。
35 Is a leaf. Used by the LDAP provider; usually doesn't generate an exception.
LDAP Status Codes and JNDI Exceptions
有什么线索吗?
谢谢!
【问题讨论】:
标签:
authentication
ldap
jms
【解决方案1】:
对于任何有兴趣的人,
这是写入日志文件的内容
2013-12-17 16:55:09.271 ERROR: unable to bind to LDAP server as: 'CN=svcLDAPbind,OU=nonpersonal,OU=users,OU=app,dc=dev,dc=agf,dc=america,dc=mgmnt', Can't contact LDAP server
2013-12-17 16:55:09.271 ERROR: LDAP authentication failed for user 'tsv44709', status = 35
我们重新启动了运行 JMS(TIBCO EMS) 服务器的机器,不知何故它也解决了我们的问题,我们现在可以再次连接到 JMS 服务器。