Advertisement
vamsiampolu

Mongod Error on Cloud9

Nov 17th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.84 KB | None | 0 0
  1. vamsiampolu1@takenote:~/workspace (master) $ ./mongod
  2. 2014-11-17T09:00:10.101+0000 ** WARNING: --rest is specified without --httpinterface,
  3. 2014-11-17T09:00:10.101+0000 **          enabling http interface
  4. warning: bind_ip of 0.0.0.0 is unnecessary; listens on all ips by default
  5. 2014-11-17T09:00:10.106+0000 [initandlisten] MongoDB starting : pid=2274 port=27017 dbpath=data 64-bit host=vamsiampolu1-takenote-1084968
  6. 2014-11-17T09:00:10.106+0000 [initandlisten] db version v2.6.5
  7. 2014-11-17T09:00:10.106+0000 [initandlisten] git version: e99d4fcb4279c0279796f237aa92fe3b64560bf6
  8. 2014-11-17T09:00:10.106+0000 [initandlisten] build info: Linux build8.nj1.10gen.cc 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 BOOST_LIB_VERSION=1_49
  9. 2014-11-17T09:00:10.106+0000 [initandlisten] allocator: tcmalloc
  10. 2014-11-17T09:00:10.107+0000 [initandlisten] options: { net: { bindIp: "0.0.0.0", http: { RESTInterfaceEnabled: true, enabled: true } }, storage: { dbPath: "data", journal: { enabled: false } } }
  11. **************
  12. Unclean shutdown detected.
  13. Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
  14. *************
  15. 2014-11-17T09:00:10.107+0000 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
  16. 2014-11-17T09:00:10.107+0000 [initandlisten] dbexit:
  17. 2014-11-17T09:00:10.107+0000 [initandlisten] shutdown: going to close listening sockets...
  18. 2014-11-17T09:00:10.107+0000 [initandlisten] shutdown: going to flush diaglog...
  19. 2014-11-17T09:00:10.107+0000 [initandlisten] shutdown: going to close sockets...
  20. 2014-11-17T09:00:10.107+0000 [initandlisten] shutdown: waiting for fs preallocator...
  21. 2014-11-17T09:00:10.107+0000 [initandlisten] shutdown: closing all files...
  22. 2014-11-17T09:00:10.107+0000 [initandlisten] closeAllFiles() finished
  23. 2014-11-17T09:00:10.107+0000 [initandlisten] dbexit: really exiting now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement