From: "Sudheer Thakur" <sthakur@ecom2ecom.com>
To: <java-security@java.sun.com>
Subject: missing default Sun Provider
Date: Tue, 6 Apr 1999 17:08:45 -0700
------=_NextPart_000_0004_01BE8050.21B4D230
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Sun-Content-Length: 1221
Hi,
I'm trying to use the default Sun provider.
KeyStore ks =3D KeyStore.getInstance("JKS");
The java interpreter can not find the Sun provider. I'm using =
jdk1.2.1. Here is what I see in jdb:
main[1] dump ks
ks =3D (java.security.KeyStore)0xfc {
private boolean initialized =3D false
private java.security.KeyStoreSpi keyStoreSpi =3D =
(sun.security.provider.JavaK
eyStore)0xfe
private java.security.Provider provider =3D [Internal debug-agent =
exception: j
ava.lang.StackOverflowError - during command processing]Internal =
exception:
java.lang.Exception: java.lang.StackOverflowError
at sun.tools.debug.RemoteAgent.getReply(Compiled Code)
at =
sun.tools.debug.RemoteAgent.getSlotValue(RemoteAgent.java:1019)
at sun.tools.debug.RemoteField.getValue(RemoteField.java:56)
at =
sun.tools.debug.RemoteObject.getFieldValue(RemoteObject.java:82)
at sun.tools.ttydebug.TTY.printModifiers(Compiled Code)
at sun.tools.ttydebug.TTY.print(Compiled Code)
at sun.tools.ttydebug.TTY.executeCommand(TTY.java:1534)
at sun.tools.ttydebug.TTY.<init>(Compiled Code)
at sun.tools.ttydebug.TTY.main(Compiled Code)
main[1]
Thanks,
-Sudheer
------=_NextPart_000_0004_01BE8050.21B4D230
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Sun-Content-Length: 2733
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">