Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

BouncyCastle via Java Web Start 1.6.0_14

843802Jun 2 2009 — edited Nov 4 2009
Hi,
I''ve written a jnlp-app using the bouncycastle crypto provider. After the update of Java Web Start to version 1.6.0_14 I get the following error:

Java Web Start 1.6.0_14
Verwendung der JRE-Version 1.6.0_14-b08 Java HotSpot(TM) Server VM
Home-Verzeichnis des Benutzers = /home/jschwellach
----------------------------------------------------
c: Konsole löschen
f: Objekte in Finalisierungswarteschlange finalisieren
g: Speicherbereinigung
h: Diese Hilfemeldung anzeigen
m: Speicherbelegung anzeigen
o: Protokollierung auslösen
p: Proxy-Konfiguration neu laden
q: Konsole ausblenden
r: Richtlinien-Konfiguration neu laden
s: System- und Bereitstellungseigenschaften ausgeben
t: Threadliste ausgeben
v: Thread-Stack ausgeben
+0-5: Trace-Stufe auf <n> setzen+
----------------------------------------------------
Reading certificates from 66925 http://localhost:8080/bouncytest/bc.testclasses.jar | /home/jschwellach/.java/deployment/cache/6.0/37/6fb73f25-58be3bd9.idx
Reading certificates from 199419 http://localhost:8080/bouncytest/bc.gov.server-jdk15-143-bos-0.1.jar | /home/jschwellach/.java/deployment/cache/6.0/2/a176802-5df6a3c5.idx
Reading certificates from 10162 http://localhost:8080/bouncytest/junit-3.8.1.jar | /home/jschwellach/.java/deployment/cache/6.0/45/659b69ed-1db2c992.idx
Reading certificates from 5138 http://localhost:8080/bouncytest/activation.jar | /home/jschwellach/.java/deployment/cache/6.0/42/458c262a-5fec5ca6.idx
Reading certificates from 21318 http://localhost:8080/bouncytest/mail.jar | /home/jschwellach/.java/deployment/cache/6.0/38/e1b55a6-55474704.idx
java.lang.ExceptionInInitializerError
+ at org.bouncycastle.cms.test.SignedDataTest.init(SignedDataTest.java:366)+
+ at org.bouncycastle.cms.test.SignedDataTest.suite(SignedDataTest.java:353)+
+ at org.bouncycastle.cms.test.AllTests.suite(AllTests.java:22)+
+ at AllTests.suite(AllTests.java:45)+
+ at AllTests.main(AllTests.java:18)+
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)+
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)+
+ at java.lang.reflect.Method.invoke(Method.java:597)+
+ at com.sun.javaws.Launcher.executeApplication(Launcher.java:1468)+
+ at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1414)+
+ at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1225)+
+ at com.sun.javaws.Launcher.run(Launcher.java:114)+
+ at java.lang.Thread.run(Thread.java:619)+
Caused by: java.lang.RuntimeException: java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
+ at org.bouncycastle.cms.test.CMSTestUtil.<clinit>(CMSTestUtil.java:164)+
+ ... 14 more+
+#### Java Web Start Error:+
+#### null+

With Java Web Start 1.6.0_13 all works fine.

Any suggestions?

Thanks.
J. Schwellach

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 2 2009
Added on Jun 2 2009
41 comments
1,700 views