Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Post-Upgrade Tasks
  10. Search Configuration Upgrade
  11. Hierarchies Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Appendix A: Troubleshooting the Upgrade Process
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Processing Existing ActiveVOS Tasks
  18. Appendix D: Configuring Metadata Caching

Upgrading from Version 10.1, 10.2, 10.3, 10.4, or 10.5

Upgrading from Version 10.1, 10.2, 10.3, 10.4, or 10.5

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!