[JIRA] [jabber-plugin] (JENKINS-31979) Enable SASL authentication checkbox missing

51 views
Skip to first unread message

hurzelchen@googlemail.com (JIRA)

unread,
Dec 9, 2015, 7:43:01 AM12/9/15
to jenkinsc...@googlegroups.com
Dominik Zäuner created an issue
 
Jenkins / Bug JENKINS-31979
Enable SASL authentication checkbox missing
Issue Type: Bug Bug
Assignee: kutzi
Components: jabber-plugin
Created: 09/Dec/15 12:42 PM
Environment: Jenkins: 1.640
Jabber notifier plugin: 1.35
Instant messaging plugin: 1.35
Java runtime: 1.7.0_91
Priority: Minor Minor
Reporter: Dominik Zäuner

I tried to setup Jabber plugin 1.35 with an Google account.

When trying to connect, Jenkins logs a org.jivesoftware.smack.sasl.SASLErrorException: SASLError using PLAIN: not-authorized exception.

Which sounds like I should disable the Enable SASL authentication checkbox. But the checkbox is nowhere to be found in the configuration pages.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

srinivasan.venkataraman@efi.com (JIRA)

unread,
Jun 30, 2016, 2:27:02 AM6/30/16
to jenkinsc...@googlegroups.com
Srinivasan Venkataraman commented on Bug JENKINS-31979
 
Re: Enable SASL authentication checkbox missing

Hi, I am getting a similar error. Like Dominik, I am not able to see the Enable SASL Authentication check box
I am on Jenkins 1.651.3 Jabber plugin v 1.35, instant messaging plugin 1.35

Here is the message I am getting.

Jun 29, 2016 11:19:22 PM INFO hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run
Reconnect failed. Next connection attempt in 2 minutes
Jun 29, 2016 11:21:22 PM INFO hudson.plugins.jabber.im.transport.JabberIMConnection createConnection
Trying to connect to XMPP on /efi.com
Jun 29, 2016 11:21:23 PM WARNING hudson.plugins.jabber.im.transport.JabberIMConnection connect


org.jivesoftware.smack.sasl.SASLErrorException: SASLError using PLAIN: not-authorized

at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:348)
at org.jivesoftware.smack.tcp.XMPPTCPConnection.login(XMPPTCPConnection.java:244)
at hudson.plugins.jabber.im.transport.JabberIMConnection.createConnection(JabberIMConnection.java:430)
at hudson.plugins.jabber.im.transport.JabberIMConnection.connect(JabberIMConnection.java:189)
at hudson.plugins.jabber.im.transport.JabberIMConnectionProvider.createConnection(JabberIMConnectionProvider.java:42)
at hudson.plugins.im.IMConnectionProvider.create(IMConnectionProvider.java:59)
at hudson.plugins.im.IMConnectionProvider.access$500(IMConnectionProvider.java:16)
at hudson.plugins.im.IMConnectionProvider$ConnectorRunnable.run(IMConnectionProvider.java:165)
at java.lang.Thread.run(Unknown Source)

This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

junioredmar2@gmail.com (JIRA)

unread,
Oct 4, 2016, 2:46:01 PM10/4/16
to jenkinsc...@googlegroups.com

junioredmar2@gmail.com (JIRA)

unread,
Oct 4, 2016, 2:47:02 PM10/4/16
to jenkinsc...@googlegroups.com
edmar junior edited a comment on Bug JENKINS-31979
Got the same problem here . Is it a jenkins version option? My Jenkins version here is 1.651.3

jenkinsci@ixyd.net (JIRA)

unread,
Oct 13, 2016, 6:59:01 AM10/13/16
to jenkinsc...@googlegroups.com

Same problem here:

