手动更新搜索索引出错

在进行全文搜索的时候,总是不出现结果。根据操作手册手动更新搜索索引./pro/pro.py search --update
然后报错
Updating search index, this may take a while…

No handlers could be found for logger “seafes”
Traceback (most recent call last):
File “/usr/lib/python2.7/runpy.py”, line 174, in _run_module_as_main
main”, fname, loader, pkg_name)
File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/home/www/seafile/seafile-pro-server-6.2.9/pro/python/seafes/index_local.py”, line 15, in
from seafes.file_index_updater import FileIndexUpdater
File “/home/www/seafile/seafile-pro-server-6.2.9/pro/python/seafes/file_index_updater.py”, line 16, in
from seafes.repo_data import repo_data
File “/home/www/seafile/seafile-pro-server-6.2.9/pro/python/seafes/repo_data/init.py”, line 103, in
repo_data = RepoData()
File “/home/www/seafile/seafile-pro-server-6.2.9/pro/python/seafes/repo_data/init.py”, line 10, in init
self.db_session = init_db_session_class(seafes_config.seafile_conf)
File “/home/www/seafile/seafile-pro-server-6.2.9/pro/python/seafes/repo_data/db.py”, line 56, in init_db_session_class
raise RuntimeError(“invalid config file %s”, config_file)
RuntimeError: (‘invalid config file %s’, ‘/home/www/seafile/conf/seafile.conf’)

求助大神!!!!!

看报错是seafile.conf中某个配置项有问题

兄弟有解决么?我也出现了同样的问题

不知道啥错误,重新装系统安装seafile,然后就正常了