[Bug 623365] New: ca-certificates-mozilla fails to install cleanly
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c0 Summary: ca-certificates-mozilla fails to install cleanly Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: kkaempf@novell.com QAContact: qa@suse.de Found By: Development Blocker: --- During "zypper dup" from 11.2 to 11.3 this happened: Installing: ca-certificates-mozilla-1.62-2.3 [done] Additional rpm output: Updating certificates in /etc/ssl/certs... 121 added, 0 removed. creating /var/lib/ca-certificates/ca-bundle.pem ... creating /var/lib/ca-certificates/java-cacerts ... Exception in thread "main" java.io.FileNotFoundException: /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa??lay??c??s??.pem (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:137) at java.io.FileInputStream.<init>(FileInputStream.java:96) at keystore.main(keystore.java:152) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c1 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |lnussel@novell.com InfoProvider| |kkaempf@novell.com --- Comment #1 from Ludwig Nussel <lnussel@novell.com> 2010-07-19 11:04:38 CEST --- one bug is that we don't catch java.io.FileNotFoundException in keystore.java. Another problem is that there are problems with umlauts. Which locale did you run zypper dup in? (please paste output of 'locale') What's your java vm (java -version)? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c2 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kkaempf@novell.com | --- Comment #2 from Klaus Kämpf <kkaempf@novell.com> 2010-07-22 12:43:34 UTC --- locale is LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= java --version gives me
java --version Unrecognized option: --version Could not create the Java virtual machine.
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c3 --- Comment #3 from Klaus Kämpf <kkaempf@novell.com> 2010-07-22 12:44:22 UTC --- Oh, that should be a single dash :-/
java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c4 --- Comment #4 from Ludwig Nussel <lnussel@novell.com> 2010-07-22 15:04:23 CEST --- hmm, no idea then. I can't reproduce the problem on my system. Does it go way if you call "update-ca-certificates -f"? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c5 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO CC| |mvyskocil@novell.com InfoProvider| |kkaempf@novell.com --- Comment #5 from Michal Vyskocil <mvyskocil@novell.com> 2010-07-28 07:09:17 UTC --- Cannot reproduce as well. Used default UTF-8 locale and also the LC_ALL/LANG=C, but no difference. The output looks like this /usr/sbin/update-ca-certificates -f Updating certificates in /etc/ssl/certs... 0 added, 0 removed. creating /var/lib/ca-certificates/ca-bundle.pem ... creating /var/lib/ca-certificates/java-cacerts ... 121 added, 0 removed. creating /var/lib/ca-certificates/gcj-cacerts ... imporing COMODO_ECC_Certification_Authority.pem failed: java.security.spec.InvalidKeySpecException imporing GeoTrust_Primary_Certification_Authority_G2.pem failed: java.security.spec.InvalidKeySpecException imporing VeriSign_Class_3_Public_Primary_Certification_Authority_G4.pem failed: java.security.spec.InvalidKeySpecException imporing thawte_Primary_Root_CA_G2.pem failed: java.security.spec.InvalidKeySpecException 117 added, 0 removed. Klaus: can you try it too? Or do you know about some special conditions zypper dup uses? To prevent the update problems in future, we should update ca-certificates in 11.3 with Ludwig's patch - http://gitorious.org/opensuse/ca-certificates/commit/81575200edbc7617b21da3d... -- Configure bugmail: http://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=623365 https://bugzilla.novell.com/show_bug.cgi?id=623365#c6 Klaus Kämpf <kkaempf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kkaempf@novell.com | --- Comment #6 from Klaus Kämpf <kkaempf@novell.com> 2010-09-30 08:44:41 UTC --- Uhm, I cannot reproduce a 11.2 to 11.3 upgrade, sorry. I also haven't seen this bug in further upgrades (running 11.4 M2 currently) -- 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=623365 https://bugzilla.novell.com/show_bug.cgi?id=623365#c7 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #7 from Michal Vyskocil <mvyskocil@novell.com> 2010-10-01 08:20:33 UTC --- ok, then lets close it as WORKSFORME - if you will have anything new, feel free to reopen it in future -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623365 http://bugzilla.novell.com/show_bug.cgi?id=623365#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (623365) was mentioned in https://build.opensuse.org/request/show/49242 Factory / ca-certificates -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com