This indicates that to many identical components are registered, but garbage collection failed. The reason for this is that these duplicate components are actually being used by applications.
Figure out which applications are still using an older version of the component and upgrade those applications. This can be done by enabling the "log.dumpClient" message (dont forget to "enable log debug-mode"), and do a "show log components". The log will now contain a list of debug messages telling you which client is using which component.
Error
More than %maxclients% versions of \"%component%\" are registered. Reduction failed; to many registered clients [%clients%]
Name | Type |
---|---|
maxclients | uInt |
component | String |
clients | uInt |