Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在wsl2中安装后,启动时报错,请问这个是什么原因? #54

Open
boyliwensheng opened this issue Nov 20, 2022 · 1 comment

Comments

@boyliwensheng
Copy link

报错日志如下:
ERROR Flow@21255 Flow is aborted due to ['video_loader', 'image_encoder', 'text_encoder', [11/20/22 21:17:04] 'indexer'] can not be started.
Traceback (most recent call last):
File "/home/liwensheng/rustprojects/testdir/vced/code/service/app.py", line 76, in
with f:
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1106, in enter
return self.start()
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1161, in start
self._wait_until_all_ready()
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1259, in _wait_until_all_ready
raise RuntimeFailToStart
jina.excepts.RuntimeFailToStart

@boyliwensheng
Copy link
Author

[上边那个问题通过这篇帖子解决了(https://zhuanlan.zhihu.com/p/404162713)
,但是又报了另一个错,有大佬知道什么原因吗:]ARNI… indexer/rep-0@27 <jina.orchestrate.pods.Pod object at 0x7fa0173402e0> timeout after waiting for 600000ms, if your executor takes time to load, you may increase [11/20/22 23:14:17]
--timeout-ready
ERROR Flow@27 Flow is aborted due to ['indexer'] can not be started. [11/20/22 23:37:37]
Traceback (most recent call last):
File "/home/liwensheng/rustprojects/testdir/vced/code/service/app.py", line 76, in
with f:
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1106, in enter
return self.start()
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1161, in start
self._wait_until_all_ready()
File "/home/liwensheng/.local/lib/python3.9/site-packages/jina/orchestrate/flow/base.py", line 1259, in _wait_until_all_ready
raise RuntimeFailToStart
jina.excepts.RuntimeFailToStart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant