Hello all, I've been following the Hackerbook to build cloudstack. The mgmt server stucks in a loop when I run *mvn -pl :cloud-client-ui jetty:run -Djava.net.preferIPv4Stack=true -Dsimulator*
This is the log I get and it just repeats with different AccountChecker and logid : INFO [c.c.u.AccountManagerImpl] (AccountChecker-1:ctx-caef4f24) (logid:3281c71b) Found 0 removed accounts to cleanup INFO [c.c.u.AccountManagerImpl] (AccountChecker-1:ctx-caef4f24) (logid:3281c71b) Found 0 disabled accounts to cleanup INFO [c.c.u.AccountManagerImpl] (AccountChecker-1:ctx-caef4f24) (logid:3281c71b) Found 0 inactive domains to cleanup INFO [c.c.u.AccountManagerImpl] (AccountChecker-1:ctx-caef4f24) (logid:3281c71b) Found 0 disabled projects to cleanup INFO [o.a.c.e.o.NetworkOrchestrator] (Network-Scavenger-1:ctx-8a0ebaab) (logid:e90dc939) NetworkGarbageCollector uses '20' seconds for GC interval. API endpoint on Port 8080 on localhost loads default jetty layout (while it is still looping) with a client directory which reads 'you are in dev mode, please build using npm' Don't know what's causing this. Any help will be appreciated. Kind regards,