initAndListen中的exception:28595 2:没有这样的文件或目录,终止

服务器崩溃后,mongod服务不启动。 操作系统:Windows Server 2008 R2启动mongo版本:3.0.0修复选项没有帮助,崩溃后日志目录是空的更新mongo到3.0.2,这是所有在日志文件:

2015-04-28T14:56:45.154+0600 I CONTROL Hotfix KB2731284 or later update is installed, no need to zero-out data files 2015-04-28T14:56:45.154+0600 W - [initandlisten] Detected unclean shutdown - C:\Program Files\MongoDB\Server\3.0\data\mongod.lock is not empty. 2015-04-28T14:56:45.154+0600 W STORAGE [initandlisten] Recovering data from the last clean checkpoint. 2015-04-28T14:56:45.154+0600 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=3G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), 2015-04-28T14:56:45.154+0600 I - [initandlisten] Assertion: 28595:2: No such file or directory 2015-04-28T14:56:45.154+0600 I STORAGE [initandlisten] exception in initAndListen: 28595 2: No such file or directory, terminating 2015-04-28T14:56:45.154+0600 I CONTROL [initandlisten] dbexit: rc: 100 

我怎样才能解决这个问题?