Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread Shooter Gravatar
More info on this. I started from scratch once again : deleted MySQL database, remove all reviewboard sites and start the rb-site install process again. My site now has one repository, 2 users (the admin and me), one group (myGroup) and one default reviewer (assigns a specific path to myGroup).

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread Shooter Gravatar
Another update. I completely remove ReviewBoard 2.5.7 from my system and downloaded again 2.5.6.1 with easy_install. Run the installation again. Same configuration as before. I can now create a review request from the UI by browsing the commits on my repo, and the default reviewer rule is applie

Windows to Linux migration

2017-01-13 Thread jerome
Hi, I'm having some trouble migrating my reviewboard from Windows to Linux. I was running Bitnami stack to have a self contain reviewboard. I was having Windows version 2.5.1-1 and wanted to move to Linux version 2.5.7-2. So I first upgraded the Windows version 2.5.7-2 under Windows to avoid so

Re: Windows to Linux migration

2017-01-13 Thread David Trowbridge
You should definitely find something in the apache error log. I'd start by double-checking the apache logging configuration to make sure logs are ending up where you'd expect. -David On Fri, Jan 13, 2017 at 10:48 AM wrote: > Hi, > > I'm having some trouble migrating my reviewboard from Windows

Re: Windows to Linux migration

2017-01-13 Thread jerome
I cleared the apache log and here's what I when fetching the page: bash-4.2# cat apache2/logs/access_log 10.1.30.177 - - [13/Jan/2017:14:15:45 -0500] "GET /reviewboard/ HTTP/1.1" 500 250 10.1.30.177 - - [13/Jan/2017:14:15:52 -0500] "GET /reviewboard/ HTTP/1.1" 500 250 10.1.30.177 - - [13/Jan/201

Re: Windows to Linux migration

2017-01-13 Thread jerome
The mysqld.log bash-4.2# cat mysql/data/mysqld.log 170113 14:30:40 mysqld_safe Starting mysqld.bin daemon with databases from /opt/reviewboard-2.5.7-2/mysql/data 170113 14:30:40 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled 170113 14:30

Re: Windows to Linux migration

2017-01-13 Thread David Trowbridge
Can you send the contents of the apache VirtualHost config (which probably lives in the review board site's conf/ directory)? -David On Fri, Jan 13, 2017 at 11:33 AM wrote: > The mysqld.log > > bash-4.2# cat mysql/data/mysqld.log > 170113 14:30:40 mysqld_safe Starting mysqld.bin daemon with dat

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-13 Thread David Trowbridge
Something is super weird with your database schema. The "binary" field of that table should be a longblob, not text (and therefore shouldn't care at all about encodings one way or another). Can you pull out the schema and send it here? -David On Fri, Jan 13, 2017 at 9:08 AM Shooter Gravatar wrot

Re: Windows to Linux migration

2017-01-13 Thread jerome
>From inside /opt/reviewboard-2.5.7-2/ folder: bash-4.2# cat apps/reviewboard/conf/httpd-vhosts.conf ServerName reviewboard.example.com ServerAlias www.reviewboard.example.com DocumentRoot "/opt/reviewboard-2.5.7-2/apps/reviewboard/htdocs/rb-sites/reviewboard/htdocs" Include "/o

Re: Windows to Linux migration

2017-01-13 Thread jerome
I think I have found a clue, the table siteconfig_siteconfiguration contain the server config and the paths! so the Windows dump going to Linux, some paths are C:\... which would prevent the server configuration. I guess I have to cherry pick the data I import here! Is there an easy way to res