routes & modules

How do I map /login to my specific module’s login for example my module is called omoes and its handler is login and action is index.

Right now I have /omoes:login which works perfectly.

However I want /login

When I try to add it to the routes.cfm in the main coldbox config directory as follows

addRoute(pattern="/login",handler=“login”,action=“index”,module=“omoes”);

it throws an error as follows:

Railo 4.0.2.002 Error (SES.IncludeRoutingConfig)
Message Error importing routes configuration file: Module routes for omoes do not exists Loaded module routes are
Detail {id={??}, template={C:\tomcat[loc.ccserver.com\ROOT\coldbox\system\FrameworkSupertype.cfc}, codePrintPlain={457:
458:
459:
460:
461:
}, column={0}, line={459}, raw_trace={system.frameworksupertype_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc:459)}, type={cfml}, codePrintHTML={457: <cfargument name=“detail” type=“string” required=“no” default="">

458: <cfargument name=“type” type=“string” required=“no” default=“Framework”>

459: <cfthrow type="#arguments.type#" message="#arguments.message#" detail="#arguments.detail#">

460: </cffunction>

461:

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={666: return instance.moduleRoutingTable[ arguments.module ];
667: }
668: $throw(message=“Module routes for #arguments.module# do not exists”, detail=“Loaded module routes are #structKeyList(instance.moduleRoutingTable)#”,type=“SES.InvalidModuleException”);
669:
670:
}, column={0}, line={668}, raw_trace={system.interceptors.ses_cfc$cf._4(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:668)}, type={cfml}, codePrintHTML={666: return instance.moduleRoutingTable[ arguments.module ];

667: }

668: $throw(message=“Module routes for #arguments.module# do not exists”, detail=“Loaded module routes are #structKeyList(instance.moduleRoutingTable)#”,type=“SES.InvalidModuleException”);

669: </cfscript>

670: </cffunction>

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={489: if( len( arguments.module ) ){
490: // Append or PrePend
491: if( arguments.append ){ ArrayAppend(getModuleRoutes( arguments.module ), thisRoute); }
492: else{ arrayPrePend(getModuleRoutes( arguments.module ), thisRoute); }
493: }
}, column={0}, line={491}, raw_trace={system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:491)}, type={cfml}, codePrintHTML={489: if( len( arguments.module ) ){

490: // Append or PrePend

491: if( arguments.append ){ ArrayAppend(getModuleRoutes( arguments.module ), thisRoute); }

492: else{ arrayPrePend(getModuleRoutes( arguments.module ), thisRoute); }

493: }

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={1221: arguments.thisRoute.pattern = routeList;
1222: // Register route
1223: addRoute(argumentCollection=arguments.thisRoute);
1224: // Remove last bit
1225: routeList = listDeleteat(routeList,listlen(routeList,"/"),"/");
}, column={0}, line={1223}, raw_trace={system.interceptors.ses_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:1223)}, type={cfml}, codePrintHTML={1221: arguments.thisRoute.pattern = routeList;

1222: // Register route

1223: addRoute(argumentCollection=arguments.thisRoute);

1224: // Remove last bit

1225: routeList = listDeleteat(routeList,listlen(routeList,"/"),"/");

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={384: // Check if we have optional args by looking for a ?
385: if( findnocase("?",thisRoute.pattern) AND NOT findNoCase(“regex:”,thisRoute.pattern) ){
386: processRouteOptionals(thisRoute);
387: return this;
388: }
}, column={0}, line={386}, raw_trace={system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:386)}, type={cfml}, codePrintHTML={384: // Check if we have optional args by looking for a ?

385: if( findnocase("?",thisRoute.pattern) AND NOT findNoCase(“regex:”,thisRoute.pattern) ){

386: processRouteOptionals(thisRoute);

387: return this;

388: }

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\config\Routes.cfm}, codePrintPlain={14: setBaseURL("/");
15:
16: addRoute(pattern=“logsin/:action?”,handler=“login”,module=“omoes”);
17:
18: // Your Application Routes
}, column={0}, line={16}, raw_trace={config.routes_cfm$cf.call(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\config\Routes.cfm:16)}, type={cfml}, codePrintHTML={14: setBaseURL("/");

15:

16: addRoute(pattern=“logsin/:action?”,handler=“login”,module=“omoes”);

17:

18: // Your Application Routes

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc}, codePrintPlain={481: <!— Include Facade —>
482:
483:
484:
485:
}, column={0}, line={483}, raw_trace={system.frameworksupertype_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc:483)}, type={cfml}, codePrintHTML={481: <!— Include Facade —>

482: <cffunction name="$include" access=“public” hint=“Facade for cfinclude” returntype=“void” output=“true”>

483: <cfargument name=“template” type=“string”><cfinclude template="#arguments.template#">

484: </cffunction>

485:

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={321: structdelete(this,“pathInfoProvider”);
322: // Import configuration
323: $include( arguments.location );
324: }
325: catch(Any e){
}, column={0}, line={323}, raw_trace={system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:323)}, type={cfml}, codePrintHTML={321: structdelete(this,“pathInfoProvider”);

322: // Import configuration

323: $include( arguments.location );

324: }

325: catch(Any e){

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={1261:
1262: // Include configuration
1263: includeRoutes( configFilePath );
1264:
1265: // Validate the base URL
}, column={0}, line={1263}, raw_trace={system.interceptors.ses_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:1263)}, type={cfml}, codePrintHTML={1261:

1262: // Include configuration

1263: includeRoutes( configFilePath );

1264:

1265: // Validate the base URL

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc}, codePrintPlain={66:
67: //Import Configuration
68: importConfiguration();
69:
70: // Save the base URL in the application settings
}, column={0}, line={68}, raw_trace={system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:68)}, type={cfml}, codePrintHTML={66:

67: //Import Configuration

68: importConfiguration();

69:

70: // Save the base URL in the application settings

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc}, codePrintPlain={196:
197: // Configure the Interceptor
198: oInterceptor.configure();
199:
200: }//end if class is sent.
}, column={0}, line={198}, raw_trace={system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:198)}, type={cfml}, codePrintHTML={196:

197: // Configure the Interceptor

198: oInterceptor.configure();

199:

200: }//end if class is sent.

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc}, codePrintPlain={103: registerInterceptor(interceptorClass=instance.interceptorConfig.interceptors[x].class,
104: interceptorProperties=instance.interceptorConfig.interceptors[x].properties,
105: interceptorName=instance.interceptorConfig.interceptors[x].name);
106: }
107:
}, column={0}, line={105}, raw_trace={system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:105)}, type={cfml}, codePrintHTML={103: registerInterceptor(interceptorClass=instance.interceptorConfig.interceptors[x].class,

104: interceptorProperties=instance.interceptorConfig.interceptors[x].properties,

105: interceptorName=instance.interceptorConfig.interceptors[x].name);

106: }

107:

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc}, codePrintPlain={75:
76: // Register All Application Interceptors
77: registerInterceptors();
78:
79:
}, column={0}, line={77}, raw_trace={system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:77)}, type={cfml}, codePrintHTML={75: <cfscript>

76: // Register All Application Interceptors

77: registerInterceptors();

78: </cfscript>

79: </cffunction>

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\LoaderService.cfc}, codePrintPlain={79: // Execute onConfigurationLoad for coldbox internal services()
80: for(key in services){
81: services[key].onConfigurationLoad();
82: }
83: // Flag the initiation, Framework is ready to serve requests. Praise be to GOD.
}, column={0}, line={81}, raw_trace={system.web.services.loaderservice_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\LoaderService.cfc:81)}, type={cfml}, codePrintHTML={79: // Execute onConfigurationLoad for coldbox internal services()

80: for(key in services){

81: services[key].onConfigurationLoad();

82: }

83: // Flag the initiation, Framework is ready to serve requests. Praise be to GOD.

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc}, codePrintPlain={69: application[ appKey ] = CreateObject(“component”,“coldbox.system.web.Controller”).init( COLDBOX_APP_ROOT_PATH, appKey );
70: // Setup the Framework And Application
71: application[ appKey ].getLoaderService().loadApplication( COLDBOX_CONFIG_FILE, COLDBOX_APP_MAPPING );
72: // Application Start Handler
73: if ( len( application[ appKey ].getSetting(“ApplicationStartHandler”)) ){
}, column={0}, line={71}, raw_trace={coldbox.system.coldbox_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc:71)}, type={cfml}, codePrintHTML={69: application[ appKey ] = CreateObject(“component”,“coldbox.system.web.Controller”).init( COLDBOX_APP_ROOT_PATH, appKey );

70: // Setup the Framework And Application

71: application[ appKey ].getLoaderService().loadApplication( COLDBOX_CONFIG_FILE, COLDBOX_APP_MAPPING );

72: // Application Start Handler

73: if ( len( application[ appKey ].getSetting(“ApplicationStartHandler”)) ){

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc}, codePrintPlain={100:
101: <!— Reload ColdBox —>
102: <cfset loadColdBox()>
103: <cfset structDelete(request,“cb_requestContext”)>
104:
}, column={0}, line={102}, raw_trace={coldbox.system.coldbox_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc:102)}, type={cfml}, codePrintHTML={100:

101: <!— Reload ColdBox —>

102: <cfset loadColdBox()>

103: <cfset structDelete(request,“cb_requestContext”)>

104: </cfif>

}}, {id={??}, template={C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\Application.cfc}, codePrintPlain={69:
70: // ColdBox Reload Checks
71: application.cbBootStrap.reloadChecks();
72:
73: //Process a ColdBox request only
}, column={0}, line={71}, raw_trace={application_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\Application.cfc:71)}, type={cfml}, codePrintHTML={69:

70: // ColdBox Reload Checks

71: application.cbBootStrap.reloadChecks();

72:

73: //Process a ColdBox request only

}}]
Stacktrace The Error Occurred in
C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc: line 459

