Re: Issue 3677 in reviewboard: Many searches return 500 Internal Server Error

2014-11-20 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3599

Comment #1 on issue 3677 by trowb...@gmail.com: Many searches return 500  
Internal Server Error

https://code.google.com/p/reviewboard/issues/detail?id=3677

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3677 in reviewboard: Many searches return 500 Internal Server Error

2014-11-19 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3677 by sourto...@gmail.com: Many searches return 500 Internal  
Server Error

https://code.google.com/p/reviewboard/issues/detail?id=3677

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.8

What's the URL of the page containing the problem?
https://git.reviewboard.kde.org/r/search/?q=kde-cli-tools

Url has been obfuscated to prevent accidental clicks as we get an email for  
every internal server error Reviewboard generates.

kde-cli-tools is the name of a repository registered in Reviewboard as well.

What steps will reproduce the problem?
1. Attempt to execute a search
2.
3.

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

Search results. Get an error page instead.

What operating system are you using? What browser?

Server runs Debian Wheezy, Client uses Chromium.

Please provide any additional information below.

Traceback (most recent call last):

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/core/handlers/base.py",  
line 112, in get_response

response = wrapped_callback(request, *callback_args, **callback_kwargs)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/utils/decorators.py",  
line 29, in _wrapper

return bound_func(*args, **kwargs)

   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.8-py2.7.egg/reviewboard/accounts/decorators.py",  
line 23, in _check

return view_func(*args, **kwargs)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/utils/decorators.py",  
line 25, in bound_func

return func(self, *args2, **kwargs2)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/utils/decorators.py",  
line 29, in _wrapper

return bound_func(*args, **kwargs)

   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.8-py2.7.egg/reviewboard/site/decorators.py",  
line 35, in _check

return view_func(request, local_site=local_site, *args, **kwargs)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/utils/decorators.py",  
line 25, in bound_func

return func(self, *args2, **kwargs2)

   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.8-py2.7.egg/reviewboard/reviews/views.py",  
line 1475, in __call__

return super(ReviewRequestSearchView, self).__call__(request)

   
File "/usr/local/lib/python2.7/dist-packages/django_haystack-2.1.0-py2.7.egg/haystack/views.py",  
line 50, in __call__

return self.create_response()

   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.8-py2.7.egg/reviewboard/reviews/views.py",  
line 1520, in create_response

context_instance=self.context_class(self.request))

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/shortcuts/__init__.py",  
line 29, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs),  
**httpresponse_kwargs)


   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/loader.py",  
line 169, in render_to_string

return t.render(context_instance)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 140, in render

return self._render(context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 134, in _render

return self.nodelist.render(context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 840, in render

bit = self.render_node(node, context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 854, in render_node

return node.render(context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/loader_tags.py",  
line 123, in render

return compiled_parent._render(context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 134, in _render

return self.nodelist.render(context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/template/base.py",  
line 840, in render

bit = self.render_node(node, context)

   
File "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2