Closed romain-fontugne closed 11 years ago
I just checked this out. The config.json file had not been updated in a while. I've updated it so now "make server" works again on rackspace. Give it a whirl!
ahah thanks, I also realized that things where missing in the config file but now I get a different error:
node tools/gen-user.js
new user: username: root
new user: password:
/root/work/Pangia/node_modules/mongodb/lib/mongodb/collection.js:494
throw new Error("Cannot use a writeConcern without a provided callback");
^
Error: Cannot use a writeConcern without a provided callback
at Collection.update (/root/work/Pangia/node_modules/mongodb/lib/mongodb/collection.js:494:11)
at /root/work/Pangia/tools/gen-user.js:40:14
at /root/work/Pangia/node_modules/prompt/lib/prompt.js:316:32
at /root/work/Pangia/node_modules/prompt/node_modules/utile/node_modules/async/lib/async.js:116:25
at assembler (/root/work/Pangia/node_modules/prompt/lib/prompt.js:313:9)
at /root/work/Pangia/node_modules/prompt/lib/prompt.js:322:32
at /root/work/Pangia/node_modules/prompt/lib/prompt.js:597:5
at Interface.onLine (/root/work/Pangia/node_modules/prompt/node_modules/read/lib/read.js:110:5)
at Interface.EventEmitter.emit (events.js:95:17)
at Interface._onLine (readline.js:202:10)
It's fixed, just added a callback!
I tried on my computer the new credentials/users using MongoDB, it worked great! but when I'm trying to make new users on the rackspace server, I get this error: