|
I am running a Meteor app on Phusion Passenger environment I got an error as following: ====================== Raw process output: Exception in callback of async function: Error: No primary found in set at /home/www/bookpal/site_www/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js:449:45 at null.<anonymous> (/home/www/bookpal/site_www/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/server.js:499:7) at emit (events.js:95:17) at null.<anonymous> (/home/www/bookpal/site_www/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:178:15) at emit (events.js:98:17) at Socket.<anonymous> (/home/www/bookpal/site_www/programs/server/npm/mongo/node_modules/mongodb/lib/mongodb/connection/connection.js:501:10) at Socket.emit (events.js:92:17) at Socket._onTimeout (net.js:326:8) at Timer.unrefTimeout [as ontimeout] (timers.js:427:13) ====================== I think the cause is related with database connection. So I want to change database configuration such as connection pool size, connection timeout, etc. How can I change them? |
Error: EACCES, permission denied
App 34327 stderr: at [object Object].SystemModel.buildPayload (/home/www/bookpal/site_www/programs/server/packages/meteorhacks_kadira.js:1082:28)
App 34327 stderr: at Object.Kadira._buildPayload (/home/www/bookpal/site_www/programs/server/packages/meteorhacks_kadira.js:1341:42)
App 34327 stderr: at /home/www/bookpal/site_www/programs/server/packages/meteorhacks_kadira.js:1420:26
===========--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meteor-talk/3510c024-cb54-4533-b1e9-fd5cf90f6b91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am running a Meteor app on Phusion Passenger environment