Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread J Arrizza
Ok. We'll just skip the review on this one change. Thanks for your help! John On Fri, May 24, 2013 at 4:51 PM, Christian Hammond wrote: > Hi, > > I don't know. It's not our timeout. That's pretty much an unmanageably > long diff though, and you're going to hit other issues with it as well (not

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread Christian Hammond
Hi, I don't know. It's not our timeout. That's pretty much an unmanageably long diff though, and you're going to hit other issues with it as well (not the least of which is review time). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, In

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread J Arrizza
Christian, Looks like it is a timeout. There are only 9 changesets in the repo (it's a new one) and rev 4 is in fact a big change. I used the used the incorrect command to do the diff (hg diff -r 4). The correct mercurial command is hg diff -c 4 | wc 136638 672689 5040973 (Sorry for th

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread Christian Hammond
Okay. Well, the stack trace indicates it has to do with reading the uploaded file. There's an I/O error at some point reading that. I wouldn't be able to say why without some extensive debugging in there. I should point out that this is all inside Django code where this loading is happening, an

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread J Arrizza
No, it's quite small: hg diff -r 4 | wc 106 5393737 On Fri, May 24, 2013 at 3:00 PM, Christian Hammond wrote: > How big is the diff you're trying to upload? Could it be just too large > and timing out? > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Boar

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread Christian Hammond
How big is the diff you're trying to upload? Could it be just too large and timing out? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, May 24, 2013 at 2:40 PM, J Arrizza wrote: > Hi Christian, >

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread J Arrizza
Hi Christian, I fixed the directory owner to be -R www-data:www-data (it was incorrect). I deleted the current reviewboard.log I pressed "Save" in the Logging Settings I redid the hg postreview Here is the complete log cm5@cm5:/fmcapps/log$ cat reviewboard.log 2013-05-24 21:36:58,071 - INFO - -

Re: RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread Christian Hammond
Hi, Can you check to see what reviewboard.log says when doing this? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, May 24, 2013 at 2:25 PM, J Arrizza wrote: > We recently upgraded from RB 1.7 B

RB 1.7.7.1 Internal Server Error.

2013-05-24 Thread J Arrizza
We recently upgraded from RB 1.7 Beta 1 to 1.7.7.1 and are now getting Internal Server Errors on one repository, see below for the traceback. - Posting a review creates an empty review, i.e. no diffs. - I can create reviews with diffs in other repositories. Only one repo (so far) that is failing.

Re: Configuration with gitweb

2013-05-24 Thread Peter Snelling
When I try that, the admin web interface says: "Unable to authenticate against this repository using one of the supported authentication types." - Peter On Friday, May 24, 2013 5:08:45 PM UTC-4, David Trowbridge wrote: > In the repository configuration, you'll want to set your path to > sne

Re: Configuration with gitweb

2013-05-24 Thread David Trowbridge
In the repository configuration, you'll want to set your path to snelling@172.16.27.63:/localdisk/git/repositories/TCD.git and the raw file url to the gitweb url that you currently have as the path. -David On Fri, May 24, 2013 at 1:53 PM, Peter Snelling wrote: > I've just installed ReviewBoard

Configuration with gitweb

2013-05-24 Thread Peter Snelling
I've just installed ReviewBoard 1.7.7.1 on a Suse linux server (with git, apache, postgresql, modswgi, memcached, ...). I had some trouble adding our central git repository using the admin web interface. What finally seemed to work was using a gitweb interface to our repository. I set the Path

Re: Statistics Extensions

2013-05-24 Thread David Trowbridge
Nothing has been actively worked on until recently. We're working on some reporting functionality, which we'll probably make available under a commercial license (in order to fund the project). If you'd like to be notified when we make that available, we'll post on this list, but our announcements

Statistics Extensions

2013-05-24 Thread Chad Peterson
Hello, What ever came of the statistics extension that was being worked on a couple/few years ago? Is it available in some location for the current ReviewBoard release? Thanks! -Chad -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Le

Re: Error: TemplateSyntaxError: Caught SuspiciousOperation while rendering: Invalid HTTP_HOST header

2013-05-24 Thread Ryan Guilbault
I would never have guessed that. ever! let me see what I can do to maybe rename this machine and see if the issue is cleared up. thank you much for your insight!! On Fri, May 24, 2013 at 2:58 PM, Christian Hammond wrote: > The reason is that "_" is not valid in hostnames. Django sees that and

Re: Error: TemplateSyntaxError: Caught SuspiciousOperation while rendering: Invalid HTTP_HOST header

2013-05-24 Thread Christian Hammond
The reason is that "_" is not valid in hostnames. Django sees that and assumes something bad is happening. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Fri, May 24, 2013 at 7:57 AM, Ryan Guilbault wr

Re: Error: TemplateSyntaxError: Caught SuspiciousOperation while rendering: Invalid HTTP_HOST header

2013-05-24 Thread Ryan Guilbault
interestingly, after removing ALLOWED_HOSTS and even switching back to DEBUG = False, I'm getting back: ['*'] from running the lines you recommended. here is my settings_local.py file: # Site-specific configuration settings for Review Board > # Definitions of these settings can be found at > #

Re: Error: TemplateSyntaxError: Caught SuspiciousOperation while rendering: Invalid HTTP_HOST header

2013-05-24 Thread Christian Hammond
Hi, If ALLOWED_HOSTS is not set, you shouldn't see this, unless you're accessing it with a domain that Django doesn't consider to be a validly formed domain. It will first check the "Host:" header (as sent by the client) and, if that's missing, the server name as reported by mod_wsgi. It would he

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-05-24 Thread Rahul Patil
hi Christian. The error is the same as with 1.6.3. 2013-05-02 12:34:10,206 - DEBUG - - starting thread (client mode): 0x2f88e250L 2013-05-02 12:34:10,453 - INFO - - Connected (version 2.0, client OpenSSH_4.3) 2013-05-02 12:34:10,697 - DEBUG - - kex algos:['diffie-hellman-group-exchange-sha1