Now this doesn’t happen all the time, but it happens often enough. Any ideas?
Oops! Exception Encountered
Application Execution Exception
Error Type: AbstractAppender.NotImplementedException : [N/A]
Error Messages: This appender 'coldbox.system.logging.appenders.AsyncRollingFileAppender' must implement the 'logMessage()' method.
Tag Context: | |
ID: | CFTHROW |
LINE: | 160 |
Template: | D:\home\andyscott.id.au\SubDomains\ColdBox\system\logging\AbstractAppender.cfc |
Regards,
Andrew Scott
As well as this error.
Error Type: Object : [N/A]
Error Messages: The logMessage method was not found.
Either there are no methods with the specified method name and argument types or the logMessage method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.
--
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
Ok, so it might pay to put a trap in place to automatically refresh the page then. So this error is not displayed to users.
Sort of explains why it is so rare to see then.
What do you consider high load? I have seen it happen with just one user.
CF9.01 on two servers, I will say that it was seen here locally many times months and months ago. And then it just vanished never to be seen again, but after going live and checking all the links out I saw it 5 times in about 30 minutes.
Look if it is was Luis says it is it will be very easy to trap this sort of error and just do a redirection, so I am not going to fully worry about it, for now.
Very true, but there will still be an error page that something has gone wrong though, and will be still logged though.
I would prefer that this sort of error as intermittent as it is, not be there at all.
From: col...@googlegroups.com [mailto:col...@googlegroups.com] On Behalf Of Aaron Greenlee
Sent: Wednesday, 13 April 2011 7:41 AM
To: col...@googlegroups.com
--