AppScale fails to boot when following the steps for Docker in the Try AppScale in Three Steps guide. It simply gets stuck at Granting admin privileges to a@a.com
Docker: CE 2.0.0.3 (31259), 4GB RAM
OS: macOS Mojave 10.14.4
Computer specs: Macbook Pro 15" Late 2018, 16GB RAM
Steps to reproduce:
Expected results: AppScale should boot
Actual results: AppScale gets stuck booting
Workarounds tested:
- Start docker with --privileged flag as mentioned in this thread - > Made no difference
- Exit the script -> Seems like it leaves AppScale in a broken semi-started state
Logs:
robin@rmbp15 ~ $ docker run -i --privileged -t appscale/appscale:latest /bin/bash
root@02c3c1205847:/# cd root/
root@02c3c1205847:~# bash appscale/scripts/fast-start.sh --no-demo-app
Detected enviroment: Docker
Private IP found: 172.17.0.2
Public IP found: 172.17.0.2
Creating AppScalefile...done.
Downloading sample app.
/root/guestbook.tar.gz: OK
Executing ssh-copy-id for host: 172.17.0.2
Generated a new SSH key for this deployment at /root/.appscale/appscale6abea85b4ae84ed4b97c900102793b69
Starting AppScale 3.7
Log in to your head node: ssh -i /root/.appscale/appscale6abea85b4ae84ed4b97c900102793b69.key root@172.17.0.2
Starting AppController at 172.17.0.2
Please wait for the AppController to finish pre-processing tasks.
Head node successfully initialized at 172.17.0.2.
Waiting for head node to initialize...
Waiting for head node to initialize...
Waiting for head node to initialize...
Waiting for head node to initialize...
Using the provided admin username/password
Creating new user account a@a.com
Creating new user account a@172.17.0.2
Your XMPP username is a@172.17.0.2
Granting admin privileges to a@a.com
AppScale fails to boot when following the steps for Docker in the Try AppScale in Three Steps guide. It simply gets stuck at
Granting admin privileges to a@a.comDocker: CE 2.0.0.3 (31259), 4GB RAM
OS: macOS Mojave 10.14.4
Computer specs: Macbook Pro 15" Late 2018, 16GB RAM
Steps to reproduce:
Expected results: AppScale should boot
Actual results: AppScale gets stuck booting
Workarounds tested:
Logs: