error exception in initAndListen: 29 Data directory /data/db not found., terminating after install code example
Example: nonexistentpath data directory /data/db not found
# Create the folder
sudo mkdir -p /data/db/
# Set the ownership of the folder
sudo chown `id -u` /data/db