users@glassfish.java.net

Re: Glassfish 4.0 create-domain with ...

From: <forums_at_java.net>
Date: Wed, 18 Sep 2013 15:51:38 -0500 (CDT)

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