Import of the AFX standard connectors fails with 'UT000020: Connection terminated as request was larger than 10485760' in RSA Identity Governance & Lifecycle
Originally Published: 2016-08-22
Article Number
Applies To
RSA Version/Condition: 7.0
Platform (Other): WildFly
Issue
Import Failed: UT000020: Connection terminated as request was larger than 10485760
Cause
Resolution
- 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.
- Login to the domain controller machine as the oracle user.
- Navigate to $AVEKSA_HOME/wildfly/bin.
- Connect to the domain controller by host name
./jboss-cli.sh -c --controller={domain_controller_host_name}
- 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.
- Restart RSA Identity Governance & Lifecycle
acm restart
- Try the connector import again.
Clustered environment
In a clustered environment, follow the steps below.
- Login to the domain controller for the WildFly cluster as the oracle user.
- Navigate to $AVEKSA_HOME/wildfly/bin.
- Connect to the domain controller by host name
./jboss-cli.sh -c --controller={domain.ontroller_host_name}
- 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.
- Restart RSA Identity Governance & Lifecycle on each node of the cluster. Login to each node as the oracle user.
aveksa_cluster restart
-
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.
Related Articles
Error when signing a certificate request using RCM in HA with Thales HSM 37Number of Views How to modify the WildFly application server default maximum parameter setting of 1000 in RSA Governance & Lifecycle 244Number of Views The size of the smimeu.fpt file steadily increases by about 500 bytes every time SmtSession_Start() is called. 14Number of Views How to configure High Availability (HA) on multiple RSA Authentication Agents for Citrix StoreFront with Risk Based Authen… 228Number of Views How can I tell what version of onestep.exe I have? 8Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?