Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glassfish - User [] from host 127.0.0.1 does not have administration access

Working with Glassfish, everything were ok, then I changed the password (box "Anonymous connection..." was checked) and set a password.

Now, password set, box "Anonymous connection" unchecked, application are still running fine BUT I'm spammed in Glassfish logs with a huge amount of

User [] from host 127.0.0.1 does not have administration access
User [] from host 127.0.0.1 does not have administration access
User [] from host 127.0.0.1 does not have administration access
...

and I get one line of this log every 2 seconds.

It looks like a service, or thread or whatever, trying to deal with my glassfish server, but I can't find what causes this.

Any ideas?

like image 835
Jon Avatar asked Dec 25 '22 23:12

Jon


1 Answers

Try to start server without giving any user name and password. T0 do this in Eclipse you can go to Server properties and under Glassfish empty the username and password field.

like image 55
Varun Avatar answered Apr 29 '23 09:04

Varun