[Bug 674832] New: jdk 1.6.0u24 javax.crypt.SunJCE_b no class def
https://bugzilla.novell.com/show_bug.cgi?id=674832 https://bugzilla.novell.com/show_bug.cgi?id=674832#c0 Summary: jdk 1.6.0u24 javax.crypt.SunJCE_b no class def Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: initialZero@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b11) Gecko/20110203 Firefox/4.0b11 Testing JDK 1.6.0u24 from factory http://download.opensuse.org/repositories/Java:/sun:/Factory/openSUSE_Factor... With u23 the following exception does not occur. Netbeans 6.9.1 throws an exception: java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.SunJCE_b at javax.crypto.KeyGenerator.a(DashoA13*..) at javax.crypto.KeyGenerator.<init>(DashoA13*..) at javax.crypto.KeyGenerator.getInstance(DashoA13*..) at com.sun.net.ssl.internal.ssl.JsseJce.getKeyGenerator(JsseJce.java:223) at com.sun.net.ssl.internal.ssl.RSAClientKeyExchange.<init>(RSAClientKeyExchange.java:89) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:744) at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:238) at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593) at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1165) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1149) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:434) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166) at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133) at org.netbeans.modules.reglib.NbConnectionSupport.isRegistered(NbConnectionSupport.java:245) at org.netbeans.modules.registration.NbConnection.checkProductRegistrationStatus(NbConnection.java:214) at org.netbeans.modules.registration.NbConnection.checkStatus(NbConnection.java:145) at org.netbeans.modules.registration.NbConnection.access$000(NbConnection.java:92) at org.netbeans.modules.registration.NbConnection$1$1.run(NbConnection.java:111) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957) Reproducible: Always -- 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=674832 https://bugzilla.novell.com/show_bug.cgi?id=674832#c1 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mvyskocil@novell.com InfoProvider| |initialZero@gmail.com --- Comment #1 from Michal Vyskocil <mvyskocil@novell.com> 2011-03-01 09:14:09 UTC --- Did you changed the local_policy.jar and US_export_policy.jar? If not, then please send me an output of $ /usr/sbin/update-alternatives --display jce_1.6.0_sun_local_policy $ readlink /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/local_policy.jar $ readlink -f /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/local_policy.jar And there's a way how to fix that - run as root # rm /usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/lib/security/*policy.jar # /usr/sbin/update-alternatives --remove-all jce_1.6.0_sun_local_policy # /usr/sbin/update-alternatives \ --install \ /usr/lib64/jvm/jre-1.6.0-sun/lib/security/local_policy.jar \ jce_1.6.0_sun_local_policy \ /usr/lib64/jvm-private/java-1_6_0-sun/jce/vanilla/local_policy.jar \ 1617 \ --slave \ /usr/lib64/jvm/jre-1.6.0-sun/lib/security/US_export_policy.jar \ jce_1.6.0_sun_us_export_policy \ /usr/lib64/jvm-private/java-1_6_0-sun/jce/vanilla/US_export_policy.jar -- 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=674832 https://bugzilla.novell.com/show_bug.cgi?id=674832#c2 Marc Benstein <initialZero@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|initialZero@gmail.com | Resolution| |WORKSFORME --- Comment #2 from Marc Benstein <initialZero@gmail.com> 2011-03-02 18:37:12 UTC --- This bug isn't happening anymore. Something was fixed or magically fixed when the update came through factory non-oss. Thanks for the work around. -- 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