Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ileep@dileep-VirtualBox:~$ mongod
  2. mongod --help for help and startup options
  3. Mon Sep 16 16:33:15.184 [initandlisten] MongoDB starting : pid=4007 port=27017 dbpath=/data/db/ 64-bit host=dileep-VirtualBox
  4. Mon Sep 16 16:33:15.185 [initandlisten] db version v2.4.6
  5. Mon Sep 16 16:33:15.185 [initandlisten] git version: b9925db5eac369d77a3a5f5d98a145eaaacd9673
  6. Mon Sep 16 16:33:15.185 [initandlisten] build info: Linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_49
  7. Mon Sep 16 16:33:15.186 [initandlisten] allocator: tcmalloc
  8. Mon Sep 16 16:33:15.186 [initandlisten] options: {}
  9. Mon Sep 16 16:33:15.187 [initandlisten] exception in initAndListen: 10296
  10. *********************************************************************
  11. ERROR: dbpath (/data/db/) does not exist.
  12. Create this directory or give existing directory in --dbpath.
  13. See http://dochub.mongodb.org/core/startingandstoppingmongo
  14. *********************************************************************
  15. , terminating
  16. Mon Sep 16 16:33:15.188 dbexit:
  17. Mon Sep 16 16:33:15.189 [initandlisten] shutdown: going to close listening sockets...
  18. Mon Sep 16 16:33:15.189 [initandlisten] shutdown: going to flush diaglog...
  19. Mon Sep 16 16:33:15.189 [initandlisten] shutdown: going to close sockets...
  20. Mon Sep 16 16:33:15.189 [initandlisten] shutdown: waiting for fs preallocator...
  21. Mon Sep 16 16:33:15.190 [initandlisten] shutdown: lock for final commit...
  22. Mon Sep 16 16:33:15.190 [initandlisten] shutdown: final commit...
  23. Mon Sep 16 16:33:15.190 [initandlisten] shutdown: closing all files...
  24. Mon Sep 16 16:33:15.190 [initandlisten] closeAllFiles() finished
  25. Mon Sep 16 16:33:15.190 dbexit: really exiting now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement