The view pattern loader is the one thing that I've never gotten working with GAE, and the dashboard is written to use it. I don't remember seeing any discussions on this list about the issue, but it isn't just you.
~Dave On Feb 10, 2011, at 6:25 AM, Richard Hughes <[email protected]> wrote: > I am using Google App Engine & Open Blue Dragon > > Trying to install the dashboard app, getting the following error, looks like > a path issue. Any ideas? > > CFML Runtime Error > No matches found for pattern '/views/**/*.cfm' in module 'dashboard'. > > Source > 199: <cfif getThrowIfNoMatches() AND NOT StructCount(results)> > 200: <cfthrow > type="MachII.framework.viewLoaders.PatternViewLoader.noMatches" > 201: message="No matches found for pattern '#getPattern()#' in module > '#getAppManager().getModuleName()#'." > 202: detail="App root '#appRoot#, App root path '#appRootPath#, > 'Search path '#searchPath#', Total view paths found > '#ArrayLen(pageViewPaths)#'." /> > 203: </cfif> > > The paths look good but shows no views... > > pattern /views/**/*.cfm > results > struct [empty] > searchPath /Users/Richard/Desktop/OBD_Google/war/MachIIDashboard/views > > QuadSnowy:~ Richard$ ls > /Users/Richard/Desktop/OBD_Google/war/MachIIDashboard/views > autoUpdate caching config debugging info > layout logging sys tools > QuadSnowy:~ Richard$ > QuadSnowy:~ Richard$ ls > /Users/Richard/Desktop/OBD_Google/war/MachIIDashboard/views/layout/ > footer.cfm header.cfm wrapper.cfm > QuadSnowy:~ Richard$ > > > <modules> > <module name="dashboard" > file="/MachIIDashboard/config/mach-ii_dashboard.xml"> > <mach-ii> > <properties> > <property name="password" value="PASSWORD" /> > </properties> > </mach-ii> > </module> > </modules> > > -- > Come see Team Mach-II at OpenCFSummit - Feb 21-23, Dallas, TX - > http://www.opencfsummit.org/ > > To post to this group, send email to [email protected] > For more options and to unsubscribe, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/ -- Come see Team Mach-II at OpenCFSummit - Feb 21-23, Dallas, TX - http://www.opencfsummit.org/ To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
