Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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?
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
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?