问题描述
这是我尝试更改主密码时的git ...我尝试了几乎所有字符,数字和特殊字符的组合 /home/larry $/home/glassfish/bin/asadmin change-master-password- savemasterpassword = true 输入当前的主密码> 输入新的主密码> 再次输入新的主密码> 更改主密码时出错(为密码更改密码时出错 别名存储/home/glassfish/glassfish/domains/domain1/config/domain- 密码(java.io.EOFException)
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 ) )
推荐答案
您可以尝试以下命令:
asadmin change-master-password --savemasterpassword=true domain1
当系统提示您输入当前密码时,请使用"changeit".
When you are promted for the current password use 'changeit'.
这篇关于glassfish主密码错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!