When I try to run mongo in shell in ubuntu or open rockmongo I see this error:
couldn\'t connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145
Check your log file of mongodb. you will get to know the exact issue.
tail -f /var/log/mongodb/mongodb.log
The issue may because of "ERROR: Insufficient free space for journal files"
Increase your volume space that will fix your issue.