Here is what I git when I try to change master password...I have tried almost every combination of characters, numbers, special charaters /home/larry$ /home/glassfish/bin/asadmin change-master-password -- savemasterpassword=true Enter the current master password> Enter the new master password> Enter the new master password again> Error changing master password( Error changing password for password alias store /home/glassfish/glassfish/domains/domain1/config/domain- passwords( java.io.EOFException ) )
0
votes
2 Answers
1
votes
0
votes
I had changed the master password to something different than changeit but forgot to use the --savemasterpassword=true parameter. Then I tried to change it again and use the parameter, but I kept getting "Error changing password"
The solution that worked for me was to delete the file domains\domain1\config\domain-passwords. After that, the change-master-password command worked fine.