-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Question]: How to remotely connect to Ubuntu server? #4197
Labels
question
Further information is requested
Comments
It seems backend server can't access mysql. |
How did you install RAGFlow?
|
The 1st one, Docker compose using
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your problem
I tried :
autossh -M 0 -N -f -L 127.0.0.1:9380:127.0.0.1:9380 xy@remote
the remote termial got:
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:17:45,585 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:17:45] "GET /favicon.ico HTTP/1.1" 200 -
2024-12-24 00:18:00,480 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:18:00,481 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:18:00] "GET / HTTP/1.1" 200 -
2024-12-24 00:18:01,355 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:18:01,356 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:18:01] "GET /favicon.ico HTTP/1.1" 200 -
2024-12-24 00:18:03,005 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:18:03,006 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:18:03] "GET / HTTP/1.1" 200 -
2024-12-24 00:18:03,455 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:18:03,456 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:18:03] "GET /favicon.ico HTTP/1.1" 200 -
2024-12-24 00:18:15,353 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:18:15,354 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:18:15.353010", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:18:45,385 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:18:45,386 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:18:45.385109", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:19:15,415 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:19:15,415 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:19:15.414678", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:19:45,446 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:19:45,447 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:19:45.446367", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:20:15,478 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:20:15,479 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:20:15.478067", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:20:45,510 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:20:45,511 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:20:45.510135", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:21:15,526 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:21:15,527 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:21:15.526546", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:21:45,558 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:21:45,559 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:21:45.558542", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:22:15,590 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:22:15,591 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:22:15.590588", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:22:45,623 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:22:45,623 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:22:45.622666", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:23:15,655 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:23:15,655 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:23:15.654684", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:23:45,687 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:23:45,687 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:23:45.686795", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:24:15,719 WARNING 18 RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2024-12-24 00:24:15,720 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-24T00:24:15.718873", "boot_at": "2024-12-24T00:03:40.362382", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
2024-12-24 00:24:33,938 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
File "/ragflow/.venv/lib/python3.10/site-packages/flask/ctx.py", line 362, in match_request
result = self.url_adapter.match(return_rule=True) # type: ignore
File "/ragflow/.venv/lib/python3.10/site-packages/werkzeug/routing/map.py", line 629, in match
raise NotFound() from None
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
2024-12-24 00:24:33,939 INFO 5658 172.18.0.1 - - [24/Dec/2024 00:24:33] "GET / HTTP/1.1" 200 -
2024-12-24 00:24:34,440 ERROR 5658 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Traceback (most recent call last):
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 854, in dispatch_request
self.raise_routing_exception(req)
File "/ragflow/.venv/lib/python3.10/site-packages/flask/app.py", line 463, in raise_routing_exception
raise request.routing_exception # type: ignore[misc]
The text was updated successfully, but these errors were encountered: