mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #5] Invalid port specification: "None" #4
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#4
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 @kirichenko on GitHub (Apr 6, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/5
@sochix commented on GitHub (Apr 6, 2017):
Hello! Please post you
config.jsonfile@kirichenko commented on GitHub (Apr 6, 2017):
@isido993 commented on GitHub (Apr 6, 2017):
Uh, that's quite strange... Please also post your generated docker-compose.yml file.
Thnx.
@kirichenko commented on GitHub (Apr 6, 2017):
@isido993 commented on GitHub (Apr 6, 2017):
I've just checked everything. It seems like a bug in Docker or (maybe, I'm not sure yet) docker-compose. So, first, try updating Docker to version 1.12.5 and re-run the script.
@kirichenko commented on GitHub (Apr 6, 2017):
There is no Docker version 1.12.5 in yum repo (Centos 6.5).
Ubuntu 16.10 - OK.
@kirichenko commented on GitHub (Apr 6, 2017):
Not OK.
"Oops... Something went wrong. Please reload the page"
Reloading the page doesn't help.
@isido993 commented on GitHub (Apr 6, 2017):
Please open your browser console and post all the messages from there.
Btw, what browser are you using?
@kirichenko commented on GitHub (Apr 6, 2017):
Firefox 52.0.2
@sochix commented on GitHub (Apr 6, 2017):
@kirichenko seems like frontend can't connec to to backend.
Try to open
http://10.240.36.18:80:8004/apiin your browser, and submit the response here.Also check if your proxy did not block ports other than 80
@kirichenko commented on GitHub (Apr 6, 2017):
"Unable to connect"
@sochix commented on GitHub (Apr 6, 2017):
@kirichenko what the IP address of machine that you can reach? Does it equals
10.240.36.18? Or machine has several network interfaces?@kirichenko commented on GitHub (Apr 6, 2017):
Yes.
Fixed. Started firefox from root.
@sochix commented on GitHub (Apr 6, 2017):
Nice!