Skip to content
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

Build devserver error: missing tar files #533

Closed
nordnet-robkui opened this issue Sep 11, 2023 · 4 comments
Closed

Build devserver error: missing tar files #533

nordnet-robkui opened this issue Sep 11, 2023 · 4 comments

Comments

@nordnet-robkui
Copy link

nordnet-robkui commented Sep 11, 2023

When I clone this repository and run make build-devserveron my Mac M1, I get the following error:

curl --fail --location https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.3.3.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxARM64.tar.gz --output downloads/9.3.3.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxARM64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   607    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 500

There is no tar files under https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/ at all. The only file that is close to this name is 9.3.3.0-IBM-MQ-Advanced-for-Developers-Win64.zip.

This doc also refers to broken files in the Build your own section: https://www.ibm.com/support/pages/downloading-ibm-mq-930#containers

@arthurbarr
Copy link
Contributor

The MQ Advanced for Developers build wasn't updated for the 9.3.3.1 fix release. However, for now, you can set the MQ version to use as an environment variable, e.g. MQ_VERSION=9.3.3.0 make build-devserver

@nordnet-robkui
Copy link
Author

Thanks for the response, but there is no tar file to download, so still getting 500 "Internal Server Error" from the curl command.

@arthurbarr
Copy link
Contributor

OK. I've just looked again, and I realise I was mistaken earlier. The files are there, including the following:

I listed these using the first link you provided. So it's possible that there's an intermittent problem with the server. If you can download the file independently of the Makefile, just put in the downloads directory, and the Makefile should spot it's already there, and won't try and download again (e.g. if the problem is somehow the connectivity from your shell environment, or is just intermittent).

@nordnet-robkui
Copy link
Author

Probably some intermittent problem as you said, because now all files are listed fine using the link. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants