ta/db not found. Create the missing directory or specify another path using (1) the --dbpath command line option, or (2) by 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