无法连接到使用LDAP配置的JMS服务器 - status = 35

时间:2013-12-17 15:35:40

标签: authentication ldap jms

由于某种原因,我们无法连接到使用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

这意味着什么?

谢谢!

1 个答案:

答案 0 :(得分:0)

对于任何有兴趣的人,

这是写入日志文件的内容

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服务器。