-
Notifications
You must be signed in to change notification settings - Fork 328
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
Problems with mongod #92
Comments
Anyway, does anybody out there knows a working API manager ? Dont mistake me, I do believe in API-Umbrella, but at this time I just can't even test it with my projects, not to speak about putting in prod'. |
I'm very sorry for the trouble. As noted in #89, I'll try to get v0.7 out this weekend which does fix a variety of startup issues. However, if you've been running into this across the board in all those OSes, there might be something else at play (we actively run the packages on several CentOS 6.5 production boxes, and part of our packaging process is in fact verifying that the package installs and runs successfully on each platform). Would you mind sharing the contents of In terms of other options, Kin Lane has a good recent list of open source API management options. There are also plenty of services that can provide this. All of the offerings obviously vary depending on your needs. But yes, one of the big goals of #86 would be to simplify the stack, which in turn would hopefully make things easier to run. That being said, we are definitely running this in production now, but the package based installers are new, so we'd greatly appreciate any help you can provide by supplying logs so we can get to the bottom of these issues. |
@GUI : First and foremost, thanks for your answer ! I also came across Lane's API manager list, and it was very instructive to me - I even bookmarked it, in fact. The main goal I have is NOT to use anything external - everything must be under control. I plan to use ApiAxle - but I'm not going to leave our favourite umbrella ! I'll just wait a bit to use it in production. About the logs :
|
The thing is, user locales are set. |
Oh, very interesting, thanks for those logs. This might be something relatively straight forward.. If you get a chance, can you run one more quick test for me? Can you run these two commands on your system and show me the output of each command? $ env | grep -E "(LC|LANG)"
$ sudo env | grep -E "(LC|LANG)" Thanks! And yeah, I definitely encourage you to check out the other API management options. There's a lot of good, exciting stuff happening in this space these days. And if one of them works better for you, and you're still interested in API Umbrella, we'd of course love to know how you think we can improve. |
The first one :
The second one :
(same thing, no matter whether sudo is used or not) |
Hm, that's not quite the simple issue I was hoping for, but thank you, that still helps. Can you tell me anything more about this machine? This is Debian, right? Can you tell me which specific version (I think |
Oh, and if you wouldn't mind, could you also send me the output of If you feel like messing around, it looks like this is an issue other people have ran into with MongoDB. There are a couple of potential workarounds of running Thanks for your patience, and sorry again for the trouble. |
VM Specs : 1GB RAM / 30GB SSD / Debian GNU/Linux 7.6 (wheezy) x64
|
@perfaram: Thanks. I think there's two different issues you've likely been experiencing here:
Thanks again for reporting these issues. |
@GUI : Thanks to you ! That memory issue is, sadly, not really unexpected... As I tried to run GitLab on that VM - and then I saw that it requires moar memory. |
Okay, so appears that making the VM bigger makes everything run smoothly. If only I knew... |
As a heads up, the new v0.7 packages have been released that should greatly improve these types of startup issues. So hopefully that will make things smoother in the future for you, but thanks for reporting these issues! |
We have had locale issues in the past as well. One thing that has helped on Debian was to run:
This, in conjunction with To give a more specific example where I have had locale issues was when running an automated installer for Webmin that included PostgreSQL on a fresh VM with improper locale configuration. The PostgreSQL packages were not successfully installed and I did not catch the error initially. After some head scratching and searching around, I did the following:
A similar procedure may work for API Umbrella/Mongo, and/or just start from a fresh VM :-) |
When launching API-Umbrella, I get :
Full output : https://gist.github.com/perfaram/b0da621640fbff0dd52c
Too bad, hmmm ?
I run Debian (Tried CentOS 6.5, 7, Ubuntu 12.04 and 14.04, no luck with any of them, always a bug, real sadness)
If you need anything more, then ask, I'll gladly provide it.
The text was updated successfully, but these errors were encountered: