DigitalState / Platform

The DigitalState Platform
MIT License
40 stars 20 forks source link

Can't access apps after installing. Dev 0.6 #36

Closed Illusive7Man closed 6 years ago

Illusive7Man commented 6 years ago

Hello,

I am having issues with accessing apps after installing, i.e. I get 503 Service Temporarily Unavailable I am working with 0.6 version of the Platform (dev environment), since newer ones don't support UI. Here's my configuration

inventory.yml configuration: https://paste2.org/JHxGjPOw Output of a ansible-playbook ./install.yml run (at least the last part): https://paste2.org/yEVVWXZC Error when trying to connect to the apps (portal, admin, formio): https://i.imgur.com/JJ60Ghn.jpg Log files from assets, authentication, cases, cms, identities, records, services: log_files.zip (found at /srv//var/logs/dev.log)

Some additional information on the similar issue can be found here https://github.com/DigitalState/Platform/issues/34 When deleting the platfrom I did docker system prune -a --volumes just in case. List of images and containers: https://i.imgur.com/DGYMieJ.jpg

System specifications: Windows 10 Pro 12GB RAM Docker version 18.06.0-ce, build 0ffa825 (Docker for Windows)

2nd OS. Same error Red Hat Enterprise Linux 7.5 Docker version 18.06.0-ce, build 0ffa825

Update: There is a warning in all of the logs:

{"message":"Warning: unlink(web/bundles/apiplatform): No such file or directory","context":{"exception":{"severity":2,"file":"/srv/api-platform/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php","line":178}},"level":100,"level_name":"DEBUG","channel":"php","datetime":{"date":"2018-08-06 19:25:37.463896","timezone_type":3,"timezone":"UTC"},"extra":[]}

And, authentications has this after "extra":[]

", app":"authentication"

Illusive7Man commented 6 years ago

The problem was I have been using *lab.ds* instead of dev.ds** (which is the correct URL for dev environment).