Hi,

IIRC the root cause for this issue is that your Lucene version is too new.
Using the latest 2.x version should do the trick.

Regards,
Thilo

On 10 Jan 2010 03:56, "Kunjal" <kunjal.par...@gmail.com> wrote:

Hello,

We want to enable search in RB. We are having issues.

I've finally built java6,ANT,jcc,and pylucerne and I can see that I
can enable the search function with /opt/lampp/htdocs/reviewboard/
search-index where index files will reside:

I get the following errors when doing a full index:

#[r...@mob-rb-test reviewboard]# rb-site manage /opt/lampp/htdocs/
reviewboard index -- --full
Traceback (most recent call last):
 File "/opt/lampp/bin/rb-site", line 8, in <module>
   load_entry_point('ReviewBoard==1.0.5.1', 'console_scripts', 'rb-
site')()
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/cmdline/rbsite.py",
line 1478, in main
   command.run()
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/cmdline/rbsite.py",
line 1412, in run
   site.run_manage_command(args[0], args[1:])
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/cmdline/rbsite.py",
line 352, in run_manage_command
   execute_manager(reviewboard.settings, [__file__, cmd] + params)
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/Django-1.1.1-py2.5.egg/django/core/management/__init__.py",
line 362, in execute_manager
   utility.execute()
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/Django-1.1.1-py2.5.egg/django/core/management/__init__.py",
line 303, in execute
   self.fetch_command(subcommand).run_from_argv(self.argv)
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/Django-1.1.1-py2.5.egg/django/core/management/base.py", line
195, in run_from_argv
   self.execute(*args, **options.__dict__)
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/Django-1.1.1-py2.5.egg/django/core/management/base.py", line
222, in execute
   output = self.handle(*args, **options)
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/Django-1.1.1-py2.5.egg/django/core/management/base.py", line
351, in handle
   return self.handle_noargs(**options)
 File "/projects/mob_tools/xampp/1.6.4-brcm-v2/lib/python2.5/site-
packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/reviews/management/
commands/index.py", line 68, in handle_noargs
   store = lucene.FSDirectory.getDirectory(store_dir, False)
AttributeError: type object 'FSDirectory' has no attribute
'getDirectory'

Any idea?

Thanks
Kunjal

--
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<reviewboard%2bunsubscr...@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

Reply via email to