Import of the AFX standard connectors fails with 'UT000020: Connection terminated as request was larger than 10485760' in RSA Identity Governance & Lifecycle
4 years ago
Originally Published: 2016-08-22
Article Number
000044064
Applies To
RSA Product Set: Identity Governance & Lifecycle 
RSA Version/Condition: 7.0
Platform (Other): WildFly
 
Issue
An import of an AFX 7.0.0 P{XX} standard connector package into the RSA Identity Governance & Lifecycle user interface (AFX > Import), displays the following error:
 
Import Failed: UT000020: Connection terminated as request was larger than 10485760
 
 
Screenshot of error
Cause
There are missing properties in the WildFly configuration setup.
Resolution
This issue is resolved in the following RSA Identity Governance & Lifecycle patches:
  • RSA Identity Governance & Lifecycle 7.0.1
  • RSA Identity Governance & Lifecycle 7.0.2
Workaround

Non-clustered environment

If the environment is not clustered, follow the steps below.

  1. Login to the domain controller machine as the oracle user.
  2. Navigate to $AVEKSA_HOME/wildfly/bin.
  3. Connect to the domain controller by host name
./jboss-cli.sh -c --controller={domain_controller_host_name}
  1. At the command prompt, enter each of the following commands:
  • /profile=full-ha/subsystem=undertow/server=default-server/http-listener=default/:write-attribute(name=max-post-size,value=2147483647)
  • /profile=full-ha/subsystem=undertow/server=default-server/https-listener=https/:write-attribute(name=max-post-size,value=2147483647)
  • /profile=full-ha/subsystem=undertow/server=default-server/https-listener=agent-ssl/:write-attribute(name=max-post-size,value=2147483647)

Note: These commands will update the $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml file.

  1. Restart RSA Identity Governance & Lifecycle 
acm restart
  1. Try the connector import again.


Clustered environment

In a clustered environment, follow the steps below.

  1. Login to the domain controller for the WildFly cluster as the oracle user.
  2. Navigate to $AVEKSA_HOME/wildfly/bin.
  3. Connect to the domain controller by host name
./jboss-cli.sh -c --controller={domain.ontroller_host_name}
  1. At the command prompt, enter each of the following commands:
  • /profile=full-ha/subsystem=undertow/server=default-server/http-listener=default/:write-attribute(name=max-post-size,value=2147483647)
  • /profile=full-ha/subsystem=undertow/server=default-server/https-listener=https/:write-attribute(name=max-post-size,value=2147483647)
  • /profile=full-ha/subsystem=undertow/server=default-server/https-listener=agent-ssl/:write-attribute(name=max-post-size,value=2147483647)
Note: These commands will update the $AVELSA_HOME/wildfly/domain/configuration/domain.xml file.
  1. Restart RSA Identity Governance & Lifecycle on each node of the cluster. Login to each node as the oracle user.
aveksa_cluster restart
  1. Try the connector import again.

Notes
  • For non-clustered environments, the value for max-post-size should be set to 2147483647 in the $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml file.
  • For clustered environments, the value for max-post-size should be set to 2147483647 in the $AVEKSA_HOME/wildfly/domain/configuration/domain.xml file.