Make sure that when it calls the token status and token info calls
you return sane values, indicating there is a token inserted.
Also, at least with iPlanet, just providing a working DLL is not
sufficient, you have to set configuration bits in the JAR file.
Good luck.
[EMAIL PROTECTED] (pfnus) wrote in message
news:<[EMAIL PROTECTED]>...
> Hi,
>
> After communicator successfully load my pkcs11 module, whenever i do a
> "More Info" on my pkcs11 token, the state given by communicator is
> "Diabled(Token failed startup tests.)" if i do a "Config", the Remarks
> section given is:
> "The security card or token does not exist, needs to be initialized or
> has been removed."
>
> All my functions, return CKR_OK whenever possible, ...