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 How to install and activate RSA ACE/Server Replica on UNIX: QuickNotes 27Number of Views How to configure High Availability (HA) on multiple RSA Authentication Agents for Citrix StoreFront with Risk Based Authen… 225Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?