Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2011-08-09 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2224 by genecoop...@gmail.com: post-review fails w/ "error  
fetching extended information for this repository"

http://code.google.com/p/reviewboard/issues/detail?id=2224

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
post-review --version : RBTools 0.3.2

What's the URL of the page containing the problem?
  Produce an svn diff w/ many files.

What steps will reproduce the problem?
  'svn diff' reports about 650 lines of diff spread over 11 files.
  I do:  post-review  (in top level); or  post-review --debug

What is the expected output? What do you see instead?
  It fails with:
... ['svn info' for each file, w/ 'svn info' msg repeated three times]

svn info dmtcp/src/mtcpinterface.cpp
svn info dmtcp/src/mtcpinterface.cpp
svn info dmtcp/src/mtcpinterface.cpp
HTTP GETting http://XXX.ccs.neu.edu/api/repositories/
HTTP GETting http://XXX.ccs.neu.edu/api/repositories/1/
HTTP GETting http://XXX.ccs.neu.edu/api/repositories/1/info/
Got API Error 210 (HTTP code 500): There was an error fetching extended  
information for this repository
Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error  
fetching extended information for this repository', u'code': 210}}
Attempting to create review request on  
https://dmtcp.svn.sourceforge.net/svnroot/dmtcp for None
HTTP POSTing to http://XXX.ccs.neu.edu/api/review-requests/:  
{'repository': 'https://dmtcp.svn.sourceforge.net/svnroot/dmtcp'}
Got API Error 206 (HTTP code 400): The repository path specified is not  
in the list of known repositories
Error data: {u'stat': u'fail', u'repository':  
u'https://dmtcp.svn.sourceforge.net/svnroot/dmtcp', u'err': {u'msg':  
u'The repository path specified is not in the list of known  
repositories', u'code': 206}}


What operating system are you using? What browser?
  Linux, no browser

Please provide any additional information below.
  The bug seems to be associated with a larger 'svn diff'.  Could it be a  
slow server?  Is there a way to force post-review to slow down and pause  
between each file?  Our DMTCP svn repository is at dmtcp.sf.net.  Our  
reviewboard setup is on a local machine at our site.  We don't have 'man  
post-review' here, but if you tell me where the config files for post-revew  
are, I can send them.
(DMTCP is a package for transparent checkpointing, about 30,000 lines  
of code under svn.)
Searching on "error fetching extended information for this repository"  
yields two other possibly related bugs:  Issue 1653 and Issue 2200.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2012-12-23 Thread reviewboard

Updates:
Labels: Component-SCMTools

Comment #1 on issue 2224 by trowb...@gmail.com: post-review fails w/ "error  
fetching extended information for this repository"

http://code.google.com/p/reviewboard/issues/detail?id=2224

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #3 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ "error fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

I received this error while I was configuring .reviewboardrc via `rbt  
setup-repo`.




Attachments:
rberror.PNG  11.0 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #4 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ "error fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

Update:

I ran the command `rbt setup-repo` in the top level directory of my repo  
(which was checked out via TortoiseSVN). After trying above, I tried to  
manually add a .reviewboardrc file as shown in the screenshot. Then I tried  
`rbt post`, which gives me the same error.


The message seems to indicate that the repository is not connectable. But I  
can connect via SVN command as shown in the second image attached here.





Attachments:
rberror2.PNG  4.3 KB
rberror3.PNG  1.4 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #5 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ "error fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

Some more info. Before I ran above commands, the following property on the  
SVN repo was already set. Proof here:


Thanks if you could give me any pointers.

Attachments:
rberror4.PNG  1.4 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #6 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ "error fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

I had the same problem. In fact, I had this very error when I ran `rbt  
setup-repo`. Anyways, I added my own .reviewboardrc manually. However, I  
can't seem to remove the error. Here are two screenshots of my setups,  
followed by an detailed exception thrown by running `rbt post d`.


Any help is appreciated.

Attachments:
rberror1.PNG  22.2 KB
rberror2.PNG  42.7 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #7 on issue 2224 by imyuanj...@gmail.com: post-review fails  
w/ "error fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

Some updates I found by tracking down the python exception in my previous  
comment:


`http GET http://192.168.0.152:8051/api` results in a 200 but  
`http://192.168.0.152:8051/api/repositories` results in a 404.


I attached the /api file downloaded by the browser here if it can be  
helpful.


When I created the reviewboard site, I ran `rb-site install  
/var/www/reviews.fht360.com` to create my site. I initially access my site  
by inserting `127.0.0.1  reviews.fht360.com` to the hosts file. Later on, I  
decided to make others in my team to access this by directly accessing via  
the ip address and port no. I also added the following to the  
settings_local.py:


 ALLOWED_HOSTS = ['reviews.fht360.com', 'localhost', '192.168.0.152']

Actually in my Reviewboard site, if I click [RBTools Setup] beside my repo,  
it will recommend me to add the following to the .reviewboardrc file:


 REVIEWBOARD_URL = 'http://reviews.fht360.com/'
 REPOSITORY = 'Test1'

I tried that also but it is not working.

Attachments:
download  8.2 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2224 in reviewboard: post-review fails w/ "error fetching extended information for this repository"

2014-12-18 Thread reviewboard


Comment #8 on issue 2224 by trowb...@gmail.com: post-review fails w/ "error  
fetching extended information for this repository"

https://code.google.com/p/reviewboard/issues/detail?id=2224

Your 'rbt post -d' screenshot shows that it returned HTTP 500, which means  
something is wrong on the server side. Can you check the server logs  
(apache and reviewboard) and see what errors are in there? Please also  
include the review board version with your report.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.