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

New issue 2544 by lukasz.k...@gmail.com: HTTP 500 when performing search
http://code.google.com/p/reviewboard/issues/detail?id=2544

* NOTE: Do not post confidential information in this bug report. *
*       If you need immediate support, please contact            *
*       reviewbo...@googlegroups.com                             *

What version are you running?
1.6.4.1

What's the URL of the page containing the problem?
/reviewboard/r/search/?q=test

What steps will reproduce the problem?
1. Enter any phrase to the search field
2. HTTP 500 will occur with following error in log file:

Traceback (most recent call last):

File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.4.1-py2.7.egg/reviewboard/accounts/decorators.py", line 21, in _check
    return view_func(*args, **kwargs)

File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.4.1-py2.7.egg/reviewboard/reviews/views.py", line 1115, in search
    for hit in searcher.search(parser.parse(query))]

TypeError: Document<stored/uncompressed,omitNorms<id:1015>>

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

Search result or information, that no results were found.

What operating system are you using? What browser?

Ubuntu 11.10
Chrome 17.0.963.79

Please provide any additional information below.

pylucene version: 2.3.1-1.1ubuntu2

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

Reply via email to