Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Customize ActiveVOS
  12. Troubleshooting the MDM Hub
  13. Uninstallation

Installation Guide for IBM Db2 with Red Hat JBoss

Installation Guide for IBM Db2 with Red Hat JBoss

Additional Java Virtual Machine Configuration

Additional Java Virtual Machine Configuration

Additional Java Virtual Machine configurations before you run MDM installer or set up JBoss.
Set the additional Java options required for RedHat JBoss EAP with ActiveVOS in the following files:
On UNIX:
JBoss installation directory>/bin/standalone.conf.sh
  • To view the ActiveVOS login page, add the following property:
    JAVA_OPTS="$JAVA_OPTS -Dae.mail.default.charset=US-ASCII -Dae.web.filter.https.force=false --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED"
  • To enable Provisioning Site login authentication, add the following property:
    JBOSS_JAVA_SIZING="-Xms1G -Xmx5G -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=1G --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED"
  • To prevent JBoss server log files from growing when the server is running for a prolonged period of time and to successfully enable Hierachies for SEED Operational Reference Store (ORS), add the following property:
    JAVA_OPTS="$JAVA_OPTS -Djdk.serialFilter=*"
  • To implement Generate Operational Reference Store (ORS) API and JMS schema event manager, add the following property:
    JAVA_OPTS="$JAVA_OPTS --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED"
  • To ensure workflow progress after approval in the Hierarchy workflow, add the following property:
    JAVA_OPTS="$JAVA_OPTS -Dio.undertow.legacy.cookie.ALLOW_HTTP_SEPARATORS_IN_V0=true"
On Windows:
JBoss installation directory>\bin\standalone.conf.bat
  • To view the ActiveVOS login page, add the following property:
    set "JAVA_OPTS=%JAVA_OPTS% -Dae.mail.default.charset=US-ASCII -Dae.web.filter.https.force=false --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED"
  • To enable Provisioning Site login authentication, add the following property:
    set "JBOSS_JAVA_SIZING=-Xms1G -Xmx5G -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=1G --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED"
  • To prevent JBoss server log files from growing when the server is running for a prolonged period of time and to successfully enable Hierachies for SEED Operational Reference Store (ORS), add the following property:
    set "JAVA_OPTS=%JAVA_OPTS% -Djdk.serialFilter=*"
  • To implement Generate Operational Reference Store (ORS) API and JMS schema event manager, add the following property:
    set "JAVA_OPTS=%JAVA_OPTS% --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED"
  • To ensure workflow progress after approval in the Hierarchy workflow, add the following property:
    set "JAVA_OPTS=%JAVA_OPTS% -Dio.undertow.legacy.cookie.ALLOW_HTTP_SEPARATORS_IN_V0=true"

0 COMMENTS

We’d like to hear from you!