Skip navigation.

Supported Configurations: Oracle Enterprise Linux

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

WebLogic Platform 10.3 on Oracle Enterprise Linux 5

This section provides the following information:

Related Information

 


Configuration Requirements

The following section provides requirements for products supported on this configuration (Note: Oracle VM is Oracle's server virtualization software. Oracle VM is supported where the operating system reference is followed by "/OVM"):

 


Known Issues

Doing a Complete Install With a Generic Installer

If you are performing a complete install of a WebLogic product (e.g. WebLogic Server, WebLogic Portal) by using the generic installer (.jar) on a platform where Eclipse is not supported or not installed, you might encounter a situation where the generic installer will go into a repeated loop condition. If you are experiencing this condition refer to the Installation Guide, specifically the "Install Eclipse Location Options" section for more information on how to handle the installation.

Serial Version UID Mismatch

A Serial Version UID Mismatch Issue may be encountered if you deploy an application on a latest JVM, but compiled with an earlier JDK release.

Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/wlserver_10.3/common/bin/commEnv.sh file to include the following command:

JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"

Alternatively, you can use the command line option:

export JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"

Note: If you intend to deploy new applications with previously compiled applications, they must be recompiled as necessary to have the same Serial Version UID.

JVM Stack Overflow

You might encounter a JVM stack overflow error or exception while running WebLogic Server. This issue applies to Oracle Enterprise Linux 4, 5, 5.1 on AMD64 and 64-bit Xeon platforms.

Workaround: Increase the stack size from the default 128k to 256k.

Issues Related to WebLogic Integration 10.3 Using 64-bit JDK

  1. When you install WebLogic Integration 10.3, you might get the following Exception during installation:
  2. "Creating Domains...

    Exception in thread "Thread-38" java.lang.OutOfMemoryError: Java heap space

    at java.util.Arrays.copyOf(Arrays.java:2882)

    at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)

    at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)

    at java.lang.StringBuffer.append(StringBuffer.java:224)

    at com.bea.plateng.domain.security.LDIFTMerger.getMergedResultStr(LDIFTMerger.java:108)

    at com.bea.plateng.domain.security.SecurityHelper.mergeAuthorizerLDIFTFiles(SecurityHelper.java:1489)

    at com.bea.plateng.domain.security.SecurityHelper.mergeAuthorizer(SecurityHelper.java:1466)

    at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:340)

    at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2785)

    This problem occurs when you use the 64-bit Sun JDK or 64-bit JRockit.

    Workaround:

    You will need to increase the heap size by doing the following:

    java -Xms512m -Xmx1024m -jar wli10gR3_generic.jar

  3. When the Medrec server goes into run mode and you try accessing the admin console for this Medrec server, you may get the following Exception:
  4. "<Error> <netuix> <BEA-423341> <An exception was thrown while trying to map the tag [ lookAndFeel ] : [ java.lang.Throwable ].

    java.lang.Throwable

    at com.bea.netuix.nf.factories.TagClassMap$NamespaceTagnameMap.getClass(TagClassMap.java:189)

    at com.bea.netuix.nf.factories.TagClassMap.getClass(TagClassMap.java:88)

    at com.bea.netuix.nf.factories.ControlTreeFactoryBuilder$CustomDefaultHandler.startElement(ControlTreeFactoryBuilder.java:398)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)

    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)

    Truncated. see log file for complete stacktrace

    An exception can also be thrown when you try to stop the server. You get an "OutOfMemoryexception".

    This problem occurs when you have the 64-bit Sun JDK installed.

    Workaround:

    In the setDomainEnv.sh file, increase MaxPermSize to 256. With this change, the server can start up and you can access the Admin Console without getting the above exception. The server can also shutdown gracefully.

Issues Related to Oracle Enterprise Linux 5.0 on AMD64 and 64-bit Xeon when Using Remote Autonomy

See Using a Remote Autonomy Installation in Supported Configurations for WebLogic Platform 10.3.

Issues Related to Other Products

For information about known issues with products supported on this configuration, including available workarounds, see the appropriate Release Notes document.

Issues related to...

Are described in...

WebLogic Server

WebLogic Server Known and Resolved Issues:

http://download.oracle.com/docs/cd/E12840_01/wls/docs103/issues/index.html

WebLogic Portal

WebLogic Portal Release Notes:

http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/relnotes/index.html

WebLogic Integration

WebLogic Integration Release Notes:

http://download.oracle.com/docs/cd/E13160_01/wli/docs10gr3/relnotes/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs103/relnotes/index.html

 


Download and Install Instructions

You can download Oracle WebLogic products from either the Oracle Technology Network website or the Oracle E-Delivery website.

Download and Install Instructions for OEL on AMD64/64-bit Xeon

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers for download:
  3. Install instructions for 64-bit Xeon/AMD64 using 32-bit JDK
  4. Install instructions for 64-bit Xeon/AMD64 using 64-bit JDK
  5. For WebLogic Portal, make sure that your WL_HOME variable is set to the directory in which you installed your product, and export WL_HOME. For example,
  6. $ WL_HOME=<your installation directory>/wlserver_10.3

Download and Install Instructions for OEL on x86

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers for download:
  3. Install instructions for x86 using 32-bit JDK
  4. For WebLogic Portal, make sure that your WL_HOME variable is set to the directory in which you installed your product, and export WL_HOME. For example,
  5. $ WL_HOME=<your installation directory>/wlserver_10.3

 

Skip navigation bar  Back to Top Previous Next