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

2021-06-02 Thread Mike Basov
Hi Christian,

Thanks for your response.
I have updated setuptools but it did not help...

Well, I didn't know about this problem with python in Ubuntu.
What is particular Linux distribution could you recommend as a platform for 
install the ReviewBoard?

Thanks.

вторник, 1 июня 2021 г. в 22:29:45 UTC-5, Christian Hammond: 

> This is unfortunately a bug on Ubuntu with their Python installation. A 
> lot of projects have been impacted by this.
>
> Try to use pip to upgrade setuptools and pkg_resources, and see if that 
> addresses it.
>
> Christian
>
>
> On Tue, Jun 1, 2021 at 18:59 Mike Basov  wrote:
>
>> Hi Jegan,
>>
>> Thanks for this advice. I have done this but it doesn't help, 
>> unfortunately.
>> I continue to see this error in apache2 log file: *ImportError: cannot 
>> import name py31compat*
>>
>> Thanks.
>>
>> ---
>> Best regards,
>> Mike
>>
>> вторник, 1 июня 2021 г. в 18:04:05 UTC-5, jeganc...@gmail.com: 
>>
>>> 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 disc

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

2021-06-01 Thread Christian Hammond
This is unfortunately a bug on Ubuntu with their Python installation. A lot
of projects have been impacted by this.

Try to use pip to upgrade setuptools and pkg_resources, and see if that
addresses it.

Christian


On Tue, Jun 1, 2021 at 18:59 Mike Basov  wrote:

> Hi Jegan,
>
> Thanks for this advice. I have done this but it doesn't help,
> unfortunately.
> I continue to see this error in apache2 log file: *ImportError: cannot
> import name py31compat*
>
> Thanks.
>
> ---
> Best regards,
> Mike
>
> вторник, 1 июня 2021 г. в 18:04:05 UTC-5, jeganc...@gmail.com:
>
>> 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! h

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

2021-06-01 Thread Mike Basov
Hi Jegan,

Thanks for this advice. I have done this but it doesn't help, unfortunately.
I continue to see this error in apache2 log file: *ImportError: cannot 
import name py31compat*

Thanks.

---
Best regards,
Mike

вторник, 1 июня 2021 г. в 18:04:05 UTC-5, jeganc...@gmail.com: 

> 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/3ef660c2

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: Error 500 after installation (Shhh... Review Board is taking a nap)

2021-06-01 Thread Mike Basov
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/af85e5fa-7f7d-441d-b3ba-d3ba2da52c4cn%40googlegroups.com.


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

2021-05-31 Thread 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+unsubscr...@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/CAFS3VNXkwr7oBtgHpH2noMaUzMCdwb2_TJu8C-ud5t8ascJv0g%40mail.gmail.com.


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

2021-05-31 Thread Mike Basov
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/cbeb55e8-45f3-462e-ac94-84951710786bn%40googlegroups.com.


Re: Review Board is taking a nap After install

2018-10-14 Thread Adriano Gonçalves
Hi Christian,
Thank you for you answer. I'm using Ubuntu Server. Is this setuptools a
dpkg package?

Adriano

Em sáb, 13 de out de 2018 às 20:04, Christian Hammond <
christ...@beanbaginc.com> escreveu:

> Hi Adriano,
>
> This is due to a very old version of the setuptools package being
> installed on your distro. It’s too old to understand some modern Python
> packaging conventions. You’ll need to upgrade it.
>
> Which distro are you running?
>
> Christian
>
>
> On Fri, Oct 12, 2018 at 15:30 Adriano Gonçalves 
> wrote:
>
>> Hi,
>> I have an error in my new ReviewBoard installation. Everytime I try to
>> access it, I see a "Review Board is taking a nap" message. The Apache's
>> error.log shows these errors:
>>
>> [Fri Oct 12 18:40:13.230990 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] mod_wsgi (pid=2658): Target WSGI script 
>> '/var/www/reviewboard/htdocs/reviewboard.wsgi' cannot be loaded as Python 
>> module., referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231075 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] mod_wsgi (pid=2658): Exception occurred processing 
>> WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231108 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] Traceback (most recent call last):, referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231155 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File "/var/www/reviewboard/htdocs/reviewboard.wsgi", 
>> line 3, in , referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231200 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] import pkg_resources, referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231221 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in , 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231254 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] working_set = WorkingSet._build_master(), referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231274 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in 
>> _build_master, referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231306 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] ws.require(__requires__), referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.231368 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require, 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.247835 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] needed = 
>> self.resolve(parse_requirements(requirements)), referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.247901 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in resolve, 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.247974 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] 
>> requirements.extend(dist.requires(req.extras)[::-1]), referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.248015 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in requires, 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.248080 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] dm = self._dep_map, referer: 
>> http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.248119 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2484, in _dep_map, 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.248183 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637] self.__dep_map = self._compute_dependencies(), 
>> referer: http://reviewboard.macae.ufrj.br/
>> [Fri Oct 12 18:40:13.248222 2018] [:error] [pid 2658] [client 
>> 186.192.51.154:59637]   File 
>> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2508, in 
>>

Re: Review Board is taking a nap After install

2018-10-13 Thread Christian Hammond
Hi Adriano,

This is due to a very old version of the setuptools package being installed
on your distro. It’s too old to understand some modern Python packaging
conventions. You’ll need to upgrade it.

Which distro are you running?

Christian


On Fri, Oct 12, 2018 at 15:30 Adriano Gonçalves 
wrote:

> Hi,
> I have an error in my new ReviewBoard installation. Everytime I try to
> access it, I see a "Review Board is taking a nap" message. The Apache's
> error.log shows these errors:
>
> [Fri Oct 12 18:40:13.230990 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] mod_wsgi (pid=2658): Target WSGI script 
> '/var/www/reviewboard/htdocs/reviewboard.wsgi' cannot be loaded as Python 
> module., referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231075 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] mod_wsgi (pid=2658): Exception occurred processing WSGI 
> script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231108 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] Traceback (most recent call last):, referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231155 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File "/var/www/reviewboard/htdocs/reviewboard.wsgi", 
> line 3, in , referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231200 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] import pkg_resources, referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231221 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in , 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231254 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] working_set = WorkingSet._build_master(), referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231274 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in 
> _build_master, referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231306 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] ws.require(__requires__), referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.231368 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require, 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.247835 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] needed = 
> self.resolve(parse_requirements(requirements)), referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.247901 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in resolve, 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.247974 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] 
> requirements.extend(dist.requires(req.extras)[::-1]), referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248015 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in requires, 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248080 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] dm = self._dep_map, referer: 
> http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248119 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2484, in _dep_map, 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248183 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] self.__dep_map = self._compute_dependencies(), 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248222 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2508, in 
> _compute_dependencies, referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248286 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637] parsed = next(parse_requirements(distvers)), 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248325 2018] [:error] [pid 2658] [client 
> 186.192.51.154:59637]   File 
> "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 45, in , 
> referer: http://reviewboard.macae.ufrj.br/
> [Fri Oct 12 18:40:13.248387 2018] [:error] [pid 2658] [c

Review Board is taking a nap After install

2018-10-12 Thread Adriano Gonçalves
Hi,
I have an error in my new ReviewBoard installation. Everytime I try to 
access it, I see a "Review Board is taking a nap" message. The Apache's 
error.log shows these errors:

[Fri Oct 12 18:40:13.230990 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] mod_wsgi (pid=2658): Target WSGI script 
'/var/www/reviewboard/htdocs/reviewboard.wsgi' cannot be loaded as Python 
module., referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231075 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] mod_wsgi (pid=2658): Exception occurred processing WSGI 
script '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231108 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] Traceback (most recent call last):, referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231155 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File "/var/www/reviewboard/htdocs/reviewboard.wsgi", 
line 3, in , referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231200 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] import pkg_resources, referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231221 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in , 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231254 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] working_set = WorkingSet._build_master(), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231274 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in 
_build_master, referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231306 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] ws.require(__requires__), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.231368 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require, 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.247835 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] needed = 
self.resolve(parse_requirements(requirements)), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.247901 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 633, in resolve, 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.247974 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] requirements.extend(dist.requires(req.extras)[::-1]), 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248015 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2291, in requires, 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248080 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] dm = self._dep_map, referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248119 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2484, in _dep_map, 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248183 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] self.__dep_map = self._compute_dependencies(), 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248222 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2508, in 
_compute_dependencies, referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248286 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] parsed = next(parse_requirements(distvers)), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248325 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 45, in , 
referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248387 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] next = lambda o: o.next(), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248426 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2605, in 
parse_requirements, referer: http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248510 2018] [:error] [pid 2658] [client 
186.192.51.154:59637] line, p, specs = 
scan_list(VERSION,LINE_END,line,p,(1,2),"version spec"), referer: 
http://reviewboard.macae.ufrj.br/
[Fri Oct 12 18:40:13.248552 2018] [:error] [pid 2658] [client 
186.192.51.154:59637]   File 
"/usr/lib/python2.7/dist-packages

Re: "Review Board is taking a nap" after update

2016-07-22 Thread Christian Hammond
You say you're using yum only, but Review Board was installed via
easy_install. You shouldn't ever mix yum and easy_install/pip. You either
want to exclusively use the Review Board RPMs, or use only easy_install/pip
for Review Board and its dependencies (and not RPMs).

This may be SELinux-related. You can temporarily turn it off to check, but
that's less secure. The RPMs, I believe, ship with rules that will enable
Review Board to work with SELinux turned on. Python builds do not.

Christian

-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

On Fri, Jul 22, 2016 at 1:15 AM, julien gdt  wrote:

> News:
>
> I reboot the VM and now i got the "Manual server updates required"
> web-page for:
>
>- Data directory changes
>- Extensions static media directory changes
>
>
> I changed permissions, restart the web server and always got this page.
>
> Nothing noticeable on error_log access_log for httpd, nothing new
> on review board log
>

-- 
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: "Review Board is taking a nap" after update

2016-07-22 Thread julien gdt
News:

I reboot the VM and now i got the "Manual server updates required" web-page 
for:

   - Data directory changes
   - Extensions static media directory changes


I changed permissions, restart the web server and always got this page.

Nothing noticeable on error_log access_log for httpd, nothing new on review 
board log

-- 
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: "Review Board is taking a nap" after update

2016-07-22 Thread julien gdt
Hi Christian,

Here is the output:

/usr/lib/python2.7/site-packages/mimeparse.py

/usr/lib/python2.7/site-packages/mimeparse.pyc

/usr/lib/python2.7/site-packages/mimeparse.pyo

/usr/lib/python2.7/site-packages/python_mimeparse-0.1.4-py2.7.egg-info

/usr/share/doc/python-mimeparse-0.1.4

/usr/share/doc/python-mimeparse-0.1.4/README


And Yes always Yum only.


Thanks for your help

Le jeudi 21 juillet 2016 22:42:03 UTC+2, Christian Hammond a écrit :
>
> Hi,
>
> Can you show the results of:
>
> rpm -ql python-mimeparse
>
> Was Review Board ever installed via yum?
>
> Christian
>  
>
> On Thursday, July 21, 2016, julien gdt > 
> wrote:
>
>> Here is my err log from HTTPD:
>>
>> [root@git-jenkins httpd]# tail -f error_log
>>
>> [Thu Jul 21 11:58:51.972655 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] Traceback (most recent call last):, referer: 
>> http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.972724 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640]   File 
>> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 3, in , 
>> referer: http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.972875 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] import pkg_resources, referer: 
>> http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.972910 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640]   File 
>> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, in 
>> , referer: http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.974748 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] working_set.require(__requires__), referer: 
>> http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.974823 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640]   File 
>> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require, 
>> referer: http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.974939 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] needed = 
>> self.resolve(parse_requirements(requirements)), referer: 
>> http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.974987 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640]   File 
>> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve, 
>> referer: http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.975348 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] raise DistributionNotFound(req), referer: 
>> http://git-jenkins/reviewboard/
>>
>> [Thu Jul 21 11:58:51.975553 2016] [:error] [pid 9309] [client 
>> 172.17.17.126:56640] DistributionNotFound: mimeparse>=0.1.3, referer: 
>> http://git-jenkins/reviewboard/
>>
>>
>> Don't understand because mime parse is well installed:
>>
>> [root@git-jenkins httpd]# yum install python-mimeparse
>>
>> Modules complémentaires chargés : fastestmirror
>>
>> Loading mirror speeds from cached hostfile
>>
>>  * base: centos.mirror.ate.info
>>
>>  * epel: mirrors.coreix.net
>>
>>  * extras: ftp.ciril.fr
>>
>>  * updates: miroir.univ-paris13.fr
>>
>> Le paquet python-mimeparse-0.1.4-2.el7.noarch est déjà installé dans sa 
>> dernière version
>>
>> Rien à faire
>>
>>
>>
>>
>>
>>
>>
>> Le jeudi 21 juillet 2016 11:41:53 UTC+2, julien gdt a écrit :
>>>
>>> Hello everyone, 
>>>
>>> My team and myself are using review board.
>>> When i tried to do an update, it blocks our instance and telling us "i'm 
>>> taking a nap".
>>>
>>> This is ALL i did:
>>>
>>> $ sudo systemctl stop httpd.service
>>>
>>> $ sudo easy_install -U ReviewBoard
>>>
>>> $ rb-site upgrade --all-sites #there is only one site in fact
>>>
>>> $  sudo systemctl start httpd.service
>>>
>>>
>>> When i saw this, i decided to check logs:
>>>
>>> [jgoudet@git-jenkins ~]$ tail -f 
>>> /var/www/reviewboard/logs/reviewboard.log
>>>
>>> 2016-07-19 15:55:05,095 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 15:57:03,844 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 15:59:32,659 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:00:05,954 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:02:05,070 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:05:05,570 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:10:06,029 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:15:05,473 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:20:05,366 - INFO -  - Reloading logging settings
>>>
>>> 2016-07-19 16:25:04,799 - INFO -  - Reloading logging settings
>>>
>>>
>>> No more informations, even after force log debug to true in 
>>> configuration + restart
>>>
>>>
>>>
>>> [jgoudet@git-jenkins ~]$ systemctl status httpd.service -l
>>>
>>> *●* httpd.service - The Apache HTTP Server
>>>
>>>   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; 
>>> vendor preset: disabled)
>>>
>>>  Drop-In: /usr/lib/systemd/system/httpd.service.d
>>>
>>>   └─reviewboard-sites.conf
>>>
>>>   Active: *active (running)* since mer. 2016-07-

Re: "Review Board is taking a nap" after update

2016-07-21 Thread Christian Hammond
Hi,

Can you show the results of:

rpm -ql python-mimeparse

Was Review Board ever installed via yum?

Christian


On Thursday, July 21, 2016, julien gdt  wrote:

> Here is my err log from HTTPD:
>
> [root@git-jenkins httpd]# tail -f error_log
>
> [Thu Jul 21 11:58:51.972655 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] Traceback (most recent call last):, referer:
> http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.972724 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640]   File
> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 3, in ,
> referer: http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.972875 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] import pkg_resources, referer:
> http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.972910 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640]   File
> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, in
> , referer: http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.974748 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] working_set.require(__requires__), referer:
> http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.974823 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640]   File
> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require,
> referer: http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.974939 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] needed =
> self.resolve(parse_requirements(requirements)), referer:
> http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.974987 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640]   File
> "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve,
> referer: http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.975348 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] raise DistributionNotFound(req), referer:
> http://git-jenkins/reviewboard/
>
> [Thu Jul 21 11:58:51.975553 2016] [:error] [pid 9309] [client
> 172.17.17.126:56640] DistributionNotFound: mimeparse>=0.1.3, referer:
> http://git-jenkins/reviewboard/
>
>
> Don't understand because mime parse is well installed:
>
> [root@git-jenkins httpd]# yum install python-mimeparse
>
> Modules complémentaires chargés : fastestmirror
>
> Loading mirror speeds from cached hostfile
>
>  * base: centos.mirror.ate.info
>
>  * epel: mirrors.coreix.net
>
>  * extras: ftp.ciril.fr
>
>  * updates: miroir.univ-paris13.fr
>
> Le paquet python-mimeparse-0.1.4-2.el7.noarch est déjà installé dans sa
> dernière version
>
> Rien à faire
>
>
>
>
>
>
>
> Le jeudi 21 juillet 2016 11:41:53 UTC+2, julien gdt a écrit :
>>
>> Hello everyone,
>>
>> My team and myself are using review board.
>> When i tried to do an update, it blocks our instance and telling us "i'm
>> taking a nap".
>>
>> This is ALL i did:
>>
>> $ sudo systemctl stop httpd.service
>>
>> $ sudo easy_install -U ReviewBoard
>>
>> $ rb-site upgrade --all-sites #there is only one site in fact
>>
>> $  sudo systemctl start httpd.service
>>
>>
>> When i saw this, i decided to check logs:
>>
>> [jgoudet@git-jenkins ~]$ tail -f
>> /var/www/reviewboard/logs/reviewboard.log
>>
>> 2016-07-19 15:55:05,095 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 15:57:03,844 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 15:59:32,659 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:00:05,954 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:02:05,070 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:05:05,570 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:10:06,029 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:15:05,473 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:20:05,366 - INFO -  - Reloading logging settings
>>
>> 2016-07-19 16:25:04,799 - INFO -  - Reloading logging settings
>>
>>
>> No more informations, even after force log debug to true in configuration
>> + restart
>>
>>
>>
>> [jgoudet@git-jenkins ~]$ systemctl status httpd.service -l
>>
>> *●* httpd.service - The Apache HTTP Server
>>
>>   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled;
>> vendor preset: disabled)
>>
>>  Drop-In: /usr/lib/systemd/system/httpd.service.d
>>
>>   └─reviewboard-sites.conf
>>
>>   Active: *active (running)* since mer. 2016-07-20 17:54:28 CEST; 17h ago
>>
>> Docs: man:httpd(8)
>>
>>   man:apachectl(8)
>>
>>  Process: 59406 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status
>> =0/SUCCESS)
>>
>>  Process: 59423 ExecStartPre=/usr/bin/rb-site upgrade --all-sites (code=
>> exited, status=0/SUCCESS)
>>
>> Main PID: 59461 (httpd)
>>
>>   Status: "Total requests: 218; Current requests/sec: 0.1; Current
>> traffic: 204 B/sec"
>>
>>   CGroup: /system.slice/httpd.service
>>
>>   ├─ 3338 /usr/sbin/httpd -DFOREGROUND
>>
>>   ├─59461 /usr/sbin/httpd -DFOREGROUND
>>
>>   ├─59463 /usr/sbin/httpd -DFOREGROUND
>>
>>   ├─59464 /usr/sbi

Re: "Review Board is taking a nap" after update

2016-07-21 Thread julien gdt
Here is my err log from HTTPD:

[root@git-jenkins httpd]# tail -f error_log

[Thu Jul 21 11:58:51.972655 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] Traceback (most recent call last):, referer: 
http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.972724 2016] [:error] [pid 9309] [client 
172.17.17.126:56640]   File "/var/www/reviewboard/htdocs/reviewboard.wsgi", 
line 3, in , referer: http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.972875 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] import pkg_resources, referer: 
http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.972910 2016] [:error] [pid 9309] [client 
172.17.17.126:56640]   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 3007, in 
, referer: http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.974748 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] working_set.require(__requires__), referer: 
http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.974823 2016] [:error] [pid 9309] [client 
172.17.17.126:56640]   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require, 
referer: http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.974939 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] needed = 
self.resolve(parse_requirements(requirements)), referer: 
http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.974987 2016] [:error] [pid 9309] [client 
172.17.17.126:56640]   File 
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve, 
referer: http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.975348 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] raise DistributionNotFound(req), referer: 
http://git-jenkins/reviewboard/

[Thu Jul 21 11:58:51.975553 2016] [:error] [pid 9309] [client 
172.17.17.126:56640] DistributionNotFound: mimeparse>=0.1.3, referer: 
http://git-jenkins/reviewboard/


Don't understand because mime parse is well installed:

[root@git-jenkins httpd]# yum install python-mimeparse

Modules complémentaires chargés : fastestmirror

Loading mirror speeds from cached hostfile

 * base: centos.mirror.ate.info

 * epel: mirrors.coreix.net

 * extras: ftp.ciril.fr

 * updates: miroir.univ-paris13.fr

Le paquet python-mimeparse-0.1.4-2.el7.noarch est déjà installé dans sa 
dernière version

Rien à faire







Le jeudi 21 juillet 2016 11:41:53 UTC+2, julien gdt a écrit :
>
> Hello everyone, 
>
> My team and myself are using review board.
> When i tried to do an update, it blocks our instance and telling us "i'm 
> taking a nap".
>
> This is ALL i did:
>
> $ sudo systemctl stop httpd.service
>
> $ sudo easy_install -U ReviewBoard
>
> $ rb-site upgrade --all-sites #there is only one site in fact
>
> $  sudo systemctl start httpd.service
>
>
> When i saw this, i decided to check logs:
>
> [jgoudet@git-jenkins ~]$ tail -f /var/www/reviewboard/logs/reviewboard.log
>
> 2016-07-19 15:55:05,095 - INFO -  - Reloading logging settings
>
> 2016-07-19 15:57:03,844 - INFO -  - Reloading logging settings
>
> 2016-07-19 15:59:32,659 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:00:05,954 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:02:05,070 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:05:05,570 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:10:06,029 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:15:05,473 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:20:05,366 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:25:04,799 - INFO -  - Reloading logging settings
>
>
> No more informations, even after force log debug to true in configuration 
> + restart
>
>
>
> [jgoudet@git-jenkins ~]$ systemctl status httpd.service -l
>
> *●* httpd.service - The Apache HTTP Server
>
>   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor 
> preset: disabled)
>
>  Drop-In: /usr/lib/systemd/system/httpd.service.d
>
>   └─reviewboard-sites.conf
>
>   Active: *active (running)* since mer. 2016-07-20 17:54:28 CEST; 17h ago
>
> Docs: man:httpd(8)
>
>   man:apachectl(8)
>
>  Process: 59406 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=
> 0/SUCCESS)
>
>  Process: 59423 ExecStartPre=/usr/bin/rb-site upgrade --all-sites (code=
> exited, status=0/SUCCESS)
>
> Main PID: 59461 (httpd)
>
>   Status: "Total requests: 218; Current requests/sec: 0.1; Current 
> traffic: 204 B/sec"
>
>   CGroup: /system.slice/httpd.service
>
>   ├─ 3338 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59461 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59463 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59464 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59465 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59466 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59467 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59469 /usr/sbin/httpd -DFOREGROUND
>
>   ├─61187 /usr/sbin/httpd -DFOREGROUND
>
>   ├─61188 /usr/sbin/httpd -DFOREGROUND
>
>   └─61189 /us

