Ever since I set up a custom DBAppender I’ve been getting random (feels like every second morning) “could not initialize proxy - no Session” error trying to do fwreinit, and the only way to fix it is to restart CF. Any idea how to debug this?
The error occurred in D:/Inetpub/wwwroot/myapp/system/coldbox/system/logging/Logger.cfc: line 336
Called from D:/Inetpub/wwwroot/myapp/system/coldbox/system/logging/Logger.cfc: line 245
Called from D:/Inetpub/wwwroot/myapp/system/coldbox/system/ioc/Injector.cfc: line 175
Called from D:/Inetpub/wwwroot/myapp/system/coldbox/system/web/services/LoaderService.cfc: line 178
Called from D:/Inetpub/wwwroot/myapp/system/coldbox/system/Bootstrap.cfc: line 103
Called from D:/Inetpub/wwwroot/myapp/system/coldbox/system/Bootstrap.cfc: line 350
Called from D:/Inetpub/wwwroot/myapp/predictmrs/apps/BasePredictApplication.cfc: line 125
334 : } else {
335 : // Thread this puppy
336 : thread action=“run” name="#threadName#" logEvent="#logEvent#" thisAppender="#thisAppender#"{
337 : attributes.thisAppender.logMessage( attributes.logEvent );
338 : }