[Bug 727223] New: Exceptions during certificate import
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c0 Summary: Exceptions during certificate import Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: i586 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: juergen@radzuweit.eu QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 I have done my regular update and got the following errors during applying the rpms Installing: libx264-119-0.119-1.1 [done] Installing: libvlccore4-1.1.12-1.15 [done] Installing: libavutil51-0.8.5.git.20111027-1.2 [done] Installing: java-1_6_0-openjdk-1.6.0.0_b22.1.10.4-0.3.2 [done] Additional rpm output: creating /var/lib/ca-certificates/ca-bundle.pem ... creating /var/lib/ca-certificates/gcj-cacerts ... imporing AffirmTrust_Premium_ECC.pem failed: java.security.spec.InvalidKeySpecException imporing COMODO_ECC_Certification_Authority.pem failed: java.security.spec.InvalidKeySpecException imporing VeriSign_Class_3_Public_Primary_Certification_Authority_G4.pem failed: java.security.spec.InvalidKeySpecException imporing GeoTrust_Primary_Certification_Authority_G2.pem failed: java.security.spec.InvalidKeySpecException imporing thawte_Primary_Root_CA_G2.pem failed: java.security.spec.InvalidKeySpecException 1 added, 0 removed. ln: failed to create symbolic link `/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts': File exists warning: %posttrans(java-1_6_0-openjdk-1.6.0.0_b22.1.10.4-0.3.2.i586) scriptlet failed, exit status 1 Installing: libvlc5-1.1.12-1.15 [done] Installing: libswscale2-0.8.5.git.20111027-1.2 [done] Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c1 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mvyskocil@suse.com InfoProvider| |juergen@radzuweit.eu --- Comment #1 from Michal Vyskocil <mvyskocil@suse.com> 2011-10-31 09:21:35 UTC --- Hello, I have no idea, what's wrong - the code in %posttrans triggers your error is if [ ! -e /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts ]; then ln -s /var/lib/ca-certificates/java-cacerts /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts fi so only one way how to make this bug is a race between %posttrans and some other process, which is very, very unlikely. Can you get me an output of those commands? file /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts test -e /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/security/cacerts; echo $? In any case, if you don't need to have a special keysote, feel free to remove the cacerts (as root) and create a link manually. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c2 --- Comment #2 from Ludwig Nussel <lnussel@suse.com> 2011-11-02 09:28:52 CET --- -e fails if it tests a stale symlink but ln would complain nevertheless. You need to either test -L xxx || rm -f xxx or use ln -sf -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c3 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEEDINFO |ASSIGNED InfoProvider|juergen@radzuweit.eu | AssignedTo|bnc-team-java@forge.provo.n |mvyskocil@suse.com |ovell.com | --- Comment #3 from Michal Vyskocil <mvyskocil@suse.com> 2011-11-02 13:15:35 UTC --- OK, did not know that - I will fix that on a next maintenance update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c4 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de --- Comment #4 from Christian Boltz <suse-beta@cboltz.de> 2011-11-03 01:10:54 CET --- FYI: I just got the same error when updating to the latest Factory packages... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c5 --- Comment #5 from Christian Boltz <suse-beta@cboltz.de> 2012-10-03 20:40:55 CEST --- I opened bug 783365 for the InvalidKeySpecException errors (which still happen in Factory). Feel free to close this bug if the symlink issue is fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c6 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Michal Vyskocil <mvyskocil@suse.com> 2012-10-04 11:24:54 UTC --- It's a shame I did not fix it earlier - anyway now fixed properly in Java:openjdk6:Factory and submitted to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c7 --- Comment #7 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-10-04 14:00:07 CEST --- This is an autogenerated message for OBS integration: This bug (727223) was mentioned in https://build.opensuse.org/request/show/137010 Factory / java-1_7_0-openjdk -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727223 https://bugzilla.novell.com/show_bug.cgi?id=727223#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-10-08 11:00:10 CEST --- This is an autogenerated message for OBS integration: This bug (727223) was mentioned in https://build.opensuse.org/request/show/137449 Factory / java-1_7_0-openjdk -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com