Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opa detects too early the Mongo startup #120

Open
ghost opened this issue Apr 15, 2013 · 0 comments
Open

Opa detects too early the Mongo startup #120

ghost opened this issue Apr 15, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 15, 2013

After every system reboot I get the message:

DbGen/Mongo Looking for MongoDB in directory '/Users/msq/.opa/mongo'
DbGen/Mongo Launching MongoDB with --pidfilepath /tmp/opaMongo.pid --noprealloc --bind_ip 0.0.0.0 --dbpath /Users/msq/.opa/mongo/data --fork --logpath /Users/msq/.opa/mongo/mongo.log
DbGen/Mongo MongoDB seems launched (pid:1073)

and app does not respond to the browser's requests.

MongoDB is working with the correct PID, though:

$ ps aux | grep -i mongo
msq             1073   0.5  0.1  2474692   3080   ??  R    12:20PM   0:04.58 /Users/msq/.opa/mongo/mongodb-osx-x86_64-2.0.2/bin/mongod --pidfilepath /tmp/opaMongo.pid --noprealloc --bind_ip 0.0.0.0 --dbpath /Users/msq/.opa/mongo/data --fork --logpath /Users/msq/.opa/mongo/mongo.log

After restarting the app, I get following message:

DbGen/Mongo Looking for MongoDB in directory '/Users/msq/.opa/mongo'
DbGen/Mongo MongoDB seems launched (pid:1073)
DbGen/Mongo (success) Index [id] at [article] has been created
DbGen/Mongo (success) Index [email] at [user] has been created

and it is working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants