Cisco IM and Presence and Youtrack Jabber Notifications
Hello!
We've got Cisco IM and Presence as a corporate jabber server and I'm not able to hook it with YouTrack.
When sending a test message, log file outpus the following:
07 июл 2014 13:47:03,368 ERROR [JabberServiceImpl ] [taskExecutor-2 ] [mitix] Error on SASL authentication
SASL authentication PLAIN failed: not-authorized:
07 июл 2014 13:47:08,703 ERROR [JabberServiceImpl ] [taskExecutor-2 ] [mitix] Error sending jabber message.
It seems that the server doesn't like PLAIN authentication maybe? Maybe there are some advanced configuration options in YouTrack?
The password is 100% correct, I can connect successfully with Cisco Jabber Client.
Can't work without jabber notifications, got used to them badly )
Can anyone help me out on this problem?
Thanks is advance!
We've got Cisco IM and Presence as a corporate jabber server and I'm not able to hook it with YouTrack.
When sending a test message, log file outpus the following:
07 июл 2014 13:47:03,368 ERROR [JabberServiceImpl ] [taskExecutor-2 ] [mitix] Error on SASL authentication
SASL authentication PLAIN failed: not-authorized:
at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:337)…
at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:337)
at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:203)
at org.jivesoftware.smack.Connection.login(Connection.java:348)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl.login(JabberServiceImpl.java:75)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl.getConnection(JabberServiceImpl.java:51)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl$1.run(JabberServiceImpl.java:132)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.RuntimeException: No response from the server.:…
java.lang.RuntimeException: No response from the server.:
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl.getConnection(JabberServiceImpl.java:65)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl$1.run(JabberServiceImpl.java:132)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: No response from the server.:
at org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:73)
at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:212)
at org.jivesoftware.smack.Connection.login(Connection.java:348)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl.login(JabberServiceImpl.java:75)
at jetbrains.mps.webr.notifications.runtime.spring.JabberServiceImpl.getConnection(JabberServiceImpl.java:60)
... 4 more
It seems that the server doesn't like PLAIN authentication maybe? Maybe there are some advanced configuration options in YouTrack?
The password is 100% correct, I can connect successfully with Cisco Jabber Client.
Can't work without jabber notifications, got used to them badly )
Can anyone help me out on this problem?
Thanks is advance!
Please sign in to leave a comment.