Modifying Default Timeout Settings

If you are using Lifecycle Management to import large models, the import may take longer to process than the time specified in the default timeout settings on the Oracle WebLogic Server. To work around this issue, you must reset the default timeout settings.

  To modify the default timeout for WebLogic Server:

  1. Navigate to EPM_ORACLE_INSTANCE\httpConfig\OHS\ohs_component\mod_wl_ohs.conf.

  2. In the configuration file, locate the section LocationMatch/profitability, and add the line WLIOTimeoutSecs 3000, as shown below:

    SetHandler weblogic-handler

    PathTrim

    KeepAliveEnabled ON

    KeepAliveSecs 20

    WLIOTimeoutSecs 3000

    WeblogicCluster servername:6756

  3. Navigate to EPM_ORACLE_INSTANCE\httpConfig\OHS\ophs_component\htppd.conf

  4. Set Timeout to 3000, as shown in the following text:

    # Timeout: The number of seconds before receives and sends time out. Timeout 3000

    Note:

    The server timeout shown above is a suggested limit. Because timeout settings vary from application server to application server, refer to the timeout settings specific to your application server.