Forum Discussion
Cannot Access Management GUI
Hi all,
Running a LTM 1000 v 9.2.2. I get the following error when trying to connect to the GUI:
---------------------
HTTP Status 404 - /tmui/tmui/system/settings/redirect.jsp
type Status report
message /tmui/tmui/system/settings/redirect.jsp
description The requested resource (/tmui/tmui/system/settings/redirect.jsp) is not available.
-----------------------
When this started two things had happened: /var filled up and time had gotten out of synce. I've freed up space in /var and synced the clock, and I have rebooted but no luck.
Tried bigpipe restart tomcat4 and httpd, still no change.
Any ideas?
Thanks.
13 Replies
- nitass
Employee
is there any other error in log? - Mersin_108215
Nimbostratus
This is what I have in the tomcat4 logs:
cat catalina.out
Stopping service Tomcat-Standalone
StandardHost[localhost]: Removing web application at context path /tmui
StandardHost[localhost]: ContainerBase.removeChild: stop: : LifecycleException: Container StandardContext[/tmui] has not been started
LifecycleException: Container StandardContext[/tmui] has not been started
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:470)
at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:758)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:738)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:360)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2225)
at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:625)
Using CATALINA_BASE: /usr/local/tomcat4
Using CATALINA_HOME: /usr/local/tomcat4
Using CATALINA_TMPDIR: /usr/local/tomcat4/temp
Using JAVA_HOME: /usr/java/j2re
Starting service Tomcat-Standalone
Apache Tomcat/4.1
Oct 5, 2012 4:02:11 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on localhost/127.0.0.1:8009
Oct 5, 2012 4:02:11 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=2/117 config=/usr/local/tomcat4/conf/jk2.properties - nitass
Employee
can you try this workaround and then restart tomcat4 and httpd again?
sol7361: The BIG-IP system can create an excessive number of jar_cache files, filling up the /var directory
http://support.f5.com/kb/en-us/solutions/public/7000/300/sol7361.html - Mersin_108215
Nimbostratus
/var is looking better now (down to 84% utilization), but still getting the same error.
From /var/log/httpd/ssl_access_log:
127.1.1.2 - - [05/Oct/2012:10:19:09 -0400] "POST /iControl/iControlPortal.cgi HTTP/1.1" 500 496
172.20.1.119 - admin [05/Oct/2012:10:19:34 -0400] "GET /tmui/tmui/system/settings/redirect.jsp HTTP/1.1" 404 776
127.1.1.2 - - [05/Oct/2012:10:19:39 -0400] "POST /iControl/iControlPortal.cgi HTTP/1.1" 500 497
127.1.1.2 - - [05/Oct/2012:10:19:39 -0400] "POST /iControl/iControlPortal.cgi HTTP/1.1" 500 496 - nitass
Employee
what about catalina.out? - Mersin_108215
Nimbostratus
catalina.out... logs from earlier restart:
Stopping service Tomcat-Standalone
StandardHost[localhost]: Removing web application at context path /tmui
StandardHost[localhost]: ContainerBase.removeChild: stop: : LifecycleException: Container StandardContext[/tmui] has not been started
LifecycleException: Container StandardContext[/tmui] has not been started
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
at org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:470)
at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:758)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:738)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:360)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1221)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1233)
at org.apache.catalina.core.StandardService.stop(StandardService.java:554)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2225)
at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:625)
Using CATALINA_BASE: /usr/local/tomcat4
Using CATALINA_HOME: /usr/local/tomcat4
Using CATALINA_TMPDIR: /usr/local/tomcat4/temp
Using JAVA_HOME: /usr/java/j2re
Starting service Tomcat-Standalone
Apache Tomcat/4.1
Oct 5, 2012 9:37:09 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on localhost/127.0.0.1:8009
Oct 5, 2012 9:37:09 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/90 config=/usr/local/tomcat4/conf/jk2.properties - nitass
Employee
i am still thinking the issue relates to available disk space of /var. not sure if it is possible to make more room. - Mersin_108215
Nimbostratus
Is there a min requirement? Any other suggestions on what's causing the redirect? The file mentioned in the error does not exist, and I cannot find that it ever did.
There is not a lot to free up in /var. Only 47MB total -
/dev/hda8 47900 40648 4779 90% /var - nitass
Employee
i do not have 1000 platform and bigip 9.2.2. anyway, this is 2400 platform running 9.4.8.
additionally, i do not think redirect.jsp is a real filename.[root@B2400-R24-S17:Active] config b version|grep -iA 2 version BIG-IP Version 9.4.8 355.0 Final Edition [root@B2400-R24-S17:Active] config df -h Filesystem Size Used Avail Use% Mounted on /dev/hda5 365M 315M 32M 91% / /dev/hda7 57M 4.9M 49M 10% /config /dev/hda8 47M 15M 30M 34% /var none 501M 6.8M 494M 2% /shared/rrd.1.0 none 501M 248K 501M 1% /dev/shm none 501M 1.5M 500M 1% /var/tmpfs none - - - - /dev/mprov/tmm [root@B2400-R24-S17:Active] config find / -name redirect.jsp [root@B2400-R24-S17:Active] config - Mersin_108215
Nimbostratus
Hi Nitass - to update - I haven't been able to get /var down below 82% to confirm if that is my issue. I have less space allocated for /var/tmpfs
[root@BIGIP1000-02:Active] ucs df -lh
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 365M 296M 51M 86% /
/dev/hda7 57M 5.7M 48M 11% /config
/dev/hda8 47M 38M 7.4M 84% /var
none 124M 5.7M 118M 5% /shared/rrd.1.0
none 124M 40K 124M 1% /dev/shm
none 124M 1.4M 122M 2% /var/tmpfs
Recent Discussions
Related Content
* 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