Re: "Review Board is taking a nap" after update

2016-07-21 Thread julien gdt
Better typo, sorry

Le jeudi 21 juillet 2016 11:41:53 UTC+2, julien gdt a écrit :
>
> Hello everyone, 
>
> My team and myself are using review board.
> When i tried to do an update, it blocks our instance and telling us "i'm 
> taking a nap".
>
> This is ALL i did:
>
> $ sudo systemctl stop httpd.service
>
> $ sudo easy_install -U ReviewBoard
>
> $ rb-site upgrade --all-sites #there is only one site in fact
>
> $  sudo systemctl start httpd.service
>
>
> When i saw this, i decided to check logs:
>
> [jgoudet@git-jenkins ~]$ tail -f /var/www/reviewboard/logs/reviewboard.log
>
> 2016-07-19 15:55:05,095 - INFO -  - Reloading logging settings
>
> 2016-07-19 15:57:03,844 - INFO -  - Reloading logging settings
>
> 2016-07-19 15:59:32,659 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:00:05,954 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:02:05,070 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:05:05,570 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:10:06,029 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:15:05,473 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:20:05,366 - INFO -  - Reloading logging settings
>
> 2016-07-19 16:25:04,799 - INFO -  - Reloading logging settings
>
>
> No more informations, even after force log debug to true in configuration 
> + restart
>
>
>
> [jgoudet@git-jenkins ~]$ systemctl status httpd.service -l
>
> *●* httpd.service - The Apache HTTP Server
>
>   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor 
> preset: disabled)
>
>  Drop-In: /usr/lib/systemd/system/httpd.service.d
>
>   └─reviewboard-sites.conf
>
>   Active: *active (running)* since mer. 2016-07-20 17:54:28 CEST; 17h ago
>
> Docs: man:httpd(8)
>
>   man:apachectl(8)
>
>  Process: 59406 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, 
> status=0/SUCCESS)
>
>  Process: 59423 ExecStartPre=/usr/bin/rb-site upgrade --all-sites 
> (code=exited, status=0/SUCCESS)
>
> Main PID: 59461 (httpd)
>
>   Status: "Total requests: 218; Current requests/sec: 0.1; Current 
> traffic: 204 B/sec"
>
>   CGroup: /system.slice/httpd.service
>
>   ├─ 3338 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59461 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59463 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59464 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59465 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59466 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59467 /usr/sbin/httpd -DFOREGROUND
>
>   ├─59469 /usr/sbin/httpd -DFOREGROUND
>
>   ├─61187 /usr/sbin/httpd -DFOREGROUND
>
>   ├─61188 /usr/sbin/httpd -DFOREGROUND
>
>   └─61189 /usr/sbin/httpd -DFOREGROUND
>
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: --  output> --
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Creating tables ...
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installing custom SQL ...
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installing indexes ...
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installed 0 object(s) from 0 
> fixture(s)
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: No evolution required.
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: ---  output> ---
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Resetting in-database caches.
>
> juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Upgrade complete!
>
> juil. 20 17:54:28 git-XXX.fr systemd[1]: Started The Apache HTTP Server.
>
>
> Any ideas about what's going on ? 
>
>

-- 
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.


"Review Board is taking a nap" after update

2016-07-21 Thread julien gdt
Hello everyone, 

My team and myself are using review board.
When i tried to do an update, it blocks our instance and telling us "i'm 
taking a nap".

This is ALL i did:

$ sudo systemctl stop httpd.service

$ sudo easy_install -U ReviewBoard

$ rb-site upgrade --all-sites #there is only one site in fact

$  sudo systemctl start httpd.service


When i saw this, i decided to check logs:

[jgoudet@git-jenkins ~]$ tail -f /var/www/reviewboard/logs/reviewboard.log

2016-07-19 15:55:05,095 - INFO -  - Reloading logging settings

2016-07-19 15:57:03,844 - INFO -  - Reloading logging settings

2016-07-19 15:59:32,659 - INFO -  - Reloading logging settings

2016-07-19 16:00:05,954 - INFO -  - Reloading logging settings

2016-07-19 16:02:05,070 - INFO -  - Reloading logging settings

2016-07-19 16:05:05,570 - INFO -  - Reloading logging settings

2016-07-19 16:10:06,029 - INFO -  - Reloading logging settings

2016-07-19 16:15:05,473 - INFO -  - Reloading logging settings

2016-07-19 16:20:05,366 - INFO -  - Reloading logging settings

2016-07-19 16:25:04,799 - INFO -  - Reloading logging settings


No more informations, even after force log debug to true in configuration + 
restart



[jgoudet@git-jenkins ~]$ systemctl status httpd.service -l

*●* httpd.service - The Apache HTTP Server

  Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor 
preset: disabled)

 Drop-In: /usr/lib/systemd/system/httpd.service.d

  └─reviewboard-sites.conf

  Active: *active (running)* since mer. 2016-07-20 17:54:28 CEST; 17h ago

Docs: man:httpd(8)

  man:apachectl(8)

 Process: 59406 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/
SUCCESS)

 Process: 59423 ExecStartPre=/usr/bin/rb-site upgrade --all-sites (code=
exited, status=0/SUCCESS)

Main PID: 59461 (httpd)

  Status: "Total requests: 218; Current requests/sec: 0.1; Current traffic: 
204 B/sec"

  CGroup: /system.slice/httpd.service

  ├─ 3338 /usr/sbin/httpd -DFOREGROUND

  ├─59461 /usr/sbin/httpd -DFOREGROUND

  ├─59463 /usr/sbin/httpd -DFOREGROUND

  ├─59464 /usr/sbin/httpd -DFOREGROUND

  ├─59465 /usr/sbin/httpd -DFOREGROUND

  ├─59466 /usr/sbin/httpd -DFOREGROUND

  ├─59467 /usr/sbin/httpd -DFOREGROUND

  ├─59469 /usr/sbin/httpd -DFOREGROUND

  ├─61187 /usr/sbin/httpd -DFOREGROUND

  ├─61188 /usr/sbin/httpd -DFOREGROUND

  └─61189 /usr/sbin/httpd -DFOREGROUND


juil. 20 17:54:27 git-XXX.fr rb-site[59423]: --  --

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Creating tables ...

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installing custom SQL ...

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installing indexes ...

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Installed 0 object(s) from 0 
fixture(s)

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: No evolution required.

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: ---  ---

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Resetting in-database caches.

juil. 20 17:54:27 git-XXX.fr rb-site[59423]: Upgrade complete!

juil. 20 17:54:28 git-XXX.fr systemd[1]: Started The Apache HTTP Server.


Any ideas about what's going on ? 

-- 
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: Permanent "Review Board is taking a nap" after attempting a server name change

2015-01-23 Thread Jamie Gruener
Thanks for responding!

I did a dump of the database and can see the new hostname in django_site. 

However, the old hostname is littered through these tables:
changedescs_changedescription
hostingsvcs_hostingserviceaccount
reviews_comment
reviews_review
reviews_reviewrequest

Do I need to do a global search&replace on old_host in those tables, too?

Also, here's the ssl_error_log entries I get when trying to load the site:
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] mod_wsgi (pid=1689): 
SystemExit exception raised by WSGI script 
'/var/www/reviews.siginnovations.com/htdocs/reviewboard.wsgi' ignored.
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] Traceback (most recent 
call last):
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/wsgi.py",
 line 187, in __call__
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] 
self.load_middleware()
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py",
 line 44, in load_middleware
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] for 
middleware_path in settings.MIDDLEWARE_CLASSES:
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/conf/__init__.py",
 line 54, in __getattr__
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] self._setup(name)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/conf/__init__.py",
 line 49, in _setup
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] self._wrapped = 
Settings(settings_module)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/conf/__init__.py",
 line 128, in __init__
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] mod = 
importlib.import_module(self.SETTINGS_MODULE)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/utils/importlib.py",
 line 40, in import_module
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] __import__(name)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/settings.py",
 line 282, in 
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] 
dependency_error('Unable to import settings_local.py: %s' % exc)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165]   File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/settings.py",
 line 235, in dependency_error
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] sys.exit(1)
[Fri Jan 23 16:38:02 2015] [error] [client 10.32.57.165] SystemExit: 1

I don't understand why it would be unable to import settings_local.py since the 
absolute path to the site files has not changed.

And input helpful.

Thanks,

--Jamie



Jamie Gruener 
Norton Street Business Services
www.nortonstreet.biz
ja...@nortonstreet.biz
main 919.688.1900
mobile 919.624.9760
skype jamie.gruener
www.facebook.com/nortonstreet

-Original Message-
From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On 
Behalf Of Stephen Gallagher
Sent: Thursday, January 15, 2015 8:40 AM
To: reviewboard@googlegroups.com
Subject: Re: Permanent "Review Board is taking a nap" after attempting a server 
name change




On Wed, 2015-01-14 at 14:28 -0800, Jamie Gruener wrote:
> I'm running ReviewBoard 2.11 on a CentOS 6.5 VM.
> 
> 
> We recently changed our internal IP addresses and domain names. After 
> updating the DNS server and resolv.conf entries Review Board behaved 
> normally again.
> 
> 
> Next I changed the ssl certificate and tried to update the site name.
> That's when the real trouble started.
> 
> 
> Where can I start looking to resolve this? I tried moving the folder 
> path to match the site name, changed permissions to allow apache 
> access to the moved folder, put it back, updated ALLOWED_HOSTS to 
> permit [*], a bunch of other things.
> 

The site name is encoded in a number of places in the Review Board database. 
It's non-trivial to change the public name of a Review Board deployment. After 
it's already broken, you're probably going to need to get direct access to the 
database and fix it up there.

At the least, you're going to need to change the value of the domain name in 
the django_site table.

> 
> Running rb-site manage /my/site/path test ends with
> pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file 
>

Re: Permanent "Review Board is taking a nap" after attempting a server name change

2015-01-15 Thread Stephen Gallagher



On Wed, 2015-01-14 at 14:28 -0800, Jamie Gruener wrote:
> I'm running ReviewBoard 2.11 on a CentOS 6.5 VM.
> 
> 
> We recently changed our internal IP addresses and domain names. After
> updating the DNS server and resolv.conf entries Review Board behaved
> normally again.
> 
> 
> Next I changed the ssl certificate and tried to update the site name.
> That's when the real trouble started.
> 
> 
> Where can I start looking to resolve this? I tried moving the folder
> path to match the site name, changed permissions to allow apache
> access to the moved folder, put it back, updated ALLOWED_HOSTS to
> permit [*], a bunch of other things.
> 

The site name is encoded in a number of places in the Review Board
database. It's non-trivial to change the public name of a Review Board
deployment. After it's already broken, you're probably going to need to
get direct access to the database and fix it up there.

At the least, you're going to need to change the value of the domain
name in the django_site table.

> 
> Running rb-site manage /my/site/path test ends with
> pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file
> or directory
> 

Running "manage" requires more stuff than the runtime, so you may need
to do 'yum-builddep ReviewBoard' to pull it all in.


> 
> And yet easy_install django_pipeline tells me I have the current one
> installed (1.3.24).
> 
> 
> I don't want to have to start from scratch.
> 
> 
> Please help!!
> 
> 
> --Jamie Gruener
> -- 
> Get the Review Board Power Pack at
> http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.


Permanent "Review Board is taking a nap" after attempting a server name change

2015-01-14 Thread Jamie Gruener
I'm running ReviewBoard 2.11 on a CentOS 6.5 VM.

We recently changed our internal IP addresses and domain names. After 
updating the DNS server and resolv.conf entries Review Board behaved 
normally again.

Next I changed the ssl certificate and tried to update the site name. 
That's when the real trouble started.

Where can I start looking to resolve this? I tried moving the folder path 
to match the site name, changed permissions to allow apache access to the 
moved folder, put it back, updated ALLOWED_HOSTS to permit [*], a bunch of 
other things.

Running rb-site manage /my/site/path test ends with
pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file or 
directory

And yet easy_install django_pipeline tells me I have the current one 
installed (1.3.24).

I don't want to have to start from scratch.

Please help!!

--Jamie Gruener

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
Thanks, switching to django 1.4 solved those particular problems

On Thursday, January 9, 2014 1:28:59 PM UTC-5, David Trowbridge wrote:
>
> Django 1.6 is not supported. For Review Board 1.7.x, the only supported 
> version is Django 1.4.x
>
> -David
>
> On Jan 9, 2014, at 9:05 AM, bAlcox > 
> wrote:
>
> I was having the exact same issue, and believing it to be the fault of an 
> outdated django, I upgraded to 1.6 using easy_install.  Now when I try to 
> run I get a similar error, but the cause is from:
>
> "ImproperlyConfigured: Error importing module ... "No module name 
> defaults""
>
> The error is traced to being from "django.conf.urls.defaults import url"
>
> Can you help me please?? I also have a couple snapshots that I can restore 
> to a point before I upgraded django if that helps.
>
> Thanks
>
> On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:
>>
>> This doesn't sound like you're running the right version of Django. Can 
>> you verify which version you're running?
>>
>> Also, how did you perform the Review Board upgrade/install?
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Mon, Jun 10, 2013 at 10:18 PM, haldhar  wrote:
>>
>>> Could you please guide to resolve following exceptions, found in  the 
>>> httpd log after accessing it using the url.
>>>
>>>
>>> [root@entestmrb01 lib]# tail /var/log/httpd/error_log
>>>
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>>> in load_middleware, referer: http://10.30.28.82/
>>>
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
>>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>>> (mw_module, e)), referer: http://10.30.28.82/
>>>
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
>>> ImproperlyConfigured: Error importing middleware 
>>> reviewboard.admin.middleware: "No module named templatetags.staticfiles", 
>>> referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
>>> 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
>>> script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback 
>>> (most recent call last):
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 249, 
>>> in __call__
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>>> self.load_middleware()
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>>> in load_middleware
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
>>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>>> (mw_module, e))
>>>
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>>> ImproperlyConfigured: Error importing middleware 
>>> reviewboard.admin.middleware: "No module named templatetags.staticfiles"
>>>
>>> -- 
>>> Want to help the Review Board project? Donate today at 
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to 
>>> reviewboard...@googlegroups.com
>>> For more options, visit this group at 
>>> http://groups.google.com/group/reviewboard?hl=en
>>> --- 
>>> 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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>  -- 
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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://gr

Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread David Trowbridge
Django 1.6 is not supported. For Review Board 1.7.x, the only supported version 
is Django 1.4.x

-David

> On Jan 9, 2014, at 9:05 AM, bAlcox  wrote:
> 
> I was having the exact same issue, and believing it to be the fault of an 
> outdated django, I upgraded to 1.6 using easy_install.  Now when I try to run 
> I get a similar error, but the cause is from:
> 
> "ImproperlyConfigured: Error importing module ... "No module name defaults""
> 
> The error is traced to being from "django.conf.urls.defaults import url"
> 
> Can you help me please?? I also have a couple snapshots that I can restore to 
> a point before I upgraded django if that helps.
> 
> Thanks
> 
>> On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:
>> This doesn't sound like you're running the right version of Django. Can you 
>> verify which version you're running?
>> 
>> Also, how did you perform the Review Board upgrade/install?
>> 
>> Christian
>> 
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>> 
>> 
>>> On Mon, Jun 10, 2013 at 10:18 PM, haldhar  wrote:
>>> Could you please guide to resolve following exceptions, found in  the httpd 
>>> log after accessing it using the url.
>>> 
>>> 
>>> 
>>> [root@entestmrb01 lib]# tail /var/log/httpd/error_log
>>> 
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>>> in load_middleware, referer: http://10.30.28.82/
>>> 
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
>>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>>> (mw_module, e)), referer: http://10.30.28.82/
>>> 
>>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
>>> ImproperlyConfigured: Error importing middleware 
>>> reviewboard.admin.middleware: "No module named templatetags.staticfiles", 
>>> referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
>>> 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
>>> script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback (most 
>>> recent call last):
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 249, 
>>> in __call__
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>>> self.load_middleware()
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>>> in load_middleware
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
>>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>>> (mw_module, e))
>>> 
>>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>>> ImproperlyConfigured: Error importing middleware 
>>> reviewboard.admin.middleware: "No module named templatetags.staticfiles"
>>> 
>>> -- 
>>> Want to help the Review Board project? Donate today at 
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to 
>>> reviewboard...@googlegroups.com
>>> For more options, visit this group at 
>>> http://groups.google.com/group/reviewboard?hl=en
>>> --- 
>>> 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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
> 
> -- 
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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/groups/opt_out.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
I was having the exact same issue, and believing it to be the fault of an 
outdated django, I upgraded to 1.6 using easy_install.  Now when I try to 
run I get a similar error, but the cause is from:

"ImproperlyConfigured: Error importing module ... "No module name defaults""

The error is traced to being from "django.conf.urls.defaults import url"

Can you help me please?? I also have a couple snapshots that I can restore 
to a point before I upgraded django if that helps.

Thanks

On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:
>
> This doesn't sound like you're running the right version of Django. Can 
> you verify which version you're running?
>
> Also, how did you perform the Review Board upgrade/install?
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Mon, Jun 10, 2013 at 10:18 PM, haldhar 
> > wrote:
>
>> Could you please guide to resolve following exceptions, found in  the 
>> httpd log after accessing it using the url.
>>
>>
>> [root@entestmrb01 lib]# tail /var/log/httpd/error_log
>>
>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>> in load_middleware, referer: http://10.30.28.82/
>>
>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>> (mw_module, e)), referer: http://10.30.28.82/
>>
>> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
>> ImproperlyConfigured: Error importing middleware 
>> reviewboard.admin.middleware: "No module named templatetags.staticfiles", 
>> referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
>> 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
>> script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback 
>> (most recent call last):
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>> "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 249, 
>> in __call__
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>> self.load_middleware()
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
>> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
>> in load_middleware
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
>> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
>> (mw_module, e))
>>
>> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
>> ImproperlyConfigured: Error importing middleware 
>> reviewboard.admin.middleware: "No module named templatetags.staticfiles"
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>> --- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-29 Thread robcikss
Hi.

Turns out it was configuration error. So just changed thous in DB.

Thank You all!!!

Robcikss

piektdiena, 2013. gada 25. oktobris 23:23:03 UTC+2, David Trowbridge 
rakstīja:
>
> If you run rb-site upgrade again, it should fix the symlink to the djblets 
> static media.
>
> -David
>
>
> On Fri, Oct 25, 2013 at 5:19 AM, robcikss 
> > wrote:
>
>> Than You alot!
>>
>> Now it's working. Don't get "Review Board is taking a nap" message 
>> anymore :)
>>
>> But now CSS and JS files are not loading. I had a mysql dump from 
>> different server that I was given to test upgrading to new 1.7.16 release. 
>> And when I updated mysql database CSS stopped working. Is there some 
>> settings on RB site that should be changed according to my server?
>>
>> Robcikss
>>
>> piektdiena, 2013. gada 25. oktobris 09:53:41 UTC+2, David Trowbridge 
>> rakstīja:
>>>
>>> Try running `easy_install -U Djblets` with the correct proxy settings, 
>>> reload your web server, and try again.
>>>
>>> -David
>>>
>>>
>>> On Fri, Oct 25, 2013 at 12:19 AM, robcikss  wrote:
>>>
>>>> According to easy-install.pth
>>>>
>>>> ./Djblets-0.7.18-py2.7.egg
>>>>
>>>> Robcikss
>>>>
>>>> ceturtdiena, 2013. gada 24. oktobris 23:58:46 UTC+2, David Trowbridge 
>>>> rakstīja:
>>>>>
>>>>> What version of djblets is installed?
>>>>>
>>>>> -David
>>>>>
>>>>>
>>>>> On Thu, Oct 24, 2013 at 2:19 AM, robcikss  wrote:
>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> Resolved that. Now the install output is:
>>>>>>
>>>>>>> Searching for ReviewBoard
>>>>>>>
>>>>>>> Reading 
>>>>>>> http://pypi.python.org/simple/ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>>>>
>>>>>>> Reading 
>>>>>>> http://downloads.review-board.org/releases/<http://downloads.review-board.org/releases/>
>>>>>>>
>>>>>>> Reading http://downloads.review-board.
>>>>>>>> org/releases/ReviewBoard/1.0/<http://downloads.review-board.org/releases/ReviewBoard/1.0/>
>>>>>>>
>>>>>>> Reading 
>>>>>>> http://downloads.reviewboard.**o**rg/nightlies/<http://downloads.reviewboard.org/nightlies/>
>>>>>>>
>>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>>> rg/releases/ReviewBoard/1.5/<http://downloads.reviewboard.org/releases/ReviewBoard/1.5/>
>>>>>>>
>>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>>> rg/releases/ReviewBoard/1.6/<http://downloads.reviewboard.org/releases/ReviewBoard/1.6/>
>>>>>>>
>>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>>> rg/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>>>>>
>>>>>>> Reading http://www.review-board.org/
>>>>>>>
>>>>>>> Best match: ReviewBoard 1.7.16
>>>>>>>
>>>>>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>>>>>
>>>>>>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>>>>>>
>>>>>>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>>>>>>
>>>>>>> Installing rb-site script to /usr/local/bin
>>>>>>>
>>>>>>> Installing rbssh script to /usr/local/bin
>>>>>>>
>>>>>>>
>>>>>>>> Using /usr/local/lib/python2.7/dist-
>>>>>>>> packages/ReviewBoard-1.7.16-**py**2.7.egg
>>>>>>>
>>>>>>> Reading 
>>>>>>> http://downloads.reviewboard.**o**rg/mirror/<http://downloads.reviewboard.org/mirror/>
>>>>>>>
>>>>>>> Processing dependencies for ReviewBoard
>>>>>>>
>>>>>>> Finished processing dependencies for ReviewBoard
>>>>>>>
>>>>>>>
>>>>>> But still I get "Review Board is taking a nap" page. And 
>>

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-25 Thread David Trowbridge
If you run rb-site upgrade again, it should fix the symlink to the djblets
static media.

-David


On Fri, Oct 25, 2013 at 5:19 AM, robcikss  wrote:

