mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #110] Error Running Ambar #111
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#111
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 @dkhd on GitHub (Jan 10, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/110
Hi all,
I successfully installed the Ambar through this guide: https://blog.ambar.cloud/ambar-installation-step-by-step-guide-2/ (I remove the line that's related to
/etc/rc.localbecause it's not found in my system; source: this issue).But somehow I can't run it after the installation. Here's the error log:
And here's my system:
What should I do to fix this error?
@dkhd commented on GitHub (Jan 10, 2018):
I also change the default MongoDB port from
27017to27018in filedocker-compose.yml(everything that matched27017are changed to27018) because this port is already being used by another existing MongoDB service in my system.@dkhd commented on GitHub (Jan 10, 2018):
Solved!
I reconfigure the existing MongoDB and revert the
docker-compose.ymlback to the default.Have a nice day!
@sochix commented on GitHub (Jan 10, 2018):
@dkhd nice!