Could you test with different software sizes to see at what size it crashes on your system? How much RAM/swap space do you have on your machine? Is your hard drive full?
For testing the different sizes: I did Office 2016 (2GB) which works, then I have two applications, one of 6.38GB which has a build error and the other of 3.13GB with the error.
My waptdev folder is located on the shared wapt server to allow access to all technicians. I therefore performed the build/upload test on my machine, but I'm getting the same error.
On our wapt server we have 2010 MB of RAM and 879 MB of SWAP (this is not the final server).
We have space on the server for the disk.
htouvet wrote:
Apparently, this is a problem with Python's ZipFile library.
Can you try opening the file n:\futur-Datastage_11-1_all.wapt that needs to be created?
It's a ZIP file that 7-Zip, for example, should be able to open and unzip.
If 7-Zip can't, then Python's ZipFile library has a problem...
In the signing process that follows the creation of the Zip file, the control file is replaced in the Zip, and the manifest and certificate are added. This phase seems to be the problem because an entry in the Zip file during the previous phase is incorrect.
I find many posts on the internet concerning the zipfile module but I don't understand how to configure it.