Eclipse Ganymede Cannot connect to keystore.
Saturday, July 4th, 2009If you’re using eclipse and find yourself getting the following errors:
Cannot connect to keystore.
java.io.IOException: This trust engine is read only.
It’s probably related to certificate installs (such as that needed to complete the AWS Toolkit for Eclipse install).
After doing that, try running keytool -list, if you get an IOException about an invalid keystore, then delete ~/.keystore
The [...]
