Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
SThirunagari
Contributor
Contributor

Running Talend Job from Commandline

Hi All,

I am trying to build the talend job and run the corresponding job.sh shell scipt from command line. However during the process while trying to unzip the build file generated , I am seeing the below issue.

error : missing 52 bytes in zipfile

(attempting to process anyway)

error: invalid zip file with overlapped components (possible zip bomb)

To unzip the file anyway, rerun the commanf with UNZIP_DISABLE_ZIPBOMB_DETECTION = TRUE environment variable.

However same job my colleague was able to build , unzip and execute successfully from commandprompt.

Any thoughts or suggestions will help me proceed further.

Thanks

Sthirunagari

Labels (5)
3 Replies
Anonymous
Not applicable

This could be connected to the tool you are using to unzip. Does your colleague have this issue with jobs that you have built and packaged?

SThirunagari
Contributor
Contributor
Author

Hi Good Morning rhall,

 

Thankyou for responding.

To answer your question Does your colleague have this issue with jobs that you have built and packaged? -- Yes she was unable to unzip and faced the same error as me. However she tried to build the job from her studio and was able to successfully build and execute the .sh script from commandline.

 

Thanks

Prashanti

Anonymous
Not applicable

How did you give her the job for her Studio? Did you export the files in a zip file and get her to import them and then build? It sounds like you have something amiss with your zip functionality. What operating system and zip application is set as default on your system?