How to increase IDM container timeout value in Vapp: WFLYCTL0348: Timeout after [300] seconds waiting for service container stability.
search cancel

How to increase IDM container timeout value in Vapp: WFLYCTL0348: Timeout after [300] seconds waiting for service container stability.

book

Article ID: 233640

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

How to increase container timeout value to resolve the error below under Vapp

ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0348: Timeout after [300] seconds waiting for service container stability. Operation will roll back. Step that first updated the service container was 'add' at address '[
    ("core-service" => "management"),
    ("management-interface" => "http-interface")
]'

 

Resolution

1. Login as config user

2. sudo /opt/CA/wildfly-idm/bin/add-user.sh

Example:

What type of user do you wish to add?
   a) Management User (mgmt-users.properties)
   b) Application User (application-users.properties)
      (a): a 


Username : YourJbossAdmin


What groups do you want this user to belong to? (Please enter a comma separated list, or leave blank for none)[  ]:
Press Enter to leave blank


About to add user 'YourJbossAdmin' for realm 'ManagementRealm'


Is this correct yes/no? yes


Added user 'YourJbossAdmin' to file '/opt/CA/wildfly-idm/standalone/configuration/mgmt-users.properties'


Added user 'YourJbossAdmin' to file '/opt/CA/wildfly-idm/domain/configuration/mgmt-users.properties'


Added user 'YourJbossAdmin' with groups  to file '/opt/CA/wildfly-idm/standalone/configuration/mgmt-groups.properties'


Added user 'YourJbossAdmin' with groups  to file '/opt/CA/wildfly-idm/domain/configuration/mgmt-groups.properties'


Is this new user going to be used for one AS process to connect to another AS process?
e.g. for a slave host controller connecting to the master or for a Remoting connection for server to server EJB calls.
yes/no? no

3. cd /opt/CA/wildfly-idm/bin/
execute ./jboss-cli.sh
execute connect
Enter: credentials

/system-property=jboss.as.management.blocking.timeout:add(value=N)

Example:

/system-property=jboss.as.management.blocking.timeout:add(value=3600)

4. Restart IDM