Managed Hosting
|
|
 |
Project Home
•
Forums
•
Wiki
•
Known Issues
• Contact Project
Canvas ColdFusion Wiki Issue: getpage() method can't be found
| Name: |
getpage() method can't be found |
| ID: |
44 |
| Project: |
Canvas ColdFusion Wiki |
| Type: |
Bug |
| Area: |
Code |
| Severity: |
High |
| Status: |
Closed |
| Related URL: |
|
| Creator: |
Robb |
| Created: |
02/06/10 1:33 PM |
| Updated: |
02/07/10 12:50 PM |
| Description: |
Win XP CF 8.01+ MG 3.1 Maint. Release Mysql 5.1
The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request The getPath method was not found.
Either there are no methods with the specified method name and argument types, or the getPath method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that matched the provided arguments. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity. The error occurred in C:\Inetpub\wwwroot\canvassvn\views\dsp.navigation.cfm: line 11 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfm: line 6 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfc: line 56 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc: line 676 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc: line 251 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc: line 175 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfc: line 219 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfm: line 61 Called from C:\Inetpub\wwwroot\MG3\ModelGlue\unity\ModelGlue.cfm: line 2 Called from C:\Inetpub\wwwroot\canvassvn\index.cfm: line 25 9 : <cfset page = viewState.getValue("page")> 10 : <cfset appTitle = viewState.getValue("appTitle")> 11 : <cfset title = viewState.getValue("title", "#page.getPath()#")> 12 : <cfset webpath = viewState.getValue("webpath")> 13 : <cfset event = viewState.getValue("event")> 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) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5 Remote Address 127.0.0.1 Referrer Date/Time 06-Feb-10 12:24 PM Stack Trace at cfdsp2enavigation2ecfm931323105.runPage(C:\Inetpub\wwwroot\canvassvn\views\dsp.navigation.cfm:11) at cfViewRenderer2ecfm1190700290.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfm:6) at cfViewRenderer2ecfc1190700300$funcRENDERVIEW.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfc:56) at cfEventContext2ecfc795034449$funcRENDERVIEW.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:676) at cfEventContext2ecfc795034449$funcEXECUTEEVENTQUEUE.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:251) at cfEventContext2ecfc795034449$funcEXECUTE.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:175) at cfModelGlue2ecfc1326542319$funcHANDLEREQUEST.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfc:219) at cfModelGlue2ecfm1326542309.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfm:61) at cfModelGlue2ecfm1904918489.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\unity\ModelGlue.cfm:2) at cfindex2ecfm1983367844.runPage(C:\Inetpub\wwwroot\canvassvn\index.cfm:25)
coldfusion.runtime.java.MethodSelectionException: The getPath method was not found. at coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules(ObjectHandler.java:322) at coldfusion.runtime.StructBean.invoke(StructBean.java:527) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2300) at cfdsp2enavigation2ecfm931323105.runPage(C:\Inetpub\wwwroot\canvassvn\views\dsp.navigation.cfm:11) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfViewRenderer2ecfm1190700290.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfm:6) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:280) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfViewRenderer2ecfc1190700300$funcRENDERVIEW.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\view\ViewRenderer.cfc:56) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272) at cfEventContext2ecfc795034449$funcRENDERVIEW.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:676) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfEventContext2ecfc795034449$funcEXECUTEEVENTQUEUE.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:251) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfEventContext2ecfc795034449$funcEXECUTE.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\eventrequest\EventContext.cfc:175) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272) at cfModelGlue2ecfc1326542319$funcHANDLEREQUEST.runFunction(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfc:219) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272) at cfModelGlue2ecfm1326542309.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\gesture\ModelGlue.cfm:61) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfModelGlue2ecfm1904918489.runPage(C:\Inetpub\wwwroot\MG3\ModelGlue\unity\ModelGlue.cfm:2) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfindex2ecfm1983367844.runPage(C:\Inetpub\wwwroot\canvassvn\index.cfm:25) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:388) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74) 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.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: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)
|
| History: |
Created by spills (Robb) : 02/06/10 1:33 PM
Comment by cfjedimaster (Raymond Camden) : 02/06/10 1:52 PM Did you run the SQL script to seed the database?
Comment by spills (Robb) : 02/06/10 2:53 PM Yep ran the mysql.sql script setup a dsn of CanvasWiki with CLOB enabled
Comment by spills (Robb) : 02/06/10 3:12 PM I confirmed that DB was seeded -- shows 3 entries.
Comment by spills (Robb) : 02/06/10 3:55 PM Well when in doubt throw your machine out the window or just restart/reboot everything, as it seems to work now. I am having issues with the latest release of MG3 and the "famous cfloop timeout issue" I had to refresh the application 2X b4 it would start but now but I guess that is not your problem;) Thanks and sorry to bother you on the weekend!
Comment by cfjedimaster (Raymond Camden) : 02/07/10 12:50 PM Glad you got it.
Updated by cfjedimaster (Raymond Camden) : 02/07/10 12:50 PM
|
To add a comment to this bug, please login using the link above.
|