-
1. Re: Error invoking CFC for gateway
BKBK Mar 1, 2009 2:03 AM (in response to Dileep_NR)Your Application.cfc shouldn't get mixed up with the gateway. Could we see the code in onRequestStart()? Does Application.cfc implement onRequest()?
-
2. Re: Error invoking CFC for gateway
Yoosaf Abdulla Jan 3, 2014 7:05 AM (in response to BKBK)I am getting an error like this when my eventgateway gets invoked for directorywatch:
Error invoking CFC for gateway watchInboundFiles: null {GATEWAYTYPE={FileWatcher},ORIGINATORID={},CFCMETHOD={onDelete},DATA={{FILENAME={/Users/y oosafabdulla/Sites/bahuvlintbeaches-staging/int/core/internationalBeaches/iptv/dw/1_vod_xm l.cfc},TYPE={DELETE}}},CFCPATH={/Users/yoosafabdulla/Sites/bahuvlintbeaches-staging/int/co re/internationalBeaches/iptv/dw/directory_watch.cfc},GATEWAYID={watchInboundFiles}}.
I just want to dump the cfevent data into a text file.
-
3. Re: Error invoking CFC for gateway
Yoosaf Abdulla Jan 3, 2014 7:25 AM (in response to Yoosaf Abdulla)I found the solution. There was a cfabort in the code and you get this error of min. You need to check the exception.log.
These links helped:
http://www.raymondcamden.com/index.cfm/2006/9/14/Using-ColdFusions-Asynchronous-Gateway--3
http://www.coldfusiondeveloper.com.au/error-invoking-cfc-for-gateway-null/


