users@glassfish.java.net

Re: Web Service Wrapper over RMI

From: <glassfish_at_javadesktop.org>
Date: Tue, 09 Dec 2008 23:17:32 PST

Hi,

 The error

  Default SSL context init failed: Keystore was tampered with, or password was incorrect

  Indicates that you either tried to change the keystore password independent of the GlassFish Master Password, or that the PrivateKey is somehow password protected and the password for it is different from the keystore password.

can you try

   keytool -list -keystore keystore.jks -storepass <glassfish master password>

and let me know the output.

Then can you also ensure that the private key is not password protected with a different password than the glassfish mater password.
[Message sent by forum member 'kumarjayanti' (kumarjayanti)]

http://forums.java.net/jive/thread.jspa?messageID=320928