Page 1 of 1

Generate recurring crash package template

Published: October 25, 2019 - 10:11 AM
by Robin
Hello,

I'm having a problem when I try to generate a package template. I downloaded LibreOffice (293MB .msi), I generate a package template -> "Create and upload". My WAPT server crashes, forcing me to restart it.
I've already had the same problem with an .msi file larger than 100MB. :roll:
Is there a different way to upload the file than via the console to avoid a crash?

WAPT Console: Windows 10 1903
WAPT Server: Debian Stretch 9.11
WAPT Server Version: 1.7.4
WAPT Agent, Setup, Deploy Version: 1.7.4.6165
Database Status: OK (1.7.4.0)
Disk Space: 87% free

Re: Generating package template, recurring crash

Published: October 28, 2019 - 7:21 PM
by dcardon
Hello Robin,
Robin wrote: Oct 25, 2019 - 10:11 AM I'm having a problem when I try to generate a package template. I downloaded LibreOffice (293MB .msi), I generate a package template -> "Create and upload". And my WAPT server crashes, forcing me to restart it.
I've already had the same problem with an .msi file larger than 100MB. :roll:
Is there a different way to upload the file than via the console to avoid a crash?

WAPT Console Windows 10 1903
WAPT Server Debian Stretch 9.11
WAPT Server Version: 1.7.4
WAPT Agent, Setup, Deploy Version: 1.7.4.6165
Database Status: OK (1.7.4.0)
Disk Space: 87% free
The upload limit in the nginx configuration is 4GB (client_max_body_size 4096m;). Could you please check that there is nothing else in the console and the WAPT server that might be interrupting the connection (proxy, filtering firewall, etc.)?

Sincerely,

Denis