rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

Repository not found error #91

Open johnstonskj opened 12 years ago

johnstonskj commented 12 years ago

Just installed the connector and started the add new repository wizard. I entered the root URL for our reviewboard server (https://cr.mycompany.com/) and my user ID and password, I know our server is version 1.5 and I can get the /api/ document for it so am not sure what's missing based on the error message "Repository not found" when I press the validate button.

rombert commented 12 years ago

Can you get a wireshark or similar network dump? It would help to see what response ( if any ) is returned from the server.

johnstonskj commented 12 years ago

Our server uses https and authentication so I found the tcpdump less than helpful.

Interestingly, if you use http://cr.company.com/ you get a 302 redirect to https://cr.company.com/. You must use authentication, or you get a 401. If you specify https://cr.company.com/api you get a 302 redirect to https://cr.company.com/api/.

Are the redirects part of the problem?

On Wed, Feb 1, 2012 at 2:34 PM, Robert Munteanu < reply@reply.github.com

wrote:

Can you get a wireshark or similar network dump? It would help to see what response ( if any ) is returned from the server.


Reply to this email directly or view it on GitHub: https://github.com/rombert/ereviewboard/issues/91#issuecomment-3768699

rombert commented 12 years ago

What do you use as the repository address - https://cr.company.com/ ?

rombert commented 11 years ago

Is this still an issue?