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

Download convenience build option does not work #268

Open
skurnevich opened this issue Feb 10, 2025 · 4 comments
Open

Download convenience build option does not work #268

skurnevich opened this issue Feb 10, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@skurnevich
Copy link
Collaborator

skurnevich commented Feb 10, 2025

Zowe Server Install Wizard doesn't seem to work well when selecting download convenience build; progress is missing and hangs.

Downloading does not actually happens, it immediately completes with empty zowe.pax and so fails to unpax and parse
Also it takes v2+ as a latest version

Image

@1000TurquoisePogs
Copy link
Member

@struga0258 to test this at Rocket, see if this is environmental or a regression overall.

@struga0258
Copy link
Contributor

This is a regression, I was able to confirm this bug. The download never seems to happen, and zen just continues with upload and unpax but eventually fails since there is no pax.

@1000TurquoisePogs
Copy link
Member

This is likely a result of the artifactory moving to a redirect-based download method.
The URLS we get return with HTTP 302 redirects recently.
And nodejs' https request library does not automatically handle redirects, so an enhancement must be made to detect the redirect and respond by issuing a second request to the redirect destination.

@struga0258
Copy link
Contributor

This bug should be fixed by #271

@1000TurquoisePogs 1000TurquoisePogs moved this to In Progress in WebUI planning board Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

3 participants