> Than You alot!
>
> Now it's working. Don't get "Review Board is taking a nap" message anymore
> :)
>
> But now CSS and JS files are not loading. I had a mysql dump from
> different server that I was given to test upgrading to new 1.7.16 release.
> And when I updated mysql database CSS stopped working. Is there some
> settings on RB site that should be changed according to my server?
>
> Robcikss
>
> piektdiena, 2013. gada 25. oktobris 09:53:41 UTC+2, David Trowbridge
> rakstīja:
>>
>> Try running `easy_install -U Djblets` with the correct proxy settings,
>> reload your web server, and try again.
>>
>> -David
>>
>>
>> On Fri, Oct 25, 2013 at 12:19 AM, robcikss  wrote:
>>
>>> According to easy-install.pth
>>>
>>> ./Djblets-0.7.18-py2.7.egg
>>>
>>> Robcikss
>>>
>>> ceturtdiena, 2013. gada 24. oktobris 23:58:46 UTC+2, David Trowbridge
>>> rakstīja:
>>>>
>>>> What version of djblets is installed?
>>>>
>>>> -David
>>>>
>>>>
>>>> On Thu, Oct 24, 2013 at 2:19 AM, robcikss  wrote:
>>>>
>>>>> Hi!
>>>>>
>>>>> Resolved that. Now the install output is:
>>>>>
>>>>>> Searching for ReviewBoard
>>>>>>
>>>>>> Reading 
>>>>>> http://pypi.python.org/simple/ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>>>
>>>>>> Reading 
>>>>>> http://downloads.review-board.org/releases/<http://downloads.review-board.org/releases/>
>>>>>>
>>>>>> Reading http://downloads.review-board.
>>>>>>> org/releases/ReviewBoard/1.0/<http://downloads.review-board.org/releases/ReviewBoard/1.0/>
>>>>>>
>>>>>> Reading 
>>>>>> http://downloads.reviewboard.**o**rg/nightlies/<http://downloads.reviewboard.org/nightlies/>
>>>>>>
>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>> rg/releases/ReviewBoard/1.5/<http://downloads.reviewboard.org/releases/ReviewBoard/1.5/>
>>>>>>
>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>> rg/releases/ReviewBoard/1.6/<http://downloads.reviewboard.org/releases/ReviewBoard/1.6/>
>>>>>>
>>>>>> Reading http://downloads.reviewboard.**o**
>>>>>>> rg/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>>>>
>>>>>> Reading http://www.review-board.org/
>>>>>>
>>>>>> Best match: ReviewBoard 1.7.16
>>>>>>
>>>>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>>>>
>>>>>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>>>>>
>>>>>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>>>>>
>>>>>> Installing rb-site script to /usr/local/bin
>>>>>>
>>>>>> Installing rbssh script to /usr/local/bin
>>>>>>
>>>>>>
>>>>>>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-
>>>>>>> **py**2.7.egg
>>>>>>
>>>>>> Reading 
>>>>>> http://downloads.reviewboard.**o**rg/mirror/<http://downloads.reviewboard.org/mirror/>
>>>>>>
>>>>>> Processing dependencies for ReviewBoard
>>>>>>
>>>>>> Finished processing dependencies for ReviewBoard
>>>>>>
>>>>>>
>>>>> But still I get "Review Board is taking a nap" page. And
>>>>> apache2/error.log still has the same error.
>>>>>
>>>>>
>>>>> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond
>>>>> rakstīja:
>>>>>>
>>>>>> From the install logs, it looks like it didn't download all the
>>>>>> dependencies. Not sure your proxy settings properly carried over when 
>>>>>> doing
>>>>>> sudo easy_install.
>>>>>>
>>>>>> Christian
>>>>>>
>>>>&g

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-25 Thread robcikss
Than You alot!

Now it's working. Don't get "Review Board is taking a nap" message anymore 
:)

But now CSS and JS files are not loading. I had a mysql dump from different 
server that I was given to test upgrading to new 1.7.16 release. And when I 
updated mysql database CSS stopped working. Is there some settings on RB 
site that should be changed according to my server?

Robcikss

piektdiena, 2013. gada 25. oktobris 09:53:41 UTC+2, David Trowbridge 
rakstīja:
>
> Try running `easy_install -U Djblets` with the correct proxy settings, 
> reload your web server, and try again.
>
> -David
>
>
> On Fri, Oct 25, 2013 at 12:19 AM, robcikss 
> > wrote:
>
>> According to easy-install.pth
>>
>> ./Djblets-0.7.18-py2.7.egg
>>
>> Robcikss
>>
>> ceturtdiena, 2013. gada 24. oktobris 23:58:46 UTC+2, David Trowbridge 
>> rakstīja:
>>>
>>> What version of djblets is installed?
>>>
>>> -David
>>>
>>>
>>> On Thu, Oct 24, 2013 at 2:19 AM, robcikss  wrote:
>>>
>>>> Hi!
>>>>
>>>> Resolved that. Now the install output is:
>>>>
>>>>> Searching for ReviewBoard
>>>>>
>>>>> Reading 
>>>>> http://pypi.python.org/simple/**ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.review-board.**org/releases/<http://downloads.review-board.org/releases/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.review-board.**org/releases/ReviewBoard/1.0/<http://downloads.review-board.org/releases/ReviewBoard/1.0/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.reviewboard.**org/nightlies/<http://downloads.reviewboard.org/nightlies/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.5/<http://downloads.reviewboard.org/releases/ReviewBoard/1.5/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.6/<http://downloads.reviewboard.org/releases/ReviewBoard/1.6/>
>>>>>
>>>>> Reading 
>>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>>>
>>>>> Reading http://www.review-board.org/
>>>>>
>>>>> Best match: ReviewBoard 1.7.16
>>>>>
>>>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>>>
>>>>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>>>>
>>>>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>>>>
>>>>> Installing rb-site script to /usr/local/bin
>>>>>
>>>>> Installing rbssh script to /usr/local/bin
>>>>>
>>>>>
>>>>>> Using /usr/local/lib/python2.7/dist-**packages/ReviewBoard-1.7.16-**
>>>>>> py2.7.egg
>>>>>
>>>>> Reading 
>>>>> http://downloads.reviewboard.**org/mirror/<http://downloads.reviewboard.org/mirror/>
>>>>>
>>>>> Processing dependencies for ReviewBoard
>>>>>
>>>>> Finished processing dependencies for ReviewBoard
>>>>>
>>>>>
>>>> But still I get "Review Board is taking a nap" page. And 
>>>> apache2/error.log still has the same error.
>>>>
>>>>
>>>> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond 
>>>> rakstīja:
>>>>>
>>>>> From the install logs, it looks like it didn't download all the 
>>>>> dependencies. Not sure your proxy settings properly carried over when 
>>>>> doing 
>>>>> sudo easy_install.
>>>>>
>>>>> Christian
>>>>>
>>>>>
>>>>> On Tuesday, October 22, 2013, robcikss wrote:
>>>>>
>>>>>> Hello!
>>>>>>
>>>>>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as 
>>>>>> described in RB upgrade procedure. I should mention that my PC is using 
>>>>>> proxy, so before that I exported http_proxy and https_proxy.
>>>>>>
>>>>>> sudo easy_install -U ReviewBoard
>>>>>>
>>>>>>
>>>>>> Output:
>>&

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-25 Thread David Trowbridge
Try running `easy_install -U Djblets` with the correct proxy settings,
reload your web server, and try again.

-David


On Fri, Oct 25, 2013 at 12:19 AM, robcikss  wrote:

> According to easy-install.pth
>
> ./Djblets-0.7.18-py2.7.egg
>
> Robcikss
>
> ceturtdiena, 2013. gada 24. oktobris 23:58:46 UTC+2, David Trowbridge
> rakstīja:
>>
>> What version of djblets is installed?
>>
>> -David
>>
>>
>> On Thu, Oct 24, 2013 at 2:19 AM, robcikss  wrote:
>>
>>> Hi!
>>>
>>> Resolved that. Now the install output is:
>>>
>>>> Searching for ReviewBoard
>>>>
>>>> Reading 
>>>> http://pypi.python.org/simple/**ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>
>>>> Reading 
>>>> http://downloads.review-board.**org/releases/<http://downloads.review-board.org/releases/>
>>>>
>>>> Reading 
>>>> http://downloads.review-board.**org/releases/ReviewBoard/1.0/<http://downloads.review-board.org/releases/ReviewBoard/1.0/>
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/nightlies/<http://downloads.reviewboard.org/nightlies/>
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.5/<http://downloads.reviewboard.org/releases/ReviewBoard/1.5/>
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.6/<http://downloads.reviewboard.org/releases/ReviewBoard/1.6/>
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>>
>>>> Reading http://www.review-board.org/
>>>>
>>>> Best match: ReviewBoard 1.7.16
>>>>
>>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>>
>>>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>>>
>>>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>>>
>>>> Installing rb-site script to /usr/local/bin
>>>>
>>>> Installing rbssh script to /usr/local/bin
>>>>
>>>>
>>>>> Using /usr/local/lib/python2.7/dist-**packages/ReviewBoard-1.7.16-**
>>>>> py2.7.egg
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/mirror/<http://downloads.reviewboard.org/mirror/>
>>>>
>>>> Processing dependencies for ReviewBoard
>>>>
>>>> Finished processing dependencies for ReviewBoard
>>>>
>>>>
>>> But still I get "Review Board is taking a nap" page. And
>>> apache2/error.log still has the same error.
>>>
>>>
>>> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond
>>> rakstīja:
>>>>
>>>> From the install logs, it looks like it didn't download all the
>>>> dependencies. Not sure your proxy settings properly carried over when doing
>>>> sudo easy_install.
>>>>
>>>> Christian
>>>>
>>>>
>>>> On Tuesday, October 22, 2013, robcikss wrote:
>>>>
>>>>> Hello!
>>>>>
>>>>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as
>>>>> described in RB upgrade procedure. I should mention that my PC is using
>>>>> proxy, so before that I exported http_proxy and https_proxy.
>>>>>
>>>>> sudo easy_install -U ReviewBoard
>>>>>
>>>>>
>>>>> Output:
>>>>>
>>>>>> Searching for ReviewBoard
>>>>>
>>>>> Reading 
>>>>> http://pypi.python.org/simple/ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>>
>>>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>>>> not be found!
>>>>>
>>>>> Couldn't retrieve index page for 'ReviewBoard'
>>>>>
>>>>> Scanning index of all packages (this may take a while)
>>>>>
>>>>> Reading http://pypi.python.org/simple/
>>>>>
>>>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>>>> not be found!
>>>>>
>>>>> Best match: ReviewBoard 1.7.16
>>>>>
>>>>> Processing ReviewBoard-1.

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-25 Thread robcikss
According to easy-install.pth

./Djblets-0.7.18-py2.7.egg

Robcikss

ceturtdiena, 2013. gada 24. oktobris 23:58:46 UTC+2, David Trowbridge 
rakstīja:
>
> What version of djblets is installed?
>
> -David
>
>
> On Thu, Oct 24, 2013 at 2:19 AM, robcikss 
> > wrote:
>
>> Hi!
>>
>> Resolved that. Now the install output is:
>>
>>> Searching for ReviewBoard
>>>
>>> Reading http://pypi.python.org/simple/ReviewBoard/
>>>
>>> Reading http://downloads.review-board.org/releases/
>>>
>>> Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
>>>
>>> Reading http://downloads.reviewboard.org/nightlies/
>>>
>>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
>>>
>>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
>>>
>>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>>>
>>> Reading http://www.review-board.org/
>>>
>>> Best match: ReviewBoard 1.7.16
>>>
>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>
>>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>>
>>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>>
>>> Installing rb-site script to /usr/local/bin
>>>
>>> Installing rbssh script to /usr/local/bin
>>>
>>>
>>>> Using 
>>>> /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>>>
>>> Reading http://downloads.reviewboard.org/mirror/
>>>
>>> Processing dependencies for ReviewBoard
>>>
>>> Finished processing dependencies for ReviewBoard
>>>
>>>
>> But still I get "Review Board is taking a nap" page. And 
>> apache2/error.log still has the same error.
>>
>>
>> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond 
>> rakstīja:
>>>
>>> From the install logs, it looks like it didn't download all the 
>>> dependencies. Not sure your proxy settings properly carried over when doing 
>>> sudo easy_install.
>>>
>>> Christian
>>>
>>>
>>> On Tuesday, October 22, 2013, robcikss wrote:
>>>
>>>> Hello!
>>>>
>>>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as 
>>>> described in RB upgrade procedure. I should mention that my PC is using 
>>>> proxy, so before that I exported http_proxy and https_proxy.
>>>>
>>>> sudo easy_install -U ReviewBoard
>>>>
>>>>
>>>> Output:
>>>>
>>>>> Searching for ReviewBoard
>>>>
>>>> Reading 
>>>> http://pypi.python.org/simple/**ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>>
>>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>>> not be found!
>>>>
>>>> Couldn't retrieve index page for 'ReviewBoard'
>>>>
>>>> Scanning index of all packages (this may take a while)
>>>>
>>>> Reading http://pypi.python.org/simple/
>>>>
>>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>>> not be found!
>>>>
>>>> Best match: ReviewBoard 1.7.16
>>>>
>>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>>
>>>> ReviewBoard 1.7.16 is already the active version in easy-install.pth
>>>>
>>>> Installing rb-site script to /usr/local/bin
>>>>
>>>> Installing rbssh script to /usr/local/bin
>>>>
>>>>
>>>>> Using /usr/local/lib/python2.7/dist-**packages/ReviewBoard-1.7.16-**
>>>>> py2.7.egg
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/mirror/<http://downloads.reviewboard.org/mirror/>
>>>>
>>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>>> not be found!
>>>>
>>>> Reading 
>>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>>
>>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>>> not be found!
>>>>
>>>> Processing dependencies for ReviewBoard
>>>>
>>>> Finished processing dependencies for ReviewBoard 
>>>

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-24 Thread David Trowbridge
What version of djblets is installed?

-David


On Thu, Oct 24, 2013 at 2:19 AM, robcikss  wrote:

> Hi!
>
> Resolved that. Now the install output is:
>
>> Searching for ReviewBoard
>>
>> Reading http://pypi.python.org/simple/ReviewBoard/
>>
>> Reading http://downloads.review-board.org/releases/
>>
>> Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
>>
>> Reading http://downloads.reviewboard.org/nightlies/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>>
>> Reading http://www.review-board.org/
>>
>> Best match: ReviewBoard 1.7.16
>>
>> Processing ReviewBoard-1.7.16-py2.7.egg
>>
>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>
>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>
>> Installing rb-site script to /usr/local/bin
>>
>> Installing rbssh script to /usr/local/bin
>>
>>
>>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>>
>> Reading http://downloads.reviewboard.org/mirror/
>>
>> Processing dependencies for ReviewBoard
>>
>> Finished processing dependencies for ReviewBoard
>>
>>
> But still I get "Review Board is taking a nap" page. And apache2/error.log
> still has the same error.
>
>
> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond
> rakstīja:
>>
>> From the install logs, it looks like it didn't download all the
>> dependencies. Not sure your proxy settings properly carried over when doing
>> sudo easy_install.
>>
>> Christian
>>
>>
>> On Tuesday, October 22, 2013, robcikss wrote:
>>
>>> Hello!
>>>
>>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as
>>> described in RB upgrade procedure. I should mention that my PC is using
>>> proxy, so before that I exported http_proxy and https_proxy.
>>>
>>> sudo easy_install -U ReviewBoard
>>>
>>>
>>> Output:
>>>
>>>> Searching for ReviewBoard
>>>
>>> Reading 
>>> http://pypi.python.org/simple/**ReviewBoard/<http://pypi.python.org/simple/ReviewBoard/>
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>> not be found!
>>>
>>> Couldn't retrieve index page for 'ReviewBoard'
>>>
>>> Scanning index of all packages (this may take a while)
>>>
>>> Reading http://pypi.python.org/simple/
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>> not be found!
>>>
>>> Best match: ReviewBoard 1.7.16
>>>
>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>
>>> ReviewBoard 1.7.16 is already the active version in easy-install.pth
>>>
>>> Installing rb-site script to /usr/local/bin
>>>
>>> Installing rbssh script to /usr/local/bin
>>>
>>>
>>>> Using /usr/local/lib/python2.7/dist-**packages/ReviewBoard-1.7.16-**
>>>> py2.7.egg
>>>
>>> Reading 
>>> http://downloads.reviewboard.**org/mirror/<http://downloads.reviewboard.org/mirror/>
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>> not be found!
>>>
>>> Reading 
>>> http://downloads.reviewboard.**org/releases/ReviewBoard/1.7/<http://downloads.reviewboard.org/releases/ReviewBoard/1.7/>
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may
>>>> not be found!
>>>
>>> Processing dependencies for ReviewBoard
>>>
>>> Finished processing dependencies for ReviewBoard
>>>
>>>
>>> Upgrade installed site; restart apache and memcached.
>>>
>>> After refreshing webpage i got message:
>>> "
>>> Review Board is taking a nap
>>> There are several possible reasons:
>>>
>>>- We're updating it.
>>>- You're trying to look at a really huge diff without collapsing,
>>>and it timed out (try viewing another diff and going back to collapsed
>>>changes; we're working on fixing this).
>>>- Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>>
>>> It'll be back soon."
>>&

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-24 Thread robcikss
Maybe easy-install.pth file contents is important as well:
import sys; sys.__plen = len(sys.path)
./setuptools-0.6c11-py2.7.egg
./python_memcached-1.53-py2.7.egg
./recaptcha_client-1.0.6-py2.7.egg
./pytz-2013b-py2.7.egg
./Pygments-1.6-py2.7.egg
./paramiko-1.11.0-py2.7.egg
./mimeparse-0.1.3-py2.7.egg
./Markdown-2.3.1-py2.7.egg
./docutils-0.11-py2.7.egg
./django_pipeline-1.2.24-py2.7.egg
./django_evolution-0.6.9-py2.7.egg
./feedparser-5.1.3-py2.7.egg
./nose-1.3.0-py2.7.egg
./Sphinx-1.2b1-py2.7.egg
./Jinja2-2.7.1-py2.7.egg
./icalendar-3.5-py2.7.egg
./jsmin-2.0.3-py2.7.egg
./virtualenv-1.10.1-py2.7.egg
./Djblets-0.7.18-py2.7.egg
./Django-1.4.8-py2.7.egg
/usr/local/lib/python2.7/dist-packages
./ReviewBoard-1.7.16-py2.7.egg
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; 
p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = 
p+len(new)

Robcikss

ceturtdiena, 2013. gada 24. oktobris 11:19:49 UTC+2, robcikss rakstīja:
>
> Hi!
>
> Resolved that. Now the install output is:
>
>> Searching for ReviewBoard
>>
>> Reading http://pypi.python.org/simple/ReviewBoard/
>>
>> Reading http://downloads.review-board.org/releases/
>>
>> Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
>>
>> Reading http://downloads.reviewboard.org/nightlies/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>>
>> Reading http://www.review-board.org/
>>
>> Best match: ReviewBoard 1.7.16
>>
>> Processing ReviewBoard-1.7.16-py2.7.egg
>>
>> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>>
>> Adding ReviewBoard 1.7.16 to easy-install.pth file
>>
>> Installing rb-site script to /usr/local/bin
>>
>> Installing rbssh script to /usr/local/bin
>>
>>
>>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>>
>> Reading http://downloads.reviewboard.org/mirror/
>>
>> Processing dependencies for ReviewBoard
>>
>> Finished processing dependencies for ReviewBoard
>>
>>
> But still I get "Review Board is taking a nap" page. And apache2/error.log 
> still has the same error.
>
>
> otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond 
> rakstīja:
>>
>> From the install logs, it looks like it didn't download all the 
>> dependencies. Not sure your proxy settings properly carried over when doing 
>> sudo easy_install.
>>
>> Christian
>>
>>
>> On Tuesday, October 22, 2013, robcikss wrote:
>>
>>> Hello!
>>>
>>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as 
>>> described in RB upgrade procedure. I should mention that my PC is using 
>>> proxy, so before that I exported http_proxy and https_proxy.
>>>
>>> sudo easy_install -U ReviewBoard
>>>
>>>
>>> Output:
>>>
>>>> Searching for ReviewBoard
>>>
>>> Reading http://pypi.python.org/simple/ReviewBoard/
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>> not be found!
>>>
>>> Couldn't retrieve index page for 'ReviewBoard'
>>>
>>> Scanning index of all packages (this may take a while)
>>>
>>> Reading http://pypi.python.org/simple/
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>> not be found!
>>>
>>> Best match: ReviewBoard 1.7.16
>>>
>>> Processing ReviewBoard-1.7.16-py2.7.egg
>>>
>>> ReviewBoard 1.7.16 is already the active version in easy-install.pth
>>>
>>> Installing rb-site script to /usr/local/bin
>>>
>>> Installing rbssh script to /usr/local/bin
>>>
>>>
>>>> Using 
>>>> /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>>>
>>> Reading http://downloads.reviewboard.org/mirror/
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>> not be found!
>>>
>>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>>>
>>> Download error: [Errno 110] Connection timed out -- Some packages may 
>>>> not be found!
>>>
>>> Processing dependencies for ReviewBoard
>>>
>>> Finished processing dependencies for ReviewBoard 
>>>
>>>
>>&g

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-24 Thread robcikss
Hi!

Resolved that. Now the install output is:

> Searching for ReviewBoard
>
> Reading http://pypi.python.org/simple/ReviewBoard/
>
> Reading http://downloads.review-board.org/releases/
>
> Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
>
> Reading http://downloads.reviewboard.org/nightlies/
>
> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
>
> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
>
> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>
> Reading http://www.review-board.org/
>
> Best match: ReviewBoard 1.7.16
>
> Processing ReviewBoard-1.7.16-py2.7.egg
>
> Removing ReviewBoard 1.7.7.1 from easy-install.pth file
>
> Adding ReviewBoard 1.7.16 to easy-install.pth file
>
> Installing rb-site script to /usr/local/bin
>
> Installing rbssh script to /usr/local/bin
>
>
>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>
> Reading http://downloads.reviewboard.org/mirror/
>
> Processing dependencies for ReviewBoard
>
> Finished processing dependencies for ReviewBoard
>
>
But still I get "Review Board is taking a nap" page. And apache2/error.log 
still has the same error.


otrdiena, 2013. gada 22. oktobris 21:21:14 UTC+2, Christian Hammond 
rakstīja:
>
> From the install logs, it looks like it didn't download all the 
> dependencies. Not sure your proxy settings properly carried over when doing 
> sudo easy_install.
>
> Christian
>
>
> On Tuesday, October 22, 2013, robcikss wrote:
>
>> Hello!
>>
>> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as described 
>> in RB upgrade procedure. I should mention that my PC is using proxy, so 
>> before that I exported http_proxy and https_proxy.
>>
>> sudo easy_install -U ReviewBoard
>>
>>
>> Output:
>>
>>> Searching for ReviewBoard
>>
>> Reading http://pypi.python.org/simple/ReviewBoard/
>>
>> Download error: [Errno 110] Connection timed out -- Some packages may not 
>>> be found!
>>
>> Couldn't retrieve index page for 'ReviewBoard'
>>
>> Scanning index of all packages (this may take a while)
>>
>> Reading http://pypi.python.org/simple/
>>
>> Download error: [Errno 110] Connection timed out -- Some packages may not 
>>> be found!
>>
>> Best match: ReviewBoard 1.7.16
>>
>> Processing ReviewBoard-1.7.16-py2.7.egg
>>
>> ReviewBoard 1.7.16 is already the active version in easy-install.pth
>>
>> Installing rb-site script to /usr/local/bin
>>
>> Installing rbssh script to /usr/local/bin
>>
>>
>>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>>
>> Reading http://downloads.reviewboard.org/mirror/
>>
>> Download error: [Errno 110] Connection timed out -- Some packages may not 
>>> be found!
>>
>> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>>
>> Download error: [Errno 110] Connection timed out -- Some packages may not 
>>> be found!
>>
>> Processing dependencies for ReviewBoard
>>
>> Finished processing dependencies for ReviewBoard 
>>
>>
>> Upgrade installed site; restart apache and memcached.
>>
>> After refreshing webpage i got message:
>> "
>> Review Board is taking a nap
>> There are several possible reasons:
>>
>>- We're updating it.
>>- You're trying to look at a really huge diff without collapsing, and 
>>it timed out (try viewing another diff and going back to collapsed 
>> changes; 
>>we're working on fixing this). 
>>- Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>
>> It'll be back soon."
>>
>> And I found this in apache error.log:
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] mod_wsgi 
>>>> (pid=13908): Exception occurred processing WSGI script 
>>>> '/var/www/reviewboard177/htdocs/reviewboard.wsgi'., referer: 
>>>> http://localhost/reviewboard177/r/
>>>
>>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] Traceback (most 
>>>> recent call last):, referer: http://localhost/reviewboard177/r/
>>>
>>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]   File 
>>>> "/usr/local/lib/python2.7/dist-packages/Django-1.4.8-py2.7.egg/django/core/handlers/wsgi.py",
>>>>  
>>>> line 219, in __call__, referer: http://localhost/reviewboard177/r

