Chat+ issue, mongodb

I have as well an issue with Chat+, I know it's not directly related to Dolphin. Just wondering why it has worked once (installed according to the Boonex manual) and I'd tested everything fine. After some days/weeks I didn't care for I came back to this project, noticing that chat isn't running. Thought I'll start it again but the following issue is reported:

 


/root/bundle/programs/server/node_modules/fibers/future.js:278
                        throw(ex);
                              ^
Error: failed to connect to [127.0.0.1:27017]
    at Object.Future.wait (/root/bundle/programs/server/node_modules/fibers/future.js:398:15)
    at new MongoConnection (packages/mongo/mongo_driver.js:213:1)
    at new MongoInternals.RemoteCollectionDriver (packages/mongo/remote_collection_driver.js:4:1)
    at Object.<anonymous> (packages/mongo/remote_collection_driver.js:38:1)
    at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
    at new Mongo.Collection (packages/mongo/collection.js:102:1)
    at AccountsServer.AccountsCommon (accounts_common.js:23:18)
    at new AccountsServer (accounts_server.js:16:5)
    at Package (globals_server.js:5:12)
    at /root/bundle/programs/server/packages/accounts-base.js:1814:4
    - - - - -
    at [object Object].<anonymous> (/root/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/server.js:556:74)
    at [object Object].emit (events.js:106:17)
    at [object Object].<anonymous> (/root/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:156:15)
    at [object Object].emit (events.js:98:17)
    at Socket.<anonymous> (/root/bundle/programs/server/npm/npm-mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:534:10)
    at Socket.emit (events.js:95:17)
    at net.js:441:14
    at process._tickCallback (node.js:448:13)

 

I've googled some and they write it's mongodb not starting. Tried to start it manually (as I know about servers and php but node.js) and it didn't start either. Tried purging and reinstalling, also removed the whole /bundle folder and unpacked it again from Boonex' archive. Tried to start up again but failed with the same error.

 

Anyone has had this issue as well or has knowledge about mongodb and/or node.js?`Any help appreciated!

 

Edit added: sytem is Ubuntu 14.04

Quote · 3 May 2016

mongodb is already running

 

run:

pidof node

and see what process id shows up. Then Kill it:

Kill -9 xxxxx

 

then try starting your chat server again

caredesign.net
Quote · 4 May 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.