Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#16527 - [ca-certificates-java] is not synchronized with openjdk6 so ceertificates are not found by eclipse
Attached to Project:
Arch Linux
Opened by Rene Dohan (innusius) - Thursday, 08 October 2009, 19:34 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 20 October 2009, 13:18 GMT
Opened by Rene Dohan (innusius) - Thursday, 08 October 2009, 19:34 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 20 October 2009, 13:18 GMT
|
DetailsDescription: I had problem with installing plugins in eclipse, it was something like "Cannot connect to keystore. java.io.IOException: Uninitialized keystore" then I found here https://bugs.eclipse.org/bugs/show_bug.cgi?id=258301 that this file /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts should point to certs fiel from this package I have created link and problem is solved . Hope it helps.
Additional info: ca-certificates-java * package version(s) 20090629-1 * config and/or log files etc. |
This task depends upon
lrwxrwxrwx 1 root root 27 2009-09-21 19:36 /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts -> /etc/ssl/certs/java/cacerts
That link exists here, so I have no idea why it doesn't exist on your system.
[rene@renatik ~]$ yaourt -Ql ca-certificates-java
ca-certificates-java /etc/
ca-certificates-java /etc/ca-certificates/
ca-certificates-java /etc/ca-certificates/update.d/
ca-certificates-java /etc/ca-certificates/update.d/jks-keystore
ca-certificates-java /etc/default/
ca-certificates-java /etc/default/cacerts
ca-certificates-java /etc/ssl/
ca-certificates-java /etc/ssl/certs/
ca-certificates-java /etc/ssl/certs/java/
ca-certificates-java /usr/
ca-certificates-java /usr/sbin/
ca-certificates-java /usr/sbin/init-jks-keystore
ca-certificates-java /usr/share/
ca-certificates-java /usr/share/ca-certificates-java/
ca-certificates-java /usr/share/ca-certificates-java/cacerts
I post a patch that work for me.
And don't forget to run "/usr/sbin/init-jks-keystore" once the package is installed