I installed the Landscape server as described here:
How do I install Landscape for personal use?
I did this on a local server a couple of weeks ago and it worked perfectly. But now when I try to log in, this screen comes up.
Any tips on how to solve this issue? The Ubuntu version is 14.04
== landscape-async-frontend ==
== landscape-job-handler ==
== landscape-msgserver ==
== landscape-pingserver ==
== landscape-api ==
== landscape-juju-sync ==
== landscape-package-upload ==
== landscape-package-search == landscape-package-search start/running, process 11646`
– Klausmaus Feb 29 '16 at 16:41juju status
, see if there are hook errors. Other than that, login on the haproxy unit and start tracing the connection's path from there to the backend, something broke... Look at haproxy.cfg for the ports and addresses. You can also probably hit the haproxy unit on port 10000 iirc (the haproxy.cfg file will have the details under "monitoring") to see the backend status. – Andreas Hasenack Feb 29 '16 at 20:07juju status
this comes ERROR Unable to connect to environment "". Please check your credentials or use 'juju bootstrap' to create a new environment.Error details: no environment specified `'
– Klausmaus Feb 29 '16 at 20:42