Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.77 KB | None | 0 0
  1. Welcome to the Bitnami mongodb container
  2. Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mongodb
  3. Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-mongodb/issues
  4. Send us your feedback at containers@bitnami.com
  5.  
  6. INFO ==> ** Starting MongoDB setup **
  7. INFO ==> Validating
  8. INFO ==> Validating settings in MONGODB_* env vars...
  9. INFO ==> Initializing MongoDB...
  10. INFO ==> Deploying MongoDB with persisted data...
  11. INFO ==> No injected configuration files found. Creating default config files...
  12. INFO ==>
  13. INFO ==> ########################################################################
  14. INFO ==> Installation parameters for MongoDB:
  15. INFO ==> Persisted data and properties have been restored.
  16. INFO ==> Any input specified will not take effect.
  17. INFO ==> (Passwords are not shown for security reasons)
  18. INFO ==> ########################################################################
  19. INFO ==>
  20. INFO ==> ** MongoDB setup finished! **
  21.  
  22. INFO ==> ** Starting MongoDB **
  23. 2019-06-24T18:16:59.178+0000 I CONTROL [main] ***** SERVER RESTARTED *****
  24. 2019-06-24T18:16:59.750+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
  25. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27018 dbpath=/bitnami/mongodb/data/db 64-bit host=b06fcb08e38c
  26. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] db version v4.0.10
  27. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] git version: c389e7f69f637f7a1ac3cc9fae843b635f20b766
  28. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.0j 20 Nov 2018
  29. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] allocator: tcmalloc
  30. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] modules: none
  31. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] build environment:
  32. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] distmod: debian92
  33. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] distarch: x86_64
  34. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] target_arch: x86_64
  35. 2019-06-24T18:16:59.839+0000 I CONTROL [initandlisten] options: { config: "/opt/bitnami/mongodb/conf/mongodb.conf", net: { bindIpAll: true, ipv6: true, port: 27018, unixDomainSocket: { enabled: true, pathPrefix: "/opt/bitnami/mongodb/tmp" } }, processManagement: { fork: false, pidFilePath: "/opt/bitnami/mongodb/tmp/mongodb.pid" }, security: { authorization: "disabled" }, setParameter: { enableLocalhostAuthBypass: "true" }, storage: { dbPath: "/bitnami/mongodb/data/db", directoryPerDB: false, journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, logRotate: "reopen", path: "/opt/bitnami/mongodb/logs/mongodb.log", quiet: false, verbosity: 0 } }
  36. 2019-06-24T18:16:59.881+0000 I STORAGE [initandlisten] Detected data files in /bitnami/mongodb/data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  37. 2019-06-24T18:16:59.881+0000 I STORAGE [initandlisten]
  38. 2019-06-24T18:16:59.881+0000 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
  39. 2019-06-24T18:16:59.881+0000 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem
  40. 2019-06-24T18:16:59.889+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=3444M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
  41. 2019-06-24T18:17:01.538+0000 I STORAGE [initandlisten] WiredTiger message [1561400221:538505][1:0x7f88bee28080], txn-recover: Main recovery loop: starting at 5/5248 to 6/256
  42. 2019-06-24T18:17:01.647+0000 I STORAGE [initandlisten] WiredTiger message [1561400221:647718][1:0x7f88bee28080], txn-recover: Recovering log 5 through 6
  43. 2019-06-24T18:17:01.969+0000 I STORAGE [initandlisten] WiredTiger message [1561400221:969866][1:0x7f88bee28080], txn-recover: Recovering log 6 through 6
  44. 2019-06-24T18:17:02.032+0000 I STORAGE [initandlisten] WiredTiger message [1561400222:32260][1:0x7f88bee28080], txn-recover: Set global recovery timestamp: 0
  45. 2019-06-24T18:17:03.042+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
  46. 2019-06-24T18:17:03.731+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/bitnami/mongodb/data/db/diagnostic.data'
  47. 2019-06-24T18:17:03.906+0000 I NETWORK [initandlisten] waiting for connections on port 27018
  48. 2019-06-24T18:17:32.672+0000 I NETWORK [listener] connection accepted from 172.19.0.3:58074 #1 (1 connection now open)
  49. 2019-06-24T18:17:32.685+0000 I NETWORK [conn1] received client metadata from 172.19.0.3:58074 conn1: { driver: { name: "mongo-java-driver", version: "unknown" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "4.15.0-51-generic" }, platform: "Java/Oracle Corporation/1.8.0_111-8u111-b14-2~bpo8+1-b14" }
  50. 2019-06-24T18:17:32.694+0000 I ACCESS [conn1] SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.19.0.3:58074 ; UserNotFound: Could not find user root@admin
  51. 2019-06-24T18:17:32.698+0000 I NETWORK [listener] connection accepted from 172.19.0.4:45128 #2 (2 connections now open)
  52. 2019-06-24T18:17:32.699+0000 I NETWORK [conn2] received client metadata from 172.19.0.4:45128 conn2: { driver: { name: "mongo-java-driver", version: "unknown" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "4.15.0-51-generic" }, platform: "Java/Oracle Corporation/1.8.0_111-8u111-b14-2~bpo8+1-b14" }
  53. 2019-06-24T18:17:32.719+0000 I ACCESS [conn2] SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.19.0.4:45128 ; UserNotFound: Could not find user root@admin
  54. 2019-06-24T18:17:32.950+0000 I COMMAND [conn2] command admin.system.users command: saslStart { saslStart: 1, mechanism: "SCRAM-SHA-1", payload: "xxx", $db: "admin" } numYields:0 ok:0 errMsg:"Authentication failed." errName:AuthenticationFailed errCode:18 reslen:133 locks:{ Global: { acquireCount: { r: 1 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_query 231ms
  55. 2019-06-24T18:17:32.951+0000 I COMMAND [conn1] command admin.system.users command: saslStart { saslStart: 1, mechanism: "SCRAM-SHA-1", payload: "xxx", $db: "admin" } numYields:0 ok:0 errMsg:"Authentication failed." errName:AuthenticationFailed errCode:18 reslen:133 locks:{ Global: { acquireCount: { r: 1 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_query 257ms
  56. 2019-06-24T18:17:33.042+0000 I NETWORK [conn1] end connection 172.19.0.3:58074 (1 connection now open)
  57. 2019-06-24T18:17:33.150+0000 I NETWORK [conn2] end connection 172.19.0.4:45128 (0 connections now open)
  58. 2019-06-24T18:17:37.462+0000 I NETWORK [listener] connection accepted from 172.19.0.3:58078 #3 (1 connection now open)
  59. 2019-06-24T18:17:37.463+0000 I NETWORK [conn3] received client metadata from 172.19.0.3:58078 conn3: { driver: { name: "mongo-java-driver", version: "unknown" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "4.15.0-51-generic" }, platform: "Java/Oracle Corporation/1.8.0_111-8u111-b14-2~bpo8+1-b14" }
  60. 2019-06-24T18:17:37.465+0000 I ACCESS [conn3] SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.19.0.3:58078 ; UserNotFound: Could not find user root@admin
  61. 2019-06-24T18:17:37.469+0000 I NETWORK [conn3] end connection 172.19.0.3:58078 (0 connections now open)
  62. 2019-06-24T18:17:37.659+0000 I NETWORK [listener] connection accepted from 172.19.0.4:45132 #4 (1 connection now open)
  63. 2019-06-24T18:17:37.660+0000 I NETWORK [conn4] received client metadata from 172.19.0.4:45132 conn4: { driver: { name: "mongo-java-driver", version: "unknown" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "4.15.0-51-generic" }, platform: "Java/Oracle Corporation/1.8.0_111-8u111-b14-2~bpo8+1-b14" }
  64. 2019-06-24T18:17:37.666+0000 I ACCESS [conn4] SASL SCRAM-SHA-1 authentication failed for root on admin from client 172.19.0.4:45132 ; UserNotFound: Could not find user root@admin
  65. 2019-06-24T18:17:37.668+0000 I NETWORK [conn4] end connection 172.19.0.4:45132 (0 connections now open)
  66. 2019-06-24T18:17:37.970+0000 I NETWORK [listener] connection accepted from 172.19.0.3:58082 #5 (1 connection now open)
  67. 2019-06-24T18:17:37.971+0000 I NETWORK [conn5] received client metadata from 172.19.0.3:58082 conn5: { driver: { name: "mongo-java-driver", version: "unknown" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "4.15.0-51-generic" }, platform: "Java/Oracle Corporation/1.8.0_111-8u111-b14-2~bpo8+1-b14" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement