Hi John,

I am having a possibly related issue in a VPS/Linux setup, although it is 
using Blue Dragon rather than CF.  It seems to not be able to properly 
recurse up the directory tree to find an Application.cfm file if there is 
not an Application.cfm file in the same directory as the calling template. 
In my situation I get a "session scope not enabled" error; since it can't 
find the App.cfm file it's unable to set session management for the 
application.  Could be that you're getting "undefined in application" 
because it's not including your Application.cfm file at all.  Maybe you 
could do a test to see if it's even including the App.cfm file, and go from 
there.

This issue is still not resolved in my case, so I'm curious to see if it's 
similar to the issue I'm having and if you're able to resolve it.

-- Josh




----- Original Message ----- 
From: "John Skrotzki" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Wednesday, May 10, 2006 1:50 PM
Subject: Losing Application Variables Randomly...


>I was wondering if anybody else has run into this.  We are randomly losing
> application variables ( mostly holding datasource info as that is what we
> use most ).  We are running on a VPS with MX 6.1.  Our session and server
> variables are not encountering any problems, just the application 
> variables.
> Also another tibit is those application variables are structures. 
> Refreshing
> page and the script works fine.  There is no pattern that I can decern 
> when
> it happens. Thanks... Here is the server log entry:
>
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
> "Error","jrpp-1120","05/10/06","16:44:36","RAW","Element 
> DATASOURCE.USERNAME
> is undefined in APPLICATION. The specific sequence of files included or
> processed is:
> C:\wwwroot\HTML\Wilderness\Common\Includes\Pricing\LoadPricing.cfm "
> coldfusion.runtime.UndefinedElementException: Element DATASOURCE.USERNAME 
> is
> undefined in APPLICATION.
> at
> coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1085)
> at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1026)
> at
> coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1125)
> at
> cfPricing_V0_82ecfm1716210770._factor35(C:\wwwroot\HTML\Wilderness\Common\In
> cludes\Pricing\Pricing_V0_8.cfm:489)
> at
> cfPricing_V0_82ecfm1716210770._factor41(C:\wwwroot\HTML\Wilderness\Common\In
> cludes\Pricing\Pricing_V0_8.cfm:3)
> at
> cfPricing_V0_82ecfm1716210770.runPage(C:\wwwroot\HTML\Wilderness\Common\Incl
> udes\Pricing\Pricing_V0_8.cfm:1)
> at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
> at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
> at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1876)
> at
> cfLoadPricing2ecfm964484847.runPage(C:\wwwroot\HTML\Wilderness\Common\Includ
> es\Pricing\LoadPricing.cfm:2)
> at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
> at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
> at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
> at
> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)
> at
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
> at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
> at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
> at
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence
> Filter.java:28)
> at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
> at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
> at
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
> at coldfusion.CfmServlet.service(CfmServlet.java:105)
> at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
> at
> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
> at
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
> at
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
> at
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
> at
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
> 348)
> at
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
> )
> at
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
> 4)
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
>
>
> 

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