Advertisement
Guest User

mongodb doesn't start

a guest
Feb 24th, 2015
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.20 KB | None | 0 0
  1.  
  2.  
  3. ***** SERVER RESTARTED *****
  4.  
  5.  
  6. Tue Feb 24 14:53:59.722 [initandlisten] MongoDB starting : pid=28093 port=27017 dbpath=/var/lib/mongodb 64-bit host=cs19081
  7. Tue Feb 24 14:53:59.722 [initandlisten] db version v2.4.9
  8. Tue Feb 24 14:53:59.722 [initandlisten] git version: nogitversion
  9. Tue Feb 24 14:53:59.722 [initandlisten] build info: Linux orlo 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 BOOST_LIB_VERSION=1_54
  10. Tue Feb 24 14:53:59.722 [initandlisten] allocator: tcmalloc
  11. Tue Feb 24 14:53:59.722 [initandlisten] options: { bind_ip: "127.0.0.1", config: "/etc/mongodb.conf", dbpath: "/var/lib/mongodb", journal: "true", logappend: "true", logpath: "/var/log/mongodb/mongodb.log" }
  12. Tue Feb 24 14:53:59.758 [initandlisten] journal dir=/var/lib/mongodb/journal
  13. Tue Feb 24 14:53:59.758 [initandlisten] recover : no journal files present, no recovery needed
  14. Tue Feb 24 14:53:59.842 [initandlisten]  local Assertion failure isOk() src/mongo/db/pdfile.h 392
  15. 0x981b16 0x945a30 0x59f38c 0x7b5cf0 0x6ac2ee 0x6ae35c 0x64ff8e 0x65018d 0x795ecb 0x754385 0x589087 0x589db3 0x58b2af 0x56ad05 0x7fcb4ed78ec5 0x58210c
  16.  /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x26) [0x981b16]
  17.  /usr/bin/mongod(_ZN5mongo12verifyFailedEPKcS1_j+0xc0) [0x945a30]
  18.  /usr/bin/mongod(_ZN5mongo11DataFileMgr9getExtentERKNS_7DiskLocE+0x7c) [0x59f38c]
  19.  /usr/bin/mongod(_ZN5mongo11DataFileMgr7findAllERKNS_10StringDataERKNS_7DiskLocE+0x50) [0x7b5cf0]
  20.  /usr/bin/mongod(_ZN5mongo8Database19clearTmpCollectionsEv+0xee) [0x6ac2ee]
  21.  /usr/bin/mongod(_ZN5mongo14DatabaseHolder11getOrCreateERKSsS2_Rb+0x31c) [0x6ae35c]
  22.  /usr/bin/mongod(_ZN5mongo6Client7Context11_finishInitEv+0x2e) [0x64ff8e]
  23.  /usr/bin/mongod(_ZN5mongo6Client7ContextC1ERKSsS3_b+0x6d) [0x65018d]
  24.  /usr/bin/mongod(_ZN5mongo8runCountEPKcRKNS_7BSONObjERSsRi+0x7b) [0x795ecb]
  25.  /usr/bin/mongod(_ZN5mongo14DBDirectClient5countERKSsRKNS_7BSONObjEiii+0xb5) [0x754385]
  26.  /usr/bin/mongod(_ZN5mongo33checkIfReplMissingFromCommandLineEv+0x157) [0x589087]
  27.  /usr/bin/mongod(_ZN5mongo14_initAndListenEi+0xbc3) [0x589db3]
  28.  /usr/bin/mongod(_ZN5mongo13initAndListenEi+0xf) [0x58b2af]
  29.  /usr/bin/mongod(main+0x2d5) [0x56ad05]
  30.  /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fcb4ed78ec5]
  31.  /usr/bin/mongod() [0x58210c]
  32. Tue Feb 24 14:53:59.845 [initandlisten] exception in initAndListen: 0 assertion src/mongo/db/pdfile.h:392, terminating
  33. Tue Feb 24 14:53:59.845 dbexit:
  34. Tue Feb 24 14:53:59.845 [initandlisten] shutdown: going to close listening sockets...
  35. Tue Feb 24 14:53:59.845 [initandlisten] shutdown: going to flush diaglog...
  36. Tue Feb 24 14:53:59.845 [initandlisten] shutdown: going to close sockets...
  37. Tue Feb 24 14:53:59.846 [initandlisten] shutdown: waiting for fs preallocator...
  38. Tue Feb 24 14:53:59.846 [initandlisten] shutdown: lock for final commit...
  39. Tue Feb 24 14:53:59.846 [initandlisten] shutdown: final commit...
  40. Tue Feb 24 14:53:59.846 [initandlisten] shutdown: closing all files...
  41. Tue Feb 24 14:53:59.846 [initandlisten] closeAllFiles() finished
  42. Tue Feb 24 14:53:59.846 [initandlisten] journalCleanup...
  43. Tue Feb 24 14:53:59.846 [initandlisten] removeJournalFiles
  44. Tue Feb 24 14:53:59.897 [initandlisten] shutdown: removing fs lock...
  45. Tue Feb 24 14:53:59.897 dbexit: really exiting now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement