[coldbox-4.1.0] LogboxEvent not found

I git strange error while migrating an app from cb3.5 to cb 4.1:

I injected the logger into a model component and all works fine in CB3.5

while using 4.1 I get an strange error

"Could not find the ColdFusion component or interface coldbox.system.logging.LogEvent. "

latest version of cb4.1 is in the root

the error occurs in \coldbox\system\logging\Logger.cfc:312)

any Ideas?

Daniel

Don’t know about that one Daniel, we use that a lot. Maybe you need to reboot.

Luis Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
P/F: 1-888-557-8057
Direct: (909) 248-3408

Linked In: http://www.linkedin.com/pub/3/731/483

Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

Check for old server mappings for /coldbox still pointing to an old version. Also, disable any kind of component caching in the admin that might be getting in the way.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Yes, it looks once more like ACF9 paths nigthmare. Even coldbox is in the root, I had to give it an expicit mapping to make it work (!!)

Daniel