Re: RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-22 Thread Christian Hammond
>From the install logs, it looks like it didn't download all the
dependencies. Not sure your proxy settings properly carried over when doing
sudo easy_install.

Christian


On Tuesday, October 22, 2013, robcikss wrote:

> Hello!
>
> I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as described
> in RB upgrade procedure. I should mention that my PC is using proxy, so
> before that I exported http_proxy and https_proxy.
>
> sudo easy_install -U ReviewBoard
>
>
> Output:
>
>> Searching for ReviewBoard
>
> Reading http://pypi.python.org/simple/ReviewBoard/
>
> Download error: [Errno 110] Connection timed out -- Some packages may not
>> be found!
>
> Couldn't retrieve index page for 'ReviewBoard'
>
> Scanning index of all packages (this may take a while)
>
> Reading http://pypi.python.org/simple/
>
> Download error: [Errno 110] Connection timed out -- Some packages may not
>> be found!
>
> Best match: ReviewBoard 1.7.16
>
> Processing ReviewBoard-1.7.16-py2.7.egg
>
> ReviewBoard 1.7.16 is already the active version in easy-install.pth
>
> Installing rb-site script to /usr/local/bin
>
> Installing rbssh script to /usr/local/bin
>
>
>> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg
>
> Reading http://downloads.reviewboard.org/mirror/
>
> Download error: [Errno 110] Connection timed out -- Some packages may not
>> be found!
>
> Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
>
> Download error: [Errno 110] Connection timed out -- Some packages may not
>> be found!
>
> Processing dependencies for ReviewBoard
>
> Finished processing dependencies for ReviewBoard
>
>
> Upgrade installed site; restart apache and memcached.
>
> After refreshing webpage i got message:
> "
> Review Board is taking a nap
> There are several possible reasons:
>
>- We're updating it.
>- You're trying to look at a really huge diff without collapsing, and
>it timed out (try viewing another diff and going back to collapsed changes;
>we're working on fixing this).
>- Our lazy good-for-nothing oompa-loompas stopped pedalling.
>
> It'll be back soon."
>
> And I found this in apache error.log:
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] mod_wsgi
>>> (pid=13908): Exception occurred processing WSGI script
>>> '/var/www/reviewboard177/htdocs/reviewboard.wsgi'., referer:
>>> http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] Traceback (most
>>> recent call last):, referer: http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]   File
>>> "/usr/local/lib/python2.7/dist-packages/Django-1.4.8-py2.7.egg/django/core/handlers/wsgi.py",
>>> line 219, in __call__, referer: http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]
>>> self.load_middleware(), referer: http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]   File
>>> "/usr/local/lib/python2.7/dist-packages/Django-1.4.8-py2.7.egg/django/core/handlers/base.py",
>>> line 51, in load_middleware, referer: http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] raise
>>> exceptions.ImproperlyConfigured('Middleware module "%s" does not define a
>>> "%s" class' % (mw_module, mw_classname)), referer:
>>> http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]
>>> ImproperlyConfigured: Middleware module "djblets.extensions.middleware"
>>> does not define a "ExtensionsMiddlewareRunner" class, referer:
>>> http://localhost/reviewboard177/r/
>>
>> [Tue Oct 22 14:07:47 2013] [error] [client 127.0.0.1] File does not
>>> exist: /var/www/reviewboard177/htdocs/favicon.ico
>>
>>
>  Any suggestions?
>
> Thank You!
>
> Robcikss
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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  'cvml', 'reviewboard%2bunsu

RB upgrade from 1.7.7.1 to 1.7.16 - Review Board is taking a nap

2013-10-22 Thread robcikss
Hello!

I just tried to upgrade current RB 1.7.7.1 to 1.7.16 version as described 
in RB upgrade procedure. I should mention that my PC is using proxy, so 
before that I exported http_proxy and https_proxy.

sudo easy_install -U ReviewBoard


Output:

> Searching for ReviewBoard

Reading http://pypi.python.org/simple/ReviewBoard/

Download error: [Errno 110] Connection timed out -- Some packages may not 
> be found!

Couldn't retrieve index page for 'ReviewBoard'

Scanning index of all packages (this may take a while)

Reading http://pypi.python.org/simple/

Download error: [Errno 110] Connection timed out -- Some packages may not 
> be found!

Best match: ReviewBoard 1.7.16

Processing ReviewBoard-1.7.16-py2.7.egg

ReviewBoard 1.7.16 is already the active version in easy-install.pth

Installing rb-site script to /usr/local/bin

Installing rbssh script to /usr/local/bin


> Using /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.16-py2.7.egg

Reading http://downloads.reviewboard.org/mirror/

Download error: [Errno 110] Connection timed out -- Some packages may not 
> be found!

Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/

Download error: [Errno 110] Connection timed out -- Some packages may not 
> be found!

Processing dependencies for ReviewBoard

Finished processing dependencies for ReviewBoard 


Upgrade installed site; restart apache and memcached.

After refreshing webpage i got message:
"
Review Board is taking a nap
There are several possible reasons:
   
   - We're updating it.
   - You're trying to look at a really huge diff without collapsing, and it 
   timed out (try viewing another diff and going back to collapsed changes; 
   we're working on fixing this).
   - Our lazy good-for-nothing oompa-loompas stopped pedalling.

It'll be back soon."

And I found this in apache error.log:

[Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] mod_wsgi (pid=13908): 
>> Exception occurred processing WSGI script 
>> '/var/www/reviewboard177/htdocs/reviewboard.wsgi'., referer: 
>> http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] Traceback (most 
>> recent call last):, referer: http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]   File 
>> "/usr/local/lib/python2.7/dist-packages/Django-1.4.8-py2.7.egg/django/core/handlers/wsgi.py",
>>  
>> line 219, in __call__, referer: http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] 
>> self.load_middleware(), referer: http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1]   File 
>> "/usr/local/lib/python2.7/dist-packages/Django-1.4.8-py2.7.egg/django/core/handlers/base.py",
>>  
>> line 51, in load_middleware, referer: http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] raise 
>> exceptions.ImproperlyConfigured('Middleware module "%s" does not define a 
>> "%s" class' % (mw_module, mw_classname)), referer: 
>> http://localhost/reviewboard177/r/
>
> [Tue Oct 22 12:07:47 2013] [error] [client 127.0.0.1] 
>> ImproperlyConfigured: Middleware module "djblets.extensions.middleware" 
>> does not define a "ExtensionsMiddlewareRunner" class, referer: 
>> http://localhost/reviewboard177/r/
>
> [Tue Oct 22 14:07:47 2013] [error] [client 127.0.0.1] File does not exist: 
>> /var/www/reviewboard177/htdocs/favicon.ico
>
>
 Any suggestions?

Thank You!

Robcikss

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2013-06-11 Thread Christian Hammond
This doesn't sound like you're running the right version of Django. Can you
verify which version you're running?

Also, how did you perform the Review Board upgrade/install?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Mon, Jun 10, 2013 at 10:18 PM, haldhar  wrote:

> Could you please guide to resolve following exceptions, found in  the
> httpd log after accessing it using the url.
>
>
> [root@entestmrb01 lib]# tail /var/log/httpd/error_log
>
> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File
> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47,
> in load_middleware, referer: http://10.30.28.82/
>
> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> (mw_module, e)), referer: http://10.30.28.82/
>
> [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named templatetags.staticfiles",
> referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client
> 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI
> script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback (most
> recent call last):
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File
> "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 249,
> in __call__
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]
> self.load_middleware()
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File
> "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47,
> in load_middleware
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> (mw_module, e))
>
> [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named templatetags.staticfiles"**
> **
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.




Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2013-06-10 Thread haldhar


Could you please guide to resolve following exceptions, found in  the httpd 
log after accessing it using the url.


[root@entestmrb01 lib]# tail /var/log/httpd/error_log

[Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
in load_middleware, referer: http://10.30.28.82/

[Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
(mw_module, e)), referer: http://10.30.28.82/

[Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
ImproperlyConfigured: Error importing middleware 
reviewboard.admin.middleware: "No module named templatetags.staticfiles", 
referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback (most 
recent call last):

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 249, 
in __call__

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
self.load_middleware()

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, 
in load_middleware

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
(mw_module, e))

[Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
ImproperlyConfigured: Error importing middleware 
reviewboard.admin.middleware: "No module named templatetags.staticfiles"

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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/groups/opt_out.




Re: Review Board is taking a nap

2012-06-14 Thread Casey
The last thing that I needed to do was run easy_install --upgrade pycrypto 

On Saturday, March 31, 2012 4:30:44 AM UTC-6, muiz lee wrote:
>
> Dear all,
>  
>(OS Centos 6.2)
>  
>I install RB successfully but cannot lunch, when I open the home page, 
> got the folling error:
>  
> Review Board is taking a nap
> There are several possible reasons:
>
>- We're updating it.
>- You're trying to look at a really huge diff without collapsing, and 
>it timed out (try viewing another diff and going back to collapsed 
> changes; 
>we're working on fixing this). 
>- Our lazy good-for-nothing oompa-loompas stopped pedalling.
>
> It'll be back soon.
>  
>  I check the /var/log/httpd/error_log, and get the following log, how can 
> I resolve this problem?
>  
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi 
> (pid=5392): Exception occurred processing WSGI script 
> '/var/www/rb/htdocs/reviewboard.wsgi'.
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback (most 
> recent call last):
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File 
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
>  
> line 250, in __call__
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] 
> self.load_middleware()
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File 
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
>  
> line 47, in load_middleware
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise 
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
> (mw_module, e))
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] 
> ImproperlyConfigured: Error importing middleware 
> reviewboard.admin.middleware: "cannot import name OSRNG"
> [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not 
> exist: /var/www/rb/htdocs/media/rbcommons
>
>
> -- 
> Regards,
> *Muiz*
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: "Review Board is taking a nap"

2012-05-23 Thread Christian Hammond
Hi Mark,

This is one of those really annoying and confusing Windows issues that I have 
no answer to. Hopefully someone else on this list does.

However, I *strongly* recommend ditching the Windows install and instead 
installing on Linux (Ubuntu or Fedora), either on a physical box or in a VM. 
You'll have an easier experience, fewer problems, better performance, and 
guaranteed compatibility with future features and releases (which we're not 
guaranteeing for Windows).

Christian



On May 23, 2012, at 20:11, "mark.har...@arcinnovations.co.nz" 
 wrote:

> I get the above error when I try and access a recently installed
> version of ReviewBoard.
> 
> I am running Windows 7, Apache httpd server v 2.2.22, ReviewBoard v
> 1.6. Everything is 32-bit as I was experiencing real problems when
> using 64-bit versions of the installed components.
> 
> Looking at the "access.log" file, it seems like there is an error
> occurring somewhere:
> 
> 127.0.0.1 - - [24/May/2012:14:53:37 +1200] "GET / HTTP/1.1" 500 1540
> 127.0.0.1 - - [24/May/2012:14:53:37 +1200] "GET /favicon.ico HTTP/1.1"
> 404 209
> 
> I have amended the server's "httpd.conf" file so that the LogLevel is
> set to debug. There are no errors raised when either the server starts
> up or I try and access ReviewBoard via a browser and get the "taking a
> nap" screen.
> 
> I don't know whether it is related but the following errors appear
> when I shut down the server:
> 
> [info] [client 127.0.0.1] mod_wsgi (pid=4684, process='',
> application='arc-review-board:8666|'): Loading WSGI script
> '/htdocs/reviewboard.wsgi'., referer: http://localhost:8666/
> [error] [client 127.0.0.1] mod_wsgi (pid=4684): Exception occurred
> processing WSGI script '/htdocs/reviewboard.wsgi'.,
> referer: http://localhost:8666/
> [error] [client 127.0.0.1] Traceback (most recent call last):,
> referer: http://localhost:8666/
> [error] [client 127.0.0.1]   File "\\lib\\site-
> packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\wsgi.py",
> line 250, in __call__, referer: http://localhost:8666/
> [error] [client 127.0.0.1] self.load_middleware(), referer:
> http://localhost:8666/
> [error] [client 127.0.0.1]   File "\\lib\\site-
> packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\base.py",
> line 47, in load_middleware, referer: http://localhost:8666/
> [error] [client 127.0.0.1] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
> % (mw_module, e)), referer: http://localhost:8666/
> [error] [client 127.0.0.1] ImproperlyConfigured: Error importing
> middleware reviewboard.admin.middleware: "DLL load failed: A dynamic
> link library (DLL) initialization routine failed.", referer:
> http://localhost:8666/
> 
> I have also changed the the site's "settings_local.py" file to include
> the line "DEBUG = True" but no output is added to the logs directory.
> 
> Thanks for any assistance.
> 
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: "Review Board is taking a nap"

2012-05-23 Thread mark.har...@arcinnovations.co.nz
Additional information about installed components:

PostgreSQL v 9.1
Patch v 2.5.9-7
Python v 2.7
PIL v 1.1.7
Psycopg2 v 2.4.5
Pycrypto v 2.1.0
PySVN v 1.7.6-1457
Setuptools v 0.6c11
Slik subversion v 1.7.4

Pycrypto v 2.3 was removed and 2.1 subsequently installed as the
former was causing errors.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


"Review Board is taking a nap"

2012-05-23 Thread mark.har...@arcinnovations.co.nz
I get the above error when I try and access a recently installed
version of ReviewBoard.

I am running Windows 7, Apache httpd server v 2.2.22, ReviewBoard v
1.6. Everything is 32-bit as I was experiencing real problems when
using 64-bit versions of the installed components.

Looking at the "access.log" file, it seems like there is an error
occurring somewhere:

127.0.0.1 - - [24/May/2012:14:53:37 +1200] "GET / HTTP/1.1" 500 1540
127.0.0.1 - - [24/May/2012:14:53:37 +1200] "GET /favicon.ico HTTP/1.1"
404 209

I have amended the server's "httpd.conf" file so that the LogLevel is
set to debug. There are no errors raised when either the server starts
up or I try and access ReviewBoard via a browser and get the "taking a
nap" screen.

I don't know whether it is related but the following errors appear
when I shut down the server:

[info] [client 127.0.0.1] mod_wsgi (pid=4684, process='',
application='arc-review-board:8666|'): Loading WSGI script
'/htdocs/reviewboard.wsgi'., referer: http://localhost:8666/
[error] [client 127.0.0.1] mod_wsgi (pid=4684): Exception occurred
processing WSGI script '/htdocs/reviewboard.wsgi'.,
referer: http://localhost:8666/
[error] [client 127.0.0.1] Traceback (most recent call last):,
referer: http://localhost:8666/
[error] [client 127.0.0.1]   File "\\lib\\site-
packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\wsgi.py",
line 250, in __call__, referer: http://localhost:8666/
[error] [client 127.0.0.1] self.load_middleware(), referer:
http://localhost:8666/
[error] [client 127.0.0.1]   File "\\lib\\site-
packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\base.py",
line 47, in load_middleware, referer: http://localhost:8666/
[error] [client 127.0.0.1] raise
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
% (mw_module, e)), referer: http://localhost:8666/
[error] [client 127.0.0.1] ImproperlyConfigured: Error importing
middleware reviewboard.admin.middleware: "DLL load failed: A dynamic
link library (DLL) initialization routine failed.", referer:
http://localhost:8666/

I have also changed the the site's "settings_local.py" file to include
the line "DEBUG = True" but no output is added to the logs directory.

Thanks for any assistance.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear All,

It's ok now after I restart the httpd. :)

Thanks very much!!!


On Sun, Apr 1, 2012 at 9:07 AM, Muiz  wrote:

