I have found this is a bug. In class LocalServerCommand.java method
getMasterPasswordFile, the following line is wrong: File mp = new
File(serverDirs.getServerDir(), "master-password"); It should be
serverDirs.getConfigDir() instead, because that is where master-password is
saved during domain-creation. I verified that by copying the master-password
file from the config folder to one level up. It worked. How do I report this
bug?
--
[Message sent by forum member 'heq']
View Post: http://forums.java.net/node/898749