Created
April 14, 2017 22:02
-
-
Save dasl-/69c1b4344632f407428c995c55b2c8bb to your computer and use it in GitHub Desktop.
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
[INFO] DOCKER> [mongo:3.2.12] "mongo1": Start container 5ec95e4a3033 | |
17:54:33.650 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=5ec95e4a3033 | |
17:54:33.650 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] db version v3.2.12 | |
17:54:33.650 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] git version: ef3e1bc78e997f0d9f22f45aeb1d8e3b6ac14a14 | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016 | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] allocator: tcmalloc | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] modules: none | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] build environment: | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.650+0000 I CONTROL [initandlisten] distmod: debian81 | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.651+0000 I CONTROL [initandlisten] distarch: x86_64 | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.651+0000 I CONTROL [initandlisten] target_arch: x86_64 | |
17:54:33.651 mongo1> 2017-04-14T21:54:33.651+0000 I CONTROL [initandlisten] options: { replication: { enableMajorityReadConcern: true, oplogSizeMB: 2, replSet: "rs0" } } | |
17:54:33.658 mongo1> 2017-04-14T21:54:33.658+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), | |
17:54:34.457 mongo1> 2017-04-14T21:54:34.457+0000 I REPL [initandlisten] Did not find local voted for document at startup. | |
17:54:34.458 mongo1> 2017-04-14T21:54:34.457+0000 I REPL [initandlisten] Did not find local replica set configuration document at startup; NoMatchingDocument: Did not find replica set configuration document in local.system.replset | |
17:54:34.460 mongo1> 2017-04-14T21:54:34.459+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data' | |
17:54:34.461 mongo1> 2017-04-14T21:54:34.460+0000 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker | |
17:54:34.645 mongo1> 2017-04-14T21:54:34.644+0000 I NETWORK [initandlisten] waiting for connections on port 27017 | |
[ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file descriptor | |
[ERROR] DOCKER> [mongo:3.2.12] "mongo1": Timeout after 30192 ms while waiting on log out '(?s)waiting for connections on port 27017.*waiting for connections on port 27017' | |
[ERROR] DOCKER> Error occurred during container startup, shutting down... | |
17:55:03.897 mongo1> 2017-04-14T21:55:03.896+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends | |
17:55:03.897 mongo1> 2017-04-14T21:55:03.896+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture | |
17:55:03.898 mongo1> 2017-04-14T21:55:03.898+0000 I CONTROL [signalProcessingThread] now exiting | |
17:55:03.898 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets... | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] closing listening socket: 5 | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] closing listening socket: 6 | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog... | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I NETWORK [signalProcessingThread] shutdown: going to close sockets... | |
17:55:03.899 mongo1> 2017-04-14T21:55:03.898+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down | |
17:55:04.494 mongo1> 2017-04-14T21:55:04.493+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock... | |
17:55:04.494 mongo1> 2017-04-14T21:55:04.493+0000 I CONTROL [signalProcessingThread] dbexit: rc: 0 | |
[INFO] DOCKER> [mongo:3.2.12] "mongo1": Stop and removed container 5ec95e4a3033 after 0 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment