Issues running java in Solaris 9 container
- by Matthew Watson
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.