Constant mongodb-community error 3584

It is not

As mentioned earlier, error are lines marked with

Your original error was

now your error is

You could search the forum for a more detailed explanation but the condition that causes the error is:

Data directory /data/db not found.

and two solutions

  1. Create the missing directory
    or
  2. specify another path

are provided as part of error message.

As mentioned

and you posted the configuration and you used it when you started mongod as we can see by the informational message (log lines with “s”:“I”) in your first post

Now in your latest post you have

which indicates that you started mongod by simply typing the command mongod (which does not use the configuration file you shared) rather than

And about

the messages are marked as “s”:“I” so they are informational and do not stop mongod from starting.