dong5300 发表于 2018-10-26 13:08:17

【MongoDB学习笔记3】处理MongoDB连接错误

2014-12-31T22:39:39.586-0800 shardKeyTest passed  
2014-12-31T22:39:39.587-0800 isInRangeTest passed
  
2014-12-31T22:39:39.587-0800 shardObjTest passed
  
2014-12-31T22:39:39.588-0800 BackgroundJob starting: DataFileSync
  
2014-12-31T22:39:39.604-0800 MongoDB starting : pid=20666 port=27017 dbpath=/data/db 64-bit host=localhost.localdomain
  
2014-12-31T22:39:39.605-0800 db version v2.6.6
  
2014-12-31T22:39:39.605-0800 git version: 608e8bc319627693b04cc7da29ecc300a5f45a1f modules: enterprise
  
2014-12-31T22:39:39.605-0800 OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013
  
2014-12-31T22:39:39.605-0800 build info: Linux ip-10-41-128-95 2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9 08:03:13 EST 2011 x86_64 BOOST_LIB_VERSION=1_49
  
2014-12-31T22:39:39.605-0800 allocator: tcmalloc
  
2014-12-31T22:39:39.605-0800 options: { systemLog: { verbosity: 1 } }    2014-12-31T22:39:39.605-0800 User Assertion: 10296:
  
*********************************************************************
  
ERROR: dbpath (/data/db) does not exist.
  
Create this directory or give existing directory in --dbpath.
  
See http://dochub.mongodb.org/core/startingandstoppingmongo
  
*********************************************************************
  
2014-12-31T22:39:39.703-0800 exception in initAndListen: 10296
  
*********************************************************************
  
ERROR: dbpath (/data/db) does not exist.
  
Create this directory or give existing directory in --dbpath.
  
See http://dochub.mongodb.org/core/startingandstoppingmongo
  
********************************************************************* , terminating
  
2014-12-31T22:39:39.703-0800 dbexit:
  
2014-12-31T22:39:39.703-0800 shutdown: going to close listening sockets...
  
2014-12-31T22:39:39.703-0800 shutdown: going to flush diaglog...
  
2014-12-31T22:39:39.703-0800 shutdown: going to close sockets...
  
2014-12-31T22:39:39.704-0800 shutdown: waiting for fs preallocator...    2014-12-31T22:39:39.704-0800 shutdown: lock for final commit...
  
2014-12-31T22:39:39.704-0800 shutdown: final commit...
  
2014-12-31T22:39:39.704-0800 shutdown: closing all files...
  
2014-12-31T22:39:39.704-0800 closeAllFiles() finished
  
2014-12-31T22:39:39.704-0800 dbexit: really exiting now


页: [1]
查看完整版本: 【MongoDB学习笔记3】处理MongoDB连接错误