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 rsa_authentication_manager_8.5_getting_started_virtual_appliance_VMware.pdf 88Number of Views RSA Authentication Manager 8.5 Hyper-V Virtual Appliance Getting Started 26Number of Views Users cannot log into the RSA Authentication Manager Self-Service Console using the Authenticate OTP 296Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?