>The VM has 8gigs of RAM and is running on a vanilla Ubuntu 16.04
Did you also make sure it has at least 2 CPU cores?
Those error messages in logs are not good at all. Please try to remove Gluu from the local vm, then do `# apt-get clean`. After that restart the vm, and re-try installation again.
If re-installation won't help, please also provide output of next commands (in the container, from the re-installed instance):
1. `# hostname`
2. `# cat /etc/hosts`
3. `# cat /etc/resolv.conf`
4. `# netstat -nlpt`
5. `# ps -aux | grep -i java`
6. `# ps -aux | grep -i slapd`
7. `# ifconfig`
Next are run outside of the container on Gluu host:
1. `# dpkg -l|grep -i gluu-server`
2. `# cat /etc/*release`
3. `# free -m`
4. `# df -H`
5. `# iptables -L -n -v`