Server not working after VM image copy.

this is what happens at the console:

show dbs;
Tue May 24 14:15:32.727 listDatabases failed:{
“errmsg” : “exception: dictionary XXXXXXXXXXXXXX should exist, but we got ENOENT”,
“code” : 16988,
“ok” : 0
} at /mnt/workspace/percona-tokumx-2.0-debian-binary/label_exp/vps-ubuntu-trusty-x64-04/tokumx-enterprise-2.0.2/src/mongo/shell/mongo.js:46

and the log is showing this directly:

Tue May 24 14:24:43.031 [conn4529] Assertion: 16988:dictionary XXXXXXXXXXXXXX should exist, but we got ENOENT
0xb0c9f6 0x99affc 0x99b09c 0x7fa85a 0x7fbc1e 0x83f534 0x8428d0 0x859cf7 0x85a07e 0x8f8ca9 0x8f935f 0x855522 0x862de8 0x8108ce 0x81511c 0x81730d 0x6ea86b 0x7d8e12 0x7fcd58720182 0x7fcd56a8847d
/usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x26) [0xb0c9f6]
/usr/bin/mongod(_ZN5mongo11msgassertedEiPKc+0x9c) [0x99affc]
/usr/bin/mongod() [0x99b09c]
/usr/bin/mongod(_ZN5mongo14IndexInterface4openEbb+0x35a) [0x7fa85a]
/usr/bin/mongod(_ZN5mongo14IndexInterface4makeERKNS_7BSONOb jEbb+0x1fe) [0x7fbc1e]
/usr/bin/mongod(_ZN5mongo14CollectionBaseC2ERKNS_7BSONObjEP b+0x2e4) [0x83f534]
/usr/bin/mongod(_ZN5mongo17IndexedCollectionC1ERKNS_7BSONOb jEPb+0x10) [0x8428d0]
/usr/bin/mongod(_ZN5mongo10CollectionC1ERKNS_7BSONObjEb+0xa 57) [0x859cf7]
/usr/bin/mongod(_ZN5mongo10Collection4makeERKNS_7BSONObjEb+ 0x3e) [0x85a07e]
/usr/bin/mongod(_ZN5mongo13CollectionMap7open_nsERKNS_10Str ingDataEb+0x3d9) [0x8f8ca9]
/usr/bin/mongod(_ZN5mongo13CollectionMap13getCollectionERKN S_10StringDataE+0x4f) [0x8f935f]
/usr/bin/mongod(_ZN5mongo21getOrCreateCollectionERKNS_10Str ingDataEb+0x12) [0x855522]
/usr/bin/mongod(ZN5mongo13insertObjectsEPKcRKSt6vectorINS 7BSONObjESaIS3_EEbmbb+0x538) [0x862de8]
/usr/bin/mongod() [0x8108ce]
/usr/bin/mongod(ZN5mongo14receivedInsertERNS_7MessageERNS 5CurOpE+0x4fc) [0x81511c]
/usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERN S_10DbResponseERKNS_11HostAndPortE+0x12fd) [0x81730d]
/usr/bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7Me ssageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+ 0xbb) [0x6ea86b]
/usr/bin/mongod(_ZN5mongo17PortMessageServer17handleIncomin gMsgEPv+0x452) [0x7d8e12]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182) [0x7fcd58720182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fcd56a8847d]
Tue May 24 14:24:43.039 [conn4529] insert xxxxxxxxxxl.system.indexes keyUpdates:0 exception: dictionary XXXXXXXXXXXXXX should exist, but we got ENOENT code:16988 locks(micros) r:7876 7ms

[B]The files it is complaining exists (XXXXXXXX), the only difference is that the name at the message contains “-”, and the files use “_”.

Any idea what can I do?[/B]