I recently upgraded Java on my Linux web server to 1.4.2_03b. It runs
fine as root but when I try to run as anyone else I get the following
error:
-----------------------------------------------------------------------
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
#
# Error ID: 4F533F4C494E55580E43505001C9
#
Heap at VM Abort:
Heap
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x4041abb8
SIGNAL = 11
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is
any.
Good bye.
Aborted
------------------------------------------------------------------------
Any help is greatly appreciated!
> I recently upgraded Java on my Linux web server to 1.4.2_03b. It
> runs fine as root but when I try to run as anyone else I get the
[quoted text clipped - 9 lines]
> #
> # Error ID: 4F533F4C494E55580E43505001C9
> Any help is greatly appreciated!
Java wasn't able to read /proc/self/stat, ie. you probably didn't have
the proc filesystem mounted. Sun's 1.4.2_03 will stop running in that
case.
(The current Blackdown 1.4.2 version and future Sun 1.4.2 releases
only print a warning if /proc/self/stat isn't accessible and continue
running. It's still recommended to have /proc mounted however.)
Juergen

Signature
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux/java2-status/