Table of Contents

Search

  1. Introduction
  2. Multidomain MDM Version 10.3
  3. Installation and Upgrade
  4. Version 10.3

Oracle WebLogic 12.2.1.3 or later

Oracle WebLogic 12.2.1.3 or later

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

Apply a patch to WebLogic 12.2.1.3 or later

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 or later

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!