Compression errors in client package build

Icelander68

Member
When I assemble a client package I will sometimes get compression errors in the client portion of the build. From the jde.log file:

2768/172 WRK:Starting jdeCallObject Tue Jun 29 03:44:30.687000 spkgutil.c531
[PKGBLD] - Tue Jun 29 03:44:30 - pkgComp.cpp:536 PKGCMP0013 ERROR: Failed to compress \\MNPDPLY1\E812\DV812\package\DV0628F\lib32.

2768/172 WRK:Starting jdeCallObject Tue Jun 29 03:44:30.781000 spkgutil.c531
[PKGBLD] - Tue Jun 29 03:44:30 - pkgComp.cpp:556 PKGCMP0016 ERROR: Unknown error.

2768/172 WRK:Starting jdeCallObject Tue Jun 29 04:51:45.630000 spkgutil.c531
[PKGBLD] - Tue Jun 29 04:51:45 - pkgComp.cpp:193 PKGCMP0001 ERROR: Compression failed. Check previous messages and resubmit package.

Every time I've had this issue before it has been related to anti-virus. My build machine and deployment server are both VMWare. I have completely removed anti-virus from both the build and deployment servers but I still am getting the errors. Here is the compression issues from the client log:
Tue Jun 29 15:31:44 - Start to compress the package.
Tue Jun 29 15:31:44 - Compressing 'bin32'.
Tue Jun 29 15:32:21 - Compressing 'include'.
Tue Jun 29 15:39:26 - Compressing 'lib32'.
Tue Jun 29 15:41:01 - Compressing 'make'.
Tue Jun 29 15:41:01 - Compressing 'obj'.
Tue Jun 29 15:46:37 - pkgComp.cpp:536 PKGCMP0013 ERROR: Failed to compress \\MNPDPLY1\E812\DV812\package\DV0629F\obj.
Tue Jun 29 15:46:37 - pkgComp.cpp:556 PKGCMP0016 ERROR: Unknown error.
Tue Jun 29 15:46:37 - Compressing 'res'.
Tue Jun 29 15:47:22 - Compressing 'spec'.
Tue Jun 29 16:01:12 - Compressing 'work'.
Tue Jun 29 16:01:14 - Compressing 'source'.
Tue Jun 29 16:08:14 - pkgComp.cpp:536 PKGCMP0013 ERROR: Failed to compress \\MNPDPLY1\E812\DV812\package\DV0629F\source.
Tue Jun 29 16:08:14 - pkgComp.cpp:556 PKGCMP0016 ERROR: Unknown error.
Tue Jun 29 16:08:14 - pkgComp.cpp:193 PKGCMP0001 ERROR: Compression failed. Check previous messages and resubmit package.

At a loss as to what to try next.
 
Hi,

1. How much space you have on the %temp% disk?
Typically c:\documents and settings\jde\local settings\temp
of your build machine
2. Have you tried running a CHKDSK /F on all your
Deployment and build machine disks? There might be some
NTFS corruption (I hope not).
 
Thanks for the reply. Looks like the temp folder has about 450MB of temp files. Maybe I will clean this out first and if it doesn't help I will try option 2. Thanks for your assistance.

Also the build machine is partitioned. C: drive has 5 GB free and D: has 23 GB free. E1 is installed on D:
 
Ran chkdsk /f. There were some issues with indexes and those are fixed now so next step is to kick off a build. Will let you know how it goes. Thanks again.
 
Back
Top