Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

exception loading applet from https-server

3 views
Skip to first unread message

Thomas Franke

unread,
Jul 4, 2003, 10:05:42 AM7/4/03
to
Hy,

i tried to load an applet via https from server.
without https applet starts working correctly.
with https following printout in plugin 1.4.1 - console is done and I
dont know were to search the problem for.
it seems not to be my code - because there is no package of my used
packages written out.

I hope that anyone can help me. problem is not iexplorer-specific
netscape is same behaviour.

Java(TM) Plug-in: Version 1.4.0_01
Verwendung der JRE-Version 1.4.0_01 Java HotSpot(TM) Client VM


java.lang.ExceptionInInitializerError

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at java.net.URL.getURLStreamHandler(Unknown Source)

at java.net.URL.<init>(Unknown Source)

at java.net.URL.<init>(Unknown Source)

at java.net.URL.<init>(Unknown Source)

at sun.plugin.AppletViewer.getDocumentBase(Unknown Source)

at sun.plugin.AppletViewer.getCodeBase(Unknown Source)

at sun.plugin.AppletViewer.appletInit(Unknown Source)

at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)

at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)

Caused by: java.lang.NullPointerException

at java.security.MessageDigest.update(Unknown Source)

at sun.plugin.security.WSecureRandom.<init>(Unknown Source)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at java.lang.Class.newInstance0(Unknown Source)

at java.lang.Class.newInstance(Unknown Source)

at java.security.Security.doGetImpl(Unknown Source)

at java.security.Security.doGetImpl(Unknown Source)

at java.security.Security.getImpl(Unknown Source)

at java.security.SecureRandom.getInstance(Unknown Source)

at java.security.SecureRandom.<init>(Unknown Source)

at sun.plugin.services.WIExplorerBrowserService.getSecureRandom(Unknown
Source)

at sun.plugin.net.protocol.https.Handler$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at sun.plugin.net.protocol.https.Handler.<clinit>(Unknown Source)

... 11 more

java.lang.NoClassDefFoundError

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at java.net.URL.getURLStreamHandler(Unknown Source)

at java.net.URL.<init>(Unknown Source)

at java.net.URL.<init>(Unknown Source)

at sun.plugin.AppletViewer.getCodeBase(Unknown Source)

at sun.plugin.AppletViewer.appletInit(Unknown Source)

at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)

at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)

0 new messages