This message results from a new feature which was added in R1.28 that made sure certain problems during startup didn’t prevent the Client from hanging and never progressing. It will abort the Client if it takes longer than 5 seconds to startup.
However, more clients than expected started tripping this 5 second threshold. It turns out that the extra delay was caused by excessive layout management.
This problem was fixed in different ways:
The default time has been doubled to 10 seconds
On the “Advanced” tab in the Client Builder you can set the timeout to whatever you want
The layout management has been improved to be more efficient
This message results from a new feature which was added in R1.28 that made sure certain problems during startup didn’t prevent the Client from hanging and never progressing. It will abort the Client if it takes longer than 5 seconds to startup.
However, more clients than expected started tripping this 5 second threshold. It turns out that the extra delay was caused by excessive layout management.
This problem was fixed in different ways: