Re: Something broke! (Error 500)

2017-09-23 Thread Christian Hammond
Sounds like there may also be some dependency issues, perhaps a too-new
version of Django installed.

1.7 is no longer supported, and its dependency list isn't adequately
covering the range of versions needed for some dependencies. Why are you
looking to upgrade to 1.7? Can you use 2.5.x instead?

Christian


On Sat, Sep 23, 2017 at 12:52 David Trowbridge  wrote:

> You should not be running with DEBUG=True with Review Board 1.7. Doing so
> will definitely break your site.
>
> Run without that, and then check the review board log file to see if there
> are any errors. You may need to use rb-site manage /path/to/site
> set-siteconfig to enable logging if it was not set up already.
>
> -David
>
> On Sat, Sep 23, 2017 at 3:51 PM Praveen 
> wrote:
>
>> Hi,
>>
>> I am trying to migrate review board (1v+ to 1.7v) from one host to
>> another (EL6 x86_64).
>> I was able to install and get running a fresh review board site.
>>
>> To migrate the content from old instance, followed below steps:
>> 1) Installed a new reviewboard site (rb-site install /var/www/reviews)
>> 2) Took mysql dump of reivewboard database from source instance
>> 3) Dropped the database created newly for #1
>> 4) Created databsae. Imported the mysql dump and granted permissions to
>> database user.
>> 5) Restored SECRET_KEY from old instance into
>> /var/www/reviews/conf/settings_local.py
>> 6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.
>>
>> For a brief time, the server was listing the old review requests *although
>> I was not able to create a new review request* (uploading patch was not
>> taking me to the review page, instead it stayed on same "New review
>> request" page itself).
>>
>> Now I am noticing "Something broke! (Error 500)" when try to reach the
>> server. I have enabled Debug=True in
>> /var/www/reviews/conf/settings_local.py but does not help.
>>
>> Apache logs from /etc/httpd/logs/error_log:
>>
>> [Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded,
>> skipping
>> [Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest
>> authentication ...
>> [Sat Sep 23 18:16:22 2017] [notice] Digest: done
>> [Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2
>> mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
>> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
>> /usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
>> DeprecationWarning: Function-based generic views have been deprecated; use
>> class-based views instead.
>> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
>> DeprecationWarning
>> [Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61]
>> */usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
>> DeprecationWarning: Function-based generic views have been deprecated; use
>> class-based views instead.*
>> I don't see any other exception or errors. Where will be reviewboard log?
>>
>> Kindly shed some light what could be the issue and how to debug this.
>>
>> Thanks,
>> Praveen
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-- 
Christian Hammond
President/CEO of Beanbag
Makers of Review Board

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Something broke! (Error 500)

2017-09-23 Thread David Trowbridge
You should not be running with DEBUG=True with Review Board 1.7. Doing so
will definitely break your site.

Run without that, and then check the review board log file to see if there
are any errors. You may need to use rb-site manage /path/to/site
set-siteconfig to enable logging if it was not set up already.

-David

On Sat, Sep 23, 2017 at 3:51 PM Praveen 
wrote:

> Hi,
>
> I am trying to migrate review board (1v+ to 1.7v) from one host to another
> (EL6 x86_64).
> I was able to install and get running a fresh review board site.
>
> To migrate the content from old instance, followed below steps:
> 1) Installed a new reviewboard site (rb-site install /var/www/reviews)
> 2) Took mysql dump of reivewboard database from source instance
> 3) Dropped the database created newly for #1
> 4) Created databsae. Imported the mysql dump and granted permissions to
> database user.
> 5) Restored SECRET_KEY from old instance into
> /var/www/reviews/conf/settings_local.py
> 6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.
>
> For a brief time, the server was listing the old review requests *although
> I was not able to create a new review request* (uploading patch was not
> taking me to the review page, instead it stayed on same "New review
> request" page itself).
>
> Now I am noticing "Something broke! (Error 500)" when try to reach the
> server. I have enabled Debug=True in
> /var/www/reviews/conf/settings_local.py but does not help.
>
> Apache logs from /etc/httpd/logs/error_log:
>
> [Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded,
> skipping
> [Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Sep 23 18:16:22 2017] [notice] Digest: done
> [Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2
> mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> /usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> DeprecationWarning
> [Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61]
> */usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.*
> I don't see any other exception or errors. Where will be reviewboard log?
>
> Kindly shed some light what could be the issue and how to debug this.
>
> Thanks,
> Praveen
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Something broke! (Error 500)

2017-09-23 Thread Praveen
Hi,

I am trying to migrate review board (1v+ to 1.7v) from one host to another 
(EL6 x86_64).
I was able to install and get running a fresh review board site.

To migrate the content from old instance, followed below steps:
1) Installed a new reviewboard site (rb-site install /var/www/reviews)
2) Took mysql dump of reivewboard database from source instance
3) Dropped the database created newly for #1
4) Created databsae. Imported the mysql dump and granted permissions to 
database user.
5) Restored SECRET_KEY from old instance into 
/var/www/reviews/conf/settings_local.py
6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.

