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

Installer Creation Job Cannot Sign Msi File #1963

Closed
adamfarley opened this issue Jul 8, 2020 · 3 comments · Fixed by adoptium/installer#178
Closed

Installer Creation Job Cannot Sign Msi File #1963

adamfarley opened this issue Jul 8, 2020 · 3 comments · Fixed by adoptium/installer#178
Assignees
Labels
bug Issues that are problems in the code as reported by the community installer Issues that relate to our installer jobs or installer repo
Milestone

Comments

@adamfarley
Copy link
Contributor

Platform:

Windows x64

Problem

Recently, an installer creation job failed because "The specified timestamp server either could not be reached or
returned an invalid response."

SignTool Error: The specified timestamp server either could not be reached or
returned an invalid response.
SignTool Error: An error occurred while attempting to sign: ReleaseDir\OpenJDK15-jdk_x64_windows_hotspot-15.0.0.30.msi

This is not the bug.

Connectivity issues with external servers happen, and I'm not raising a bug about that.

The issues that I'd like to solve here are:

  1. That if this is encountered again, there should be a retry after a few seconds. Say, 15.

  2. That the message before the failure (which seems to erroneously declares the signing a success), should be predicated on the success of the signing.

Successfully signed: ReleaseDir\OpenJDK15-jdk_x64_windows_hotspot-15.0.0.30.msi

Since this doesn't appear to be a blocker, I raise this knowing it likely won't see attention until after the July release.

@aahlenst
Copy link
Contributor

aahlenst commented Jul 8, 2020

There's an open PR to solve that issue: adoptium/installer#178

@sxa
Copy link
Member

sxa commented Jul 8, 2020

ARGH! I had retries in for the EXEs and DLLs (#1553) but I uess there's a chance it'll fail on the final MSI as well ...

@karianna karianna added this to the July 2020 milestone Jul 8, 2020
@M-Davies M-Davies added bug Issues that are problems in the code as reported by the community installer Issues that relate to our installer jobs or installer repo labels Jul 8, 2020
@gdams
Copy link
Member

gdams commented Jul 13, 2020

I have updated adoptium/installer#178 to fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community installer Issues that relate to our installer jobs or installer repo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants