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:234680
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to