cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sandy_2008
Level 7

RHEL3 build fails

Hi,
Im using IA2008 VP1 and have added 'expand archive' actions. I get the following error during installer build

Assembling installer components...^M
java.util.zip.ZipException: error in opening zip file^M
at java.util.zip.ZipFile.open(Native Method)^M


Any idea what does this error mean?
Labels (1)
0 Kudos
(2) Replies
qqqqqq
Level 7

May be IA is not able to Extract the archive.
try simple making .zip file.
0 Kudos
pv7721
Level 20

Notice the ^M at the end of each line? This usually means a file transfer problem between Windows and Unix/Linux (Enter is CRLF on Windows but only LF on Unices, hence the extra character Unix interprets as a separate character). So to me it looks like you've transferred your .iap_xml file which is a text file maybe in binary mode on Linux, so it got "corrupted" in the process. Try the dos2unix command on your project .iap_xml file, that should fix the issue.
0 Kudos