> Dear Chris,
>
>   It works when I update the ACL:  setfacl -R -m
> o::rwx,d:o::rwx /usr/lib/python2.6/
>
>   But the RB says:
>
> Your site's data directory isn't properly set up. This directory is where
> Review Board will store various state and configuration needed to access
> repositories.
>
> Your data directory is currently at: /var/www/rb/data
> Permission problems
>
> The data directory must be writable by the web server. On Linux/Unix/Mac,
> you can fix this by typing:
>
> $ sudo chown -R root "/var/www/rb/data"
>
>
>  I have done this, but still shows this error.
>
>  (I also run command: setfacl -R -m u:apache:rwx,d:u:apache:rwx 
> /var/www/rb/data" to let apache read and write for this folder)
>
>
> On Sun, Apr 1, 2012 at 8:35 AM, Chris Tooley  wrote:
>
>> The "other" permission group needs read and execute on directories and
>> read on files.
>>  On Mar 31, 2012 7:32 PM, "Muiz"  wrote:
>>
>>> Dear Chris,
>>>
>>>   Which permission should I update?
>>>
>>>   BTY, my linux is a 64 bit system.
>>>
>>>
>>> On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley  wrote:
>>>
>>>> If you used easy_install you probably need to adjust permissions on
>>>> python libraries in the /usr/lib/pythonxx directory tree. Look for missing
>>>> permissions for o.
>>>>  On Mar 31, 2012 7:02 PM, "Muiz"  wrote:
>>>>
>>>>> Dear all,
>>>>>
>>>>>  I check the rb-site install log:
>>>>>
>>>>> Unable to load SCMTool perforce =
>>>>> reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
>>>>> /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
>>>>> ImportWarning: Not importing directory
>>>>> '/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
>>>>>   from Crypto import Random
>>>>>
>>>>> but i'm sure i have install pycrypto  already
>>>>>
>>>>>
>>>>> On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:
>>>>>
>>>>>> HI, David,
>>>>>>
>>>>>>I have installed pycrypto already use command "easy_install
>>>>>> pycrypto":
>>>>>>
>>>>>> [root@localhost ~]# easy_install pycrypto
>>>>>> Searching for pycrypto
>>>>>> Best match: pycrypto 2.4
>>>>>> Adding pycrypto 2.4 to easy-install.pth file
>>>>>>
>>>>>> Using /usr/lib64/python2.6/site-packages
>>>>>> Processing dependencies for pycrypto
>>>>>> Finished processing dependencies for pycrypto
>>>>>>
>>>>>> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge 
>>>>>> wrote:
>>>>>>
>>>>>>> It sounds like pycrypto is not properly installed.
>>>>>>>
>>>>>>> -David
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>>>>>>> > Dear all,
>>>>>>> >
>>>>>>> >(OS Centos 6.2)
>>>>>>> >
>>>>>>> >I install RB successfully but cannot lunch, when I open the
>>>>>>> home page,
>>>>>>> > got the folling error:
>>>>>>> >
>>>>>>> >
>>>>>>> > Review Board is taking a nap
>>>>>>> >
>>>>>>> > There are several possible reasons:
>>>>>>> >
>>>>>>> > We're updating it.
>>>>>>> > You're trying to look at a really huge diff without collapsing,
>>>>>>> and it timed
>>>>>>> > out (try viewing another diff and going back to collapsed changes;
>>>>>>> we're
>>>>>>> > working on fixing this).
>>>>>>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>>>>>> >
>>>>>>> > It'll be back soon.
>>>>>>> >
>>>>>>> >  I check the

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear Chris,

  It works when I update the ACL:  setfacl -R -m
o::rwx,d:o::rwx /usr/lib/python2.6/

  But the RB says:

Your site's data directory isn't properly set up. This directory is where
Review Board will store various state and configuration needed to access
repositories.

Your data directory is currently at: /var/www/rb/data
Permission problems

The data directory must be writable by the web server. On Linux/Unix/Mac,
you can fix this by typing:

$ sudo chown -R root "/var/www/rb/data"


 I have done this, but still shows this error.

 (I also run command: setfacl -R -m u:apache:rwx,d:u:apache:rwx
/var/www/rb/data" to let apache read and write for this folder)


On Sun, Apr 1, 2012 at 8:35 AM, Chris Tooley  wrote:

> The "other" permission group needs read and execute on directories and
> read on files.
> On Mar 31, 2012 7:32 PM, "Muiz"  wrote:
>
>> Dear Chris,
>>
>>   Which permission should I update?
>>
>>   BTY, my linux is a 64 bit system.
>>
>>
>> On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley  wrote:
>>
>>> If you used easy_install you probably need to adjust permissions on
>>> python libraries in the /usr/lib/pythonxx directory tree. Look for missing
>>> permissions for o.
>>>  On Mar 31, 2012 7:02 PM, "Muiz"  wrote:
>>>
>>>> Dear all,
>>>>
>>>>  I check the rb-site install log:
>>>>
>>>> Unable to load SCMTool perforce =
>>>> reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
>>>> /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
>>>> ImportWarning: Not importing directory
>>>> '/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
>>>>   from Crypto import Random
>>>>
>>>> but i'm sure i have install pycrypto  already
>>>>
>>>>
>>>> On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:
>>>>
>>>>> HI, David,
>>>>>
>>>>>I have installed pycrypto already use command "easy_install
>>>>> pycrypto":
>>>>>
>>>>> [root@localhost ~]# easy_install pycrypto
>>>>> Searching for pycrypto
>>>>> Best match: pycrypto 2.4
>>>>> Adding pycrypto 2.4 to easy-install.pth file
>>>>>
>>>>> Using /usr/lib64/python2.6/site-packages
>>>>> Processing dependencies for pycrypto
>>>>> Finished processing dependencies for pycrypto
>>>>>
>>>>> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge 
>>>>> wrote:
>>>>>
>>>>>> It sounds like pycrypto is not properly installed.
>>>>>>
>>>>>> -David
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>>>>>> > Dear all,
>>>>>> >
>>>>>> >(OS Centos 6.2)
>>>>>> >
>>>>>> >I install RB successfully but cannot lunch, when I open the home
>>>>>> page,
>>>>>> > got the folling error:
>>>>>> >
>>>>>> >
>>>>>> > Review Board is taking a nap
>>>>>> >
>>>>>> > There are several possible reasons:
>>>>>> >
>>>>>> > We're updating it.
>>>>>> > You're trying to look at a really huge diff without collapsing, and
>>>>>> it timed
>>>>>> > out (try viewing another diff and going back to collapsed changes;
>>>>>> we're
>>>>>> > working on fixing this).
>>>>>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>>>>> >
>>>>>> > It'll be back soon.
>>>>>> >
>>>>>> >  I check the /var/log/httpd/error_log, and get the following log,
>>>>>> how can I
>>>>>> > resolve this problem?
>>>>>> >
>>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
>>>>>> > (pid=5392): Exception occurred processing WSGI script
>>>>>> > '/var/www/rb/htdocs/reviewboard.wsgi'.
>>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback
>>>>>> (most
>>>>>> >

Re: Review Board is taking a nap

2012-03-31 Thread Chris Tooley
The "other" permission group needs read and execute on directories and read
on files.
On Mar 31, 2012 7:32 PM, "Muiz"  wrote:

> Dear Chris,
>
>   Which permission should I update?
>
>   BTY, my linux is a 64 bit system.
>
>
> On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley  wrote:
>
>> If you used easy_install you probably need to adjust permissions on
>> python libraries in the /usr/lib/pythonxx directory tree. Look for missing
>> permissions for o.
>>  On Mar 31, 2012 7:02 PM, "Muiz"  wrote:
>>
>>> Dear all,
>>>
>>>  I check the rb-site install log:
>>>
>>> Unable to load SCMTool perforce =
>>> reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
>>> /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
>>> ImportWarning: Not importing directory
>>> '/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
>>>   from Crypto import Random
>>>
>>> but i'm sure i have install pycrypto  already
>>>
>>>
>>> On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:
>>>
>>>> HI, David,
>>>>
>>>>I have installed pycrypto already use command "easy_install
>>>> pycrypto":
>>>>
>>>> [root@localhost ~]# easy_install pycrypto
>>>> Searching for pycrypto
>>>> Best match: pycrypto 2.4
>>>> Adding pycrypto 2.4 to easy-install.pth file
>>>>
>>>> Using /usr/lib64/python2.6/site-packages
>>>> Processing dependencies for pycrypto
>>>> Finished processing dependencies for pycrypto
>>>>
>>>> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge wrote:
>>>>
>>>>> It sounds like pycrypto is not properly installed.
>>>>>
>>>>> -David
>>>>>
>>>>>
>>>>>
>>>>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>>>>> > Dear all,
>>>>> >
>>>>> >(OS Centos 6.2)
>>>>> >
>>>>> >I install RB successfully but cannot lunch, when I open the home
>>>>> page,
>>>>> > got the folling error:
>>>>> >
>>>>> >
>>>>> > Review Board is taking a nap
>>>>> >
>>>>> > There are several possible reasons:
>>>>> >
>>>>> > We're updating it.
>>>>> > You're trying to look at a really huge diff without collapsing, and
>>>>> it timed
>>>>> > out (try viewing another diff and going back to collapsed changes;
>>>>> we're
>>>>> > working on fixing this).
>>>>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>>>> >
>>>>> > It'll be back soon.
>>>>> >
>>>>> >  I check the /var/log/httpd/error_log, and get the following log,
>>>>> how can I
>>>>> > resolve this problem?
>>>>> >
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
>>>>> > (pid=5392): Exception occurred processing WSGI script
>>>>> > '/var/www/rb/htdocs/reviewboard.wsgi'.
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback
>>>>> (most
>>>>> > recent call last):
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>>>> >
>>>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
>>>>> > line 250, in __call__
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>>>> > self.load_middleware()
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>>>> >
>>>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
>>>>> > line 47, in load_middleware
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
>>>>> > exceptions.ImproperlyConfigured('Error importing middleware %s:
>>>>> "%s"' %
>>>>> > (mw_module, e))
>>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>>>> > ImproperlyConfigured: E

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear Chris,

  Which permission should I update?

  BTY, my linux is a 64 bit system.


On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley  wrote:

> If you used easy_install you probably need to adjust permissions on python
> libraries in the /usr/lib/pythonxx directory tree. Look for missing
> permissions for o.
> On Mar 31, 2012 7:02 PM, "Muiz"  wrote:
>
>> Dear all,
>>
>>  I check the rb-site install log:
>>
>> Unable to load SCMTool perforce =
>> reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
>> /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
>> ImportWarning: Not importing directory
>> '/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
>>   from Crypto import Random
>>
>> but i'm sure i have install pycrypto  already
>>
>>
>> On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:
>>
>>> HI, David,
>>>
>>>I have installed pycrypto already use command "easy_install pycrypto":
>>>
>>> [root@localhost ~]# easy_install pycrypto
>>> Searching for pycrypto
>>> Best match: pycrypto 2.4
>>> Adding pycrypto 2.4 to easy-install.pth file
>>>
>>> Using /usr/lib64/python2.6/site-packages
>>> Processing dependencies for pycrypto
>>> Finished processing dependencies for pycrypto
>>>
>>> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge wrote:
>>>
>>>> It sounds like pycrypto is not properly installed.
>>>>
>>>> -David
>>>>
>>>>
>>>>
>>>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>>>> > Dear all,
>>>> >
>>>> >(OS Centos 6.2)
>>>> >
>>>> >I install RB successfully but cannot lunch, when I open the home
>>>> page,
>>>> > got the folling error:
>>>> >
>>>> >
>>>> > Review Board is taking a nap
>>>> >
>>>> > There are several possible reasons:
>>>> >
>>>> > We're updating it.
>>>> > You're trying to look at a really huge diff without collapsing, and
>>>> it timed
>>>> > out (try viewing another diff and going back to collapsed changes;
>>>> we're
>>>> > working on fixing this).
>>>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>>> >
>>>> > It'll be back soon.
>>>> >
>>>> >  I check the /var/log/httpd/error_log, and get the following log, how
>>>> can I
>>>> > resolve this problem?
>>>> >
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
>>>> > (pid=5392): Exception occurred processing WSGI script
>>>> > '/var/www/rb/htdocs/reviewboard.wsgi'.
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback
>>>> (most
>>>> > recent call last):
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>>> >
>>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
>>>> > line 250, in __call__
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>>> > self.load_middleware()
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>>> >
>>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
>>>> > line 47, in load_middleware
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
>>>> > exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
>>>> %
>>>> > (mw_module, e))
>>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>>> > ImproperlyConfigured: Error importing middleware
>>>> > reviewboard.admin.middleware: "cannot import name OSRNG"
>>>> > [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does
>>>> not
>>>> > exist: /var/www/rb/htdocs/media/rbcommons
>>>> >
>>>> >
>>>> > --
>>>> > Regards,
>>>> > Muiz
>>>> >
>>>> >
>>>> > --
>>>> > Want to help the Review Board project? Donate today at
>>>> >

Re: Review Board is taking a nap

2012-03-31 Thread Chris Tooley
If you used easy_install you probably need to adjust permissions on python
libraries in the /usr/lib/pythonxx directory tree. Look for missing
permissions for o.
On Mar 31, 2012 7:02 PM, "Muiz"  wrote:

> Dear all,
>
>  I check the rb-site install log:
>
> Unable to load SCMTool perforce =
> reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
> /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
> ImportWarning: Not importing directory
> '/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
>   from Crypto import Random
>
> but i'm sure i have install pycrypto  already
>
>
> On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:
>
>> HI, David,
>>
>>I have installed pycrypto already use command "easy_install pycrypto":
>>
>> [root@localhost ~]# easy_install pycrypto
>> Searching for pycrypto
>> Best match: pycrypto 2.4
>> Adding pycrypto 2.4 to easy-install.pth file
>>
>> Using /usr/lib64/python2.6/site-packages
>> Processing dependencies for pycrypto
>> Finished processing dependencies for pycrypto
>>
>> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge wrote:
>>
>>> It sounds like pycrypto is not properly installed.
>>>
>>> -David
>>>
>>>
>>>
>>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>>> > Dear all,
>>> >
>>> >(OS Centos 6.2)
>>> >
>>> >I install RB successfully but cannot lunch, when I open the home
>>> page,
>>> > got the folling error:
>>> >
>>> >
>>> > Review Board is taking a nap
>>> >
>>> > There are several possible reasons:
>>> >
>>> > We're updating it.
>>> > You're trying to look at a really huge diff without collapsing, and it
>>> timed
>>> > out (try viewing another diff and going back to collapsed changes;
>>> we're
>>> > working on fixing this).
>>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>>> >
>>> > It'll be back soon.
>>> >
>>> >  I check the /var/log/httpd/error_log, and get the following log, how
>>> can I
>>> > resolve this problem?
>>> >
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
>>> > (pid=5392): Exception occurred processing WSGI script
>>> > '/var/www/rb/htdocs/reviewboard.wsgi'.
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback
>>> (most
>>> > recent call last):
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>> >
>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
>>> > line 250, in __call__
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>> > self.load_middleware()
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>>> >
>>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
>>> > line 47, in load_middleware
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
>>> > exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
>>> > (mw_module, e))
>>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>>> > ImproperlyConfigured: Error importing middleware
>>> > reviewboard.admin.middleware: "cannot import name OSRNG"
>>> > [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not
>>> > exist: /var/www/rb/htdocs/media/rbcommons
>>> >
>>> >
>>> > --
>>> > Regards,
>>> > Muiz
>>> >
>>> >
>>> > --
>>> > Want to help the Review Board project? Donate today at
>>> > http://www.reviewboard.org/donate/
>>> > Happy user? Let us know at http://www.reviewboard.org/users/
>>> > -~--~~~~--~~--~--~---
>>> > To unsubscribe from this group, send email to
>>> > reviewboard+unsubscr...@googlegroups.com
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/reviewboard?hl=en
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/donate/
>

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear all,

 I check the rb-site install log:

Unable to load SCMTool perforce =
reviewboard.scmtools.perforce:PerforceTool: No module named Crypto
/usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98:
ImportWarning: Not importing directory
'/usr/lib64/python2.6/site-packages/Crypto': missing __init__.py
  from Crypto import Random

but i'm sure i have install pycrypto  already


On Sun, Apr 1, 2012 at 7:33 AM, Muiz  wrote:

> HI, David,
>
>I have installed pycrypto already use command "easy_install pycrypto":
>
> [root@localhost ~]# easy_install pycrypto
> Searching for pycrypto
> Best match: pycrypto 2.4
> Adding pycrypto 2.4 to easy-install.pth file
>
> Using /usr/lib64/python2.6/site-packages
> Processing dependencies for pycrypto
> Finished processing dependencies for pycrypto
>
> On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge wrote:
>
>> It sounds like pycrypto is not properly installed.
>>
>> -David
>>
>>
>>
>> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
>> > Dear all,
>> >
>> >(OS Centos 6.2)
>> >
>> >I install RB successfully but cannot lunch, when I open the home
>> page,
>> > got the folling error:
>> >
>> >
>> > Review Board is taking a nap
>> >
>> > There are several possible reasons:
>> >
>> > We're updating it.
>> > You're trying to look at a really huge diff without collapsing, and it
>> timed
>> > out (try viewing another diff and going back to collapsed changes; we're
>> > working on fixing this).
>> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
>> >
>> > It'll be back soon.
>> >
>> >  I check the /var/log/httpd/error_log, and get the following log, how
>> can I
>> > resolve this problem?
>> >
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
>> > (pid=5392): Exception occurred processing WSGI script
>> > '/var/www/rb/htdocs/reviewboard.wsgi'.
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback
>> (most
>> > recent call last):
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>> >
>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
>> > line 250, in __call__
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>> > self.load_middleware()
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
>> >
>> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
>> > line 47, in load_middleware
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
>> > exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
>> > (mw_module, e))
>> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
>> > ImproperlyConfigured: Error importing middleware
>> > reviewboard.admin.middleware: "cannot import name OSRNG"
>> > [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not
>> > exist: /var/www/rb/htdocs/media/rbcommons
>> >
>> >
>> > --
>> > Regards,
>> > Muiz
>> >
>> >
>> > --
>> > Want to help the Review Board project? Donate today at
>> > http://www.reviewboard.org/donate/
>> > Happy user? Let us know at http://www.reviewboard.org/users/
>> > -~--~~~~--~~--~--~---
>> > To unsubscribe from this group, send email to
>> > reviewboard+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> > http://groups.google.com/group/reviewboard?hl=en
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/reviewboard?hl=en
>
>
>
>
> --
> Regards,
> *Muiz*
>
>
>


-- 
Regards,
*Muiz*

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
HI, David,

   I have installed pycrypto already use command "easy_install pycrypto":

[root@localhost ~]# easy_install pycrypto
Searching for pycrypto
Best match: pycrypto 2.4
Adding pycrypto 2.4 to easy-install.pth file

Using /usr/lib64/python2.6/site-packages
Processing dependencies for pycrypto
Finished processing dependencies for pycrypto

On Sun, Apr 1, 2012 at 4:55 AM, David Trowbridge  wrote:

> It sounds like pycrypto is not properly installed.
>
> -David
>
>
>
> On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
> > Dear all,
> >
> >(OS Centos 6.2)
> >
> >I install RB successfully but cannot lunch, when I open the home page,
> > got the folling error:
> >
> >
> > Review Board is taking a nap
> >
> > There are several possible reasons:
> >
> > We're updating it.
> > You're trying to look at a really huge diff without collapsing, and it
> timed
> > out (try viewing another diff and going back to collapsed changes; we're
> > working on fixing this).
> > Our lazy good-for-nothing oompa-loompas stopped pedalling.
> >
> > It'll be back soon.
> >
> >  I check the /var/log/httpd/error_log, and get the following log, how
> can I
> > resolve this problem?
> >
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
> > (pid=5392): Exception occurred processing WSGI script
> > '/var/www/rb/htdocs/reviewboard.wsgi'.
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback (most
> > recent call last):
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
> >
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
> > line 250, in __call__
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
> > self.load_middleware()
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
> >
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
> > line 47, in load_middleware
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
> > exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> > (mw_module, e))
> > [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
> > ImproperlyConfigured: Error importing middleware
> > reviewboard.admin.middleware: "cannot import name OSRNG"
> > [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not
> > exist: /var/www/rb/htdocs/media/rbcommons
> >
> >
> > --
> > Regards,
> > Muiz
> >
> >
> > --
> > Want to help the Review Board project? Donate today at
> > http://www.reviewboard.org/donate/
> > Happy user? Let us know at http://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/reviewboard?hl=en
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en




-- 
Regards,
*Muiz*

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Review Board is taking a nap

2012-03-31 Thread David Trowbridge
It sounds like pycrypto is not properly installed.

-David



On Sat, Mar 31, 2012 at 3:30 AM, Muiz  wrote:
> Dear all,
>
>    (OS Centos 6.2)
>
>    I install RB successfully but cannot lunch, when I open the home page,
> got the folling error:
>
>
> Review Board is taking a nap
>
> There are several possible reasons:
>
> We're updating it.
> You're trying to look at a really huge diff without collapsing, and it timed
> out (try viewing another diff and going back to collapsed changes; we're
> working on fixing this).
> Our lazy good-for-nothing oompa-loompas stopped pedalling.
>
> It'll be back soon.
>
>  I check the /var/log/httpd/error_log, and get the following log, how can I
> resolve this problem?
>
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
> (pid=5392): Exception occurred processing WSGI script
> '/var/www/rb/htdocs/reviewboard.wsgi'.
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback (most
> recent call last):
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
> line 250, in __call__
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
> self.load_middleware()
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
> "/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
> line 47, in load_middleware
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> (mw_module, e))
> [Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "cannot import name OSRNG"
> [Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not
> exist: /var/www/rb/htdocs/media/rbcommons
>
>
> --
> Regards,
> Muiz
>
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Review Board is taking a nap

2012-03-31 Thread Muiz
Dear all,

   (OS Centos 6.2)

   I install RB successfully but cannot lunch, when I open the home page,
got the folling error:

Review Board is taking a nap
There are several possible reasons:

   - We're updating it.
   - You're trying to look at a really huge diff without collapsing, and it
   timed out (try viewing another diff and going back to collapsed changes;
   we're working on fixing this).
   - Our lazy good-for-nothing oompa-loompas stopped pedalling.

It'll be back soon.

 I check the /var/log/httpd/error_log, and get the following log, how can I
resolve this problem?

[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] mod_wsgi
(pid=5392): Exception occurred processing WSGI script
'/var/www/rb/htdocs/reviewboard.wsgi'.
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] Traceback (most
recent call last):
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
"/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/wsgi.py",
line 250, in __call__
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
self.load_middleware()
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]   File
"/usr/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
line 47, in load_middleware
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101] raise
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
(mw_module, e))
[Sat Mar 31 03:29:12 2012] [error] [client 192.168.1.101]
ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "cannot import name OSRNG"
[Sat Mar 31 18:29:12 2012] [error] [client 192.168.1.101] File does not
exist: /var/www/rb/htdocs/media/rbcommons


-- 
Regards,
*Muiz*

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Review Board is taking a nap

2011-11-04 Thread Kannaiyan Natesan
Reinstalling with easy_install did not fix it.

One person from #django room recommened to use pip to get things done
correctly. I'm sure easy_install misses some of the entries that pip does.

Did, easy_install pip

and did all the reinstall with pip.

I did rebooted the machine now and checked it. It works fine even after
rebooting.

Thanks,
Kannaiyan

On Fri, Nov 4, 2011 at 12:12 PM, Christian Hammond wrote:

> Hmm, trying to figure out how that's different from what was recommended
> before and why it only worked now.
>
> If this is breaking on every restart, there's something very wrong with
> your server. That should never happen. Consider it a red flag and do some
> investigating.
>
> Christian
>
>
>
> On Friday, November 4, 2011, Kannaiyan Natesan  wrote:
> > Help from #django irc channel helped to fix it.
> >
> > Did the following, everything is backup.
> > After every restart if you go and see you will see the missing module.
> Delete it and reinstall it. It will get it resolved.
> >
> > rm -rf /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> > pip install recaptcha-client
> > service httpd restart
> > tail /var/log/httpd/error_log
> > pip install pytz
> > rm -rf /usr/lib/python2.4/site-packages/pytz-2011h-py2.4.egg
> > pip install pytz
> > service httpd restart
> > tail /var/log/httpd/error_log
> > pip install paramiko
> > rm -rf /usr/lib/python2.4/site-packages/paramiko-1.7.7.1-py2.4.egg
> > pip install paramiko
> > service httpd restart
> > tail /var/log/httpd/error_log
> > pip install Crypto
> > easy_install Crypto
> > pip install pycrypto
> > rm -rf
> /usr/lib/python2.4/site-packages/pycrypto-2.3-py2.4-linux-x86_64.egg
> > pip install pycrypto
> > service httpd restart
> >
> > Hope it will be useful.
> >
> >
> > On Wed, Nov 2, 2011 at 1:34 PM, Kannaiyan Natesan 
> wrote:
> >
> > Thanks Christian. Same issue still persists.
> > Removed, installed recaptcha-client, restarted Apache and tried again.
> > Is there a way to remove the recaptcha-client dependency? Since we are
> using it within the internal network.
> >
> > [root@BLCRMX0200 www]# rm -rf
> /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> > [root@BLCRMX0200 www]# easy_install recaptcha_client
> > Searching for recaptcha-client
> > Reading http://pypi.python.org/simple/recaptcha_client/
> > Reading http://recaptcha.net
> > Reading http://recaptcha.net/
> > Best match: recaptcha-client 1.0.6
> > Downloading
> http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz#md5=74228180f7e1fb76c4d7089160b0d919
> > Processing recaptcha-client-1.0.6.tar.gz
> > Running recaptcha-client-1.0.6/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-JWEQw5/recaptcha-client-1.0.6/egg-dist-tmp-UNccjg
> > zip_safe flag not set; analyzing archive contents...
> > Adding recaptcha-client 1.0.6 to easy-install.pth file
> >
> > Installed
> /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> > Processing dependencies for recaptcha-client
> > Finished processing dependencies for recaptcha-client
> > [root@BLCRMX0200 www]# service httpd restart
> > Stopping httpd:[  OK  ]
> > Starting httpd: [  OK  ]
> > [root@BLCRMX0200 www]# echo "" > /var/log/httpd/error_log
> > [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
> >
> > [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
> >
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] mod_wsgi
> (pid=7689): Exception occurred processing WSGI script
> '/var/www/html/htdocs/reviewboard.wsgi'.
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] Traceback (most
> recent call last):
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
> "/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/wsgi.py",
> line 250, in __call__
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
> self.load_middleware()
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
> "/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/base.py",
> line 47, in load_middleware
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> (mw_module, e))
> > [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named recaptcha.client"
> >
> >
> > On Wed, Nov 2, 2011 at 1:20 PM, Christian Hammond 
> wrote:
> >
> > Hi,
> >
> > Unfortunately I have no idea why you're seeing that. Maybe try removing
> the installed recaptcha_client package and reinstall?
> >
> > You'll need to then restart Apache.
> >
> > Christian
> >
> >
> > On Wednesday, November 2, 2011, Kannaiyan Natesan 
> wrote:
> >> Even tried importing on command line,
> >>
> >> [root@BLCRMX0200 www]# python
> >> import Python 2.4.3 (#1, May  5 2011, 16:39

Re: Review Board is taking a nap

2011-11-04 Thread Christian Hammond
Hmm, trying to figure out how that's different from what was recommended
before and why it only worked now.

If this is breaking on every restart, there's something very wrong with
your server. That should never happen. Consider it a red flag and do some
investigating.

Christian


On Friday, November 4, 2011, Kannaiyan Natesan  wrote:
> Help from #django irc channel helped to fix it.
>
> Did the following, everything is backup.
> After every restart if you go and see you will see the missing module.
Delete it and reinstall it. It will get it resolved.
>
> rm -rf /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> pip install recaptcha-client
> service httpd restart
> tail /var/log/httpd/error_log
> pip install pytz
> rm -rf /usr/lib/python2.4/site-packages/pytz-2011h-py2.4.egg
> pip install pytz
> service httpd restart
> tail /var/log/httpd/error_log
> pip install paramiko
> rm -rf /usr/lib/python2.4/site-packages/paramiko-1.7.7.1-py2.4.egg
> pip install paramiko
> service httpd restart
> tail /var/log/httpd/error_log
> pip install Crypto
> easy_install Crypto
> pip install pycrypto
> rm -rf
/usr/lib/python2.4/site-packages/pycrypto-2.3-py2.4-linux-x86_64.egg
> pip install pycrypto
> service httpd restart
>
> Hope it will be useful.
>
>
> On Wed, Nov 2, 2011 at 1:34 PM, Kannaiyan Natesan 
wrote:
>
> Thanks Christian. Same issue still persists.
> Removed, installed recaptcha-client, restarted Apache and tried again.
> Is there a way to remove the recaptcha-client dependency? Since we are
using it within the internal network.
>
> [root@BLCRMX0200 www]# rm -rf
/usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> [root@BLCRMX0200 www]# easy_install recaptcha_client
> Searching for recaptcha-client
> Reading http://pypi.python.org/simple/recaptcha_client/
> Reading http://recaptcha.net
> Reading http://recaptcha.net/
> Best match: recaptcha-client 1.0.6
> Downloading
http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz#md5=74228180f7e1fb76c4d7089160b0d919
> Processing recaptcha-client-1.0.6.tar.gz
> Running recaptcha-client-1.0.6/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-JWEQw5/recaptcha-client-1.0.6/egg-dist-tmp-UNccjg
> zip_safe flag not set; analyzing archive contents...
> Adding recaptcha-client 1.0.6 to easy-install.pth file
>
> Installed
/usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> Processing dependencies for recaptcha-client
> Finished processing dependencies for recaptcha-client
> [root@BLCRMX0200 www]# service httpd restart
> Stopping httpd:[  OK  ]
> Starting httpd: [  OK  ]
> [root@BLCRMX0200 www]# echo "" > /var/log/httpd/error_log
> [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
>
> [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
>
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] mod_wsgi
(pid=7689): Exception occurred processing WSGI script
'/var/www/html/htdocs/reviewboard.wsgi'.
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] Traceback (most
recent call last):
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
"/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/wsgi.py",
line 250, in __call__
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
self.load_middleware()
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
"/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/base.py",
line 47, in load_middleware
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] raise
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
(mw_module, e))
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named recaptcha.client"
>
>
> On Wed, Nov 2, 2011 at 1:20 PM, Christian Hammond 
wrote:
>
> Hi,
>
> Unfortunately I have no idea why you're seeing that. Maybe try removing
the installed recaptcha_client package and reinstall?
>
> You'll need to then restart Apache.
>
> Christian
>
>
> On Wednesday, November 2, 2011, Kannaiyan Natesan 
wrote:
>> Even tried importing on command line,
>>
>> [root@BLCRMX0200 www]# python
>> import Python 2.4.3 (#1, May  5 2011, 16:39:10)
>> [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
> import recaptcha.client
>
>>
>> works fine.
>>
>> May someone please help what is missing?
>>
>> Thanks,
>> Kannaiyan
>>
>> On Wed, Nov 2, 2011 at 12:16 PM, Kannaiyan Natesan 
wrote:
>>>
>>> when I see Apache error log,
>>>
>>> ImproperlyConfigured: Error importing middl

-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? 

Re: Review Board is taking a nap

2011-11-04 Thread Kannaiyan Natesan
Help from #django irc channel helped to fix it.

Did the following, everything is backup.
After every restart if you go and see you will see the missing module.
Delete it and reinstall it. It will get it resolved.

rm -rf /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
pip install recaptcha-client
service httpd restart
tail /var/log/httpd/error_log
pip install pytz
rm -rf /usr/lib/python2.4/site-packages/pytz-2011h-py2.4.egg
pip install pytz
service httpd restart
tail /var/log/httpd/error_log
pip install paramiko
rm -rf /usr/lib/python2.4/site-packages/paramiko-1.7.7.1-py2.4.egg
pip install paramiko
service httpd restart
tail /var/log/httpd/error_log
pip install Crypto
easy_install Crypto
pip install pycrypto
rm -rf /usr/lib/python2.4/site-packages/pycrypto-2.3-py2.4-linux-x86_64.egg
pip install pycrypto
service httpd restart

Hope it will be useful.


On Wed, Nov 2, 2011 at 1:34 PM, Kannaiyan Natesan wrote:

> Thanks Christian. Same issue still persists.
> Removed, installed recaptcha-client, restarted Apache and tried again.
> Is there a way to remove the recaptcha-client dependency? Since we are
> using it within the internal network.
>
> [root@BLCRMX0200 www]# rm -rf
> /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> [root@BLCRMX0200 www]# easy_install recaptcha_client
> Searching for recaptcha-client
> Reading http://pypi.python.org/simple/recaptcha_client/
> Reading http://recaptcha.net
> Reading http://recaptcha.net/
> Best match: recaptcha-client 1.0.6
> Downloading
> http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz#md5=74228180f7e1fb76c4d7089160b0d919
> Processing recaptcha-client-1.0.6.tar.gz
> Running recaptcha-client-1.0.6/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-JWEQw5/recaptcha-client-1.0.6/egg-dist-tmp-UNccjg
> zip_safe flag not set; analyzing archive contents...
> Adding recaptcha-client 1.0.6 to easy-install.pth file
>
> Installed /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
> Processing dependencies for recaptcha-client
> Finished processing dependencies for recaptcha-client
> [root@BLCRMX0200 www]# service httpd restart
> Stopping httpd:[  OK  ]
> Starting httpd: [  OK  ]
> [root@BLCRMX0200 www]# echo "" > /var/log/httpd/error_log
> [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
>
> [root@BLCRMX0200 www]# tail /var/log/httpd/error_log
>
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] mod_wsgi
> (pid=7689): Exception occurred processing WSGI script
> '/var/www/html/htdocs/reviewboard.wsgi'.
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] Traceback (most
> recent call last):
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
> "/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/wsgi.py",
> line 250, in __call__
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
> self.load_middleware()
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
> "/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/base.py",
> line 47, in load_middleware
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
> (mw_module, e))
> [Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named recaptcha.client"
>
>
>
> On Wed, Nov 2, 2011 at 1:20 PM, Christian Hammond wrote:
>
>> Hi,
>>
>> Unfortunately I have no idea why you're seeing that. Maybe try removing
>> the installed recaptcha_client package and reinstall?
>>
>> You'll need to then restart Apache.
>>
>> Christian
>>
>>
>>
>> On Wednesday, November 2, 2011, Kannaiyan Natesan 
>> wrote:
>> > Even tried importing on command line,
>> >
>> > [root@BLCRMX0200 www]# python
>> > import Python 2.4.3 (#1, May  5 2011, 16:39:10)
>> > [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
>> > Type "help", "copyright", "credits" or "license" for more information.
>>  import recaptcha.client
>> 
>> >
>> > works fine.
>> >
>> > May someone please help what is missing?
>> >
>> > Thanks,
>> > Kannaiyan
>> >
>> > On Wed, Nov 2, 2011 at 12:16 PM, Kannaiyan Natesan 
>> wrote:
>> >>
>> >> when I see Apache error log,
>> >>
>> >> ImproperlyConfigured: Error importing middleware
>> reviewboard.admin.middleware: "No module named recaptcha.client"
>> >>
>> >> I can see recaptcha.client is installed.
>> >>
>> >> [root@BLCRMX0200 www]# ls /usr/lib/python2.4/site-packages/
>> >> atom
>> easy_install.pyo
>> pycrypto-2.3-py2.4-linux-x86_64.egg  setuptools-0.6c12dev_r88846-py2.4.egg
>> >> Django-1.3.1-py2.4.egg
>> elementtree
>> Pygments-1.4-py2.4.egg   setuptools-0.6c5-py2.4.egg-info
>> >> Django-1.3-py2.4.egg
>> flup-1.0.3.dev_20110405-py2.4.egg
>> python_dateutil-1.5-py2.4.eggsetupto

Re: Review Board is taking a nap

2011-11-02 Thread Kannaiyan Natesan
Thanks Christian. Same issue still persists.
Removed, installed recaptcha-client, restarted Apache and tried again.
Is there a way to remove the recaptcha-client dependency? Since we are
using it within the internal network.

[root@BLCRMX0200 www]# rm -rf
/usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
[root@BLCRMX0200 www]# easy_install recaptcha_client
Searching for recaptcha-client
Reading http://pypi.python.org/simple/recaptcha_client/
Reading http://recaptcha.net
Reading http://recaptcha.net/
Best match: recaptcha-client 1.0.6
Downloading
http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz#md5=74228180f7e1fb76c4d7089160b0d919
Processing recaptcha-client-1.0.6.tar.gz
Running recaptcha-client-1.0.6/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-JWEQw5/recaptcha-client-1.0.6/egg-dist-tmp-UNccjg
zip_safe flag not set; analyzing archive contents...
Adding recaptcha-client 1.0.6 to easy-install.pth file

Installed /usr/lib/python2.4/site-packages/recaptcha_client-1.0.6-py2.4.egg
Processing dependencies for recaptcha-client
Finished processing dependencies for recaptcha-client
[root@BLCRMX0200 www]# service httpd restart
Stopping httpd:[  OK  ]
Starting httpd: [  OK  ]
[root@BLCRMX0200 www]# echo "" > /var/log/httpd/error_log
[root@BLCRMX0200 www]# tail /var/log/httpd/error_log

[root@BLCRMX0200 www]# tail /var/log/httpd/error_log

[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] mod_wsgi
(pid=7689): Exception occurred processing WSGI script
'/var/www/html/htdocs/reviewboard.wsgi'.
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] Traceback (most
recent call last):
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
"/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/wsgi.py",
line 250, in __call__
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
self.load_middleware()
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]   File
"/usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/base.py",
line 47, in load_middleware
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39] raise
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' %
(mw_module, e))
[Wed Nov 02 12:31:29 2011] [error] [client 10.50.10.39]
ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named recaptcha.client"


