[Bug]: exec ./entrypoint.sh: no such file or directory bug , due to which rag server restarts.
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch name
main
Commit ID
dfeqxewc
Other environment information
No response
Actual behavior
the rag server starts again and again
Expected behavior
rag server should be in running state.
Steps to reproduce
$ git clone https://github.com/infiniflow/ragflow.git
$ cd ragflow/
$ docker build -t infiniflow/ragflow:v1.0 .
$ cd ragflow/docker
$ chmod +x ./entrypoint.sh
$ docker compose up -d
Additional information
No response
Are your machine Arm64 architecture ?
My system is X64.
On Tue, 9 Apr 2024 at 3:12 PM, KevinHuSh @.***> wrote:
Are your machine Arm64 architecture ?
— Reply to this email directly, view it on GitHub https://github.com/infiniflow/ragflow/issues/279#issuecomment-2044587119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6GLMGEDVK2YXGLIW7XOJDY4OZZRAVCNFSM6AAAAABF6GVRASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBUGU4DOMJRHE . You are receiving this because you authored the thread.Message ID: @.***>
will it not work on x64 ?
What about removing this line in docker_compose.yml?
after removing this. $docker logs -f ragflow-server request returned Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/ragflow-server/json, check if the server supports the requested API version
Docker version >= 24.0.0 ?
Same problem, "Docker version 26.0.0, build 2ae903e"
change line 22 on docker-compose.yml to
- ./entrypoint.sh:/entrypoint.sh
Still the same error message "exec ./entrypoint.sh: no such file or directory"
change line 22 on docker-compose.yml to
- ./entrypoint.sh:/entrypoint.sh
Does this method work?
BTW. Docker Compose >= v2.26.1
trying on linux now.
raise Exception("Can't connect to ES cluster")
Exception: Can't connect to ES cluster
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 34, in
es cluster is not starting
change line 22 on docker-compose.yml to
- ./entrypoint.sh:/entrypoint.shDoes this method work?
BTW. Docker Compose >= v2.26.1
That didn't work. Still getting the same error.
Docker compose is 2.26.1
About the ES connection please refer to: https://github.com/infiniflow/ragflow/blob/main/docs/faq.md
Upgrade to the latest dev version of the docker image. Problem solved.
ERROR: BadRequestError(400, 'search_phase_execution_exception', 'failed to create query: field [q_1536_vec] does not exist in the mapping') it is shown in version 0.7.Pls help me to resolve it,thks. @KevinHuSh