GlassFish error message

2

I'm using GlassFish 3.1.2.2 together with NetBeans 7.4 and I do not know where to get this information all the time when I start the server:

  

INFO: Host user [admin] 127.0.0.1 does not have access from   administration or the user name and password provided are incorrect

    
asked by anonymous 21.08.2014 / 16:33

1 answer

3

Open the properties of the server in question and enter the correct administrator password on the Connection tab. The password you entered is likely to be incorrect. By default the admin password is adminadmin .

To test whether or not the password is correct, open the glassfish admin console (localhost: 4848) and try logging in with your admin user.

    
21.08.2014 / 19:16