[SOLVED] WADS - ISO upload error
Published: July 10, 2023 - 3:57 PM
Good morning,
FYI, this thread is very similar to this one, which is resolved but without a description of the solution: viewtopic.php?t=3335
Uploading an ISO image to WADS consistently fails. The hash calculation is successful, then the upload begins:
You can clearly see the ISO file being uploaded to /var/www/wads/iso/
then it stops with an error:
Ultimately, the image in "/var/www/wads/iso" is incomplete (approximately 2GB instead of the normal 5GB)
In /var/log/waptserver.log:
- Ubuntu 20.04 server with WAPT 2.3
- In the Nginx wapt.conf configuration file:
client_max_body_size 12288m;
client_body_timeout 5800;
Thank you for your help.
FYI, this thread is very similar to this one, which is resolved but without a description of the solution: viewtopic.php?t=3335
Uploading an ISO image to WADS consistently fails. The hash calculation is successful, then the upload begins:
You can clearly see the ISO file being uploaded to /var/www/wads/iso/
then it stops with an error:
Ultimately, the image in "/var/www/wads/iso" is incomplete (approximately 2GB instead of the normal 5GB)
In /var/log/waptserver.log:
There is no CPU/memory saturation during the operation. Nor is there disk saturation.[waptserver ] CRITICAL upload deploy files (dd5082f658887ac012dd5532834e9d2bf4e57829dfc6d2a2f1ec328ecfe91bf2.iso) failed Exception('File already exists')
- Ubuntu 20.04 server with WAPT 2.3
- In the Nginx wapt.conf configuration file:
client_max_body_size 12288m;
client_body_timeout 5800;
Thank you for your help.