stringutility
Catch
additional
Struct (ordered)
code
string
Detail
string
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringbean not found: utility
StackTrace
stringlucee.runtime.exp.CustomTypeException: bean not found: utility at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at bean.ioc_cfc$cf.udfCall1(/mura/bean/ioc.cfc:136) at bean.ioc_cfc$cf.udfCall(/mura/bean/ioc.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:348) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:585) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1960) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1777) at config.appcfc.onapplicationstart_include_cfm$cf.call(/muraWRM/config/appcfc/onApplicationStart_include.cfm:358) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1058) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:950) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:931) at config.appcfc.onapplicationstart_method_cfm$cf$2lk.udfCall(/config/appcfc/onApplicationStart_method.cfm:51) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:348) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:585) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1960) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:446) at lucee.runtime.listener.ModernAppListener.onApplicationStart(ModernAppListener.java:308) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3179) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:124) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2480) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2451) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1218) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1164) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string134: return variables.parent.getBean( beanName );<br> 135: } else {<br> <b>136: throw 'bean not found: #beanName#';</b><br> 137: }<br> 138: }<br>
codePrintPlain
string134: return variables.parent.getBean( beanName ); 135: } else { 136: throw 'bean not found: #beanName#'; 137: } 138: }
column
number0
id
string??
line
number136
Raw_Trace
stringbean.ioc_cfc$cf.udfCall1(/mura/bean/ioc.cfc:136)
template
string/var/www/lifeline/requirements/mura/bean/ioc.cfc
type
stringcfml
2
Struct
codePrintHTML
string356: &lt;cfset variables.tracepoint=variables.tracer.initTracepoint(&quot;Instantiating #variables.i#&quot;)&gt;<br> 357: &lt;cftry&gt;<br> <b>358: &lt;cfset application[&quot;#variables.i#&quot;]=application.serviceFactory.getBean(&quot;#variables.i#&quot;) /&gt;</b><br> 359: &lt;cfcatch&gt;<br> 360: &lt;cfif application.configBean.getDebuggingEnabled()&gt;<br>
codePrintPlain
string356: <cfset variables.tracepoint=variables.tracer.initTracepoint("Instantiating #variables.i#")> 357: <cftry> 358: <cfset application["#variables.i#"]=application.serviceFactory.getBean("#variables.i#") /> 359: <cfcatch> 360: <cfif application.configBean.getDebuggingEnabled()>
column
number0
id
string??
line
number358
Raw_Trace
stringconfig.appcfc.onapplicationstart_include_cfm$cf.call(/muraWRM/config/appcfc/onApplicationStart_include.cfm:358)
template
string/var/www/lifeline/config/appcfc/onApplicationStart_include.cfm
type
stringcfml
3
Struct
codePrintHTML
string49: &lt;cfparam name=&quot;application.instanceID&quot; default=&quot;#createUUID()#&quot; /&gt;<br> 50: &lt;cflock name=&quot;appInitBlock#application.instanceID#&quot; type=&quot;exclusive&quot; timeout=&quot;200&quot;&gt;<br> <b>51: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/onApplicationStart_include.cfm&quot;&gt;</b><br> 52: &lt;/cflock&gt;<br> 53: &lt;cfreturn true&gt;<br>
codePrintPlain
string49: <cfparam name="application.instanceID" default="#createUUID()#" /> 50: <cflock name="appInitBlock#application.instanceID#" type="exclusive" timeout="200"> 51: <cfinclude template="/muraWRM/config/appcfc/onApplicationStart_include.cfm"> 52: </cflock> 53: <cfreturn true>
column
number0
id
string??
line
number51
Raw_Trace
stringconfig.appcfc.onapplicationstart_method_cfm$cf$2lk.udfCall(/config/appcfc/onApplicationStart_method.cfm:51)
template
string/var/www/lifeline/config/appcfc/onApplicationStart_method.cfm
type
stringcfml
type
stringapplication