AutowireException

I periodically get these autowireExceptions. It happens a few times a day. It happens during times when I an not doing a reinit. The service that reports the error varies so it’s not isolated to a single one.

TypeAutowire.AutowireException
MessageError autowiring handlers.league. Element emailservice is undefined in a Java object of type class java.util.concurrent.ConcurrentHashMap.
Detailcoldfusion.runtime.UndefinedElementException: Element emailservice is undefined in a Java object of type class java.util.concurrent.ConcurrentHashMap. at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:961) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967) at cfSingleton2ecfc1377066018$funcGETFROMSCOPE.runFunction(C:\inetpub\wwwroot\coldbox\system\ioc\scopes\Singleton.cfc:54) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at

Some possible relevant settings from my config:

handlersIndexAutoReload =

false, configAutoReload = false, handlerCaching = true, eventCaching = true,

Any else see this?

Thanks.

Jonathan

How about singletonreload?

I just now found that and turned it to false. So far so good.

Yes, that setting is for development as its supposed to clean the singleton cache on a per request basis, so it might deal with collisions once in a while, so DEFINTELY good to set it to false in production.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Thank you very much. It’s working better.

Anyone do anything special to deal with bots consuming memory? I have a robots.txt but the bots don’t seem to listen well.