Aqueti / mongoAPI

Mongo interface software that connects c++ interface to mongodb. This basic wrapper works with JsonBox and could be extended to work with other JSON libraries.
1 stars 0 forks source link

V2: error while loading shared libraries: libbsoncxx.so._noabi #3

Closed alxstep closed 6 years ago

alxstep commented 6 years ago

VERSION: mongo/15

Steps:

Issue: V2 can't be started

Log: V2: error while loading shared libraries: libbsoncxx.so._noabi: cannot open shared object file: No such file or directory

uberferg commented 6 years ago

Tagging @camerongivler because he's the one working on fixing this build issue.

camerongivler commented 6 years ago

Try it out now @alxstep

alxstep commented 6 years ago

RESULT: ANOTHER ERROR OCCURRED VERSION: mongo/17

Steps:

Issue: V2 can't be started

API log: createIndex: No suitable servers found: serverSelectionTimeoutMS expired: [connection refused calling ismaster on '127.0.0.1:27017']: generic server error

V2 log: 1510172013885166: StorageManager(0): CRITICAL_ERROR: StorageManager.cpp::StorageManager: 79: Failed to create session index on acos container collection, loading speed may be abysmal

camerongivler commented 6 years ago

@uberferg Somewhere we need to document how to install mongo properly.

camerongivler commented 6 years ago

@alxstep This is a different issue. It is due to mongo not being installed.

alxstep commented 6 years ago

@camerongivler yes, I know. But all these issues occur when I'm trying to start V2. So it seems reasonable to resolved all of them inside one ticket

uberferg commented 6 years ago

Commit b17e16df3f1662a07f3469203ca3f12bcfce647e of the mongoAPI master branch now has updated instructions for installing MongoDB 3.2 in the README.

@alxstep following these instructions should get these problems fixed. If so, we should look into installing these new dependencies as part of our installation for mantis_agt.deb

alxstep commented 6 years ago

RESULT: PASS VERSION: mongo/20

Steps:

No error occurred