autowiring error

9 views
Skip to first unread message

Bill Turner

unread,
Sep 2, 2010, 10:30:50 AM9/2/10
to ColdBox Platform
I am sporadically receiving the following error. The particular
handler changes. I am not sure what could be causing this problem.
Certainly, my main is wired up properly at some point for I have had
logging messages out of it. And, I have not changed anything in main
for over a month. I am using CB 3M5, with CF 9 on IIS. Any
suggestions?

"ERROR","fileLog","09/02/2010","09:16:27","coldbox.system.interceptors.Autowire","Error
autowiring handlers.Main. This appender
'coldbox.system.logging.appenders.AsyncRollingFileAppender' must
implement the 'logMessage()' method."
"ERROR","fileLog","09/02/2010","09:16:27","mysleepnumber","Application
Execution Exception ExtraInfo:CFErrorType=Autowire.AutowireException

Bill Turner

unread,
Sep 2, 2010, 10:50:01 AM9/2/10
to ColdBox Platform
Below is another example of this issue. I had done a refresh in my
browser (FF). All was okay. I then realized I wanted to change the
string within a couple logging messages, no variables, just further
info to clarify the message. I refreshed the browser again after
saving the source and received:

"ERROR","fileLog","09/02/2010","09:42:51","mysleepnumber","Application
Execution Exception ExtraInfo:CFErrorType=Autowire.AutowireException
CFDetails=coldfusion.runtime.CustomException: This appender
'coldbox.system.logging.appenders.AsyncRollingFileAppender' must
implement the 'logMessage()' method.


Which makes no sense to me at all. All I did was change:

<cfset variables.logger.debug("canTryAgain is #canTryAgain#") />

to:

<cfset variables.logger.debug("register: canTryAgain is
#canTryAgain#") />

This is new behavior. Could it have something to do with using CLIENT
variables? I introduced those recently.

TIA!

Luis Majano

unread,
Sep 2, 2010, 3:03:09 PM9/2/10
to col...@googlegroups.com
Try m6

Sent from my iPhone

> --
> You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
> To post to this group, send email to col...@googlegroups.com
> To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
> For more options, visit this group at http://groups-beta.google.com/group/coldbox
> For News, visit http://blog.coldbox.org
> For Documentation, visit http://wiki.coldbox.org

Reply all
Reply to author
Forward
0 new messages