Forum Discussion
t_vanderkrogt
Nov 17, 2016Altostratus
Failing to login to GUI with admin account
I'm experiencing a really strange issue with my Virtual F5 LTM.
I'm running BIG-IP 11.6.1 Build 1.0.326 and since two weeks I'm not able to log into the GUI anymore.
Neither with the admin acc...
Nov 22, 2016
Maybe it has something to do with file permissions. Then you can see messages like this in the /var/log/tomcat/catalina.out logfile:
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /var/log/webui.log (Permission denied)
I've seen systems where the settings of the /var/log partition was set incorrectly. Like:
[root@localhost:Active:Standalone] etc ls -ldZ /var/log
drw-r--r--. root root system_u:object_r:var_log_t:s0 /var/log
-rw-rw-r--. root tomcat system_u:object_r:var_log_t:s0 /var/log/webui.log
Fix it like this:
chmod 0755 /var/log
tmsh restart sys service tomcat
Maybe not a bad idea to reboot the whole box.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects