|
Struct
|
| additional |
|
| code |
|
| Detail |
| string |
Either '/FLiP/views/methodology/steps,.cfm' does not exist or variables.framework.base is not set correctly. |
|
| ErrorCode |
|
| extended_info |
|
| ExtendedInfo |
|
| Message |
| string |
Unable to find a view for 'methodology.steps,' action. |
|
| StackTrace |
| string |
Unable to find a view for 'methodology.steps,' action.
at railo.runtime.tag.Throw.doStartTag(Throw.java:144):144
at org.corfield.framework_cfc$cf.udfCall7(/var/www/html/org/corfield/framework.cfc:1440):1440
at org.corfield.framework_cfc$cf.udfCall(/var/www/html/org/corfield/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl._call(UDFImpl.java:378):378
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:336):336
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:660):660
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1359):1359
at org.corfield.framework_cfc$cf.udfCall6(/var/www/html/org/corfield/framework.cfc:1161):1161
at org.corfield.framework_cfc$cf.udfCall(/var/www/html/org/corfield/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl._call(UDFImpl.java:378):378
at railo.runtime.type.UDFImpl.call(UDFImpl.java:343):343
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:626):626
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1344):1344
at org.corfield.framework_cfc$cf.udfCall3(/var/www/html/org/corfield/framework.cfc:439):439
at org.corfield.framework_cfc$cf.udfCall(/var/www/html/org/corfield/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl._call(UDFImpl.java:378):378
at railo.runtime.type.UDFImpl.call(UDFImpl.java:343):343
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:626):626
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1344):1344
at org.corfield.framework_cfc$cf.udfCall3(/var/www/html/org/corfield/framework.cfc:510):510
at org.corfield.framework_cfc$cf.udfCall(/var/www/html/org/corfield/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl._call(UDFImpl.java:378):378
at railo.runtime.type.UDFImpl.call(UDFImpl.java:343):343
at railo.runtime.ComponentImpl._call(ComponentImpl.java:460):460
at railo.runtime.ComponentImpl._call(ComponentImpl.java:389):389
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1611):1611
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:369):369
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:193):193
at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1773):1773
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:280):280
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190):190
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291):291
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769):769
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698):698
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891):891
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690
at java.lang.Thread.run(Thread.java:619):619
|
|
| TagContext |
|
Array
|
| 1 |
|
Struct
|
| codePrintHTML |
| string |
1438: <cfargument name="detail" type="string" default="" /><br>
1439: <br>
<b>1440: <cfthrow type="#arguments.type#" message="#arguments.message#" detail="#arguments.detail#" /></b><br>
1441: <br>
1442: </cffunction><br>
|
|
| codePrintPlain |
| string |
1438: <cfargument name="detail" type="string" default="" />
1439:
1440: <cfthrow type="#arguments.type#" message="#arguments.message#" detail="#arguments.detail#" />
1441:
1442: </cffunction>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall7(/var/www/html/org/corfield/framework.cfc:1440) |
|
| template |
| string |
/var/www/html/org/corfield/framework.cfc |
|
| type |
|
|
| 2 |
|
Struct
|
| codePrintHTML |
| string |
1159: function viewNotFound() { // "private"<br>
1160: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",<br>
<b>1161: detail="Either '#request.subsystembase#views/#request.section#/#request.item#.cfm' does not exist or variables.framework.base is not set correctly." );</b><br>
1162: }<br>
1163: <br>
|
|
| codePrintPlain |
| string |
1159: function viewNotFound() { // "private"
1160: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",
1161: detail="Either '#request.subsystembase#views/#request.section#/#request.item#.cfm' does not exist or variables.framework.base is not set correctly." );
1162: }
1163:
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall6(/var/www/html/org/corfield/framework.cfc:1161) |
|
| template |
| string |
/var/www/html/org/corfield/framework.cfc |
|
| type |
|
|
| 3 |
|
Struct
|
| codePrintHTML |
| string |
437: function onMissingView( rc ) {<br>
438: // unable to find a matching view - fail with a nice exception<br>
<b>439: viewNotFound();</b><br>
440: // if we got here, we would return the string to be rendered<br>
441: // but viewNotFound() throws an exception...<br>
|
|
| codePrintPlain |
| string |
437: function onMissingView( rc ) {
438: // unable to find a matching view - fail with a nice exception
439: viewNotFound();
440: // if we got here, we would return the string to be rendered
441: // but viewNotFound() throws an exception...
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall3(/var/www/html/org/corfield/framework.cfc:439) |
|
| template |
| string |
/var/www/html/org/corfield/framework.cfc |
|
| type |
|
|
| 4 |
|
Struct
|
| codePrintHTML |
| string |
508: out = internalView( request.view );<br>
509: } else {<br>
<b>510: out = onMissingView( request.context );</b><br>
511: }<br>
512: for ( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {<br>
|
|
| codePrintPlain |
| string |
508: out = internalView( request.view );
509: } else {
510: out = onMissingView( request.context );
511: }
512: for ( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall3(/var/www/html/org/corfield/framework.cfc:510) |
|
| template |
| string |
/var/www/html/org/corfield/framework.cfc |
|
| type |
|
|
|
| type |
|
|