Hi guys.
I'm in the process of evaluating your JCAPI product with a rainbow iKey 2032. I've run into a little problem while attempting to retrieve the certificate chain from a signing certificate.
The problematic code is as following:
keystore = KeyStore.getInstance("msks", "JCAPI");
keystore.load(null, null);
keystore.getCertificateChain(_alias); //where _alias is a valid cert alias
which causes the response:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0807a2b5
SIGNAL = -1073741819
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = C:\j2sdk1.4.2_06\jre\bin\client\jvm.dll
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x807A2B5
Function=[Unknown.]
Library=C:\j2sdk1.4.2_06\jre\bin\client\jvm.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
************************
Can you provide me with any assistance in determing why this would occur?