Table of Contents

Search

  1. Abstract
  2. Installation and Upgrade
  3. 10.4 HotFix 3
  4. 10.4 HotFix 2 Fixed Limitations
  5. 10.4 HotFix 1 Fixed Limitations
  6. 10.4

Oracle WebLogic 12.2.1.3

Oracle WebLogic 12.2.1.3

When you use Oracle WebLogic version 12.2.1.3 with
Multidomain MDM
version 10.4, the following additional steps are required to address some known limitations.

Apply a patch to WebLogic 12.2.1.3

Ensure that your WebLogic 12.2.1.3 environment includes the following patch:
p26923558_122130_Generic.zip
(MDM-18967)

Configure the Java Virtual Machines for WebLogic 12.2.1.3

To configure a Java Virtual Machine (JVM), set the Java options by using the
JAVA_OPTIONS
environment variable.
You can set the Java options in the following file:
On UNIX.
<
WebLogic domain
>/bin/setDomainEnv.sh
On Windows.
<
WebLogic domain
>\bin\setDomainEnv.cmd
The following table describes the Java options:
Java Options
Description
-Djavax.wsdl.factory.WSDLFactory
Required to invoke a service WSDL that might have a default namespace prefix.
Set to the following value:
com.ibm.wsdl.factory.WSDLFactoryImpl
-DANTLR_USE_DIRECT_CLASS_LOADING
Required to launch the WebLogic Server on which the MDM Hub is deployed. Set to
true
.

Update the Hub Server build properties

Edit the Hub Server
build.properties
file to set the following property:
weblogic.version=10.x
(MDM-22366)

Deploy the Resource Kit .ear files

If you install the Resource Kit, the
.ear
files are not deployed automatically. You need to edit the classpath in the
sip_ant
script, run the post installation script, and deploy the
.ear
files from the WebLogic Administration Console.
The following example procedure refers to
.sh
files and uses the syntax for a UNIX system.
  1. If the post installation fails, navigate to the following directory:
    <
    MDM Hub installation directory
    >/hub/server
    /resourcekit/bin
  2. Open the
    sip_ant.sh
    file.
  3. Find the following text and delete
    $WLS_CLASSPATH
    :
    $JAVA_HOME/jre/bin/java \ $USER_INSTALL_PROP \ -Xmx512m -classpath \ $SIP_HOME/deploy/lib/ant.jar:$SIP_HOME/deploy/lib/ant-launcher.jar:$SIP_HOME/deploy/lib/ant-nodeps.jar:
    $WLS_CLASSPATH
    \ org.apache.tools.ant.Main \ $PARAM
  4. Save the file.
  5. Run
    ./postinstall.sh -Dweblogic.password=<password>
    .
    The process saves the generated .ear files in the following location:
    <
    MDM Hub installation directory
    >/hub/server
    resourcekit/bin/deploy/deployed_ears
    .
  6. Open the WebLogic Administration Console and deploy the generated
    .ear
    files.
(MDM-22847)

0 COMMENTS

We’d like to hear from you!