mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #49] Unable to install ambar #51
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thangngoc89 on GitHub (Jun 30, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/49
I'm unable to start ambar at the moment
This is all I did:
But accessing http://192.168.1.5:80 results in a DNS Error (I think, since I'm receving a page from my ISP that said can't find this page)
Accessing http://192.168.1.5:80/api results in a 504 Gateway timeout error from Nginx
Logs:
All docker images are up to date
@thangngoc89 commented on GitHub (Jun 30, 2017):
Update: Full logs here https://gist.github.com/thangngoc89/1591a68943937eba1ea7ea5c65cabe2a
@isido993 commented on GitHub (Jul 4, 2017):
Hello,
What OS are you running?
@thangngoc89 commented on GitHub (Jul 4, 2017):
@fpd4444 Ubuntu 16.10
@isido993 commented on GitHub (Jul 4, 2017):
@thangngoc89
We recommend using Ubuntu 16.04 LTS since it's much more stable.
In your case it looks like a networking issue with Docker or Ubuntu itself. Try running
curl http://webapi:8080/api/from insideambar_proxy_1container. Please post the result here.@thangngoc89 commented on GitHub (Jul 4, 2017):
same result like in the host machine. 504 time out
Inside
ambar_proxy_1I just spined up a new Ubuntu 16.04 LTS machine, I get the same result.
@greko6 commented on GitHub (Jul 9, 2017):
I'm on vanilla 16.04 VM and I had similar issue.
It's possibly es instance not starting up as expected through dockerize. In my case, I had my local domain redirected to one IP in my internal network (don't ask why, it's just making my life simpler with docker + nginx + rev proxy + letsencrypt etc combination). "es" was pointing to that (wrong) address by default. I've pointed it statically to VM IP and it started finally working. Also, another issue I've noticed was with nginx-proxy. I think it was related to nslookups as well, but instead of spending even more time investigating, I just went and created manual configuration in my already existing nginx reverse proxy. After all of that it finally started to work.
@chrisl8 commented on GitHub (Jul 18, 2017):
I had this same issue. Sharing my experience, which may or may not be useful:
What I did to fix it was use the Google Public DNS servers.
My theory is that because my ISP's DNS servers were hijacking DNS look-ups for "frontend" and returning a host name instead of a "not found" result it was causing some issue where Ambar thought there was another 'frontend' on the network and tried to forward traffic to it.
@sochix commented on GitHub (Jul 24, 2017):
@chrisl8 good solution!
@sochix commented on GitHub (Jul 24, 2017):
@thangngoc89 why did you reopen this issue?
@thangngoc89 commented on GitHub (Jul 24, 2017):
I closed it by accident. Anyway, writing my own nginx config fixed the issue
@sochix commented on GitHub (Jul 24, 2017):
@thangngoc89 thanks for your feedback, will close the issue
@goldsz commented on GitHub (Aug 10, 2017):
@thangngoc89, what did you change in your nginx config? Is this something that ambar could fix in their distribution?