OK. Now, I'm really getting pissed at CF!! I created a mapping that pointed to the same directory as the CFC.
I created a custom tag path that pointed to the same directory as the CFC. Neither worked. In fact, after removing those two items, CF is not giving a different error. I thought you could call a CFC, from the same directory, as another page without having to specify a path, setup a mapping or setup a custom tag path. Did this break in the Updater? M!ke -----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:37 PM To: CF-Talk Subject: RE: Null Pointer Exception Creating a CFC Object Update to this problem: 1. I tried to rename the CFC, but it made no difference. The Null Pointer error continued. 2. I tried CFOBJECT and continued to receive the Null Pointer error. 3. Removed all code from within the CFC and still no worky. This really sucks. -----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:23 PM To: CF-Talk Subject: Null Pointer Exception Creating a CFC Object On Monday, I updated our CF servers to the most-recent updater. Now, when I try to create an instance of a CFC, in the same directory as the calling page, I get a Null Pointer exception. The CFC worked before the updater was applied. My CFC is named "LiberumHelpDeskReportDataGateway.cfc". My CF code is: <cfset gw = createObject("component", "LiberumHelpDeskReportDataGateway")> If I change the name of the component, it breaks, as it should, and tells me it can not find the component. I don't have any code in the body of the CFC that is outside of any functions, so I don't believe that any code is being called before I actually call my .init() method. I restarted the CF service and removed all .class files as well. The error continues. Any ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234682 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

