Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-27 Thread Prashima
Hi Christian,


I am attaching the list-siteConfig output.




On Friday, 26 April 2013 02:53:36 UTC+8, Christian Hammond wrote:

 Seems like you may not have included a port when configuring your caching 
 sever. I'll make this more resilient.

 Can you provide the output of:

 rb-site manage /path/to/site list-siteconfig

 And strip any information that you need confidential.

 Christian

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


 On Wed, Apr 24, 2013 at 9:48 PM, Prashima prashim...@gmail.comjavascript:
  wrote:

 Please find attached the extended error log. Note that the server also 
 has other virtual hosts configured, so there will be some noise in between 
 the meaningful data.

 Hope this helps!!


 On Thursday, 25 April 2013 12:38:37 UTC+8, David Trowbridge wrote:

 So the contents of the log that you included are the right spot, except 
 you cut it off too early. Can you include everything down to the bottom of 
 the traceback?

 Thanks,
 -David


 On Wed, Apr 24, 2013 at 7:18 PM, Prashima prashim...@gmail.com wrote:

 Hi,


 I have recently installed reviewboard 1.7.7.1 on my server. Things were 
 looking fine, with my reviewboard site up and running. I was even able to 
 do some of the admin configurations, but very soon I started getting 
 standard Error 500 something is broke! whenever I try to go to the admin 
 page. Since then I haven't been able to access admin again. I am able to 
 access all other review request and support related pages.


 OS: CentOS 6.3
 Browsers : Firefox, Chrome IE
 Reviewboard : 1.7.7.1
 Python : 2.6.6
 Django : 1.4.5

 Attaching the relevant error log. Please let me know if any other 
 information is required.


 Partial trace -

 [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
 [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/core/handlers/base.**py, 
 line 111, in get_response
 [Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
 *callback_args, **callback_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/contrib/admin/**views/decorators.py,
  
 line 16, in _checklogin
 [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
 **kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/ReviewBoard-1.7.7.1-**py2.6.egg/reviewboard/admin/**views.py, 
 line 33, in dashboard
 [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
 secondary_widgets,
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/shortcuts/__init__.**py, 
 line 20, in render_to_response
 [Wed Apr 24 09:07:51 2013] [error] return 
 HttpResponse(loader.render_to_**string(*args, **kwargs), 
 **httpresponse_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/template/loader.py**, line 
 171, in render_to_string
 [Wed Apr 24 09:07:51 2013] [error] return 
 t.render(Context(dictionary))
 .
 .
 .


 Thanks,
 Prashima

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/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=enhttp://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_outhttps://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...@googlegroups.com javascript:
 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 javascript:.
 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 

Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-27 Thread Prashima

This solved the problem!! Great, thanks a lot :) .


On Sunday, 28 April 2013 11:22:30 UTC+8, Christian Hammond wrote:

 Ah, the problem is your memcached server is specified as an http URL. It 
 needs to be in hostname:port format. You should still be able to change 
 this in /admin/settings/

 Christian


 On Apr 27, 2013, at 20:14, Prashima prashim...@gmail.com javascript: 
 wrote:

 Hi Christian,


 I am attaching the list-siteConfig output.




 On Friday, 26 April 2013 02:53:36 UTC+8, Christian Hammond wrote:

 Seems like you may not have included a port when configuring your caching 
 sever. I'll make this more resilient.

 Can you provide the output of:

 rb-site manage /path/to/site list-siteconfig

 And strip any information that you need confidential.

 Christian

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


 On Wed, Apr 24, 2013 at 9:48 PM, Prashima prashim...@gmail.com wrote:

 Please find attached the extended error log. Note that the server also 
 has other virtual hosts configured, so there will be some noise in between 
 the meaningful data.

 Hope this helps!!


 On Thursday, 25 April 2013 12:38:37 UTC+8, David Trowbridge wrote:

 So the contents of the log that you included are the right spot, except 
 you cut it off too early. Can you include everything down to the bottom of 
 the traceback?

 Thanks,
 -David


 On Wed, Apr 24, 2013 at 7:18 PM, Prashima prashim...@gmail.com wrote:

 Hi,


 I have recently installed reviewboard 1.7.7.1 on my server. Things 
 were looking fine, with my reviewboard site up and running. I was even 
 able 
 to do some of the admin configurations, but very soon I started getting 
 standard Error 500 something is broke! whenever I try to go to the 
 admin 
 page. Since then I haven't been able to access admin again. I am able to 
 access all other review request and support related pages.


 OS: CentOS 6.3
 Browsers : Firefox, Chrome IE
 Reviewboard : 1.7.7.1
 Python : 2.6.6
 Django : 1.4.5

 Attaching the relevant error log. Please let me know if any other 
 information is required.


 Partial trace -

 [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
 [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/core/handlers/base.**py, 
 line 111, in get_response
 [Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
 *callback_args, **callback_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/contrib/admin/**views/decorators.py,
  
 line 16, in _checklogin
 [Wed Apr 24 09:07:51 2013] [error] return view_func(request, 
 *args, **kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/ReviewBoard-1.7.7.1-**py2.6.egg/reviewboard/admin/**views.py, 
 line 33, in dashboard
 [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
 secondary_widgets,
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/shortcuts/__init__.**py, 
 line 20, in render_to_response
 [Wed Apr 24 09:07:51 2013] [error] return 
 HttpResponse(loader.render_to_**string(*args, **kwargs), 
 **httpresponse_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/template/loader.py**, line 
 171, in render_to_string
 [Wed Apr 24 09:07:51 2013] [error] return 
 t.render(Context(dictionary))
 .
 .
 .


 Thanks,
 Prashima

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/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=enhttp://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_outhttps://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...@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 

Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-25 Thread Christian Hammond
Seems like you may not have included a port when configuring your caching
sever. I'll make this more resilient.

Can you provide the output of:

rb-site manage /path/to/site list-siteconfig

And strip any information that you need confidential.

Christian

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


On Wed, Apr 24, 2013 at 9:48 PM, Prashima prashimasha...@gmail.com wrote:

 Please find attached the extended error log. Note that the server also has
 other virtual hosts configured, so there will be some noise in between the
 meaningful data.

 Hope this helps!!


 On Thursday, 25 April 2013 12:38:37 UTC+8, David Trowbridge wrote:

 So the contents of the log that you included are the right spot, except
 you cut it off too early. Can you include everything down to the bottom of
 the traceback?

 Thanks,
 -David


 On Wed, Apr 24, 2013 at 7:18 PM, Prashima prashim...@gmail.com wrote:

 Hi,


 I have recently installed reviewboard 1.7.7.1 on my server. Things were
 looking fine, with my reviewboard site up and running. I was even able to
 do some of the admin configurations, but very soon I started getting
 standard Error 500 something is broke! whenever I try to go to the admin
 page. Since then I haven't been able to access admin again. I am able to
 access all other review request and support related pages.


 OS: CentOS 6.3
 Browsers : Firefox, Chrome IE
 Reviewboard : 1.7.7.1
 Python : 2.6.6
 Django : 1.4.5

 Attaching the relevant error log. Please let me know if any other
 information is required.


 Partial trace -

 [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
 [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/core/handlers/base.**py, line
 111, in get_response
 [Wed Apr 24 09:07:51 2013] [error] response = callback(request,
 *callback_args, **callback_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/contrib/admin/**views/decorators.py,
 line 16, in _checklogin
 [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args,
 **kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/ReviewBoard-1.7.7.1-**py2.6.egg/reviewboard/admin/**views.py,
 line 33, in dashboard
 [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets':
 secondary_widgets,
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/shortcuts/__init__.**py, line
 20, in render_to_response
 [Wed Apr 24 09:07:51 2013] [error] return
 HttpResponse(loader.render_to_**string(*args, **kwargs),
 **httpresponse_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File /usr/lib/python2.6/site-**
 packages/Django-1.4.5-py2.6.**egg/django/template/loader.py**, line
 171, in render_to_string
 [Wed Apr 24 09:07:51 2013] [error] return
 t.render(Context(dictionary))
 .
 .
 .


 Thanks,
 Prashima

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/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=enhttp://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_outhttps://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.




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

Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread Prashima
Hi,


I have recently installed reviewboard 1.7.7.1 on my server. Things were 
looking fine, with my reviewboard site up and running. I was even able to 
do some of the admin configurations, but very soon I started getting 
standard Error 500 something is broke! whenever I try to go to the admin 
page. Since then I haven't been able to access admin again. I am able to 
access all other review request and support related pages.


OS: CentOS 6.3
Browsers : Firefox, Chrome IE
Reviewboard : 1.7.7.1
Python : 2.6.6
Django : 1.4.5

Attaching the relevant error log. Please let me know if any other 
information is required.


Partial trace -

[Wed Apr 24 09:07:51 2013] [error] too many values to unpack
[Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
[Wed Apr 24 09:07:51 2013] [error]   File 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py,
 
line 111, in get_response
[Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
*callback_args, **callback_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py,
 
line 16, in _checklogin
[Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
**kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py,
 
line 33, in dashboard
[Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
secondary_widgets,
[Wed Apr 24 09:07:51 2013] [error]   File 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py,
 
line 20, in render_to_response
[Wed Apr 24 09:07:51 2013] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Wed Apr 24 09:07:51 2013] [error]   File 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py,
 
line 171, in render_to_string
[Wed Apr 24 09:07:51 2013] [error] return t.render(Context(dictionary))
.
.
.


Thanks,
Prashima

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


[Wed Apr 24 16:35:25 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 
mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming 
normal operations
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:35:32 2013] [error]   DeprecationWarning
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:35:32 2013] [error]   use STATIC_URL instead., 
DeprecationWarning)
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:35:32 2013] [error]   category=DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:37:11 2013] [error]   DeprecationWarning
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:37:11 2013] [error]   use STATIC_URL instead., 
DeprecationWarning)
[Wed Apr 24 08:37:11 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing. Load the 
`url` tag from the `future` tag
 library to start using the new behavior.
[Wed Apr 24 08:37:11 2013] [error]   category=DeprecationWarning)
[Wed Apr 24 08:37:47 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been 

Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread David Trowbridge
So the contents of the log that you included are the right spot, except you
cut it off too early. Can you include everything down to the bottom of the
traceback?

Thanks,
-David


On Wed, Apr 24, 2013 at 7:18 PM, Prashima prashimasha...@gmail.com wrote:

 Hi,


 I have recently installed reviewboard 1.7.7.1 on my server. Things were
 looking fine, with my reviewboard site up and running. I was even able to
 do some of the admin configurations, but very soon I started getting
 standard Error 500 something is broke! whenever I try to go to the admin
 page. Since then I haven't been able to access admin again. I am able to
 access all other review request and support related pages.


 OS: CentOS 6.3
 Browsers : Firefox, Chrome IE
 Reviewboard : 1.7.7.1
 Python : 2.6.6
 Django : 1.4.5

 Attaching the relevant error log. Please let me know if any other
 information is required.


 Partial trace -

 [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
 [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
 [Wed Apr 24 09:07:51 2013] [error]   File
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py,
 line 111, in get_response
 [Wed Apr 24 09:07:51 2013] [error] response = callback(request,
 *callback_args, **callback_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py,
 line 16, in _checklogin
 [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args,
 **kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File
 /usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py,
 line 33, in dashboard
 [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets':
 secondary_widgets,
 [Wed Apr 24 09:07:51 2013] [error]   File
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py,
 line 20, in render_to_response
 [Wed Apr 24 09:07:51 2013] [error] return
 HttpResponse(loader.render_to_string(*args, **kwargs),
 **httpresponse_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py,
 line 171, in render_to_string
 [Wed Apr 24 09:07:51 2013] [error] return t.render(Context(dictionary))
 .
 .
 .


 Thanks,
 Prashima

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




Re: Installed reviewboard 1.7.7.1 - getting error while accessing admin page

2013-04-24 Thread Prashima
Please find attached the extended error log. Note that the server also has 
other virtual hosts configured, so there will be some noise in between the 
meaningful data.

Hope this helps!!

On Thursday, 25 April 2013 12:38:37 UTC+8, David Trowbridge wrote:

 So the contents of the log that you included are the right spot, except 
 you cut it off too early. Can you include everything down to the bottom of 
 the traceback?

 Thanks,
 -David


 On Wed, Apr 24, 2013 at 7:18 PM, Prashima prashim...@gmail.comjavascript:
  wrote:

 Hi,


 I have recently installed reviewboard 1.7.7.1 on my server. Things were 
 looking fine, with my reviewboard site up and running. I was even able to 
 do some of the admin configurations, but very soon I started getting 
 standard Error 500 something is broke! whenever I try to go to the admin 
 page. Since then I haven't been able to access admin again. I am able to 
 access all other review request and support related pages.


 OS: CentOS 6.3
 Browsers : Firefox, Chrome IE
 Reviewboard : 1.7.7.1
 Python : 2.6.6
 Django : 1.4.5

 Attaching the relevant error log. Please let me know if any other 
 information is required.


 Partial trace -

 [Wed Apr 24 09:07:51 2013] [error] too many values to unpack
 [Wed Apr 24 09:07:51 2013] [error] Traceback (most recent call last):
 [Wed Apr 24 09:07:51 2013] [error]   File 
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/core/handlers/base.py,
  
 line 111, in get_response
 [Wed Apr 24 09:07:51 2013] [error] response = callback(request, 
 *callback_args, **callback_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File 
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/contrib/admin/views/decorators.py,
  
 line 16, in _checklogin
 [Wed Apr 24 09:07:51 2013] [error] return view_func(request, *args, 
 **kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File 
 /usr/lib/python2.6/site-packages/ReviewBoard-1.7.7.1-py2.6.egg/reviewboard/admin/views.py,
  
 line 33, in dashboard
 [Wed Apr 24 09:07:51 2013] [error] 'secondary_widgets': 
 secondary_widgets,
 [Wed Apr 24 09:07:51 2013] [error]   File 
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/shortcuts/__init__.py,
  
 line 20, in render_to_response
 [Wed Apr 24 09:07:51 2013] [error] return 
 HttpResponse(loader.render_to_string(*args, **kwargs), 
 **httpresponse_kwargs)
 [Wed Apr 24 09:07:51 2013] [error]   File 
 /usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/loader.py,
  
 line 171, in render_to_string
 [Wed Apr 24 09:07:51 2013] [error] return 
 t.render(Context(dictionary))
 .
 .
 .


 Thanks,
 Prashima

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


[Wed Apr 24 16:35:25 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 
mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming 
normal operations
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/views/generic/list_detail.py:10:
 DeprecationWarning: Function-based generic views have been deprecated; use 
class-based views instead.
[Wed Apr 24 08:35:32 2013] [error]   DeprecationWarning
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:75:
 DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use 
STATIC_URL instead.
[Wed Apr 24 08:35:32 2013] [error]   use STATIC_URL instead., 
DeprecationWarning)
[Wed Apr 24 08:35:32 2013] [error] 
/usr/lib/python2.6/site-packages/Django-1.4.5-py2.6.egg/django/template/defaulttags.py:1235:
 DeprecationWarning: The syntax for the url template tag is changing.