XOA Deployment issue
-
When trying to deploy the XOA Server from the web interface i am receiving the following error.
{ "code": 1, "message": "INTERNAL_ERROR", "data": [ "Not_found" ] }
I haven't found anything online about the error or how to fix it.
-
@gskger It was DNS. I had changed the DNS servers around a while ago and forgot to update the xcp server to the new address.
-
@averagecdn Did you try to deploy XOA through the CLI? SSH into your XCP-ng host and do a
bash -c "$(curl -s http://xoa.io/deploy)"
. This will download and install the VM.While
"data": ["Not_found"]
does not suggest a firewall problem, it is still worth checking if the outgoing porttcp/8888
is open for your XCP-ng host to reach the deployment server (via this port). -
@gskger there are no port blocks going out from the LAN. I also tried running the cited command however nothing happened after entering the command in the exact manner it was posted.
-
If nothing is happening, it means your DNS is unconfigured maybe.
-
@averagecdn But a
ping xoa.io
does work? -
@gskger It was DNS. I had changed the DNS servers around a while ago and forgot to update the xcp server to the new address.
-
@olivierlambert yes it was dns
-
@averagecdn Good to know it is working now Have fun with XOA and XCP-ng.
-
It's always DNS
-