Issues running java in Solaris 9 container
Posted
by
Matthew Watson
on Server Fault
See other posts from Server Fault
or by Matthew Watson
Published on 2009-12-11T13:49:55Z
Indexed on
2011/01/13
16:55 UTC
Read the original article
Hit count: 413
Hi,
I have a solaris 9 container built from a physical server using flarcreate. Everything seems fine, except when trying to trying to run any "java -server" process it fails with the following error
This is on a Sunfire T1000 machine running Solaris 10 10/09 s10s_u8wos_08a SPARC Running jdk1.5.0_15
Exception java.lang.OutOfMemoryError: requested -4 bytes for size_t in /BUILD_AREA/jdk1.5.0_15/hotspot/src/os/solaris/vm/os_solaris.cpp. Out of swap space?
As far as I can tell I'm not actually out of swap space.
Running java in client mode works without a problem.
Googles only suggestion is related to x86.
Any suggestions?
Thanks.
© Server Fault or respective owner