Comment 1 for bug 2019908

Revision history for this message
Vladimir Petko (vpa1977) wrote (last edit ):

The failure is caused by the order of package configuration:
 - openjdk-17 is unpacked but properties files still have dpkg_new extensions
 - ca-certificates-java tries to run postinstallation script which requires a working java.
 - openjdk 17 now requires java.security file present (presently it was silently ignoring it) to intialise Security.

See:
- https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/2003822

I will discuss today and convert this one or LP: #2003750 to SRU format to deploy the fix.