Astra icon indicating copy to clipboard operation
Astra copied to clipboard

Failed to connect to MongoDB

Open Arkanyus opened this issue 5 years ago • 5 comments

Hi,

Have installed all the necessary modules but when i try to run Astra i get a mongodb fail. Anyone know what could be causing this?

Kali_Version Failed to Connect to MongoDB

Arkanyus avatar May 10 '19 22:05 Arkanyus

I got the same problem!

vincentcox avatar Jul 24 '19 09:07 vincentcox

i got the same error

halashankara avatar Aug 26 '19 11:08 halashankara

Firstly try using 'sudo systemctl start docker.service' then next to that run 'sudo systemctl status docker' and then connect MongoDB

rohitdeshmukh5050 avatar Mar 06 '20 14:03 rohitdeshmukh5050

So, is this not usable outside of a docker container? The installation documentation shows you can just install dependencies and run it, is there a way to get the mongodb that is necessary setup in Kali without using docker?

Himself132 avatar Mar 17 '20 16:03 Himself132

This error occurs because In your pc mongoDB is not installed. make sure mongoDB is installed and running

link for installing the mongoDB https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/ once you install the mongoDB and run it the setup works fine

TheCyberMonster avatar Mar 28 '20 16:03 TheCyberMonster