457:
458:
459:
460:
461:

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc: line 326

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc: line 1263

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc: line 68

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc: line 198

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc: line 105

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc: line 77

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\LoaderService.cfc: line 81

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc: line 71

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc: line 102

called fromC:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\Application.cfc: line 71

Java Stacktrace Error importing routes configuration file: Module routes for omoes do not exists Loaded module routes are
at railo.runtime.tag.Throw._doStartTag(Throw.java:189):189
at railo.runtime.tag.Throw.doStartTag(Throw.java:178):178
at system.frameworksupertype_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc:459):459
at system.frameworksupertype_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\FrameworkSupertype.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:774):774
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:326):326
at system.interceptors.ses_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:774):774
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.interceptors.ses_cfc$cf._5(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:1263):1263
at system.interceptors.ses_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:774):774
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.interceptors.ses_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc:68):68
at system.interceptors.ses_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\interceptors\SES.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607
at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:198):198
at system.web.services.interceptorservice_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:275):275
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:783):783
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:749):749
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1521):1521
at system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:105):105
at system.web.services.interceptorservice_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:774):774
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.web.services.interceptorservice_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc:77):77
at system.web.services.interceptorservice_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\InterceptorService.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607
at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at system.web.services.loaderservice_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\web\services\LoaderService.cfc:81):81
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607
at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at coldbox.system.coldbox_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc:71):71
at coldbox.system.coldbox_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:774):774
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at coldbox.system.coldbox_cfc$cf._1(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc:102):102
at coldbox.system.coldbox_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\coldbox\system\Coldbox.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607
at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:723):723
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1506):1506
at application_cfc$cf.udfCall(C:\tomcat[loc.ccserver.com](http://loc.ccserver.com)\ROOT\Application.cfc:71):71
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:103):103
at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371
at railo.runtime.type.UDFImpl.call(UDFImpl.java:284):284
at railo.runtime.ComponentImpl._call(ComponentImpl.java:607):607
at railo.runtime.ComponentImpl._call(ComponentImpl.java:490):490
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1781):1781
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:346):346
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:107):107
at railo.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:78):78
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2255):2255
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2222):2222
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:310):310
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722):722
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305):305
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210):210
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749):749
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487):487
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:412):412
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339):339
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213):213
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171):171
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145):145
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92):92
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381):381
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243):243
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210):210
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222):222
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123):123
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472):472
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168):168
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99):99
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118):118
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407):407
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002):1002
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585):585
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813):1813
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source):-1
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source):-1
at java.lang.Thread.run(Unknown Source):-1