flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 396 forks source link

Failed to connect to MongoDB #96

Open Arkanyus opened 5 years ago

Arkanyus commented 5 years ago

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

vincentcox commented 5 years ago

I got the same problem!

halashankara commented 5 years ago

i got the same error

rohitdeshmukh5050 commented 4 years ago

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

Himself132 commented 4 years ago

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?

TheCyberMonster commented 4 years ago

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