|
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
Strange, strange CFC Error: Null Pointer
I am getting the strangest CFC error on the code below (and all cfc'sSam Farmer 03/15/06 09:11 A What version of CF Server?Steve Brownlee 03/15/06 10:00 A Sam, I had the exact same problem after I updated to the CF HotFix2.Dawson, Michael 03/15/06 10:03 A Thanks M!ke. I've passed the info on to my host.Sam Farmer 03/15/06 11:16 A I am getting the strangest CFC error on the code below (and all cfc's I have on this site). They work in development but not in production. Any ideas what is going on? Code: <cfcomponent name="test"> <cffunction access="remote" name="out" > <cfdump var="#server#"> </cffunction> </cfcomponent> URL: http://www.mountvernonsquare.org/test.cfc?method=out Error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. Cheers, Sam What version of CF Server? ----- Excess quoted text cut - see Original Post for more ----- Sam, I had the exact same problem after I updated to the CF HotFix2. I had to completely uninstall CF, then reinstall before it would work again. It's not your code. M!ke I am getting the strangest CFC error on the code below (and all cfc's I have on this site). They work in development but not in production. Any ideas what is going on? Code: <cfcomponent name="test"> <cffunction access="remote" name="out" > <cfdump var="#server#"> </cffunction> </cfcomponent> URL: http://www.mountvernonsquare.org/test.cfc?method=out Error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. Cheers, Sam Thanks M!ke. I've passed the info on to my host. ----- Excess quoted text cut - see Original Post for more -----
|
Mailing Lists
|
Latest Fusion Authority Articles
|
||||||