7.0 Supported Configurations: Sun Solaris 8 on SPARC
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This section provides the following information:
http://www.sun.com/solaris
.http://www.sun.com/service/support
. If you have a support contract for the use of Solaris platforms, you may be able to obtain support for general Java issues (for example, JVM problems). http://java.sun.com/products/?frontpage-main
. BEA recommends using the latest available versions of the JVMs supported by BEA, except where noted otherwise in our Supported Configurations document.
Sun Java 2 SDK 1.3.1_10 (32 bit) and all later service packs of 1.3.1 |
|
|
Sun Java 2 SDK 1.4.2_03 (32-bit) with Java HotSpotTM Client VM and all later service packs of 1.4.2 |
||
Supports WebLogic Server development tools. For more information about WebLogic Platform design and development tools support, see Supported Configurations for Design and Development Tools in Version 7.0 SP5 in Supported Configurations for WebLogic Platform 7.0. |
||
For any components of WebLogic Platform or for the full WebLogic Platform product, see Disk Space Requirements. |
||
export _JVM_ARGS="inline_instrs_jit=0"
directive is being used.This is due to two Sun bugs: #4333396 (JVM crash during JIT) and #4333696. The error message reads: SIGABRT and JIT coredump: panic: Unexpected operand kind(10) in j86OpndImage.
These bugs also affect 1.2.1_04, so you must Disable aggressive inlining by the JIT with: export _JIT_ARGS=novinline
.
/etc/hosts
file. Unfortunately, this number is frequently 127.0.0.1
, the standard loopback network address for the machine. This problem affects licenses granted for specific IP numbers. We have also observed this problem in a cluster where an HTTP request is passed by a Web server or another WebLogic Server via the HttpClusterServlet, to a WebLogic Server running on a Solaris machine with this configuration problem. The 127.0.0.1
IP number is carried with the server's response. Subsequent calls to that machine time out because the IP number is incorrect. To determine whether you have this problem on your Solaris computer, run the following command:
java utils.netAddresses
If you see 127.0.0.1 in the output, ask the system administrator to move the computer's network IP address to the beginning of the /etc/hosts
file.
-XX:MaxPermSize=128m
. For WebLogic Integration, use the following setting: -XX:MaxPermSize=256m
.For more information about known issues with any components of this release, see the appropriate Release Notes document. For a complete list of Release Notes supporting WebLogic Platform 7.0, see:
http://download.oracle.com/docs/cd/E13196_01/platform/docs70/interm/relnotes.html
![]() ![]() |
![]() |
![]() |