XenOrchestraInstallerUpdater Script Fails When Starting Server

Script works fine until the end then timesout on opening port and log shows the following error

[info] Starting xo-server…
waiting for port to be open
waiting for port to be open
waiting for port to be open
waiting for port to be open
waiting for port to be open
waiting for port to be open

[fail] Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details

Log says

An unexpected error occurred: “https://github.com/dodo/reconnect-core/tarball/merged: connect ECONNREFUSED 0.0.0.0:443”

Ran script as root on debian 9 vm with 4GB Ram & 2 cpu

Hello Treva
Maybe you need to update the repository of git, before execute the script.
Move to the directory were did you cloned the repository.
Execute this command git pull for update.
Next step execute the script.

I hope this help you
Good luck for you
Regards

Thanks, I tried that but no luck.

I did the process a week ago and it worked fine and if I choose the docker method it works fine.

Problem with the docker method is that I can see list of plugins but the sdn controller plugin won’t enable.

I’ve got the same error,and I’m happy to see that you have got a good help. how did u fix the error ?