专业版9.0搜索服务一直起不来

最近在测试专业版9.0的时候,发现搜索服务一直起不来,报错
[ERROR] seafes:158 start_index_local: Index process init error: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f31f117de50>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f31f117de50>: Failed to establish a new connection: [Errno 111] Connection refused).

seahub日志报错
File “/opt/seafile/seafile-pro-server-9.0.3/seahub/thirdpart/urllib3/connection.py”, line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f7a9749f4c0>: Failed to establish a new connection: [Errno 111] Connection refused
2022-01-11 14:53:44,094 [ERROR] seahub.search.views:197 search ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f7a9749f4c0>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f7a9749f4c0>: Failed to establish a new connection: [Errno 111] Connection refused)

控制文件日志也报错
seafile-controller.c(119): failed to execvp /opt/seafile/seafile-pro-server-9.0.3/pro/elasticsearch/bin/elasticsearch

确定JDK已经是8的,启动服务用了专门的seafile用户(非ROOT),有朋友遇到过同样的问题吗?

看一下elasticsearch日志,有没有报错

pro-data目录,pro目录,logs目录下都没有elasticsearch相关的文件和目录,这个日期在哪里?

好像9.0没有自带elasticsearch,自己安装下就好了,谢谢,问题已解决

楼主你装的elasticsearch是哪个版本呀

9.0的话应该是 7.6的

我装的es是7.5的,seafil版本是9.0.5的搜索文件时提示页面不存在也不知道咋回事?

Es是7.9.0

7.9 应该不支持,换一下7.6的试试

7.9.0可以支持呢