Re: Error 500 after installation (Shhh... Review Board is taking a nap)

2021-06-01 Thread Jegan Silvester
Hi,

Please change from  ALLOWED_HOSTS=['localhost.localdomain'] 
to

ALLOWED_HOSTS=["*"]

It will work. Please try and let me know. I did it and found it working 

Regards,
Jegan
On Tuesday, June 1, 2021 at 9:12:35 PM UTC+5:30 mike.ba...@gmail.com wrote:

> Hi David,
>
> Log directory of ReviewBoard is empty. I have taken a look into apache2 
> errors log:
>
> Tue Jun 01 10:35:12.708494 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] mod_wsgi (pid=483): Failed to 
> exec Python script file '/var/www/
> reviews.example.net/htdocs/reviewboard.wsgi'.
> [Tue Jun 01 10:35:12.708521 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] mod_wsgi (pid=483): Exception 
> occurred processing WSGI script '/var/www/
> reviews.example.net/htdocs/reviewboard.wsgi'.
> [Tue Jun 01 10:35:12.708536 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] Traceback (most recent call 
> last):
> [Tue Jun 01 10:35:12.708551 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884]   File "/var/www/
> reviews.example.net/htdocs/reviewboard.wsgi", line 3, in 
> [Tue Jun 01 10:35:12.708571 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] import pkg_resources
> [Tue Jun 01 10:35:12.708587 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 79, in 
> 
> [Tue Jun 01 10:35:12.708598 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] from . import py31compat
> [Tue Jun 01 10:35:12.708610 2021] [wsgi:error] [pid 483:tid 
> 140400769578752] [client 127.0.0.1:51884] ImportError: cannot import name 
> py31compat
>
> I have tried to install this packet directly, but without success:
> mixa@mixa-VirtualBox:~$ pip install py31compat
> ERROR: Could not find a version that satisfies the requirement py31compat 
> (from versions: none)
> ERROR: No matching distribution found for py31compat
>
>
> I have tried to google this ImportError and have found the next page on 
> stackoverflow - 
> https://stackoverflow.com/questions/46998858/importerror-no-module-named-py31compat
> But in fact, this didn't help, because I have already had setuptools.
>
> Proof:
> mixa@mixa-VirtualBox:~$ pip install setuptools
> Requirement already satisfied: setuptools in 
> /usr/lib/python3/dist-packages (45.2.0)
>
> Thanks!
>
> 
> Best regards,
> Mike
> вторник, 1 июня 2021 г. в 00:24:18 UTC-5, David Trowbridge: 
>
>> Can you look in the Review Board and/or web server log files?
>>
>> David
>>
>> On Mon, May 31, 2021 at 6:31 PM Mike Basov  wrote:
>>
>>> Hello guys!
>>>
>>> I have just installed ReviewBoard 4.0.1 on my Ubuntu 20.04 VM and always 
>>> see Error 500 when I am trying to open review board in the configured 
>>> localhost.
>>>
>>> I googled this problem and have seen that I should enable DEBUG option 
>>> in the *settings_local.py* config file. I had done this and nothing 
>>> changes. I still can't see detailed description of errors.
>>>
>>> Could you help to figure out this problem?
>>>
>>> Thanks!
>>>
>>> ---
>>> Best regards,
>>> Mike
>>>
>>> -- 
>>> 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 "Review Board Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to reviewboard...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/reviewboard/cbeb55e8-45f3-462e-ac94-84951710786bn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/962b7d6c-aaee-48ff-a044-7f6094a7965bn%40googlegroups.com.


Re: Mercurial repository is not listed in Review Board

2021-05-29 Thread Jegan Silvester
Hi All,

Please find the GUI snapshot

What steps should I perform so that the Mercurial gets listed in the 
repository type

Regards,
Jegan



On Friday, May 28, 2021 at 7:43:07 PM UTC+5:30 Jegan Silvester wrote:

> Hi,
>
> When I try to Add the Repository in the review board, I am not able to 
> select the Repository Type as Mercurial in Admin UI
>
> Regards,
> Jegan
>
> On Friday, May 28, 2021 at 7:33:42 PM UTC+5:30 tw.be...@gmail.com wrote:
>
>> We use hgweb, but see  
>> https://www.reviewboard.org/docs/manual/3.0/admin/configuration/repositories/mercurial/#adding-the-repository
>>   
>> for other options. 
>>
>> On Friday, 28 May 2021 at 15:48:03 UTC+2 jeganc...@gmail.com wrote:
>>
>>> Hi All,
>>>
>>> I have installed Review Board on Server A
>>>
>>> I have a Mercurial repository in a Server B
>>>
>>> I want to add that repository,, but the repository-type is on listed on 
>>> UI
>>>
>>> HOw to solve it?
>>>
>>> Regards,
>>> Jegan
>>>
>>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/7f46df87-9c01-4957-9344-9b801dd0d5e9n%40googlegroups.com.


Re: Mercurial repository is not listed in Review Board

2021-05-29 Thread Jegan Silvester
The mercurial repository is hosted on apache webserver in a different PC.


On Saturday, May 29, 2021 at 11:22:23 PM UTC+5:30 Jegan Silvester wrote:

> Hi All,
>
> Please find the GUI snapshot
>
> What steps should I perform so that the Mercurial gets listed in the 
> repository type
>
> Regards,
> Jegan
>
>
>
> On Friday, May 28, 2021 at 7:43:07 PM UTC+5:30 Jegan Silvester wrote:
>
>> Hi,
>>
>> When I try to Add the Repository in the review board, I am not able to 
>> select the Repository Type as Mercurial in Admin UI
>>
>> Regards,
>> Jegan
>>
>> On Friday, May 28, 2021 at 7:33:42 PM UTC+5:30 tw.be...@gmail.com wrote:
>>
>>> We use hgweb, but see  
>>> https://www.reviewboard.org/docs/manual/3.0/admin/configuration/repositories/mercurial/#adding-the-repository
>>>   
>>> for other options. 
>>>
>>> On Friday, 28 May 2021 at 15:48:03 UTC+2 jeganc...@gmail.com wrote:
>>>
>>>> Hi All,
>>>>
>>>> I have installed Review Board on Server A
>>>>
>>>> I have a Mercurial repository in a Server B
>>>>
>>>> I want to add that repository,, but the repository-type is on listed on 
>>>> UI
>>>>
>>>> HOw to solve it?
>>>>
>>>> Regards,
>>>> Jegan
>>>>
>>>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/88d4fa6f-4134-4bfa-9589-920a9bd59420n%40googlegroups.com.


Re: Mercurial repository is not listed in Review Board

2021-05-28 Thread Jegan Silvester
Hi,

When I try to Add the Repository in the review board, I am not able to 
select the Repository Type as Mercurial in Admin UI

Regards,
Jegan

On Friday, May 28, 2021 at 7:33:42 PM UTC+5:30 tw.be...@gmail.com wrote:

> We use hgweb, but see  
> https://www.reviewboard.org/docs/manual/3.0/admin/configuration/repositories/mercurial/#adding-the-repository
>   
> for other options. 
>
> On Friday, 28 May 2021 at 15:48:03 UTC+2 jeganc...@gmail.com wrote:
>
>> Hi All,
>>
>> I have installed Review Board on Server A
>>
>> I have a Mercurial repository in a Server B
>>
>> I want to add that repository,, but the repository-type is on listed on UI
>>
>> HOw to solve it?
>>
>> Regards,
>> Jegan
>>
>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/7b62f9f7-327f-4ff3-9e52-b14a792e7e8an%40googlegroups.com.


Mercurial repository is not listed in Review Board

2021-05-28 Thread Jegan Silvester
Hi All,

I have installed Review Board on Server A

I have a Mercurial repository in a Server B

I want to add that repository,, but the repository-type is on listed on UI

HOw to solve it?

Regards,
Jegan

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/f112eaaa-cf40-494f-b2c7-068ed9ea05e3n%40googlegroups.com.