mendix server console

0
Hi, We are using Mendix server console of 4.2.0 version. When i created a deployment package from Mendix 5.12.0 version and update this in console, this is giving me error that 'max number of entries 65k is exceeding,consider setting the zip64..' Please help me in updating package in console.
asked
2 answers
1

When you upgrade your app within the Mendix Service Console, before extracting the deployment package, a backup is made of the Project\web and Project\model folders. It seems that these folders together contain more than 65534 items. Older versions of the zip standard only support up to 65534 items. Even Windows XP and Server 2003 do not support zip files with more items. So, if we enable zip files with more items, which we will do in a future version of the Mendix Service Console, we loose some compatibility with older systems.

For now, you can create a backup of the Project\web and Project\model folders by yourself, remove the content of these folders and then try to update again. The Mendix Service Console will backup these folders again, which is useless because they are empty, but the update process will finish successfully.

It is also interesting to do a quick look in your Project\web and Project\model folders. Why are there so many files in it? Do you have so many forms in your project? Or is there another problem, causing the fact that there are so many items?

answered
0

Goto the appstore and click related downloads. Then you see this: Server distribution

Regards,

Ronald

answered