House of Fusion
Home of the ColdFusion Community
Hostmysite Dedicated Hosting

Search cf-talk

August 30, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
           1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31             

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Strange, strange CFC Error: Null Pointer

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
What version of CF Server
Steve Brownlee
03/15/06 10:00 A

03/15/2006 09:11 AM
Author:
Sam Farmer

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

03/15/2006 10:00 AM
Author:
Steve Brownlee

What version of CF Server?

03/15/2006 10:03 AM
Author:
Dawson, Michael

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

03/15/2006 11:16 AM
Author:
Sam Farmer

Thanks M!ke.  I've passed the info on to my host. On 3/15/06, Dawson, Michael <md40@evansville.edu> wrote:


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists