I am getting the error “Client experienced a timeout when connecting to the database - check that mongod is running on the correct port, and that your user was created with the correct settings.”
The server starts correctly, and I can connect to it with the mongo shell and use the admin database.
my m103.conf file is:
dbPath: /data/db/
systemLog:
destination: “file”
path: /var/mongodb/log/mongod.log
logAppend: true
replication:
replSetName: “M103”
security:
authorization: enabled
net:
bindIp: “127.0.0.1,192.168.103.100”
port: 27000
processManagement:
fork: true
Aside from increasing the RAM available in virtual box, any other ideas?