G'day,

A strange problem just cropped up in one of my live systems ( CF 9 ).

This page works on a CFMX6.1 server ( against a different database ).
The page works when I run it locally ( cf 9 against the same datbase  )

When I look at the debug output for the page, I can see that the query 
"BBERA_OK" works, but does not return any rows which is fine

Essentially the code reads

<cfquery name="BBERA_OK" datasource="#DSN#">
select
a bunch of stuff
from
a lot of tables
</cfquery>

<cfoutput  query="BBERA_OK"> ( on line 111 )

  do stuff

</cfoutput>


>From the exception log:
"Error","jrpp-3768","01/31/12","14:38:47","Bilby","Attribute validation error 
for tag cfoutput.The value of the attribute query, which is currently BBERA_OK, 
is invalid. The specific sequence of files included or processed is: 
D:\platypus2\batch\sbbp40.cfm, line: 111 "
coldfusion.tagext.InvalidTagAttributeException: Attribute validation error for 
tag cfoutput.
                at coldfusion.tagext.QueryLoop.setQuery(QueryLoop.java:86)
                at 
cfsbbp402ecfm359291098._factor12(D:\platypus2\batch\sbbp40.cfm:111)
                at 
cfsbbp402ecfm359291098.runPage(D:\platypus2\batch\sbbp40.cfm:1)
                at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
                at 
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
                at 
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
                at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
                at 
coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
                at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
                at 
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
                at 
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79)
                at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
                at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
                at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
                at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
                at 
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
                at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
                at coldfusion.CfmServlet.service(CfmServlet.java:200)
                at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
                at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
                at 
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
                at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
                at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
                at jrun.servlet.FilterChain.service(FilterChain.java:101)
                at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
                at 
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
                at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
                at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
                at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
                at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
                at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
                at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
                at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

>From the application log

"Error","jrpp-3768","01/31/12","14:38:47","Bilby","Attribute validation error 
for tag cfoutput.The value of the attribute query, which is currently BBERA_OK, 
is invalid. The specific sequence of files included or processed is: 
D:\platypus2\batch\sbbp40.cfm, line: 111 "

I have confirmed that the source cfm file is the same locally, and on both 
servers.

I cannot think of a single thing that would cause this problem, and I am out of 
ideas.

Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to