Sun Web Console - Application Error
We are gettting the following error when using the Sun Web Console to access a SE6130:
Application Error
com.iplanet.jato.NavigationException: Exception encountered during forward
Root cause = [java.lang.OutOfMemoryError]
Where do I go from here?
Thanks for any ideas,
Glen Gunselman
[342 byte] By [
gunselmg] at [2007-11-25 22:59:53]

# 1
This may be due to not enough space in /var/tmp, for the application to place temporary files. Another possibility is that you've run out
of physical memory for the webserver to do its thing.
can you post a df -k, or run:
mdb -k
memstat
$q
I "think" thats the sequence for memstat.
# 2
Thanks for the info. Unfortunately Sun Support Center had me re-boot the server. /var has been running very full (< 100MB free).
re-boot-ing did restore operation of the Sun Web Console.
I tried the mdb -k but received the following error:
root #mdb -k
Loading modules: [ unix krtld genunix ip usba ipc random nfs ptm ]
> memstat
mdb: failed to dereference symbol: unknown symbol name
> $q
root #
Thanks again for the help,
Glen