Oct 13, 2016 12:33:26 PM org.jivesoftware.smack.sasl.SASLError fromString
WARNING: Could not transform string 'text' to SASLError
java.lang.IllegalArgumentException: No enum constant org.jivesoftware.smack.sasl.SASLError.text
        at java.lang.Enum.valueOf(Enum.java:238)
        at org.jivesoftware.smack.sasl.SASLError.valueOf(SASLError.java:22)
        at org.jivesoftware.smack.sasl.SASLError.fromString(SASLError.java:46)
        at org.jivesoftware.smack.sasl.SASLMechanism$SASLFailure.<init>(SASLMechanism.java:357)
        at org.jivesoftware.smack.util.PacketParserUtils.parseSASLFailure(PacketParserUtils.java:720)
        at org.jivesoftware.smack.tcp.PacketReader.parsePackets(PacketReader.java:253)
        at org.jivesoftware.smack.tcp.PacketReader.access$000(PacketReader.java:47)
        at org.jivesoftware.smack.tcp.PacketReader$1.run(PacketReader.java:81)

Oct 13, 2016 12:33:26 PM hudson.plugins.jabber.im.transport.JabberIMConnection connect
WARNING: org.jivesoftware.smack.sasl.SASLErrorException: SASLError using PLAIN: text
        at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:348)
        at org.jivesoftware.smack.tcp.XMPPTCPConnection.login(XMPPTCPConnection.java:244)
        at hudson.plugins.jabber.im.transport.JabberIMConnection.createConnection(JabberIMConnection.java:430)
        at hudson.plugins.jabber.im.transport.JabberIMConnection.connect(JabberIMConnection.java:189)
        at hudson.plugins.jabber.im.transport.JabberIMConnectionProvider.createConnection(JabberIMConnectionProvider.java:42)
        at hudson.plugins.im.IMConnectionProvider.create(IMConnectionProvider.java:59)
        at hudson.plugins.im.IMConnectionProvider.access$500(IMConnectionProvider.java:16)
        at hudson.plugins.im.IMConnectionProvider$ConnectorRunnable.run(IMConnectionProvider.java:165)
        at java.lang.Thread.run(Thread.java:745)

Jenkins: 2.7.1
instant-messaging-plugin: 1.35
jabber notifier plugin: 1.35

I cant find a checkbox for activation of SASL too..

srinivasan.venkataraman@efi.com (JIRA)

unread,
Nov 22, 2016, 1:10:05 PM11/22/16
to jenkinsc...@googlegroups.com

srinivasan.venkataraman@efi.com (JIRA)

unread,
Nov 22, 2016, 1:12:02 PM11/22/16
to jenkinsc...@googlegroups.com
Srinivasan Venkataraman commented on Bug JENKINS-31979
 
Re: Enable SASL authentication checkbox missing

Any update on this? 2 more have reported in the last 2 months. and I am waiting since June. I see the same results in Jenkins ver. 2.19.2

aco@gmx.net (JIRA)

unread,
Dec 13, 2016, 11:37:02 AM12/13/16
to jenkinsc...@googlegroups.com

This is really a blocker for us. We cant switch our Openfire Server to SSO because then Jenkins would be locked-out.
There should be an option where you can choose to use GSSAPI or PLAIN

srinivasan.venkataraman@efi.com (JIRA)

unread,
Mar 2, 2017, 1:25:04 AM3/2/17
to jenkinsc...@googlegroups.com

flo@geekplace.eu (JIRA)

unread,
May 28, 2019, 4:57:01 PM5/28/19
to jenkinsc...@googlegroups.com
Florian Schmaus started work on Bug JENKINS-31979
 
Change By: Florian Schmaus
Status: Open In Progress
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

flo@geekplace.eu (JIRA)

unread,
May 28, 2019, 4:58:02 PM5/28/19
to jenkinsc...@googlegroups.com
Florian Schmaus closed an issue as Not A Defect
 
Change By: Florian Schmaus
Status: In Progress Closed
Resolution: Not A Defect
Reply all
Reply to author
Forward
0 new messages