-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Bug Description
整个gateway无法启动,但是本地部署的embedding和vlm都是通的
openviking: local mode marked unavailable (startup failed): Error: OpenViking health check timeout at http://127.0.0.1:1933
09:49:36 [gateway] openviking: startup failed (health check timeout or error).
[openviking stderr]
time="2026-03-25T09:48:37Z" level=info msg="mounted serverinfofs at /serverinfo"
time="2026-03-25T09:48:37Z" level=info msg="[queuefs] Recovered 1 in-flight message(s) from previous run"
time="2026-03-25T09:48:37Z" level=info msg="[queuefs] SQLite backend initialized"
time="2026-03-25T09:48:37Z" level=info msg="[queuefs] Initialized with backend: sqlite"
time="2026-03-25T09:48:37Z" level=info msg="mounted queuefs at /queue"
time="2026-03-25T09:48:37Z" level=info msg="[localfs] Initialized with base path: /root/.openviking/data/viking"
time="2026-03-25T09:48:37Z" level=info msg="mounted localfs at /local"
/usr/local/lib/python3.10/dist-packages/tzlocal/unix.py:207: UserWarning: Can not find any timezone configuration, defaulting to
UTC.
warnings.warn("Can not find any timezone configuration, defaulting to UTC.")
time="2026-03-25T09:48:37Z" level=info msg="[queuefs] Created queue 'Semantic' (SQLite)"
time="2026-03-25T09:48:37Z" level=info msg="[queuefs] Created queue 'Embedding' (SQLite)"
09:49:36 [plugins] plugin service failed (openviking): Error: OpenViking health check timeout at http://127.0.0.1:1933
09:49:46 [gateway] openviking: subprocess exited (code=3, signal=null)
Steps to Reproduce
按照标准流程安装openviking,然后配置模型为本地模型,然后无法启动
Expected Behavior
正常启动
Actual Behavior
plugin service failed (openviking): Error: OpenViking health check timeout at http://127.0.0.1:1933
Minimal Reproducible Example
Error Logs
OpenViking Version
latest
Python Version
3.10.12
Operating System
Linux
Model Backend
None
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status