ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ca-certificates-java (Debian) |
Fix Released
|
Unknown
|
|||
ca-certificates-java (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Ubuntu server 14.10 64 bit:
sudo apt-get install openjdk-
installs also ca-certificates
...
Setting up ca-certificates
/var/lib/
/var/lib/
done.
Processing triggers for ca-certificates (20140325) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-
/etc/ca-
E: /etc/ca-
done.
...
This results in an unconfigued empty /etc/ssl/
This induces errors in user applications like " javax.net.
Solution:
sudo /var/lib/
The root cause for the error is to me unknown, maybe wrong sequence order during package configuration?
BR
us2000
Description: Ubuntu 14.10
Release: 14.10
ca-certificates
Installed: 20140324
Candidate: 20140324
Version table:
*** 20140324 0
500 http://
100 /var/lib/
openjdk-
Installed: 8u40~b09-1
Candidate: 8u40~b09-1
Version table:
*** 8u40~b09-1 0
500 http://
100 /var/lib/
affects: | lubuntu-meta (Ubuntu) → ca-certificates-java (Ubuntu) |
tags: | added: utopic |
Changed in ca-certificates-java (Ubuntu): | |
importance: | Undecided → High |
Changed in ca-certificates-java (Debian): | |
status: | Unknown → New |
tags: | added: vivid |
Changed in ca-certificates-java (Debian): | |
status: | New → Fix Released |
Thanks for taking your time to report this issue and help making Ubuntu better.
I stumbled across this issue after I had reported a similar one. (Bug 1406483 where I triggered it by installing maven and openjdk-8-jdk)
I was able to reproduce this issue when installing openjdk- 8-jre-headless on Ubuntu 14.10, though when I tried on Ubuntu Vivid it added the certificates and worked fine. Tough I don't see why it would as neither openjdk-8 nor the ca-certificates -java package has changed between these two releases.
(Oh, and I also found bug 983302 where it looks like the same issue has plagued the headless package for openjdk-7)