On Wed, Nov 2, 2011 at 1:20 PM, Christian Hammond wrote:

> Hi,
>
> Unfortunately I have no idea why you're seeing that. Maybe try removing
> the installed recaptcha_client package and reinstall?
>
> You'll need to then restart Apache.
>
> Christian
>
>
>
> On Wednesday, November 2, 2011, Kannaiyan Natesan 
> wrote:
> > Even tried importing on command line,
> >
> > [root@BLCRMX0200 www]# python
> > import Python 2.4.3 (#1, May  5 2011, 16:39:10)
> > [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
>  import recaptcha.client
> 
> >
> > works fine.
> >
> > May someone please help what is missing?
> >
> > Thanks,
> > Kannaiyan
> >
> > On Wed, Nov 2, 2011 at 12:16 PM, Kannaiyan Natesan 
> wrote:
> >>
> >> when I see Apache error log,
> >>
> >> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named recaptcha.client"
> >>
> >> I can see recaptcha.client is installed.
> >>
> >> [root@BLCRMX0200 www]# ls /usr/lib/python2.4/site-packages/
> >> atom
> easy_install.pyo
> pycrypto-2.3-py2.4-linux-x86_64.egg  setuptools-0.6c12dev_r88846-py2.4.egg
> >> Django-1.3.1-py2.4.egg
> elementtree
> Pygments-1.4-py2.4.egg   setuptools-0.6c5-py2.4.egg-info
> >> Django-1.3-py2.4.egg
> flup-1.0.3.dev_20110405-py2.4.egg
> python_dateutil-1.5-py2.4.eggsetuptools.pth
> >> django_evolution-0.6.4-py2.4.egg
> gdata
> python_memcached-1.47-py2.4.egg  site.py
> >> django_evolution-0.6.5-py2.4.egg
> iniparse
> pytz-2011h-py2.4.egg site.pyc
> >> Djblets-0.6.10-py2.4.egg
> mercurial-1.9.1-py2.4-linux-x86_64.egg
> recaptcha_client-1.0.6-py2.4.egg site.pyo
> >> Djblets-0.6.11-py2.4.egg
> MySQL_python-1.2.3-py2.4-linux-x86_64.egg
> ReviewBoard-1.5.5-py2.4.egg  sos
> >> Djblets-0.6.9-py2.4.egg
> paramiko-1.7.7.1-py2.4.egg
> ReviewBoard-1.5.6-py2.4.egg  urlgrabber
> >> dogtail
> PIL-1.1.7-py2.4-linux-x86_64.egg
> ReviewBoard-1.6.1-py2.4.egg  yum
> >> easy-install.pth
> pkg_resources.py   ReviewBoard-1.6-py2.4.egg
> >> easy_install.py
> pkg_resources.pyc  rpmUtils
> >> easy_install.pyc
> pkg_resources.pyo  setuptools
> >>
> >>
> >> Just made a reboot on a working machine. Something got missed out on
> reboot.
> >>
> >> Thanks,
> >> Kannaiyan
> >>
> >> --
> >> +1-650-605-3290
> >> The best things in life are free
> >>
> >
> >
> >

Re: Review Board is taking a nap

2011-11-02 Thread Christian Hammond
Hi,

Unfortunately I have no idea why you're seeing that. Maybe try removing the
installed recaptcha_client package and reinstall?

You'll need to then restart Apache.

Christian


On Wednesday, November 2, 2011, Kannaiyan Natesan 
wrote:
> Even tried importing on command line,
>
> [root@BLCRMX0200 www]# python
> import Python 2.4.3 (#1, May  5 2011, 16:39:10)
> [GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
 import recaptcha.client

>
> works fine.
>
> May someone please help what is missing?
>
> Thanks,
> Kannaiyan
>
> On Wed, Nov 2, 2011 at 12:16 PM, Kannaiyan Natesan 
wrote:
>>
>> when I see Apache error log,
>>
>> ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named recaptcha.client"
>>
>> I can see recaptcha.client is installed.
>>
>> [root@BLCRMX0200 www]# ls /usr/lib/python2.4/site-packages/
>> atom
easy_install.pyo
pycrypto-2.3-py2.4-linux-x86_64.egg  setuptools-0.6c12dev_r88846-py2.4.egg
>> Django-1.3.1-py2.4.egg
elementtree
Pygments-1.4-py2.4.egg   setuptools-0.6c5-py2.4.egg-info
>> Django-1.3-py2.4.egg
flup-1.0.3.dev_20110405-py2.4.egg
python_dateutil-1.5-py2.4.eggsetuptools.pth
>> django_evolution-0.6.4-py2.4.egg
gdata
python_memcached-1.47-py2.4.egg  site.py
>> django_evolution-0.6.5-py2.4.egg
iniparse
pytz-2011h-py2.4.egg site.pyc
>> Djblets-0.6.10-py2.4.egg
mercurial-1.9.1-py2.4-linux-x86_64.egg
recaptcha_client-1.0.6-py2.4.egg site.pyo
>> Djblets-0.6.11-py2.4.egg
MySQL_python-1.2.3-py2.4-linux-x86_64.egg
ReviewBoard-1.5.5-py2.4.egg  sos
>> Djblets-0.6.9-py2.4.egg
paramiko-1.7.7.1-py2.4.egg
ReviewBoard-1.5.6-py2.4.egg  urlgrabber
>> dogtail
PIL-1.1.7-py2.4-linux-x86_64.egg
ReviewBoard-1.6.1-py2.4.egg  yum
>> easy-install.pth
pkg_resources.py   ReviewBoard-1.6-py2.4.egg
>> easy_install.py
pkg_resources.pyc  rpmUtils
>> easy_install.pyc
pkg_resources.pyo  setuptools
>>
>>
>> Just made a reboot on a working machine. Something got missed out on
reboot.
>>
>> Thanks,
>> Kannaiyan
>>
>> --
>> +1-650-605-3290
>> The best things in life are free
>>
>
>
>
> --
> +1-650-605-3290
> The best things in life are free
>
> --
> Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en

-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Review Board is taking a nap

2011-11-02 Thread Kannaiyan Natesan
Even tried importing on command line,

[root@BLCRMX0200 www]# python
import Python 2.4.3 (#1, May  5 2011, 16:39:10)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import recaptcha.client
>>>

works fine.

May someone please help what is missing?

Thanks,
Kannaiyan

On Wed, Nov 2, 2011 at 12:16 PM, Kannaiyan Natesan wrote:

> when I see Apache error log,
>
> ImproperlyConfigured: Error importing middleware
> reviewboard.admin.middleware: "No module named recaptcha.client"
>
> I can see recaptcha.client is installed.
>
> [root@BLCRMX0200 www]# ls /usr/lib/python2.4/site-packages/
> atom
> easy_install.pyo
> pycrypto-2.3-py2.4-linux-x86_64.egg  setuptools-0.6c12dev_r88846-py2.4.egg
> Django-1.3.1-py2.4.egg
> elementtree
> Pygments-1.4-py2.4.egg   setuptools-0.6c5-py2.4.egg-info
> Django-1.3-py2.4.egg
> flup-1.0.3.dev_20110405-py2.4.egg
> python_dateutil-1.5-py2.4.eggsetuptools.pth
> django_evolution-0.6.4-py2.4.egg
> gdata
> python_memcached-1.47-py2.4.egg  site.py
> django_evolution-0.6.5-py2.4.egg
> iniparse
> pytz-2011h-py2.4.egg site.pyc
> Djblets-0.6.10-py2.4.egg
> mercurial-1.9.1-py2.4-linux-x86_64.egg
> recaptcha_client-1.0.6-py2.4.egg site.pyo
> Djblets-0.6.11-py2.4.egg
> MySQL_python-1.2.3-py2.4-linux-x86_64.egg
> ReviewBoard-1.5.5-py2.4.egg  sos
> Djblets-0.6.9-py2.4.egg
> paramiko-1.7.7.1-py2.4.egg
> ReviewBoard-1.5.6-py2.4.egg  urlgrabber
> dogtail
> PIL-1.1.7-py2.4-linux-x86_64.egg
> ReviewBoard-1.6.1-py2.4.egg  yum
> easy-install.pth
> pkg_resources.py   ReviewBoard-1.6-py2.4.egg
> easy_install.py
> pkg_resources.pyc  rpmUtils
> easy_install.pyc
> pkg_resources.pyo  setuptools
>
>
> Just made a reboot on a working machine. Something got missed out on
> reboot.
>
> Thanks,
> Kannaiyan
>
> --
> +1-650-605-3290
> The best things in life are free
>
>


-- 
+1-650-605-3290
The best things in life are free

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Review Board is taking a nap

2011-11-02 Thread Kannaiyan Natesan
when I see Apache error log,

ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named recaptcha.client"

I can see recaptcha.client is installed.

[root@BLCRMX0200 www]# ls /usr/lib/python2.4/site-packages/
atom
easy_install.pyo
pycrypto-2.3-py2.4-linux-x86_64.egg  setuptools-0.6c12dev_r88846-py2.4.egg
Django-1.3.1-py2.4.egg
elementtree
Pygments-1.4-py2.4.egg   setuptools-0.6c5-py2.4.egg-info
Django-1.3-py2.4.egg
flup-1.0.3.dev_20110405-py2.4.egg
python_dateutil-1.5-py2.4.eggsetuptools.pth
django_evolution-0.6.4-py2.4.egg
gdata
python_memcached-1.47-py2.4.egg  site.py
django_evolution-0.6.5-py2.4.egg
iniparse
pytz-2011h-py2.4.egg site.pyc
Djblets-0.6.10-py2.4.egg
mercurial-1.9.1-py2.4-linux-x86_64.egg
recaptcha_client-1.0.6-py2.4.egg site.pyo
Djblets-0.6.11-py2.4.egg
MySQL_python-1.2.3-py2.4-linux-x86_64.egg
ReviewBoard-1.5.5-py2.4.egg  sos
Djblets-0.6.9-py2.4.egg
paramiko-1.7.7.1-py2.4.egg
ReviewBoard-1.5.6-py2.4.egg  urlgrabber
dogtail
PIL-1.1.7-py2.4-linux-x86_64.egg
ReviewBoard-1.6.1-py2.4.egg  yum
easy-install.pth
pkg_resources.py   ReviewBoard-1.6-py2.4.egg
easy_install.py
pkg_resources.pyc  rpmUtils
easy_install.pyc
pkg_resources.pyo  setuptools


Just made a reboot on a working machine. Something got missed out on reboot.

Thanks,
Kannaiyan

-- 
+1-650-605-3290
The best things in life are free

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: new to RB, Review board is taking a nap.

2011-07-21 Thread Christian Hammond
What distribution are you using? It looks like you need to re-install Python
2.6.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Thu, Jul 21, 2011 at 3:15 AM, valiant <81.sal...@googlemail.com> wrote:

> I dont have any restrictive security. Also I noted that I am getting
> this error while running sudo synaptic
>
> on command line, if I do , I am getting similar error
>
> python/sudo python
> Could not find platform independent libraries 
> Consider setting $PYTHONHOME to [:]
> 'import site' failed; use -v for traceback
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
> [GCC 4.4.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
> seems like something during installation has changed a path or
> something. any ideas / suggestions ?
>
>
>
> On Jul 20, 6:55 pm, Christian Hammond  wrote:
> > It sounds like you have a busted Python setup. If it's unable to import
> os,
> > which is a fundamental Python module, you have problems.
> >
> > Do you have any extra restrictive security on there that could prevent an
> > Apache process from accessing Python?
> >
> > Could not find platform independent libraries 
> > Could not find platform dependent libraries 
> > Consider setting $PYTHONHOME to [:]
> > 'import site' failed; use -v for traceback
> > Traceback (most recent call last):
> >  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> > 3, in 
> >import os, sys
> > ImportError: No module named os
> >
> > Christian
> >
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Jul 20, 2011 at 9:47 AM, valiant <81.sal...@googlemail.com>
> wrote:
> > > Hi,
> > > I am pretty new to RB, I've managed to install, mysql, apache web
> > > server + fastcgi and review board as per instructions given or RB
> > > website.
> >
> > > When I try to access the RB site, i get message : Review board is
> > > taking a nap.
> >
> > > The log file is here : (I enabled debug = true in my site's conf
> > > directory )
> >
> > > [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] (4)Interrupted
> > > system call: FastCGI: comm with server "/var/www/reviews.example.com3/
> > > htdocs/reviewboard.fcgi" aborted: select() failed, referer:
> > >http://mfirldtu-sghaff/
> > > [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] FastCGI:
> > > incomplete headers (0 bytes) received from server "/var/www/
> > > reviews.example.com3/htdocs/reviewboard.fcgi", referer:
> > >http://mfirldtu-sghaff/
> > > [Wed Jul 20 16:12:26 2011] [notice] caught SIGTERM, shutting down
> >
> > > [Wed Jul 20 16:12:26 2011] [warn] FastCGI: server "/var/www/
> > > reviews.example.com3/htdocs/reviewboard.fcgi" has failed to remain
> > > running for 30 seconds given 3 attempts, its restart interval has been
> > > backed off to 600 seconds
> > > [Wed Jul 20 16:12:42 2011] [notice] Apache/2.2.12 (Ubuntu) mod_fastcgi/
> > > 2.4.6 configured -- resuming normal operations
> > > [Wed Jul 20 16:12:42 2011] [notice] FastCGI: process manager
> > > initialized (pid 32599)
> > > Could not find platform independent libraries 
> > > Could not find platform dependent libraries 
> > > Consider setting $PYTHONHOME to [:]
> > > [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> > > reviews.example.com3/htdocs/reviewboard.fcgi" started (pid 32604)
> > > 'import site' failed; use -v for traceback
> > > Traceback (most recent call last):
> > >  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> > > 3, in 
> > >import os, sys
> > > ImportError: No module named os
> > > [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> > > reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32604) terminated
> > > by calling exit with status '1'
> > > [Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
> > > reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32659)
> > > Could not find platform independent libraries 
> > > Could not find platform depen

Re: new to RB, Review board is taking a nap.

2011-07-21 Thread valiant
I dont have any restrictive security. Also I noted that I am getting
this error while running sudo synaptic

on command line, if I do , I am getting similar error

python/sudo python
Could not find platform independent libraries 
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.

seems like something during installation has changed a path or
something. any ideas / suggestions ?



On Jul 20, 6:55 pm, Christian Hammond  wrote:
> It sounds like you have a busted Python setup. If it's unable to import os,
> which is a fundamental Python module, you have problems.
>
> Do you have any extra restrictive security on there that could prevent an
> Apache process from accessing Python?
>
> Could not find platform independent libraries 
> Could not find platform dependent libraries 
> Consider setting $PYTHONHOME to [:]
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> 3, in 
>    import os, sys
> ImportError: No module named os
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
>
>
>
>
> On Wed, Jul 20, 2011 at 9:47 AM, valiant <81.sal...@googlemail.com> wrote:
> > Hi,
> > I am pretty new to RB, I've managed to install, mysql, apache web
> > server + fastcgi and review board as per instructions given or RB
> > website.
>
> > When I try to access the RB site, i get message : Review board is
> > taking a nap.
>
> > The log file is here : (I enabled debug = true in my site's conf
> > directory )
>
> > [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] (4)Interrupted
> > system call: FastCGI: comm with server "/var/www/reviews.example.com3/
> > htdocs/reviewboard.fcgi" aborted: select() failed, referer:
> >http://mfirldtu-sghaff/
> > [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] FastCGI:
> > incomplete headers (0 bytes) received from server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi", referer:
> >http://mfirldtu-sghaff/
> > [Wed Jul 20 16:12:26 2011] [notice] caught SIGTERM, shutting down
>
> > [Wed Jul 20 16:12:26 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" has failed to remain
> > running for 30 seconds given 3 attempts, its restart interval has been
> > backed off to 600 seconds
> > [Wed Jul 20 16:12:42 2011] [notice] Apache/2.2.12 (Ubuntu) mod_fastcgi/
> > 2.4.6 configured -- resuming normal operations
> > [Wed Jul 20 16:12:42 2011] [notice] FastCGI: process manager
> > initialized (pid 32599)
> > Could not find platform independent libraries 
> > Could not find platform dependent libraries 
> > Consider setting $PYTHONHOME to [:]
> > [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" started (pid 32604)
> > 'import site' failed; use -v for traceback
> > Traceback (most recent call last):
> >  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> > 3, in 
> >    import os, sys
> > ImportError: No module named os
> > [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32604) terminated
> > by calling exit with status '1'
> > [Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32659)
> > Could not find platform independent libraries 
> > Could not find platform dependent libraries 
> > Consider setting $PYTHONHOME to [:]
> > 'import site' failed; use -v for traceback
> > Traceback (most recent call last):
> >  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> > 3, in 
> >    import os, sys
> > ImportError: No module named os
> > [Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32659) terminated
> > by calling exit with status '1'
> > [Wed Jul 20 16:12:52 2011] [warn] FastCGI: server "/var/www/
> > reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32660)
> > Could not find platform independent libraries 
> &g

Re: new to RB, Review board is taking a nap.

2011-07-20 Thread Christian Hammond
It sounds like you have a busted Python setup. If it's unable to import os,
which is a fundamental Python module, you have problems.

Do you have any extra restrictive security on there that could prevent an
Apache process from accessing Python?

Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Traceback (most recent call last):
 File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
3, in 
   import os, sys
ImportError: No module named os

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Jul 20, 2011 at 9:47 AM, valiant <81.sal...@googlemail.com> wrote:

> Hi,
> I am pretty new to RB, I've managed to install, mysql, apache web
> server + fastcgi and review board as per instructions given or RB
> website.
>
> When I try to access the RB site, i get message : Review board is
> taking a nap.
>
> The log file is here : (I enabled debug = true in my site's conf
> directory )
>
>
> [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] (4)Interrupted
> system call: FastCGI: comm with server "/var/www/reviews.example.com3/
> htdocs/reviewboard.fcgi" aborted: select() failed, referer:
> http://mfirldtu-sghaff/
> [Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] FastCGI:
> incomplete headers (0 bytes) received from server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi", referer:
> http://mfirldtu-sghaff/
> [Wed Jul 20 16:12:26 2011] [notice] caught SIGTERM, shutting down
>
>
> [Wed Jul 20 16:12:26 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" has failed to remain
> running for 30 seconds given 3 attempts, its restart interval has been
> backed off to 600 seconds
> [Wed Jul 20 16:12:42 2011] [notice] Apache/2.2.12 (Ubuntu) mod_fastcgi/
> 2.4.6 configured -- resuming normal operations
> [Wed Jul 20 16:12:42 2011] [notice] FastCGI: process manager
> initialized (pid 32599)
> Could not find platform independent libraries 
> Could not find platform dependent libraries 
> Consider setting $PYTHONHOME to [:]
> [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" started (pid 32604)
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> 3, in 
>import os, sys
> ImportError: No module named os
> [Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32604) terminated
> by calling exit with status '1'
> [Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32659)
> Could not find platform independent libraries 
> Could not find platform dependent libraries 
> Consider setting $PYTHONHOME to [:]
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> 3, in 
>import os, sys
> ImportError: No module named os
> [Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32659) terminated
> by calling exit with status '1'
> [Wed Jul 20 16:12:52 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32660)
> Could not find platform independent libraries 
> Could not find platform dependent libraries 
> Consider setting $PYTHONHOME to [:]
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> 3, in 
>import os, sys
> ImportError: No module named os
> [Wed Jul 20 16:12:52 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32660) terminated
> by calling exit with status '1'
> [Wed Jul 20 16:12:57 2011] [warn] FastCGI: server "/var/www/
> reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32661)
> Could not find platform independent libraries 
> Could not find platform dependent libraries 
> Consider setting $PYTHONHOME to [:]
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
> 3, in 
>import os, sys
> ImportError: No mod

new to RB, Review board is taking a nap.

2011-07-20 Thread valiant
Hi,
I am pretty new to RB, I've managed to install, mysql, apache web
server + fastcgi and review board as per instructions given or RB
website.

When I try to access the RB site, i get message : Review board is
taking a nap.

The log file is here : (I enabled debug = true in my site's conf
directory )


[Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] (4)Interrupted
system call: FastCGI: comm with server "/var/www/reviews.example.com3/
htdocs/reviewboard.fcgi" aborted: select() failed, referer:
http://mfirldtu-sghaff/
[Wed Jul 20 16:12:26 2011] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi", referer: http://mfirldtu-sghaff/
[Wed Jul 20 16:12:26 2011] [notice] caught SIGTERM, shutting down


[Wed Jul 20 16:12:26 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" has failed to remain
running for 30 seconds given 3 attempts, its restart interval has been
backed off to 600 seconds
[Wed Jul 20 16:12:42 2011] [notice] Apache/2.2.12 (Ubuntu) mod_fastcgi/
2.4.6 configured -- resuming normal operations
[Wed Jul 20 16:12:42 2011] [notice] FastCGI: process manager
initialized (pid 32599)
Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
[Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" started (pid 32604)
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
3, in 
import os, sys
ImportError: No module named os
[Wed Jul 20 16:12:42 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32604) terminated
by calling exit with status '1'
[Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32659)
Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
3, in 
import os, sys
ImportError: No module named os
[Wed Jul 20 16:12:47 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32659) terminated
by calling exit with status '1'
[Wed Jul 20 16:12:52 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32660)
Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
3, in 
import os, sys
ImportError: No module named os
[Wed Jul 20 16:12:52 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32660) terminated
by calling exit with status '1'
[Wed Jul 20 16:12:57 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" restarted (pid 32661)
Could not find platform independent libraries 
Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi", line
3, in 
import os, sys
ImportError: No module named os
[Wed Jul 20 16:12:57 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" (pid 32661) terminated
by calling exit with status '1'
[Wed Jul 20 16:12:57 2011] [warn] FastCGI: server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi" has failed to remain
running for 30 seconds given 3 attempts, its restart interval has been
backed off to 600 seconds
[Wed Jul 20 16:14:16 2011] [error] [client 127.0.0.1] FastCGI: comm
with server "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi"
aborted: idle timeout (30 sec)
[Wed Jul 20 16:14:16 2011] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi"
[Wed Jul 20 16:14:46 2011] [error] [client 127.0.0.1] FastCGI: comm
with server "/var/www/reviews.example.com3/htdocs/reviewboard.fcgi"
aborted: idle timeout (30 sec)
[Wed Jul 20 16:14:46 2011] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server "/var/www/
reviews.example.com3/htdocs/reviewboard.fcgi"
[Wed Jul 20 16:15:46 2011] [error] [client 127.0.0.1] FastCGI: comm
with server

Review Board is taking a nap

2011-03-23 Thread storms
Hi I am new to ReviewBoard.
Just installed 1.5.4 with fastcgi.  Getting "Review Board is taking a
nap" via browser.

Below is a snippet of my apache log file.  Any idea how I can fix
this?

thx

[Wed Mar 23 03:40:59 2011] [notice] caught SIGTERM, shutting down
[Wed Mar 23 03:41:03 2011] [notice] Digest: generating secret for
digest authentication ...
[Wed Mar 23 03:41:03 2011] [notice] Digest: done
[Wed Mar 23 03:41:03 2011] [notice] FastCGI: process manager
initialized (pid 13208)
[Wed Mar 23 03:41:03 2011] [warn] FastCGI: server "/var/www/
reviews.sendmail.com/htdocs/reviewboard.fcgi" started (pid 13209)
[Wed Mar 23 03:41:03 2011] [notice] mod_python: Creating 4 session
mutexes based on 150 max processes and 0 max threads.
Traceback (most recent call last):
  File "/var/www/reviews.sendmail.com/htdocs/reviewboard.fcgi", line
10, in ?
from django.core.servers.fastcgi import runfastcgi
ImportError: No module named django.core.servers.fastcgi
[Wed Mar 23 03:41:03 2011] [warn] FastCGI: server "/usr/local/www/data/
0.91/script/bugzilla_api_fastcgi.pl" started (pid 13212)
[Wed Mar 23 03:41:03 2011] [warn] FastCGI: server "/var/www/
reviews.sendmail.com/htdocs/reviewboard.fcgi" (pid 13209) terminated
by calling exit with status '1'
[Wed Mar 23 03:41:03 2011] [notice] Apache/2.2.3 (Red Hat) configured
-- resuming normal operations
Couldn't load class (Bugzilla::API) because: Couldn't load class
(Catalyst::Engine::FastCGI) because: Unable to load the FCGI module,
you may need to install it:
Can't locate FCGI.pm in @INC (@INC contains: /usr/local/www/data/0.91/
script/../lib /usr/local/lib/perl5/5.10.1/i686-linux /usr/local/lib/
perl5/5.10.1 /usr/local/lib/perl5/site_perl/5.10.1/i686-linux /usr/
local/lib/perl5/site_perl/5.10.1 .) at (eval 439) line 2.
BEGIN failed--compilation aborted at (eval 439) line 2.

Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/
i686-linux/Class/MOP.pm line 114.
 at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/MOP.pm line
120
  Class::MOP::__ANON__('Unable to load the FCGI module, you may need
to install it:\x{a}C...') called at /usr/local/lib/perl5/site_perl/
5.10.1/Try/Tiny.pm line 100
  Try::Tiny::try('CODE(0x9de4e50)', 'Try::Tiny::Catch=REF(0x9fcf3c8)')
called at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/
MOP.pm line 125
  Class::MOP::load_first_existing_class('Catalyst::Engine::FastCGI')
called at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/
MOP.pm line 137
  Class::MOP::load_class('Catalyst::Engine::FastCGI') called at /usr/
local/lib/perl5/site_perl/5.10.1/Catalyst.pm line 2652
  Catalyst::setup_engine('Bugzilla::API', undef) called at /usr/local/
lib/perl5/site_perl/5.10.1/Catalyst.pm line 1117
  Catalyst::setup('Bugzilla::API') called at /usr/local/www/data/0.91/
script/../lib/Bugzilla/API.pm line 82
  require Bugzilla/API.pm called at /usr/local/lib/perl5/site_perl/
5.10.1/i686-linux/Class/MOP.pm line 114
  Class::MOP::__ANON__() called at /usr/local/lib/perl5/site_perl/
5.10.1/Try/Tiny.pm line 71
  eval {...} called at /usr/local/lib/perl5/site_perl/5.10.1/Try/
Tiny.pm line 67
  Try::Tiny::try('CODE(0x9113048)', 'Try::Tiny::Catch=REF(0x9900f30)')
called at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/
MOP.pm line 125
  Class::MOP::load_first_existing_class('Bugzilla::API') called at /
usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/MOP.pm line 137
  Class::MOP::load_class('Bugzilla::API') called at /usr/local/lib/
perl5/site_perl/5.10.1/Catalyst/ScriptRole.pm line 48
 
Catalyst::ScriptRole::_run_application('Catalyst::Script::FastCGI=HASH(0x99143d8)')
called at /usr/local/lib/perl5/site_perl/5.10.1/Catalyst/ScriptRole.pm
line 38
 
Catalyst::ScriptRole::run('Catalyst::Script::FastCGI=HASH(0x99143d8)')
called at /usr/local/lib/perl5/site_perl/5.10.1/Catalyst/
ScriptRunner.pm line 20
  Catalyst::ScriptRunner::run('Catalyst::ScriptRunner',
'Bugzilla::API', 'FastCGI') called at /usr/local/www/data/0.91/script/
bugzilla_api_fastcgi.pl line 4
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/
i686-linux/Class/MOP.pm line 114.
 at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/MOP.pm line
120
  Class::MOP::__ANON__('Couldn\'t load class
(Catalyst::Engine::FastCGI) because: Una...') called at /usr/local/lib/
perl5/site_perl/5.10.1/Try/Tiny.pm line 100
  Try::Tiny::try('CODE(0x9113048)', 'Try::Tiny::Catch=REF(0x9900f30)')
called at /usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/
MOP.pm line 125
  Class::MOP::load_first_existing_class('Bugzilla::API') called at /
usr/local/lib/perl5/site_perl/5.10.1/i686-linux/Class/MOP.pm line 137
  Class::MOP::load_class('Bugzilla::API') called at /usr

Re: Review Board is taking a nap

2010-12-16 Thread Steen Manniche
You could also try to take a look in the web server logs. For some
installations (modpython and lighthttpd) they will receive the python
stack trace.

.s

On Dec 14, 10:32 pm, Christian Hammond  wrote:
> If you have DEBUG = True in the settings_local.py file, then you
> should be getting a detailed backtrace instead of the "Taking a Nap"
> page, as long as we're even getting the point of entering Review
> Board's code.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Tue, Dec 14, 2010 at 5:27 AM, Abitav Dubey  wrote:
> > With new installation on CentOs i am getting this error.
>
> > I followed all the steps mentioned in installation steps, and all went
> > fine without any error.
> > Not sure whats wrong, also i tried to put DEBUG = True in conf file
> > but still not getting the logs.
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to 
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Review Board is taking a nap

2010-12-14 Thread Christian Hammond
If you have DEBUG = True in the settings_local.py file, then you
should be getting a detailed backtrace instead of the "Taking a Nap"
page, as long as we're even getting the point of entering Review
Board's code.

Christian

--
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Tue, Dec 14, 2010 at 5:27 AM, Abitav Dubey  wrote:
> With new installation on CentOs i am getting this error.
>
> I followed all the steps mentioned in installation steps, and all went
> fine without any error.
> Not sure whats wrong, also i tried to put DEBUG = True in conf file
> but still not getting the logs.
>
> --
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Review Board is taking a nap

2010-12-14 Thread Abitav Dubey
With new installation on CentOs i am getting this error.

I followed all the steps mentioned in installation steps, and all went
fine without any error.
Not sure whats wrong, also i tried to put DEBUG = True in conf file
but still not getting the logs.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: "Review Board is taking a nap" after installation

2010-12-01 Thread Christian Hammond
The Python Path appears incorrect. Can you show me the location of
where the ReviewBoard egg is installed, and provide the Apache config
and reviewboard.wsgi file?

Also, where is Python itself installed?

Christian

--
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Wed, Dec 1, 2010 at 1:55 AM, T.O.AFN  wrote:
> Hi,
> I just installed ReviewBoard to test it but I only get the site:
> "Review Board is taking a nap..."
>
> I followed the steps on
>        http://www.reviewboard.org/docs/manual/1.5/admin/installation/windows/
> and
>        http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/
> (instead of mod_python or fastcgi I took mod_wsgi; testsite works)
>
> Everytime I start ReviewBoard, following errors appear in the Apache-
> log:
>
> [...] [error] [client ...] mod_wsgi (pid=5968): Exception occurred
> processing WSGI script 'C:/var/www/reviews.example.com/htdocs/
> reviewboard.wsgi'.
> [...] [error] [client ...] Traceback (most recent call last):
> [...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
> \django-1.2.3-py2.7.egg\\django\\core\\handlers\\wsgi.py", line 230,
> in __call__
> [...] [error] [client ...]     self.load_middleware()
> [...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
> \django-1.2.3-py2.7.egg\\django\\core\\handlers\\base.py", line 42, in
> load_middleware
> [...] [error] [client ...]     raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
> % (mw_module, e))
> [...] [error] [client ...] ImproperlyConfigured: Error importing
> middleware reviewboard.admin.middleware: "DLL load failed: Das
> angegebene Modul wurde nicht gefunden."
>
> After that I have to restart Apache.
>
> I'm using / I've installed:
> ---
> - Windows Server 2008 R2 Standard x64 (VM)
> - Apache 2.2.17
> - Python 2.7
> - SQLite3
> - mod_wsgi
> - setuptools-0.6c11.win32-py2.7.exe
> - patch-2.5.9-7-setup.exe
> - memcached.exe
> - PIL-1.1.7.win32-py2.7.exe
> - pycrypto-2.1.0.win32-py2.7.exe
> - Setup-Subversion-1.6.12.msi
> - py27-pysvn-svn1612-1.7.4-1321.exe
>
> I hope anyone can help me with this problem.
>
> Thanks,
> T.O.
>
> --
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: "Review Board is taking a nap" after installation

2010-12-01 Thread Jan Koprowski
This looks like You don't have ReviewBoard in Your mod_wsgi's
python-path but I don't know why :|

On Wed, Dec 1, 2010 at 10:55 AM, T.O.AFN  wrote:
>
> Hi,
> I just installed ReviewBoard to test it but I only get the site:
> "Review Board is taking a nap..."
>
> I followed the steps on
>        http://www.reviewboard.org/docs/manual/1.5/admin/installation/windows/
> and
>        http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/
> (instead of mod_python or fastcgi I took mod_wsgi; testsite works)
>
> Everytime I start ReviewBoard, following errors appear in the Apache-
> log:
>
> [...] [error] [client ...] mod_wsgi (pid=5968): Exception occurred
> processing WSGI script 'C:/var/www/reviews.example.com/htdocs/
> reviewboard.wsgi'.
> [...] [error] [client ...] Traceback (most recent call last):
> [...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
> \django-1.2.3-py2.7.egg\\django\\core\\handlers\\wsgi.py", line 230,
> in __call__
> [...] [error] [client ...]     self.load_middleware()
> [...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
> \django-1.2.3-py2.7.egg\\django\\core\\handlers\\base.py", line 42, in
> load_middleware
> [...] [error] [client ...]     raise
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
> % (mw_module, e))
> [...] [error] [client ...] ImproperlyConfigured: Error importing
> middleware reviewboard.admin.middleware: "DLL load failed: Das
> angegebene Modul wurde nicht gefunden."
>
> After that I have to restart Apache.
>
> I'm using / I've installed:
> ---
> - Windows Server 2008 R2 Standard x64 (VM)
> - Apache 2.2.17
> - Python 2.7
> - SQLite3
> - mod_wsgi
> - setuptools-0.6c11.win32-py2.7.exe
> - patch-2.5.9-7-setup.exe
> - memcached.exe
> - PIL-1.1.7.win32-py2.7.exe
> - pycrypto-2.1.0.win32-py2.7.exe
> - Setup-Subversion-1.6.12.msi
> - py27-pysvn-svn1612-1.7.4-1321.exe
>
> I hope anyone can help me with this problem.
>
> Thanks,
> T.O.
>
> --
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en


--
><> Jan Koprowski

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


"Review Board is taking a nap" after installation

2010-12-01 Thread T.O.AFN
Hi,
I just installed ReviewBoard to test it but I only get the site:
"Review Board is taking a nap..."

I followed the steps on
http://www.reviewboard.org/docs/manual/1.5/admin/installation/windows/
and
http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/
(instead of mod_python or fastcgi I took mod_wsgi; testsite works)

Everytime I start ReviewBoard, following errors appear in the Apache-
log:

[...] [error] [client ...] mod_wsgi (pid=5968): Exception occurred
processing WSGI script 'C:/var/www/reviews.example.com/htdocs/
reviewboard.wsgi'.
[...] [error] [client ...] Traceback (most recent call last):
[...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
\django-1.2.3-py2.7.egg\\django\\core\\handlers\\wsgi.py", line 230,
in __call__
[...] [error] [client ...] self.load_middleware()
[...] [error] [client ...]   File "C:\\Python27\\lib\\site-packages\
\django-1.2.3-py2.7.egg\\django\\core\\handlers\\base.py", line 42, in
load_middleware
[...] [error] [client ...] raise
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"'
% (mw_module, e))
[...] [error] [client ...] ImproperlyConfigured: Error importing
middleware reviewboard.admin.middleware: "DLL load failed: Das
angegebene Modul wurde nicht gefunden."

After that I have to restart Apache.

I'm using / I've installed:
---
- Windows Server 2008 R2 Standard x64 (VM)
- Apache 2.2.17
- Python 2.7
- SQLite3
- mod_wsgi
- setuptools-0.6c11.win32-py2.7.exe
- patch-2.5.9-7-setup.exe
- memcached.exe
- PIL-1.1.7.win32-py2.7.exe
- pycrypto-2.1.0.win32-py2.7.exe
- Setup-Subversion-1.6.12.msi
- py27-pysvn-svn1612-1.7.4-1321.exe

I hope anyone can help me with this problem.

Thanks,
T.O.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: rb-site install - "Review Board is taking a nap"

2010-07-14 Thread Christian Hammond
Hi Daniel,

I've been on vacation, so I'm just now reading this.

The test command won't work on an installed site. It requires a development
checkout.

I'd recommend editing your site's conf/settings_local.py and setting DEBUG
to True (note the capital 'T'). Then restart your web server and see what
kind of error you're getting.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Jul 14, 2010 at 8:24 AM, Daniel  wrote:

> Anyone have any further suggestions on how to debug 'ReviewBoard is
> taking a nap' after a fresh install? Maybe there are some diagnostics
> I can run on my reviewboard site instance using rb-site manage or
> shell?
>
> I've tried validate and test, results are below (there was a problem
> running test)
>
> Thanks,
> Daniel
>
>
> % rb-site manage /full/path/to/my/site/ validate
> 0 errors found
>
>
> % rb-site manage /full/path/to/my/site/ test
> Creating test database 'default'...
> Creating table django_admin_log
> Creating table auth_permission
> Creating table auth_group_permissions
> Creating table auth_group
> Creating table auth_user_user_permissions
> Creating table auth_user_groups
> Creating table auth_user
> Creating table auth_message
> Creating table django_content_type
> Creating table django_site
> Creating table django_session
> Creating table siteconfig_siteconfiguration
> Creating table accounts_reviewrequestvisit
> Creating table accounts_profile_starred_review_requests
> Creating table accounts_profile_starred_groups
> Creating table accounts_profile
> Creating table changedescs_changedescription
> Creating table diffviewer_filediff
> Creating table diffviewer_diffset
> Creating table diffviewer_diffsethistory
> Creating table reviews_group_users
> Creating table reviews_group
> Creating table reviews_defaultreviewer_repository
> Creating table reviews_defaultreviewer_people
> Creating table reviews_defaultreviewer_groups
> Creating table reviews_defaultreviewer
> Creating table reviews_screenshot
> Creating table reviews_reviewrequest_changedescs
> Creating table reviews_reviewrequest_target_people
> Creating table reviews_reviewrequest_inactive_screenshots
> Creating table reviews_reviewrequest_screenshots
> Creating table reviews_reviewrequest_target_groups
> Creating table reviews_reviewrequest
> Creating table reviews_reviewrequestdraft_target_people
> Creating table reviews_reviewrequestdraft_inactive_screenshots
> Creating table reviews_reviewrequestdraft_screenshots
> Creating table reviews_reviewrequestdraft_target_groups
> Creating table reviews_reviewrequestdraft
> Creating table reviews_comment
> Creating table reviews_screenshotcomment
> Creating table reviews_review_comments
> Creating table reviews_review_screenshot_comments
> Creating table reviews_review
> Creating table scmtools_tool
> Creating table scmtools_repository
> Creating table django_project_version
> Creating table django_evolution
> Installing baseline version
> Evolutions in diffviewer baseline: add_parent_diffs,
> filediff_filenames_1024_chars, diffset_basedir, filediff_status
> Evolutions in reviews baseline: change_descriptions,
> last_review_timestamp, shipit_count, default_reviewer_repositories
> Evolutions in scmtools baseline: bugzilla_url_charfield,
> repository_raw_file_url, repository_visible,
> repository_path_length_255
> Installing custom SQL for accounts.Profile model
> Installing custom SQL for reviews.Group model
> Installing custom SQL for reviews.ReviewRequest model
> Installing index for admin.LogEntry model
> Installing index for auth.Permission model
> Installing index for auth.Group_permissions model
> Installing index for auth.User_user_permissions model
> Installing index for auth.User_groups model
> Installing index for auth.Message model
> Installing index for siteconfig.SiteConfiguration model
> Installing index for accounts.ReviewRequestVisit model
> Installing index for accounts.Profile_starred_review_requests model
> Installing index for accounts.Profile_starred_groups model
> Installing index for diffviewer.FileDiff model
> Installing index for diffviewer.DiffSet model
> Installing index for reviews.Group_users model
> Installing index for reviews.DefaultReviewer_repository model
> Installing index for reviews.DefaultReviewer_people model
> Installing index for reviews.DefaultReviewer_groups model
> Installing index for reviews.ReviewRequest_changedescs model
> Installing index for reviews.ReviewRequest_target_people model
> Installing index for reviews.ReviewRequest_inactive_screenshots model
> Installing index for reviews.ReviewRequest_screenshots model
> Installing index for reviews.ReviewRequest_target_groups model
> Installing index for reviews.ReviewRequest model
> Installing index for reviews.ReviewRequestDraft_target_people model
> Installing index for reviews.ReviewRequestDraft_inactive_screenshots
> model
> Installing index for reviews.ReviewRequestDraft_

Re: rb-site install - "Review Board is taking a nap"

2010-07-14 Thread Daniel
Anyone have any further suggestions on how to debug 'ReviewBoard is
taking a nap' after a fresh install? Maybe there are some diagnostics
I can run on my reviewboard site instance using rb-site manage or
shell?

I've tried validate and test, results are below (there was a problem
running test)

Thanks,
Daniel


% rb-site manage /full/path/to/my/site/ validate
0 errors found


% rb-site manage /full/path/to/my/site/ test
Creating test database 'default'...
Creating table django_admin_log
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table auth_message
Creating table django_content_type
Creating table django_site
Creating table django_session
Creating table siteconfig_siteconfiguration
Creating table accounts_reviewrequestvisit
Creating table accounts_profile_starred_review_requests
Creating table accounts_profile_starred_groups
Creating table accounts_profile
Creating table changedescs_changedescription
Creating table diffviewer_filediff
Creating table diffviewer_diffset
Creating table diffviewer_diffsethistory
Creating table reviews_group_users
Creating table reviews_group
Creating table reviews_defaultreviewer_repository
Creating table reviews_defaultreviewer_people
Creating table reviews_defaultreviewer_groups
Creating table reviews_defaultreviewer
Creating table reviews_screenshot
Creating table reviews_reviewrequest_changedescs
Creating table reviews_reviewrequest_target_people
Creating table reviews_reviewrequest_inactive_screenshots
Creating table reviews_reviewrequest_screenshots
Creating table reviews_reviewrequest_target_groups
Creating table reviews_reviewrequest
Creating table reviews_reviewrequestdraft_target_people
Creating table reviews_reviewrequestdraft_inactive_screenshots
Creating table reviews_reviewrequestdraft_screenshots
Creating table reviews_reviewrequestdraft_target_groups
Creating table reviews_reviewrequestdraft
Creating table reviews_comment
Creating table reviews_screenshotcomment
Creating table reviews_review_comments
Creating table reviews_review_screenshot_comments
Creating table reviews_review
Creating table scmtools_tool
Creating table scmtools_repository
Creating table django_project_version
Creating table django_evolution
Installing baseline version
Evolutions in diffviewer baseline: add_parent_diffs,
filediff_filenames_1024_chars, diffset_basedir, filediff_status
Evolutions in reviews baseline: change_descriptions,
last_review_timestamp, shipit_count, default_reviewer_repositories
Evolutions in scmtools baseline: bugzilla_url_charfield,
repository_raw_file_url, repository_visible,
repository_path_length_255
Installing custom SQL for accounts.Profile model
Installing custom SQL for reviews.Group model
Installing custom SQL for reviews.ReviewRequest model
Installing index for admin.LogEntry model
Installing index for auth.Permission model
Installing index for auth.Group_permissions model
Installing index for auth.User_user_permissions model
Installing index for auth.User_groups model
Installing index for auth.Message model
Installing index for siteconfig.SiteConfiguration model
Installing index for accounts.ReviewRequestVisit model
Installing index for accounts.Profile_starred_review_requests model
Installing index for accounts.Profile_starred_groups model
Installing index for diffviewer.FileDiff model
Installing index for diffviewer.DiffSet model
Installing index for reviews.Group_users model
Installing index for reviews.DefaultReviewer_repository model
Installing index for reviews.DefaultReviewer_people model
Installing index for reviews.DefaultReviewer_groups model
Installing index for reviews.ReviewRequest_changedescs model
Installing index for reviews.ReviewRequest_target_people model
Installing index for reviews.ReviewRequest_inactive_screenshots model
Installing index for reviews.ReviewRequest_screenshots model
Installing index for reviews.ReviewRequest_target_groups model
Installing index for reviews.ReviewRequest model
Installing index for reviews.ReviewRequestDraft_target_people model
Installing index for reviews.ReviewRequestDraft_inactive_screenshots
model
Installing index for reviews.ReviewRequestDraft_screenshots model
Installing index for reviews.ReviewRequestDraft_target_groups model
Installing index for reviews.ReviewRequestDraft model
Installing index for reviews.Comment model
Installing index for reviews.ScreenshotComment model
Installing index for reviews.Review_comments model
Installing index for reviews.Review_screenshot_comments model
Installing index for reviews.Review model
Installing index for scmtools.Repository model
Installing index for django_evolution.Evolution model
No fixtures found.
No fixtures found.
Traceback (most recent call last):
  File "/usr/bin/rb-site", line 8, in 
load_entry_point('ReviewBoard==1.5rc1', 'console_scripts', 'rb-
site')()
  File "/usr/lib/python2.6/site-pac

Re: rb-site install - "Review Board is taking a nap"

2010-07-12 Thread Daniel
I'm just installed rc 1.5 and I'm getting the same message. I tried
the following so far
 * enable debug but get the same screen no log files created in
project-root/logs
 * changed permissions of project/media/uploaded

I'm running centos 5.4, python 2.6, mod_wsgi, mod_python, sqlite3, and
memcached. I tried with both mod_wsgi and mod_python (however version
2.4 was being invoked so I need to try and recompile the apache module
against python 2.6).

Any suggestions what else I can try?

Thanks in advance,
Daniel

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Review Board is taking a nap

2010-05-04 Thread Christian Hammond
Hi,

This means there was a server error internally. Can you modify your site's
conf/settings_local.py to add:

DEBUG = True

Then restart the web server. You should see more detailed information, which
I can use to figure out what's happening.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, May 4, 2010 at 4:25 AM, Bharath Veera wrote:

> Hi,
>
> I'm new to the group and just now started using ReviewBoard. I wanted
> to create one instance of ReviewBoard for my Lab in my organization.
>
> I've installed all dependencies & created reviewboard instance. But
> when i access in the webpage, it shows up "Review Board is taking a
> nap". I'm using the following configuration:
>
> X86 Machine, RHEL5-U4 server edition.
>
> It would be great if anyone can help me in resolving this issue.
>
> Thanks,
> Bharath Veera
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Review Board is taking a nap

2010-05-04 Thread Bharath Veera
Hi,

I'm new to the group and just now started using ReviewBoard. I wanted
to create one instance of ReviewBoard for my Lab in my organization.

I've installed all dependencies & created reviewboard instance. But
when i access in the webpage, it shows up "Review Board is taking a
nap". I'm using the following configuration:

X86 Machine, RHEL5-U4 server edition.

It would be great if anyone can help me in resolving this issue.

Thanks,
Bharath Veera

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: rb-site install - "Review Board is taking a nap"

2009-06-26 Thread Christian Hammond
Glad you got it working, Eric!

I've updated the docs to make this more clear, and they'll appear on the
website during the docs refresh in a couple hours.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Thu, Jun 25, 2009 at 11:18 AM, Eric P  wrote:

>
> I actually ran rb-site w/o those params.  I just wanted to convey that
> info (should've done it another way).
>
> I gave web server ownership to the 'db' directory (running sqlite3)
> and its content,  and that did the trick.  Thanks!  That step should
> probably be added to the docs for those who use sqlite.
>
> Somewhere here:
>
> http://www.review-board.org/docs/manual/dev/admin/sites/creating-sites/#changing-permissions
>
> Thanks again for everyone's help.  My ulterior motive here is to
> convince the boss to use Review Board over Crucible.  The path looks
> clear now (yay!)
>
> Eric P
>
> On Thu, Jun 25, 2009 at 12:45 PM, Jeff Andros wrote:
> > I've yet to do an install like that, and someone else may correct me, but
> > normally that message means that the apache user does not have write
> access
> > to bothr the sqlite file and the folder that contains it.
> >
> > Try tracking that down and changing the permissions/owner.
> >
> > --Jeff
> >
> > 2009/6/25 Eric P 
> >>
> >> Hi (me again),
> >>
> >> I have all my dependency issues sorted, and I've installed my first
> >> Review Board site per the documentation.
> >>
> >> When I go to visit the site, I see the 'Review Board is taking a nap'
> >> dialog box.
> >>
> >> In my Apache error_log, I see some errors:
> >>
> >> [error] [client 127.0.0.1] mod_python (pid=3617,
> >> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
> >> handler='django.core.handlers.modpython'): Application error
> >> ...
> >> [error] [client 127.0.0.1] Traceback (most recent call last):
> >> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
> >> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
> >> in HandlerDispatch\ndefault=default_handler, arg=req,
> >> silent=hlist.silent)
> >> ...
> >> [error] [client 127.0.0.1] OperationalError: attempt to write a
> >> readonly database
> >>
> >>
> >> FYI. Here are the params I used to set up the site.
> >>
> >> rb-site install reviews.mysite.com \
> >> --domain-name=reviews.mysite.com \
> >> --site-root=/ \
> >> --media-url=/media \
> >> --db-type=sqlite3 \
> >> --cache-type=memcached \
> >> --cache-info=memcached://localhost:11211/ \
> >> --web-server-type=apache \
> >> --python-loader=modpython
> >>
> >>
> >> I'm not sure what to make of those errors.   It looks like there are a
> >> couple issues.
> >>
> >> Anyway, thanks for reading.
> >> Eric P
> >>
> >>
> >
> >
> >
> > --
> > Jeff
> > O|||O
> >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P

Yep, I did that as well while I was trying to get this all working.

Thanks,
Eric

On Thu, Jun 25, 2009 at 1:18 PM, grimbeaver wrote:
>
> Not sure about what you are seeing in the logs because I did not look
> at my logs.  But I was getting that error when SELinux was enabled.
> Try turning off SELinux.
>
> On Jun 25, 12:34 pm, Eric P  wrote:
>> Hi (me again),
>>
>> I have all my dependency issues sorted, and I've installed my first
>> Review Board site per the documentation.
>>
>> When I go to visit the site, I see the 'Review Board is taking a nap'
>> dialog box.
>>
>> In my Apache error_log, I see some errors:
>>
>> [error] [client 127.0.0.1] mod_python (pid=3617,
>> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
>> handler='django.core.handlers.modpython'): Application error
>> ...
>> [error] [client 127.0.0.1] Traceback (most recent call last):
>> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
>> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
>> in HandlerDispatch\n    default=default_handler, arg=req,
>> silent=hlist.silent)
>> ...
>> [error] [client 127.0.0.1] OperationalError: attempt to write a
>> readonly database
>>
>> FYI. Here are the params I used to set up the site.
>>
>> rb-site install reviews.mysite.com \
>> --domain-name=reviews.mysite.com \
>> --site-root=/ \
>> --media-url=/media \
>> --db-type=sqlite3 \
>> --cache-type=memcached \
>> --cache-info=memcached://localhost:11211/ \
>> --web-server-type=apache \
>> --python-loader=modpython
>>
>> I'm not sure what to make of those errors.   It looks like there are a
>> couple issues.
>>
>> Anyway, thanks for reading.
>> Eric P
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread grimbeaver

Not sure about what you are seeing in the logs because I did not look
at my logs.  But I was getting that error when SELinux was enabled.
Try turning off SELinux.

On Jun 25, 12:34 pm, Eric P  wrote:
> Hi (me again),
>
> I have all my dependency issues sorted, and I've installed my first
> Review Board site per the documentation.
>
> When I go to visit the site, I see the 'Review Board is taking a nap'
> dialog box.
>
> In my Apache error_log, I see some errors:
>
> [error] [client 127.0.0.1] mod_python (pid=3617,
> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
> handler='django.core.handlers.modpython'): Application error
> ...
> [error] [client 127.0.0.1] Traceback (most recent call last):
> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
> in HandlerDispatch\n    default=default_handler, arg=req,
> silent=hlist.silent)
> ...
> [error] [client 127.0.0.1] OperationalError: attempt to write a
> readonly database
>
> FYI. Here are the params I used to set up the site.
>
> rb-site install reviews.mysite.com \
> --domain-name=reviews.mysite.com \
> --site-root=/ \
> --media-url=/media \
> --db-type=sqlite3 \
> --cache-type=memcached \
> --cache-info=memcached://localhost:11211/ \
> --web-server-type=apache \
> --python-loader=modpython
>
> I'm not sure what to make of those errors.   It looks like there are a
> couple issues.
>
> Anyway, thanks for reading.
> Eric P

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P

I actually ran rb-site w/o those params.  I just wanted to convey that
info (should've done it another way).

I gave web server ownership to the 'db' directory (running sqlite3)
and its content,  and that did the trick.  Thanks!  That step should
probably be added to the docs for those who use sqlite.

Somewhere here:
http://www.review-board.org/docs/manual/dev/admin/sites/creating-sites/#changing-permissions

Thanks again for everyone's help.  My ulterior motive here is to
convince the boss to use Review Board over Crucible.  The path looks
clear now (yay!)

Eric P

On Thu, Jun 25, 2009 at 12:45 PM, Jeff Andros wrote:
> I've yet to do an install like that, and someone else may correct me, but
> normally that message means that the apache user does not have write access
> to bothr the sqlite file and the folder that contains it.
>
> Try tracking that down and changing the permissions/owner.
>
> --Jeff
>
> 2009/6/25 Eric P 
>>
>> Hi (me again),
>>
>> I have all my dependency issues sorted, and I've installed my first
>> Review Board site per the documentation.
>>
>> When I go to visit the site, I see the 'Review Board is taking a nap'
>> dialog box.
>>
>> In my Apache error_log, I see some errors:
>>
>> [error] [client 127.0.0.1] mod_python (pid=3617,
>> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
>> handler='django.core.handlers.modpython'): Application error
>> ...
>> [error] [client 127.0.0.1] Traceback (most recent call last):
>> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
>> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
>> in HandlerDispatch\n    default=default_handler, arg=req,
>> silent=hlist.silent)
>> ...
>> [error] [client 127.0.0.1] OperationalError: attempt to write a
>> readonly database
>>
>>
>> FYI. Here are the params I used to set up the site.
>>
>> rb-site install reviews.mysite.com \
>> --domain-name=reviews.mysite.com \
>> --site-root=/ \
>> --media-url=/media \
>> --db-type=sqlite3 \
>> --cache-type=memcached \
>> --cache-info=memcached://localhost:11211/ \
>> --web-server-type=apache \
>> --python-loader=modpython
>>
>>
>> I'm not sure what to make of those errors.   It looks like there are a
>> couple issues.
>>
>> Anyway, thanks for reading.
>> Eric P
>>
>>
>
>
>
> --
> Jeff
> O|||O
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Jeff Andros
I've yet to do an install like that, and someone else may correct me, but
normally that message means that the apache user does not have write access
to bothr the sqlite file and the folder that contains it.

Try tracking that down and changing the permissions/owner.

--Jeff

2009/6/25 Eric P 

>
> Hi (me again),
>
> I have all my dependency issues sorted, and I've installed my first
> Review Board site per the documentation.
>
> When I go to visit the site, I see the 'Review Board is taking a nap'
> dialog box.
>
> In my Apache error_log, I see some errors:
>
> [error] [client 127.0.0.1] mod_python (pid=3617,
> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
> handler='django.core.handlers.modpython'): Application error
> ...
> [error] [client 127.0.0.1] Traceback (most recent call last):
> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
> in HandlerDispatch\ndefault=default_handler, arg=req,
> silent=hlist.silent)
> ...
> [error] [client 127.0.0.1] OperationalError: attempt to write a
> readonly database
>
>
> FYI. Here are the params I used to set up the site.
>
> rb-site install reviews.mysite.com \
> --domain-name=reviews.mysite.com \
> --site-root=/ \
> --media-url=/media \
> --db-type=sqlite3 \
> --cache-type=memcached \
> --cache-info=memcached://localhost:11211/ \
> --web-server-type=apache \
> --python-loader=modpython
>
>
> I'm not sure what to make of those errors.   It looks like there are a
> couple issues.
>
> Anyway, thanks for reading.
> Eric P
>
> >
>


-- 
Jeff
O|||O

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P

Hi (me again),

I have all my dependency issues sorted, and I've installed my first
Review Board site per the documentation.

When I go to visit the site, I see the 'Review Board is taking a nap'
dialog box.

In my Apache error_log, I see some errors:

[error] [client 127.0.0.1] mod_python (pid=3617,
interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
handler='django.core.handlers.modpython'): Application error
...
[error] [client 127.0.0.1] Traceback (most recent call last):
[Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
"/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
in HandlerDispatch\ndefault=default_handler, arg=req,
silent=hlist.silent)
...
[error] [client 127.0.0.1] OperationalError: attempt to write a
readonly database


FYI. Here are the params I used to set up the site.

rb-site install reviews.mysite.com \
--domain-name=reviews.mysite.com \
--site-root=/ \
--media-url=/media \
--db-type=sqlite3 \
--cache-type=memcached \
--cache-info=memcached://localhost:11211/ \
--web-server-type=apache \
--python-loader=modpython


I'm not sure what to make of those errors.   It looks like there are a
couple issues.

Anyway, thanks for reading.
Eric P

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---