GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
2.4k stars 70 forks source link

ERROR: Gainet node not starting #60

Closed Rumeyst closed 1 month ago

Rumeyst commented 1 month ago

[+] Preparing the dashboard ... You already have a private key.

[+] Preparing the GaiaNet domain ...

[+] COMPLETED! GaiaNet node is initialized successfully.

To start the GaiaNet node, run the command: gaianet start <<<

root@vmi1735894:~# gaianet start [+] Checking the config.json file ...

[+] Starting Qdrant instance ...

Qdrant instance started with pid: 6147

[+] Starting LlamaEdge API Server ...

Port 8080 is in use. Exit ...

Stopping Qdrant instance ...

/root/gaianet/bin/gaianet: line 550: 6147 Killed nohup $qdrant_executable > $log_dir/start-qdrant.log 2>&1 (wd: ~/gaianet/qdrant) root@vmi1735894:~# --port

alabulei1 commented 1 month ago

Hi @Rumeyst

Could you please try the following things? From your log, I can see that a node is running on your machine now.

First, please stop the running node.

gaianet stop

Second, use gaianet start to start running your node.

gaianet start

Let me know if it works for you. Thanks.

Rumeyst commented 1 month ago

alright will do that now

same error
root@vmi1735894:~# gaianet stop [+] Stopping WasmEdge, Qdrant and frpc ... root@vmi1735894:~# gaianet start [+] Checking the config.json file ...

[+] Starting Qdrant instance ...

Qdrant instance started with pid: 30438

[+] Starting LlamaEdge API Server ...

Port 8080 is in use. Exit ...

Stopping Qdrant instance ...

root@vmi1735894:~#

alabulei1 commented 1 month ago

Hi @Rumeyst

Juts want to make sure that you have run the Gaianet Node successsfully.

Rumeyst commented 1 month ago

Yes! it started successfully after rebooting the system.