ereviewboard
ereviewboard copied to clipboard
Authentication failed, please check your username and password
Whenever you create a task repository in eclipse for reviewboard and provide user credential it works fine for the first time, but after restarting eclipse if you click update repository configuration in task repository it gives "Updating repository conguration failed : Authentication failed, please check your username and password" error. Further, if you go to properties of the repository and try to validate again providing your credential it gives the same error, but if you remove the repository and re-add again it works fine till you restart eclipse again.
What versions of Eclipse and Mylyn are you using?
I am using Eclipse Neon.2 Release (4.6.2) and for Mylyn see screenshot.
Hm, that's strange. When you open the task repository dialog, where you enter your username and password, are they still filled in?
If they are, it would be interesting to find out if the same values are sent before and after the restart. You can capture them using wireshark or maybe mitmproxy.
I also encountered it. Albeit a bit differently. My password was changed on the server and I wanted to change it in eclipse too.
I investigated it some month ago. As I recall the old password is getting used in mylyn deeps unnecessarily verifying the server causing an AuthFailed exception.