users@glassfish.java.net

Re: renewing an expiring SSL cert

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Mon, 19 Sep 2011 21:25:35 -0700

As I have mentioned before, this indicates that the password is "not"
correct.
Have you change the master password using asadmin before?
Or do you change the keystore, truststore password by using keytool
directly?
Are you in embedded mode?
Note that the master password, keystore, truststore password must be the
same!

You can do the following experiment.
First, backup the whole domain directory.
Second, stop the server and run the following command:
asadmin change-master-password --savemasterpassword

In this case, you may like to type old and new password to be "changeit"
in this experiment.
If the command is successful, then you can try to restart the server again.

Shing Wai Chan