Hi Everyone,
I am trying to install, and setup JapPix for the first time on Openfire 3.7.1. I have installed the plugin version using the .war file located on this link: http://code.google.com/p/openfire-jappix/downloads/list. After the installation, I logged into the page using the http://www.domain.com:7070/jappix link, this lauched a setup wizared, so I went through the step-by-step, and tried to login. But I only get an error that says Error: Authorization failed. After looking at my debug logs, I found this:
2012.10.26 00:07:54 org.jivesoftware.util.log.util.JettyLog - JettyLog: return with suspended request
2012.10.26 00:07:54 org.jivesoftware.openfire.net.SASLAuthentication - SASLAuthentication: SaslException
javax.security.sasl.SaslException: DIGEST-MD5: digest response format violation. Nonexistent realm: domain.com
at com.sun.security.sasl.digest.DigestMD5Server.validateClientResponse(Unknown Source)
at com.sun.security.sasl.digest.DigestMD5Server.evaluateResponse(Unknown Source)
at org.jivesoftware.openfire.net.SASLAuthentication.handle(SASLAuthentication.java :325)
at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:66 )
at org.jivesoftware.openfire.http.HttpSession.sendPendingPackets(HttpSession.java: 636)
at org.jivesoftware.openfire.http.HttpSessionManager$HttpPacketSender.run(HttpSess ionManager.java:390)
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)
I am also noticing that the manger page will not let me login with the admin username and password I created.
Any input would be great.
Thanks,
Rafael