-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error : gzip: stdin: not in gzip format #160
Comments
Outside the container i can execute tar -zxvf ./IBM_MQ_9.0.0.0_LINUX_X86-64_TRIAL.tar.gz successfully inside downloads directory. So i suspect that the curl -LO http://build:80/IBM_MQ_9.0.0.0_LINUX_X86-64_TRIAL.tar.gz do not download the entire file. Thanks for your help. |
I have the exact same issue. Looks like the issue is with the temporarily created network and/or the web server that's supposed to host the tar.gz. |
Thanks for your response. |
Any workaround for this issue ? |
Hi @faissalwise, When we see the error On a side note, if i remember correctly the 9 LTS archive you are using does not contain debian installation files but instead contains rpm install files. This will be a problem later on when the install script attempts to install MQ as it will try and do it using apt install which will not work with rpm install files. A possible workaround would be to change the base image from |
Hi @parrobe , Thanks. |
@faissalwise |
Can you please clarify the name of the tar.gz file you are using, and that you've checked it's downloaded correctly (is really a valid file)? |
Hello,
I have an error when i run this command :MQ_ARCHIVE=IBM_MQ_9.0.0.0_LINUX_X86-64_TRIAL.tar.gz make build-advancedserver
The output is :
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3892 100 3892 0 0 364k 0 --:--:-- --:--:-- --:--:-- 380k
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c chmod u+x /usr/local/bin/install-mq.sh && sleep 1 && install-mq.sh' returned a non-zero code: 2
build-server
build
Thanks for your help.
The text was updated successfully, but these errors were encountered: