increasing the timeout does not solve the root cause of the problem. You need to check the reason for the block time and solve the problem. Perhaps in some cases the solution should increase the wait time.
In most cases, increasing resources is a poor way to solve problems. I had this case, Wildfly had a lot of time to download. I increased the timeout to 600 and solved the problem, but still had problems loading the wildlife, which was so annoying.
2018-03-26 07:50:36,523 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 '[("path" => "xxxxxxxxxxxxxxxx")]'
Finally, I checked the reason for the lock and found that this block was caused by the decision of the network node (NAS storage is defined as a path in wildfly).
I went over to network setup and found that my local DNS was set incorrectly. I added local DNS instead of public DNS, and the problem with the block disappeared. Hope this helps
Relations Sleem
Sleem source share