Sarp Erdag
unread,May 14, 2009, 10:33:20 AM5/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-haystack
Hello, I have been trying get haystack working with my project. Here
is the little error I am receiving. What do you think can be the
problem? Thank you
sarp@sarp-laptop:~/workspace/eventlet$ ./manage.py reindex
Loaded URLconf to initialize SearchSite...
Main site registered 1 index(es). Indexing 1 events. Traceback (most
recent call last): File "./manage.py", line 27, in
execute_from_command_line()
File "/usr/lib/python2.5/site-packages/django/core/management/
init.py", line 331, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.5/site-packages/django/core/management/
init.py", line 295, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 77, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 96, in execute
output = self.handle(*args, **options)
File "/usr/lib/python2.5/site-packages/haystack/management/commands/
reindex.py", line 34, in handle
self.handle_app(None, **options)
File "/usr/lib/python2.5/site-packages/haystack/management/commands/
reindex.py", line 81, in handle_app
index.backend.update(index, small_cache_qs[start:end])
File "/usr/lib/python2.5/site-packages/haystack/backends/
solr_backend.py", line 58, in update
self.conn.add(docs, commit=commit)
File "build/bdist.linux-i686/egg/pysolr.py", line 304, in add File
"build/bdist.linux-i686/egg/pysolr.py", line 177, in _extract_error
File "", line 45, in parse File "", line 32, in parse SyntaxError:
mismatched tag: line 1, column 1124