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 261Number of Views How to configure High Availability (HA) on multiple RSA Authentication Agents for Citrix StoreFront with Risk Based Authen… 229Number of Views Cluster Relationships 55Number of Views RSA Authentication Manager Secure Proxy Server for Cloud Access Service 170Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?