centOS6.5 安裝了mongodb以后,啟動就報這個錯,,,,,有沒有什么解決方法
[root@redishost bin]# ./mongod --dbpath /data/thunisoft/tap/db -port=27017
2019-06-12T00:55:08.777+0000 I CONTROL [initandlisten] MongoDB starting : pid=4418 port=27017 dbpath=/data/th unisoft/tap/db 64-bit host=redishost.localdomain
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] db version v3.6.4
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] git version: d0181a711f7e7f39e60b5aeb1dc7097bf6ae5856
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] allocator: tcmalloc
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] modules: none
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] build environment:
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] distmod: rhel62
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] distarch: x86_64
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] target_arch: x86_64
2019-06-12T00:55:08.778+0000 I CONTROL [initandlisten] options: { net: { port: 27017 }, storage: { dbPath: "/ data/thunisoft/tap/db" } }
2019-06-12T00:55:08.779+0000 W - [initandlisten] Detected unclean shutdown - /data/thunisoft/tap/db/mon god.lock is not empty.
2019-06-12T00:55:08.791+0000 I - [initandlisten] Detected data files in /data/thunisoft/tap/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2019-06-12T00:55:08.791+0000 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
2019-06-12T00:55:08.791+0000 I STORAGE [initandlisten]
2019-06-12T00:55:08.791+0000 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recom mended with the WiredTiger storage engine
2019-06-12T00:55:08.791+0000 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnot es-filesystem
2019-06-12T00:55:08.792+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7463M,sessio n_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),cache_cursors=false,log =(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_l og=(wait=0),verbose=(recovery_progress),
2019-06-12T00:55:10.544+0000 I STORAGE [initandlisten] WiredTiger message [1560300910:544325][4418:0x7fb51015 8a80], txn-recover: Main recovery loop: starting at 1/0
2019-06-12T00:55:10.545+0000 I STORAGE [initandlisten] WiredTiger message [1560300910:545151][4418:0x7fb51015 8a80], txn-recover: Recovering log 1 through 2
2019-06-12T00:55:10.678+0000 I STORAGE [initandlisten] WiredTiger message [1560300910:678227][4418:0x7fb51015 8a80], file:index-3-653303897675691838.wt, txn-recover: Recovering log 2 through 2
2019-06-12T00:55:10.841+0000 I STORAGE [initandlisten] WiredTiger message [1560300910:841005][4418:0x7fb51015 8a80], file:index-3-653303897675691838.wt, txn-recover: Set global recovery timestamp: 0
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the data base.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** Read and write access to data and configur ation is unrestricted.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** WARNING: You are running this process as the root u ser, which is not recommended.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** WARNING: This server is bound to localhost.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** Remote systems will be unable to connect t o this server.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** Start the server with --bind_ip <address> to specify which IP
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** addresses it should serve responses from, or with --bind_ip_all to
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** bind to all interfaces. If this behavior i s desired, start the
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten] ** server with --bind_ip 127.0.0.1 to disable this warning.
2019-06-12T00:55:10.857+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enable d is 'always'.
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
2019-06-12T00:55:10.859+0000 I CONTROL [initandlisten]
2019-06-12T00:55:10.881+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with di rectory '/data/thunisoft/tap/db/diagnostic.data'
2019-06-12T00:55:10.883+0000 I NETWORK [initandlisten] waiting for connections on port 27017
2019-06-12T00:55:11.001+0000 F - [ftdc] Invalid access at address: 0x198
2019-06-12T00:55:11.047+0000 F - [ftdc] Got signal: 11 (Segmentation fault).
uj5u.com熱心網友回復:
版本是否下錯了 是否下的紅帽的版本轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/59380.html
標籤:MongoDB
上一篇:關于navicat premium中匯入excel資料表后提示主鍵空值導致報錯1171的問題
下一篇:誰能幫我看看怎么肥事
