mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #43] Page not loading, "Oops... Something went wrong" #45
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#45
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 @tscibilia on GitHub (Jun 21, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/43
I appear to be having the same issue (or similar) as the OP (agreenfield1) did here. Any advise or assist based on the data below (PS I aready tried changing the http://es:9200 to the actual ip address but it didn't help?
./ambar.py start
http://192.168.5.122:80/_cat/indices
Just returns a blank pagewebsite console errors
docker logs ambar_webapi_1
docker logs ambar_es_1
File: config.json
File: docker-compose.yml
@tscibilia commented on GitHub (Jun 22, 2017):
Thanks for looking into this, I must say that I'm the same guy who posted this issue. So just a reminder, I'm running this (Ubuntu 16.04 with 4Gb ram and 60Gb Drive) as an lxc container on proxmox.
@isido993 commented on GitHub (Jul 4, 2017):
Hello,
The problem is
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144].Run
sysctl -w vm.max_map_count=262144before starting Ambar.Also you can add this into your
/etc/sysctl.conffile.@tscibilia commented on GitHub (Jul 5, 2017):
Thanks for that info, I found out that on Proxmox (running LXC containers) this setting needs to be done at the host level (when I did it within the ubuntu container it said read-only).
I'm glad that is resolved but still having trouble starting ambar. Now when I check the docker logs ambar_es_1 it tells me...
On the front end chrome dev tools tells me it's still having trouble connecting to the /api/
@sochix commented on GitHub (Jul 24, 2017):
@tscibilia I don't see any problems in logs, update to latest version and try again
@sochix commented on GitHub (Aug 4, 2017):
@tscibilia any news?
@sochix commented on GitHub (Aug 18, 2017):
No response for 2 weeks
@tscibilia commented on GitHub (Oct 18, 2017):
Sorry about not responding, I gave up on it. however, I just noticed there was a new web api commit today v1.2.0
So I did ./ambar.py uninstall and then reinstalled everything. Now it works!
I literally have no idea why, but it does work now.