Glassfish 3.1.1 enable-secure-admin fails

admin

Administrator
Staff member
I installed the last stable version of
Code:
glassfish 3.1.1
multilingual on windows 7. Currently I am trying to setup a cluster with several instances. I am following the tutorial on <a href="http://javadude.wordpress.com/2011/04/25/glassfish-3-1-clustering-tutorial/" rel="nofollow noreferrer">http://javadude.wordpress.com/2011/04/25/glassfish-3-1-clustering-tutorial/</a> to do that. In one of the steps I have to use the
Code:
enable-secure-admin
command on the
Code:
DAS
. However, when I run it it gives me the following message:

Code:
C:\glassfish3\bin&gt;asadmin.bat enable-secure-admin
remote failure: Error enabling secure admin : org.jvnet.hk2.config.TransactionFailure: java.lang.RuntimeException: java.lang.IllegalArgument
Exception: Could not find the alias s1as in the trust store
java.lang.RuntimeException: java.lang.IllegalArgumentException: Could not find the alias s1as in the trust store
Command enable-secure-admin failed.

Does anybody have any ideas how to resolve that?

Thanks, in advance.