For a brief time, the server was listing the old review requests *although 
I was not able to create a new review request* (uploading patch was not 
taking me to the review page, instead it stayed on same "New review 
request" page itself).

Now I am noticing "Something broke! (Error 500)" when try to reach the 
server. I have enabled Debug=True in 
/var/www/reviews/conf/settings_local.py but does not help.

Apache logs from /etc/httpd/logs/error_log:

[Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded, 
skipping
[Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest 
authentication ...
[Sat Sep 23 18:16:22 2017] [notice] Digest: done
[Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2 
mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
[Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61] 
/usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10: 
DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]   
DeprecationWarning
[Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61] 
*/usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10: 
DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.*
I don't see any other exception or errors. Where will be reviewboard log?

Kindly shed some light what could be the issue and how to debug this. 

Thanks,
Praveen

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Djblets Ticket #4594: conditionSetViewTests.es6.js tests are currently failing in Firefox

2017-09-23 Thread Mike Conley
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4594/
--

New update by mconley
For Beanbag, Inc. > Djblets > Ticket #4594


Summary:
- conditionSetViewTests.es6.js tests are currently failing
+ conditionSetViewTests.es6.js tests are currently failing in Firefox

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Djblets Ticket #4594: conditionSetViewTests.es6.js tests are currently failing

2017-09-23 Thread Mike Conley
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4594/
--

New update by mconley
For Beanbag, Inc. > Djblets > Ticket #4594


Reply:

Interestingly, these tests pass just fine in Chrome.

They fail in Firefox. Looks like an attribute ordering issue.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Djblets Ticket #4594: conditionSetViewTests.es6.js tests are currently failing

2017-09-23 Thread Mike Conley
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4594/
--

New ticket #4594 by mconley
For Beanbag, Inc. > Djblets

Status: New


--
conditionSetViewTests.es6.js tests are currently failing
==

# What version of Djblets are you using?

0.10.x branch

# Which module(s) have the problem?

Forms


# What steps will reproduce the problem?
1. Run Review Board local server
2. Browse to http://localhost:8080/js-tests


# What is the expected output? What do you see instead?

The tests should all pass. Instead, I see the following failures:

```
djblets forms views ConditionValueFormFieldView Rendering Loaded rows
Expected '' to be 
''.
Expected '' to be 
''.
at stack (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1577:17)
at buildExpectationResult 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1547:14)
at expectationResultFactory 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:638:18)
at Spec.prototype.addExpectationResult 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:330:29)
at addExpectationResult 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:588:16)
at Expectation.prototype.wrapCompare/< 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1501:7)
at (unknown) (conditionSetViewTests.es6.js:125:12)
at attemptSync (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1886:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1874:9)
at QueueRunner.prototype.execute 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1859:5)
at queueRunnerFactory 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:697:7)
at Spec.prototype.execute 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:359:5)
at fn (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2479:32)
at attemptAsync 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1916:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1871:9)
at QueueRunner.prototype.execute 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1859:5)
at queueRunnerFactory 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:697:7)
at fn (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2464:13)
at attemptAsync 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1916:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1871:9)
at QueueRunner.prototype.execute 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1859:5)
at queueRunnerFactory 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:697:7)
at fn (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2464:13)
at attemptAsync 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1916:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1871:9)
at QueueRunner.prototype.execute 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1859:5)
at queueRunnerFactory 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:697:7)
at fn (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2464:13)
at attemptAsync 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1916:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1871:9)
at attemptAsync/next< 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1898:11)
at once/< (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1842:9)
at onComplete (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2467:17)
at clearStack (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:660:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1881:7)
at attemptAsync/next< 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1898:11)
at once/< (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1842:9)
at onComplete (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2467:17)
at clearStack (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:660:9)
at QueueRunner.prototype.run 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1881:7)
at attemptAsync/next< 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1898:11)
at once/< (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1842:9)
at onComplete (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:2467:17)
Expected '' to 
be ''.
Expected '' to 
be ''.
at stack (http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1577:17)
at buildExpectationResult 
(http://localhost:8080/static/lib/js/jasmine-2.4.1.js:1547:14)
at expectationResultFactory 

Re: RBTools Ticket #4551: Allow rbt diff to take --no-renames argument for GIT repos

2017-09-23 Thread Barret Rennie
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4551/
--

New update by totoroliu
For Beanbag, Inc. > RBTools > Ticket #4551


Assigned to:
+ bleblan2

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4507: Add a user permission for group listing through the API

2017-09-23 Thread claudzchen
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4507/
--

New update by g.iche
For Beanbag, Inc. > Review Board > Ticket #4507


Reply:

making the permission allow non-admin users to view invite-only groups. 
hidden groups are still hidden.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4592: In a review, you can no longer use Update -> Add File does not do anything

2017-09-23 Thread Barret Rennie
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4592/
--

New update by nicho
For Beanbag, Inc. > Review Board > Ticket #4592


Status:
- New
+ Confirmed


Milestones:
+ Release-3.0


Assigned to:
+ nicho

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #4592: In a review, you can no longer use Update -> Add File does not do anything

2017-09-23 Thread Mike Conley
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4592/
--

New update by nicho
For Beanbag, Inc. > Review Board > Ticket #4592


Reply:

nicho has a patch cooking for this at 
https://reviews.reviewboard.org/r/9207/.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.