Created
December 27, 2011 22:36
-
-
Save werkshy/1525376 to your computer and use it in GitHub Desktop.
Mongodb log running --repair and failing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
***** SERVER RESTARTED ***** | |
Tue Dec 27 21:39:06 [initandlisten] MongoDB starting : pid=655 port=27017 dbpath=/var/lib/mongodb 64-bit host=mongod-us-east-1c-01 | |
Tue Dec 27 21:39:06 [initandlisten] db version v2.0.2, pdfile version 4.5 | |
Tue Dec 27 21:39:06 [initandlisten] git version: 514b122d308928517f5841888ceaa4246a7f18e3 | |
Tue Dec 27 21:39:06 [initandlisten] build info: Linux bs-linux64.10gen.cc 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_41 | |
Tue Dec 27 21:39:06 [initandlisten] options: { config: "/etc/mongodb.conf", dbpath: "/var/lib/mongodb", journal: "true", logappend: "true", logpath: "/var/log/mongodb/mongodb.log", repair: true, replSet: "rep01", rest: "true" } | |
Tue Dec 27 21:39:06 [initandlisten] journal dir=/var/lib/mongodb/journal | |
Tue Dec 27 21:39:06 [initandlisten] recover begin | |
Tue Dec 27 21:39:06 [initandlisten] recover lsn: 0 | |
Tue Dec 27 21:39:06 [initandlisten] recover /var/lib/mongodb/journal/j._9 | |
Tue Dec 27 21:39:07 [initandlisten] exception during recovery | |
Tue Dec 27 21:39:07 [initandlisten] exception in initAndListen std::exception: boost::filesystem::file_size: No such file or directory: "/var/lib/mongodb/$tmp_repairDatabase_0/ctp.25", terminating | |
Tue Dec 27 21:39:07 dbexit: | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: going to close listening sockets... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: going to flush diaglog... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: going to close sockets... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: waiting for fs preallocator... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: lock for final commit... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: final commit... | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: closing all files... | |
Tue Dec 27 21:39:07 [initandlisten] closeAllFiles() finished | |
Tue Dec 27 21:39:07 [initandlisten] shutdown: removing fs lock... | |
Tue Dec 27 21:39:07 dbexit: really exiting now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment