Re: Review Board timeout / throw exception randomly while doing normal operation.

2016-12-19 Thread kapil chauhan
Hi Christian, Thanks for your reply .Here are requested details 1) Server info: Red Hat Enterprise Linux Server release 6.4 2)repository type : git 3)OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013 reviewboard site conf (apache-wsgi.conf) : ServerName servername.example.com

Re: Review Board Ticket #3843: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 70: ordinal not in range(128)

2016-12-19 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3843/ -- New update by mark*@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #3843: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 70: ordinal not in range(128)

2016-12-19 Thread Subodh Konhor
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/3843/ -- New update by mark*@gmai* (Google Code) For Beanbag, Inc. > Review

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-12-19 Thread Christian Hammond
Hi, Sorry you're hitting this too. To confirm, did the actual database upgrade itself complete without errors, once the table type and such were adjusted? Can you show me the full error information? Thanks, Christian On Mon, Dec 19, 2016 at 15:23 Koushik Roy wrote:

Re: A weird unicode puzzle after upgrade from 2.0.20 to 2.5.4

2016-12-19 Thread Koushik Roy
Christian, I too, have faced this problem while upgrading from 2.0.21 to 2.5.7 The 'invalid utf8 character' may be only a symptom of the problem. My only guess is around the following - - the database was using 'latin1' as default charset, RB 2.5.x expects 'utf8'. So some

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-19 Thread Christian Hammond
Hi John, What version of RBTools and Review Board are you using? Can you show a full debug log (using --debug)? Along with that, can you run the following and attach the file: rbt diff --debug > rbt-diff.log 2>&1 Thanks, Christian -- Christian Hammond President/CEO of Beanbag

rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-19 Thread John
We are using mercurial in our environment and for some reason we are seeing a number of __init__.py (blank files for module inclusion in python) are being added to our diff file. Here is the process we used to reproduce the issue: 1. Clone a branch in the repo. 2. create a new file with some

Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3078: ordinal not in range(128)

2016-12-19 Thread Christian Hammond
Hi, What version of Review Board are you using? Christian On Mon, Dec 19, 2016 at 07:00 wrote: > Hi! > > After trying out reviewboard we struggle to be able to post a review via > the web interface on base of a commit. The error in the server log is the > following: > >

Re: Depends-On, Blocks and Circular Reference

2016-12-19 Thread David Trowbridge
This bug is fixed in 2.0.21. -David On Mon, Dec 19, 2016 at 8:55 AM Philip Sanders wrote: > I think I just hit this issue with the same release too. Is there any way > to get out of this situation other than creating an entire new review? > > > On Friday, July 3,

Re: Depends-On, Blocks and Circular Reference

2016-12-19 Thread Philip Sanders
I think I just hit this issue with the same release too. Is there any way to get out of this situation other than creating an entire new review? On Friday, July 3, 2015 at 3:54:30 PM UTC-5, David Trowbridge wrote: > > Dan, > > This is something that used to work correctly, but obviously

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3078: ordinal not in range(128)

2016-12-19 Thread christiaan
Hi! After trying out reviewboard we struggle to be able to post a review via the web interface on base of a commit. The error in the server log is the following: 2016-12-19 14:24:08,215 - DEBUG - - Logging to /var/www//logs/reviewboard.log with a minimum level of DEBUG 2016-12-19

Re: Review Board timeout / throw exception randomly while doing normal operation.

2016-12-19 Thread Christian Hammond
Hi, What type of repository are you using? This is generally due to a timeout or communication issue with that repository. The OpenSSL errors are pretty interesting though... I've never seen those before. Can you tell me more about the server? Distro and version, OpenSSL version, and type of

Review Board timeout / throw exception randomly while doing normal operation.

2016-12-19 Thread kapil chauhan
Hi Team, I am running ReviewBoard site ( Version 2.5.6.1) while doing normal operation it is throwing couple of weird below error.  Error 1 :  InternalError at /admin/db/scmtools/repository/12/ Unknown OpenSSL error. This error is commonly encountered when another