Spark Authentication problem: SASL authentication failed

I have downloaded the latest spark source code and ran an “ant dist”, went into the target/build/bin and ran the startup.sh script.

I put in my openfire server and used the credentials I had set up on the server and tried to log in. I saw this message in the console. I did a “svn up” to make sure I had the latest version, It says Im at 10106.

WARNING: Exception in Login:

SASL authentication failed:

at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java: 327)

at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:438)

at org.jivesoftware.LoginDialog$LoginPanel.login(LoginDialog.java:861)

at org.jivesoftware.LoginDialog$LoginPanel.access$400(LoginDialog.java:200)

at org.jivesoftware.LoginDialog$LoginPanel$1.construct(LoginDialog.java:604)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:131)

at java.lang.Thread.run(Thread.java:619)

I downloaded spark 2.5.8 and tried to log on and I was able to log in.

Did I do something wrong on my build? Im not sure where I am going wrong here, thanks for all of your help.

I downloaded the code for 2_5_8 and was able to build that just fine.