views:

3570

answers:

5

Hi,

Does anyone know how to solve this java error?

java.io.IOException: Invalid keystore format

I get it when I try and access the certificate store from the Java option in control panels. It's stopping me load applets that require elevated privileges.

Error Image

Thanks for any help

A: 

Perhaps its a permissions issue.

Paul Whelan
A: 

Seems to be a missing certificate or an invalid format. Did you already generate a certificate with keytool?

DeeCee
+1  A: 

I was able to reproduce the error by mangling the trusted.certs file at

C:\Documents and Settings\CDay\Application Data\Sun\Java\Deployment\security.

Deleting the file fixed the problem.

Craig
A: 

THANKSSSSS MAN!!!!

A: 

Deleting the trusted.certs and reloading resolved this problem. Thanks a lot!!!

spade