Backup failed with message "HTTP request has been canceled"
-
Hmm weird, pinging @julien-f
Maybe too many requests on a XAPI?
-
The message
HTTP request has been canceled
is not correct, it should sayHTTP connection abruptly closed
, it's an minor error which will be fixed soon.It might indeed be triggered by too many connections from XO to the host, in that case, please make sure your XO is up-to-date with this commit: https://github.com/vatesfr/xen-orchestra/commit/51f013851d6d72275a16d37cd92b0ff88e7046d8
-
thanks for your reply, where i can find the parameter "callconcurrency" you talk about in your post ?
-
It will default to 20 if you don't set it up That should be enough to make initial tests
-
@olivierlambert I've update to latest XOA and same thing happen today ? Anything i can check to solve ?
-
Can you be more specific? Are you using XOA or XO from the sources?
-
@olivierlambert Im using XO installed using the script provide by
-
Please check you are on latest
master
commit. 3rd party scripts are not supported, but just tell us on which commit are you are also double check everything was rebuilt correctly. -
@olivierlambert
I've double check and i'm on the laster master check out on 15/06/2021 and everything rebuild -
Can you tell us which commit are you exactly? (just to be sure).
We might want to test lower values then.
-
@olivierlambert I think: xen-orchestra-202106151431
-
The commit id please
56e4847b6bb85da8ae2dc09e8e9fb7a0db36070a
You can have it by doing
git rev-parse HEAD
-
@olivierlambert said in Backup failed with message "HTTP request has been canceled":
git rev-parse HEAD
51f013851d6d72275a16d37cd92b0ff88e7046d8
-
@erwand said in Backup failed with message "HTTP request has been canceled":
51f013851d6d72275a16d37cd92b0ff88e7046d8
pinging @julien-f
-
@erwand I don't know how this script works and if the libraries are installed from the repo itself or are coming from npmjs.org, because this change in
xen-api
has not been published.You can check by doing something like this:
> cd packages/xo-server > node -p 'require.resolve("xen-api")' <root dir>/xen-orchestra/packages/xen-api/dist/index.js
Also, this error simply indicates that the connection was interrupted between XO and the host during the export of the VDI, this does not necessarily indicate an XO bug, please check your host's logs.
-
@julien-f said in Backup failed with message "HTTP request has been canceled":
node -p 'require.resolve("xen-api")'
Hi all,
I think the problem is fixed now. thanks for your help