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 Microsoft SQL Server with Red Hat JBoss

Installation Guide for Microsoft SQL Server with Red Hat JBoss

Configure Timeout Properties

Configure Timeout Properties

To address any potential API timeout errors that may occur during the Operational Reference Store (ORS) specific API generation and the Java Message Service (JMS) schema generation, configure the timeout properties in the
standalone-full.xml
file. You can access the file from the following directory:
<
JBoss installation directory
>/standalone/configuration
. To configure the server properties, run the relevant commands of the configuration from the JBoss Command Line Interface (CLI).
  1. Edit the
    standalone-full.xml
    using a text editor.
  2. Locate the
    <security-domain>
    tag.
  3. Modify the
    read-timeout
    and
    write-timeout
    attribute values as seen in the following section:
    <server name="default-server"> <http-listener name="default" socket-binding="http" max-post-size="50000000" redirect-socket="https" enable-http2="true" read-timeout="180000" write-timeout="180000"/> <https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/> <host name="default-host" alias="localhost"> <location name="/" handler="welcome-content"/> <http-invoker http-authentication-factory="application-http-authentication"/> </host> </server>

0 COMMENTS

We’d like to hear from you!