I'm trying to use this package:
https://store.wapt.fr/store/details-tis ... _PROD.wapt
It says:
You must run the "update-package" and the "build-package" for each required language before deploying the package.
I don't quite understand the "build-package," but I'm getting an error at the end of the "update-package" anyway; the upload phase fails (apparently with a 504 error).
Windows 10 upgrade package
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- dcardon
- WAPT Expert
- Messages: 1932
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
wapt version, os etc.? see forum rules.
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Enterprise edition
Wapt console 2.2.3.12481 on a Windows 10 Pro
Wapt server 2.2.3.12481 on Ubuntu 20.04
In the server directory /var/www/wapt I do have a file test-windows10-upgrade_10.0.19044-102_x64_windows_6.1_PROD_fr_83731b9867d9448e5909da66426ba8b0.wapt
But the upload (which lasts 1 minute 56 seconds) fails with a 504 Gateway Time-out error
To get this message, I used the "build and upload package" option
THANKS
In the nginx logs, I have:
Wapt console 2.2.3.12481 on a Windows 10 Pro
Wapt server 2.2.3.12481 on Ubuntu 20.04
In the server directory /var/www/wapt I do have a file test-windows10-upgrade_10.0.19044-102_x64_windows_6.1_PROD_fr_83731b9867d9448e5909da66426ba8b0.wapt
But the upload (which lasts 1 minute 56 seconds) fails with a 504 Gateway Time-out error
To get this message, I used the "build and upload package" option
THANKS
In the nginx logs, I have:
Code: Select all
2022/12/06 11:50:33 [error] 42438#42438: *38038 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 11.120.16.10, server: _, request: "POST /api/v3/upload_packages HTTP/1.1", upstream: "http://127.0.0.1:8080/api/v3/upload_packages", host: "srvwapt.local"
2022/12/06 12:00:04 [error] 42438#42438: *38105 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 11.120.16.10, server: _, request: "HEAD /api/v3/get_stripped_package?package_uuid=aa2cef51-32b8-4e48-a122-8d9f443ae9e9 HTTP/1.1", upstream: "http://127.0.0.1:8080/api/v3/get_stripped_package?package_uuid=aa2cef51-32b8-4e48-a122-8d9f443ae9e9", host: "srvwapt.local"
- dcardon
- WAPT Expert
- Messages: 1932
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hello,
thank you for this clarification. The nginx timeout shouldn't be the problem (the upload limit is 12GB and 30 minutes).
Do you have an error in /var/log/waptserver.log? Do you have the same SHA2sum for the local package and the uploaded package?
For the Win10 upgrade package, you need to run an update-package to integrate the ISO, which isn't included by default.
Is there a proxy between the two?
The HTTP 408 response is related to timeout differences between the various components waiting for each other (the console, nginx, the waptserver.py Python process).
Best regards,
Denis
thank you for this clarification. The nginx timeout shouldn't be the problem (the upload limit is 12GB and 30 minutes).
Do you have an error in /var/log/waptserver.log? Do you have the same SHA2sum for the local package and the uploaded package?
For the Win10 upgrade package, you need to run an update-package to integrate the ISO, which isn't included by default.
Is there a proxy between the two?
The HTTP 408 response is related to timeout differences between the various components waiting for each other (the console, nginx, the waptserver.py Python process).
Best regards,
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
No, there's no proxy.
I'm importing the package, building
it, and uploading it. The build and upload complete, but I get a 408 error.
When I refresh the package list, the package is present.
The md5sum is identical between the built package (and therefore present on the machine with the console) and the one on the WAPT server.
/var/log/waptserver.log is empty.
I'm importing the package, building
it, and uploading it. The build and upload complete, but I get a 408 error.
When I refresh the package list, the package is present.
The md5sum is identical between the built package (and therefore present on the machine with the console) and the one on the WAPT server.
/var/log/waptserver.log is empty.
