This was first seen on an existing project that I was setting up for the first time locally. I subsequently ran it again with the base web-starter project and got the same results. I ran "yo web-starter" to update the project and then ran "vagrant up". Once the provisioning was complete (assuming it actually did complete) and I visited localhost:8080 I get the following error:
Although it didn't look to be anything related to the database server, I thought perhaps syncing down the stage db to my local might fix this. Once I ssh'd into the vagrant box, I noticed the mysql server just wasn't there:
[vagrant@localhost ~]$ mysql -v
-bash: mysql: command not found
Running "vagrant provision" did not correct this, so I reran whole process to get debugging output. Both that and the terminal output is attached.
This was first seen on an existing project that I was setting up for the first time locally. I subsequently ran it again with the base web-starter project and got the same results. I ran "yo web-starter" to update the project and then ran "vagrant up". Once the provisioning was complete (assuming it actually did complete) and I visited localhost:8080 I get the following error:
Although it didn't look to be anything related to the database server, I thought perhaps syncing down the stage db to my local might fix this. Once I ssh'd into the vagrant box, I noticed the mysql server just wasn't there:
Running "vagrant provision" did not correct this, so I reran whole process to get debugging output. Both that and the terminal output is attached.
terminal-output.txt
vagrant-debug.txt