coldbox[3.8.1] no matching function [FUNCTIONNAME] found

I tried to upgrade from railo 3 to 4, but I´m getting the following error:

No matching function [FUNCTIONNAME] found
	at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:715):715
	at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:739):739
	at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1481):1481

The UDFlibrary-param is properly set in coldbox.cfc
UDFLibraryFile = ["/mapping/helpers/cfcfilename",...],

With Railo 3.3.4 all works fine, but not with Railo 4.x. The Railo-Guys assume the error in CB.

Can you help me?

Thanks, Martin

What exact version of Railo? Many of us are running ColdBox on railo. Can you give the full stack trace?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Actually I´m running Railo 3.3.4 and tested with 4.1.2 and 4.2.
Full Stack trace from Railo 4.2:

No matching function [FUNCTIONNAME] found
	at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:715):715
	at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:739):739
	at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1481):1481
	at views.loginlogout.authenticate_cfm$cf.call(C:\Webserver\Domains\ueberwachung_2013.930045.de\app\views\LoginLogout\authenticate.cfm:6):6
	at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:838):838
	at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:785):785
	at coldbox.system.plugins.renderer_cfc$cf.udfCall1(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc:338):338
	at coldbox.system.plugins.renderer_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc):-1
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.call(UDFImpl.java:212):212
	at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:704):704
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:713):713
	at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1471):1471
	at coldbox.system.plugins.renderer_cfc$cf.udfCall1(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc:183):183
	at coldbox.system.plugins.renderer_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc):-1
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.call(UDFImpl.java:212):212
	at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:704):704
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:713):713
	at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1471):1471
	at layouts.layout_ajax_cfm322$cf.call(C:\Webserver\Domains\ueberwachung_2013.930045.de\app\layouts\Layout.Ajax.cfm:21):21
	at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:838):838
	at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:785):785
	at coldbox.system.plugins.renderer_cfc$cf.udfCall1(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc:338):338
	at coldbox.system.plugins.renderer_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc):-1
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.call(UDFImpl.java:212):212
	at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:704):704
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:713):713
	at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1471):1471
	at coldbox.system.plugins.renderer_cfc$cf.udfCall1_000001(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc:475):475
	at coldbox.system.plugins.renderer_cfc$cf.udfCall1(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc:429):429
	at coldbox.system.plugins.renderer_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\plugins\Renderer.cfc):-1
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:199):199
	at railo.runtime.ComponentImpl._call(ComponentImpl.java:624):624
	at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
	at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1749):1749
	at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:739):739
	at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1481):1481
	at coldbox.system.coldbox_cfc$cf.udfCall1(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\Coldbox.cfc:256):256
	at coldbox.system.coldbox_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\coldbox\system\Coldbox.cfc):-1
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.call(UDFImpl.java:212):212
	at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:704):704
	at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:713):713
	at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1471):1471
	at application_cfc$cf.udfCall(C:\Webserver\Domains\ueberwachung_2013.930045.de\htdocs\Application.cfc:46):46
	at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:95):95
	at railo.runtime.type.UDFImpl._call(UDFImpl.java:308):308
	at railo.runtime.type.UDFImpl.call(UDFImpl.java:212):212
	at railo.runtime.ComponentImpl._call(ComponentImpl.java:623):623
	at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
	at railo.runtime.ComponentImpl.call(ComponentImpl.java:1732):1732
	at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:387):387
	at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:113):113
	at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18
	at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2135):2135
	at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2102):2102
	at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:332):332
	at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29
	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.valves.AccessLogValve.invoke(AccessLogValve.java:554):554
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:647):647
	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.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:864):864
	at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579):579
	at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1665):1665
	at java.lang.Thread.run(Unknown Source):-1