Thanks,
Sam
On 5/22/06, Nando <
[EMAIL PROTECTED]> wrote:
Have you tried clearing the template cache? Stab in the dark ...
Sam Farmer wrote:Something strange has just started happening on our production server.
CreateObject calls to cfc's cause CF to output this and then stop:
500 cfConventionSessionUtility2ecfc1296777452$funcSEARCHSESSIONS
I can catch it using cferror and I get this stack trace:
java.lang.NoClassDefFoundError:
cfConventionSessionUtility2ecfc1296777452$funcSEARCHSESSIONS at
java.lang.Class.getDeclaredConstructors0(Native Method) at
java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at
java.lang.Class.getConstructor0(Unknown Source) at
java.lang.Class.newInstance0(Unknown Source) at
java.lang.Class.newInstance(Unknown Source) at
coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:393)
at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:374)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:118)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:102)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:96)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:610)
at coldfusion.runtime.CFPage.createObject(CFPage.java:5880) at
coldfusion.runtime.CFPage.CreateObject(CFPage.java:5848) at
coldfusion.runtime.CFPage.CreateObject(CFPage.java:5813) at
cfsessionConventionListAll2ecfm773335868.runPage(C:\CFusionMX\cfshare\tag\smoothpaper\session\sessionConventionListAll.cfm:12)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255) at
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918) at
cfplanner2ecfm1979905374._factor0(Z:\Web
Sites\applications\smoothPaper\planner.cfm:48) at
cfplanner2ecfm1979905374._factor1(Z:\Web
Sites\applications\smoothPaper\planner.cfm:25) at
cfplanner2ecfm1979905374._factor67(Z:\Web
Sites\applications\smoothPaper\planner.cfm:22) at
cfplanner2ecfm1979905374.runPage(Z:\Web
Sites\applications\smoothPaper\planner.cfm:1) at
coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:204)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.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.CfmServlet.service(CfmServlet.java:105) 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:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Any ideas? It only just started happening.
Cheers,
Sam
(Cross posted to cf-talk)
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
