Skip to main content
Participant
March 14, 2008
Question

Up-grade from version 7 to 8

  • March 14, 2008
  • 2 replies
  • 388 views
Hi all.
Because the error goes out, it embarrasses it though the version improved from seven to eight.
The error message is this.

Variable form Variable is undefined.

In version 7, this error doesn't occur.
Did the specification of the variable check change?
Or, should I set the management screen?
This topic has been closed for replies.

2 replies

Inspiring
March 18, 2008
In the CF Administrator under Server Settings, Client Variables, make sure you have the correct storage location for your Client Variables, possibly your Oracle DB or another repository. It could be unable to find your Client Variable location.
Inspiring
March 14, 2008
please post the exact error you get and the code that generates it.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
springletAuthor
Participant
March 18, 2008
When I used a Client variable, an error occurred.

Version 1.6.0_01 of the JVM.
The jdbc driver is oracle JDBC driver JDK1.4.
The database is oracle9i Release 9.2.0.7.0.

Though I am same as environment when I worked in CF7, what is bad?

//////////////////////////////////////////////////
500
ROOT CAUSE:
coldfusion.runtime.ClientScopeDBException: lulu_jdbc_thin Operation failed in a data source.
at coldfusion.runtime.JDBCHelper.Store(JDBCHelper.java:256)
at coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariables(ClientScopeServiceImpl.java:358)
at coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariablesForRequest(ClientScopeServiceImpl.java:324)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:33)
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.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
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:284)
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)
//////////////////////////////////////////////////