Closed nolik closed 9 months ago
@nolik Please send the logs in this directory: ~/.local/share/TabNine/servers/vdb/1.7.3-fix.1/logs
@TzufTabnine > @nolik Please send the logs in this directory: ~/.local/share/TabNine/servers/vdb/1.7.3-fix.1/logs in common logs:
INFO [cloud2_utils::snippet_suggestions_host] [2024-02-13:14:01:52 TabNine INFO] enrichment config - returning default config
ERROR [similarity_search::vdb_server_starter] [2024-02-13:14:01:53 TabNine ERROR] Error running vdb Qdrant process did not connect within PT60S
INFO [cloud2_utils::snippet_suggestions_host] [2024-02-13:14:02:22 TabNine INFO] enrichment config - returning default config
> INFO [cloud2_utils::snippet_suggestions_host] [2024-02-13:14:02:52 TabNine INFO] enrichment config - returning default config
ERROR [similarity_search::vdb_server_starter] [2024-02-13:14:02:53 TabNine ERROR] Error running vdb Qdrant process did not connect within PT60S
strange there is logs from vdb when I observe current failure:
[2024-02-13 14:00:52.111326 +01:00] INFO [vectordb/server_runner/src/main.rs:82] Tabnine-server-runner starting for vdb
[2024-02-13 14:00:52.312170 +01:00] INFO [vectordb/server_runner/src/main.rs:88] Server vdb is already running
[2024-02-13 14:01:53.286769 +01:00] INFO [vectordb/server_runner/src/main.rs:82] Tabnine-server-runner starting for vdb
[2024-02-13 14:01:53.487200 +01:00] INFO [vectordb/server_runner/src/main.rs:88] Server vdb is already running
[2024-02-13 14:02:53.425345 +01:00] INFO [vectordb/server_runner/src/main.rs:82] Tabnine-server-runner starting for vdb
[2024-02-13 14:02:53.625815 +01:00] INFO [vectordb/server_runner/src/main.rs:88] Server vdb is already running
@nolik Please send the full logs
@TzufTabnine common log (after plugin reinstallation): tabline_rCURRENT.log
vectorDb logs at the same time: vdb_rCURRENT.log
Hi @nolik
From the logs it looks like vdb successfully starts and listens on port 6335, but tabnine fails to connect to it. Could there be some security software on your machine that is blocking it?
If not, can you close your IDE and make sure no Tabnine and no vdb processes are running on your machine.
Then run the following command
$HOME/.local/share/TabNine/servers/vdb/1.7.3-fix.1/download/vdb --config-path $HOME/.local/share/TabNine/servers/vdb/1.7.3-fix.1/download/config.yaml
Make sure the process remains running and that no errors are reported.
Then try to connect to vdb via telnet or some other software that can check for a tcp connection
telnet localhost 6335
Let us know the outcome
He @amircodota . Thx for help. Seems after update to the latest version of IntelliJ IDEA 2023.3.4 issue been resolved themself.
Hi, completed fresh install of system:
Linux 6.7.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:49 +0000 x86_64 GNU/Linux
and IDEA:Trying to run in Idea latest version of Tabline - 1.54.0 and getting in logs:
ERROR [similarity_search::vdb_server_starter] [2024-02-13:09:57:44 TabNine ERROR] Error running vdb Qdrant process did not connect within PT60S
I know that it's smth related to qdrant vector db. But don't have idea why process can't start.
gz#29684
(related to Zendesk ticket #29684)