|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
Strange, strange CFC Error: Null Pointer
Author: Alex dwkd
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:45126#343804
I've experienced this error after upgrading MySQL from 4 to 5
I've put together this small article on how to temporarily fix it until a hot fix
is released from Adobe:
http://www.thebluepipe.com/Developer/tutorials/coldfusion/coldfusion-m
ysql-5-fix
ing-the-system-has-attempted.html
hope it helps
d
>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?
...
Author: Sam Farmer
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:45126#235455
Thanks M!ke. I've passed the info on to my host.
----- Excess quoted text cut - see Original Post for more -----
Author: Dawson, Michael
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:45126#235441
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
Author: Steve Brownlee
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:45126#235439
What version of CF Server?
----- Excess quoted text cut - see Original Post for more -----
Author: Sam Farmer
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:45126#235428
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
|
May 24, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||