This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- problem expanding a zip file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 05, 2009
10:31 AM
problem expanding a zip file
We have 2 zip files that we need to expand during the install. On expanding the first zip file, it fails with error (Push back buffer is full). See the error below.
On the second expand, there's no problem. Both are expanded into our installed directory, but in separate subdirectory, ie\ and \. Does anyone know what the problem is? Thanks.
ZeroGlq: invalid entry CRC (expected 0x3f7f191f but got 0xf18b33ba)
at ZeroGch.putStream(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expandEntry(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expand(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expand(DashoA10*..)
at com.zerog.ia.installer.actions.ExpandFile.installSelf(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.actions.InstallDirectory.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.Installer.install(DashoA10*..)
at com.zerog.ia.installer.actions.InstallProgressAction.n(DashoA10*..)
at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(DashoA10*..)
Expand Archive: Problems occured with the expander of $WBE_TOOLS$/og/wxs.og.x.x.zip's type.
Expand Archive: It said: Push back buffer is full
Expand Archive: Writing $WBE_TOOLS$/og/wxs.og.x.x.zip into Install Folder.
On the second expand, there's no problem. Both are expanded into our installed directory, but in separate subdirectory, ie
ZeroGlq: invalid entry CRC (expected 0x3f7f191f but got 0xf18b33ba)
at ZeroGch.putStream(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expandEntry(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expand(DashoA10*..)
at com.zerog.util.expanders.ExpandToDiskZip.expand(DashoA10*..)
at com.zerog.ia.installer.actions.ExpandFile.installSelf(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.actions.InstallDirectory.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.install(DashoA10*..)
at com.zerog.ia.installer.InstallablePiece.install(DashoA10*..)
at com.zerog.ia.installer.Installer.install(DashoA10*..)
at com.zerog.ia.installer.actions.InstallProgressAction.n(DashoA10*..)
at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(DashoA10*..)
Expand Archive: Problems occured with the expander of $WBE_TOOLS$/og/wxs.og.x.x.zip's type.
Expand Archive: It said: Push back buffer is full
Expand Archive: Writing $WBE_TOOLS$/og/wxs.og.x.x.zip into Install Folder.
(17) Replies
‎Aug 27, 2009
08:33 AM
Sorry for the late reply.
The wxs.og.x.x.zip varies, depending on the platform. For windows, where we are seeing this mostly, the zip is around 179 MB.
The other zip, was.nd.x.x.zip also varies, for windows its 674 MB.
We are finding that if we reboot the windows box, this problem goes away until the next install. Then its happening again.
The wxs.og.x.x.zip varies, depending on the platform. For windows, where we are seeing this mostly, the zip is around 179 MB.
The other zip, was.nd.x.x.zip also varies, for windows its 674 MB.
We are finding that if we reboot the windows box, this problem goes away until the next install. Then its happening again.
‎Aug 27, 2009
11:40 AM
No that does not seem to be the problem.
I have 14 Gig free on my hard drive, so I should have plenty of room, but I still saw the problem.
Also, we've seen the problem happen, but then rebooting, the install worked... so I dont' think that points to free disk space.
The source zip has not changed since 7/30 so I am concerned that it is getting corrupted when IA is building the installer... but then that would not fit the case where rebooting fixed the problem.
The most recent instance of this, it failed consistently.. reboots did not help, so that leads me to think the build corrupted it....
I am really just very stumped !!!
I have 14 Gig free on my hard drive, so I should have plenty of room, but I still saw the problem.
Also, we've seen the problem happen, but then rebooting, the install worked... so I dont' think that points to free disk space.
The source zip has not changed since 7/30 so I am concerned that it is getting corrupted when IA is building the installer... but then that would not fit the case where rebooting fixed the problem.
The most recent instance of this, it failed consistently.. reboots did not help, so that leads me to think the build corrupted it....
I am really just very stumped !!!
‎Aug 27, 2009
04:30 PM
As I mentioned above, the source .zip file is fine. It has not been changed since 7/30, and can be unzipped just fine.
I am not sure how the Expand Archive works, whether the zip file first gets copied to the install dir in temp, and then extracted to the destination directory or something else.
We do not "install" the zip file, but just use Expand Archive. I have not tried to find the .zip where IA extracts the installer image in temp.
But if that is corrupted.. then what does that mean? The source .zip is fine.. wouldn't that point to the IA build process corrupting the file?
I am not sure how the Expand Archive works, whether the zip file first gets copied to the install dir in temp, and then extracted to the destination directory or something else.
We do not "install" the zip file, but just use Expand Archive. I have not tried to find the .zip where IA extracts the installer image in temp.
But if that is corrupted.. then what does that mean? The source .zip is fine.. wouldn't that point to the IA build process corrupting the file?
‎Aug 28, 2009
07:56 AM
We have seen this problem in three different scenarios:
1) On the build machine.
The build fails with errors:
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
Finished assembling installer components
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
the later
Build failure.
Reason: Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
Suggestion/Details: InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
Build unsuccessful.
null
Closed.
Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
EXITING: -1
If we start the build again.. this problem goes away.
2) Tester sees it on a test machine
Rebooting the box clears it up,
3) Different build -- three people saw it (including myself) on three different boxes, rebooting did not help. The next build worked.
So its not reliably recreatable. We see it at build time and at runtime.
1) On the build machine.
The build fails with errors:
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
Finished assembling installer components
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
the later
Build failure.
Reason: Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
Suggestion/Details: InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
Build unsuccessful.
null
Closed.
Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
EXITING: -1
If we start the build again.. this problem goes away.
2) Tester sees it on a test machine
Rebooting the box clears it up,
3) Different build -- three people saw it (including myself) on three different boxes, rebooting did not help. The next build worked.
So its not reliably recreatable. We see it at build time and at runtime.
‎Aug 28, 2009
08:43 AM
What does IA actually do at install time?
I think it expands the install archive into temp space right? Would this include copying any .zip files into temp?
Then does Expand Archive just expand the .zip that's been copied into temp space ?
I think it expands the install archive into temp space right? Would this include copying any .zip files into temp?
Then does Expand Archive just expand the .zip that's been copied into temp space ?
‎Aug 28, 2009
10:09 AM
jhllwy wrote:
We have seen this problem in three different scenarios:
1) On the build machine.
The build fails with errors:
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
java.util.zip.ZipException: invalid entry crc-32 (expected 0xbdceee03 but got 0xcbba06ef)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:221)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at com.zerog.util.zip.ZipCreator.a(DashoA10*..)
at ZeroGq3.a(DashoA10*..)
at ZeroGq4.b(DashoA10*..)
at ZeroGc7.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.expandFileZipTo(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.ExpandFile.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.actions.InstallDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.fileActionZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor584.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.FileAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.GhostDirectory.zipTo(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.installPieceZipTo(DashoA10*..)
at sun.reflect.GeneratedMethodAccessor582.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.zerog.ia.installer.InstallPiece.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGmb.az(DashoA10*..)
at ZeroGl5.h(DashoA10*..)
at ZeroGmb.at(DashoA10*..)
at ZeroGl5.an(DashoA10*..)
at ZeroGlg.a(DashoA10*..)
at ZeroGlu.run(DashoA10*..)
Finished assembling installer components
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
Warning: cant work out CRC as file doesnt exist: E:\wbe\7.0\20090827_1803\install\IA\project\.buildinstaller1.tmp\Web\PlatformData\LinuxAMD64\InstallerData\Disk1\InstData\MediaId.properties
the later
Build failure.
Reason: Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
Suggestion/Details: InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
Build unsuccessful.
null
Closed.
Expand Archive: wxs.og.x.x.zip
Expand Archive: was.nd.x.x.zip
InstallAnywhere has experienced an error building/saving this project. Please consult the build log (console.txt) for additional information concerning this problem. For further assistance, please contact InstallAnywhere Technical Support.
EXITING: -1
If we start the build again.. this problem goes away.
2) Tester sees it on a test machine
Rebooting the box clears it up,
3) Different build -- three people saw it (including myself) on three different boxes, rebooting did not help. The next build worked.
So its not reliably recreatable. We see it at build time and at runtime.
If it's on the build machine too I would investigate memory corruption (which might explain that when you reattempt the build it works, but might fail on test machine).
‎Sep 22, 2009
11:28 AM
Glad that you've fixed it! So it was the hardware after all: http://community.acresso.com/showpost.php?p=444121&postcount=15