Error in Application.cfc event:

Normal error handler failed.

Catch
additional
Struct
Detail
string
ErrNumber
number0
ErrorCode
string0
ExtendedInfo
string
Message
stringkey [GLOBALS] doesn't exist in struct (keys:STARTTIME,DIRECTORYMODE,ARRQUERYQUEUE,FILEMODE,LASTTIME,CGI,NOW,QUERYQUEUETHREADINDEX,MODES,TEMPOBJ,MYSQLNOW,THISISTESTSERVER,ZSAPATH,DISABLESYSTEMCACHING)
StackTrace
stringkey [GLOBALS] doesn't exist in struct (keys:STARTTIME,DIRECTORYMODE,ARRQUERYQUEUE,FILEMODE,LASTTIME,CGI,NOW,QUERYQUEUETHREADINDEX,MODES,TEMPOBJ,MYSQLNOW,THISISTESTSERVER,ZSAPATH,DISABLESYSTEMCACHING) at railo.runtime.type.util.StructSupport.invalidKey(StructSupport.java:30):30 at railo.runtime.type.StructImpl.get(StructImpl.java:78):78 at railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:244):244 at railo.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:234):234 at railo.runtime.PageContextImpl.getCollection(PageContextImpl.java:1265):1265 at functions.os_cfm$cf.udfCall1(/home/vhosts/sa.farbeyondcode.com/public_html/functions/os.cfm:44):44 at functions.os_cfm$cf.udfCall(/home/vhosts/sa.farbeyondcode.com/public_html/functions/os.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:214):214 at railo.runtime.type.UDFImpl._call(UDFImpl.java:418):418 at railo.runtime.type.UDFImpl.call(UDFImpl.java:383):383 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1444):1444 at application_cfc$cf.initComponent(/home/vhosts/Application.cfc:136):136 at application_cfc$cf.newInstance(/home/vhosts/Application.cfc):-1 at railo.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:471):471 at railo.runtime.component.ComponentLoader.loadComponent(ComponentLoader.java:353):353 at railo.runtime.component.ComponentLoader.loadComponent(ComponentLoader.java:309):309 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:92):92 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1991):1991 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1958):1958 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:297):297 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:722):722 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304):304 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210):210 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224):224 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:185):185 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472):472 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:151):151 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100):100 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118):118 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405):405 at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:185):185 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515):515 at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:1731):1731 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886):886 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908):908 at java.lang.Thread.run(Thread.java:662):662
TagContext
Array
1
Struct
codePrintHTML
string42: &lt;cfif structkeyexists(request,'zTypeKitIncluded') EQ false&gt;<br> 43: &lt;cfset request.zTypeKitIncluded=true&gt;<br> <b>44: &lt;cfif request.zos.globals.typekiturl NEQ &quot;&quot;&gt;</b><br> 45: &lt;cfscript&gt;<br> 46: local.arrT=listtoarray(request.zos.globals.typekiturl,&quot;/&quot;);<br>
codePrintPlain
string42: <cfif structkeyexists(request,'zTypeKitIncluded') EQ false> 43: <cfset request.zTypeKitIncluded=true> 44: <cfif request.zos.globals.typekiturl NEQ ""> 45: <cfscript> 46: local.arrT=listtoarray(request.zos.globals.typekiturl,"/");
column
number0
id
string??
line
number44
raw_trace
stringfunctions.os_cfm$cf.udfCall1(/home/vhosts/sa.farbeyondcode.com/public_html/functions/os.cfm:44)
template
string/home/vhosts/sa.farbeyondcode.com/public_html/functions/os.cfm
type
stringcfml
2
Struct
codePrintHTML
string134: &lt;cfscript&gt;<br> 135: request.zOS.mysqlnow=DateFormat(request.zos.now,'yyyy-mm-dd')&amp;' '&amp;TimeFormat(request.zos.now,'HH:mm:ss');<br> <b>136: if(isDefined('server.'&amp;request.zos.zsapath&amp;'.functions.zIsDeveloper') EQ false or ((server[request.zos.zsapath].functions.zIsDeveloper() or server[request.zos.zsapath].functions.zIsTestServer()) and (structkeyexists(server, request.zos.zsapath) EQ false or (isDefined('zreset') and (zreset EQ 'server' or zreset EQ 'all'))))){</b><br> 137: onServerStart();<br> 138: }<br>
codePrintPlain
string134: <cfscript> 135: request.zOS.mysqlnow=DateFormat(request.zos.now,'yyyy-mm-dd')&' '&TimeFormat(request.zos.now,'HH:mm:ss'); 136: if(isDefined('server.'&request.zos.zsapath&'.functions.zIsDeveloper') EQ false or ((server[request.zos.zsapath].functions.zIsDeveloper() or server[request.zos.zsapath].functions.zIsTestServer()) and (structkeyexists(server, request.zos.zsapath) EQ false or (isDefined('zreset') and (zreset EQ 'server' or zreset EQ 'all'))))){ 137: onServerStart(); 138: }
column
number0
id
string??
line
number136
raw_trace
stringapplication_cfc$cf.initComponent(/home/vhosts/Application.cfc:136)
template
string/home/vhosts/Application.cfc
type
stringcfml
type
stringexpression