Running Java on a Linux system (Red Hat 9), I get this error:
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - find_vma failed
I suspect a library file is missing or incorrect, but I can't figure
out what...
Anyone got any ideas about this?
This is my version info:
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)
-----------------------------------------------------------------
John English | mailto:je@brighton.ac.uk
Senior Lecturer | http://www.it.bton.ac.uk/staff/je
School of Computing & MIS | ** NON-PROFIT CD FOR CS STUDENTS **
University of Brighton | -- see http://burks.bton.ac.uk
-----------------------------------------------------------------
Oliver Wong - 11 Jan 2006 17:48 GMT
> Running Java on a Linux system (Red Hat 9), I get this error:
> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
[quoted text clipped - 9 lines]
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)
I've never seen this error myself, but it seems fairly common. A quick
Google search yields:
http://lists.freebsd.org/pipermail/freebsd-java/2004-July/002568.html
http://forum.java.sun.com/thread.jspa?threadID=542672&messageID=2880153
http://lists.freebsd.org/pipermail/freebsd-java/2005-March/003590.html
http://www.monkey.org/freebsd/archive/freebsd-java/200405/msg00103.html
http://bsdsearch.com/eao/phorum/read.php?f=40&i=3718&t=3710
and many others.
- Oliver