what could be causing this error?

I have LogBox recording errors and I keep getting this error randomly.
Error autowiring handlers.automated.home. Key [person.personservice] doesn’t exist in Map (java.util.concurrent.ConcurrentHashMap) keys are [user.userservice]

Any ideas?

in my file, /handlers/automated/home.cfc there is the following:

property name=“logger” inject=“coldbox:plugin:logger”;

property name=“personService” inject=“model:person.personService”;

but nothing about user.userService at all.


Jeremy R. DeYoung
Phone:615.261.8201

RantsFromAMadMan.com

This has been discussed a lot, this is the result of a bug in ColdFusion itself. Luis has raised a bug with this, however I will say that I am not seeing it any more from my end so it may have a work around in the 3.01 developer release.

Also the stack trace is important here, because it gives us the calling path and shows where the problem lies.

Regards,

Andrew Scott

http://www.andyscott.id.au/

~WRD000.jpg

here is the stack trace. it might be slightly different as referenced in the original post however its the same problem. I am getting 30-50 of these errors a day.

I am using Railo 3.3.14 with ColdBox 3.0.0 318-GENESIS-14:14 with the latest github updates

Message:
ERROR 04:17:01.408 AM CO
Application Execution Exception CFErrorType=Autowire.AutowireException CFDetails=Key [organization.organizationservice] doesn’t exist in Map (java.util.concurrent.ConcurrentHashMap) at railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:330):330 at railo.runtime.PageContextImpl.get(PageContextImpl.java:1283):1283 at coldbox.system.ioc.scopes.singleton_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/scopes/Singleton.cfc:54):54 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.ioc.injector_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc:254):254 at coldbox.system.ioc.injector_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.ioc.builder_cfc$cf.udfCall2(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Builder.cfc:403):403 at coldbox.system.ioc.builder_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Builder.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.ioc.builder_cfc$cf.udfCall2(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Builder.cfc:307):307 at coldbox.system.ioc.builder_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Builder.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.ioc.injector_cfc$cf.udfCall2(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc:539):539 at coldbox.system.ioc.injector_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.ioc.injector_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc:449):449 at coldbox.system.ioc.injector_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/ioc/Injector.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1783):1783 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:769):769 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1455):1455 at coldbox.system.plugins.beanfactory_cfc$cf.udfCall2(/var/lib/tomcat6/webapps/ROOT/coldbox/system/plugins/BeanFactory.cfc:284):284 at coldbox.system.plugins.beanfactory_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/plugins/BeanFactory.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1783):1783 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:769):769 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1455):1455 at coldbox.system.interceptors.autowire_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc:136):136 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.interceptors.autowire_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc:91):91 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1779):1779 at railo.runtime.tag.Invoke.doComponent(Invoke.java:210):210 at railo.runtime.tag.Invoke.doEndTag(Invoke.java:183):183 at coldbox.system.web.context.interceptorstate_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc:139):139 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.context.interceptorstate_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc:86):86 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.interceptorservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/InterceptorService.cfc:109):109 at coldbox.system.web.services.interceptorservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/InterceptorService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc:84):84 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc:117):117 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.controller_cfc$cf.udfCall5(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc:489):489 at coldbox.system.web.controller_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1783):1783 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:769):769 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1455):1455 at coldbox.system.coldbox_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc:243):243 at coldbox.system.coldbox_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at application_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/Application.cfc:84):84 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:349):349 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:108):108 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1979):1979 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:282):282 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:776):776 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705):705 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898):898 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690 at java.lang.Thread.run(Thread.java:636):636 CFMessage=Error autowiring handlers.automated.home. Key [organization.organizationservice] doesn’t exist in Map (java.util.concurrent.ConcurrentHashMap) keys are [user.userservice,keyword.keywordservice,billing.billingserviceservice,organization.organizationpersonservice,person.personservice,link.linkservice,email.emailservice,gw.gwservice] CFStackTrace=Error autowiring handlers.automated.home. Key [organization.organizationservice] doesn’t exist in Map (java.util.concurrent.ConcurrentHashMap) keys are [user.userservice,keyword.keywordservice,billing.billingserviceservice,organization.organizationpersonservice,person.personservice,link.linkservice,email.emailservice,gw.gwservice] at railo.runtime.tag.Throw._doStartTag(Throw.java:142):142 at railo.runtime.tag.Throw.doStartTag(Throw.java:131):131 at coldbox.system.frameworksupertype_cfc$cf.udfCall4(/var/lib/tomcat6/webapps/ROOT/coldbox/system/FrameworkSupertype.cfc:400):400 at coldbox.system.frameworksupertype_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/FrameworkSupertype.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:774):774 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1455):1455 at coldbox.system.interceptors.autowire_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc:140):140 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.interceptors.autowire_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc:91):91 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1779):1779 at railo.runtime.tag.Invoke.doComponent(Invoke.java:210):210 at railo.runtime.tag.Invoke.doEndTag(Invoke.java:183):183 at coldbox.system.web.context.interceptorstate_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc:139):139 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.context.interceptorstate_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc:86):86 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.interceptorservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/InterceptorService.cfc:109):109 at coldbox.system.web.services.interceptorservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/InterceptorService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc:84):84 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc:117):117 at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at coldbox.system.web.controller_cfc$cf.udfCall5(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc:489):489 at coldbox.system.web.controller_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:392):392 at railo.runtime.ComponentImpl._call(ComponentImpl.java:581):581 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1783):1783 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:769):769 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1455):1455 at coldbox.system.coldbox_cfc$cf.udfCall1(/var/lib/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc:243):243 at coldbox.system.coldbox_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1440):1440 at application_cfc$cf.udfCall(/var/lib/tomcat6/webapps/ROOT/Application.cfc:84):84 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:230):230 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:399):399 at railo.runtime.ComponentImpl._call(ComponentImpl.java:580):580 at railo.runtime.ComponentImpl._call(ComponentImpl.java:509):509 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1764):1764 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:349):349 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:108):108 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1979):1979 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:282):282 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:776):776 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705):705 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898):898 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690 at java.lang.Thread.run(Thread.java:636):636 CFTagContext=ID: ??; LINE: 400; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/FrameworkSupertype.cfc ID: ??; LINE: 140; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc ID: ??; LINE: 91; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/interceptors/Autowire.cfc ID: ??; LINE: 139; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc ID: ??; LINE: 86; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/context/InterceptorState.cfc ID: ??; LINE: 109; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/InterceptorService.cfc ID: ??; LINE: 84; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc ID: ??; LINE: 117; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/services/HandlerService.cfc ID: ??; LINE: 489; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc ID: ??; LINE: 243; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc ID: ??; LINE: 84; TEMPLATE: /var/lib/tomcat6/webapps/ROOT/Application.cfc


Jeremy R. DeYoung
Phone:615.261.8201

RantsFromAMadMan.com

~WRD000.jpg