Hi,

Markus Koschany schrieb am 15.08.19 um 23:57:
> Package        : openjdk-7
> Version        : 7u231-2.6.19-1~deb8u1
> CVE ID         : CVE-2019-2745 CVE-2019-2762 CVE-2019-2769 CVE-2019-2816

I'm not able to install the openjdk-7-jdk package without an error
message during execution of the post install triggers. The script
/etc/ca-certificates/update.d/jks-keystore calls
  java -Xmx64m -jar
/usr/share/ca-certificates-java/ca-certificates-java.jar -storepass changeit
. This shows the error:
Exception in thread "main" java.lang.NoClassDefFoundError:
sun/security/ec/ECParameters
        at
sun.security.pkcs11.SunPKCS11$P11Service.newInstance0(SunPKCS11.java:1038)
        at 
sun.security.pkcs11.SunPKCS11$P11Service.newInstance(SunPKCS11.java:980)
....

I can reproduce the error using a docker container.
 docker run -ti --rm debian:jessie /bin/bash
  apt-get update && apt-get -y dist-upgrade && apt-get -y install
openjdk-7-jdk default-jdk

regards
Thomas

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to