Here is the error message:

 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.
 
The error occurred in
D:\WebSites\Departments\ots.evansville.edu\WebSite\test.cfm: line 3

1 : <cfoutput><p>#now()#</p></cfoutput>
2 : 
3 : <cfset result = createObject("component", "test")>

Resources:

    * Check the ColdFusion documentation to verify that you are using
the correct syntax.
    * Search the Knowledge Base to find a solution to your problem.

Browser         Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Remote Address          10.8.0.12
Referrer        
Date/Time       08-Mar-06 12:58 PM
Stack Trace
at
cftest2ecfm641148156.runPage(D:\WebSites\Departments\ots.evansville.edu\
WebSite\test.cfm:3)

java.lang.NullPointerException
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory
..java:115)
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory
..java:102)
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory
..java:96)
        at
coldfusion.runtime.TemplateProxyFactory.resolveFile(TemplateProxyFactory
..java:74)
        at
coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory
..java:632)
        at coldfusion.runtime.CFPage.createObject(CFPage.java:5699)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5668)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5633)
        at
cftest2ecfm641148156.runPage(D:\WebSites\Departments\ots.evansville.edu\
WebSite\test.cfm:3)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
        at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:209)
        at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
51)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersist
enceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.jav
a:115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257
)
        at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541
)
        at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
204)
        at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.j
ava:318)
        at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:426)
        at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav
a:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

-----Original Message-----
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 08, 2006 12:58 PM
To: CF-Talk
Subject: Re: Null Pointer Exception Creating a CFC Object

Can you copy and paste into this thread the entire text of the error
you're getting, that might help people troubleshoot.

-- Josh

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234689
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

Reply via email to