Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Andreas Radke (AndyRTR)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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

Closed by  Jan de Groot (JGC)
Tuesday, 20 October 2009, 13:18 GMT
Reason for closing:  Fixed
Comment by Jan de Groot (JGC) - Friday, 09 October 2009, 09:24 GMT
[jan@jan ~]$ ls -la /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts
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.
Comment by Rene Dohan (innusius) - Saturday, 10 October 2009, 09:11 GMT
I created link to /usr/share/ca-certificates-java/cacerts , I do not see them here /etc/ssl/certs/java/cacerts
[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
Comment by maturain (maturain) - Monday, 19 October 2009, 19:14 GMT
there is a problem with the way the executable "keytool" is found with both script.
I post a patch that work for me.
And don't forget to run "/usr/sbin/init-jks-keystore" once the package is installed

Loading...