Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.37 KB | None | 0 0
  1. valuenet@vsp-staging:~/valuenet.life$ docker-compose -f docker-compose.yml -f stage.yml up mongodb
  2. Recreating valuenetlife_mongodb_1 ...
  3. Recreating valuenetlife_mongodb_1 ... done
  4. Attaching to valuenetlife_mongodb_1
  5. mongodb_1     | 2019-03-20T14:24:54.159+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=a6efea6922c9
  6. mongodb_1     | 2019-03-20T14:24:54.159+0000 I CONTROL  [initandlisten] db version v3.4.2
  7. mongodb_1     | 2019-03-20T14:24:54.159+0000 I CONTROL  [initandlisten] git version: 3f76e40c105fc223b3e5aac3e20dcd026b83b38b
  8. mongodb_1     | 2019-03-20T14:24:54.159+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1t  3 May 2016
  9. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten] allocator: tcmalloc
  10. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten] modules: none
  11. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten] build environment:
  12. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten]     distmod: debian81
  13. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten]     distarch: x86_64
  14. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten]     target_arch: x86_64
  15. mongodb_1     | 2019-03-20T14:24:54.160+0000 I CONTROL  [initandlisten] options: { config: "/configs/mongodb.conf", net: { bindIp: "0.0.0.0" }, storage: { dbPath: "/data/db", directoryPerDB: true, engine: "wiredTiger", wiredTiger: { engineConfig: { directoryForIndexes: true } } } }
  16. mongodb_1     | 2019-03-20T14:24:54.168+0000 I STORAGE  [initandlisten]
  17. mongodb_1     | 2019-03-20T14:24:54.168+0000 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
  18. mongodb_1     | 2019-03-20T14:24:54.168+0000 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
  19. mongodb_1     | 2019-03-20T14:24:54.168+0000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1460M,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),
  20. mongodb_1     | 2019-03-20T14:24:54.195+0000 E STORAGE  [initandlisten] WiredTiger error (-31802) [1553091894:195053][1:0x7fa3e4ba4cc0], txn-recover: unsupported WiredTiger file version: this build  only supports major/minor versions up to 1/0,  and the file is version 2/0: WT_ERROR: non-specific WiredTiger error
  21. mongodb_1     | 2019-03-20T14:24:54.195+0000 E STORAGE  [initandlisten] WiredTiger error (0) [1553091894:195114][1:0x7fa3e4ba4cc0], txn-recover: WiredTiger is unable to read the recovery log.
  22. mongodb_1     | 2019-03-20T14:24:54.195+0000 E STORAGE  [initandlisten] WiredTiger error (0) [1553091894:195125][1:0x7fa3e4ba4cc0], txn-recover: This may be due to the log files being encrypted, being from an older version or due to corruption on disk
  23. mongodb_1     | 2019-03-20T14:24:54.195+0000 E STORAGE  [initandlisten] WiredTiger error (0) [1553091894:195134][1:0x7fa3e4ba4cc0], txn-recover: You should confirm that you have opened the database with the correct options including all encryption and compression options
  24. mongodb_1     | 2019-03-20T14:24:54.195+0000 E STORAGE  [initandlisten] WiredTiger error (-31802) [1553091894:195159][1:0x7fa3e4ba4cc0], txn-recover: Recovery failed: WT_ERROR: non-specific WiredTiger error
  25. mongodb_1     | 2019-03-20T14:24:54.196+0000 I -        [initandlisten] Assertion: 28595:-31802: WT_ERROR: non-specific WiredTiger error src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp 267
  26. mongodb_1     | 2019-03-20T14:24:54.196+0000 I STORAGE  [initandlisten] exception in initAndListen: 28595 -31802: WT_ERROR: non-specific WiredTiger error, terminating
  27. mongodb_1     | 2019-03-20T14:24:54.196+0000 I NETWORK  [initandlisten] shutdown: going to close listening sockets...
  28. mongodb_1     | 2019-03-20T14:24:54.196+0000 I NETWORK  [initandlisten] removing socket file: /tmp/mongodb-27017.sock
  29. mongodb_1     | 2019-03-20T14:24:54.197+0000 I NETWORK  [initandlisten] shutdown: going to flush diaglog...
  30. mongodb_1     | 2019-03-20T14:24:54.197+0000 I CONTROL  [initandlisten] now exiting
  31. mongodb_1     | 2019-03-20T14:24:54.197+0000 I CONTROL  [initandlisten] shutting down with code:100
  32. valuenetlife_mongodb_1 exited with code 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement