We apologize, but an error has occured.

You can notify us of this error by sending the following email.
Click here to send email.
Error
Scope Arguments
Exception1
Catch
Entries: 12
additional
Struct (ordered)
Pattern
string<cfcomponent [synchronized="boolean"] [persistent="boolean"] [extends="string"] [displayname="string"] [hint="string"] [output="boolean"] [style="string"] [namespace="string"] [serviceportname="string"] [serviceaddress="string"] [porttypename="string"] [bindingname="string"] [wsdlfile="string"] [alias="string"] [mappedsuperclass="boolean"] ...></cfcomponent>
Documentation
stringCreates and defines a component object; encloses functionality that you build in CFML and enclose within cffunction tags. This tag contains one or more cffunction tags that define methods. Code within the body of this tag, other than cffunction tags, is executed when the component is instantiated. Optional: * synchronized (boolean): If set to true all calls to an instance of a component are synchronized. This setting allows a method to be executed only by one single thread at a time. * persistent (boolean): Specifies CFC is persistent or not * extends (string): Name of parent component from which to inherit methods and properties. * displayname (string): A string to be displayed when using introspection to show information about the CFC. The information appears on the heading, following the component name. If the style attribute is set to document, the displayName attribute is used as the name of the service element in the WSDL. * hint (string): Text that displays when you use introspection to show information about the CFC. The hint attribute value appears below the component name heading. Use this attribute to describe the purpose of the component. * output (boolean): - true: permits component method output - false: suppresses component method output * style (string): Specifies whether a CFC used for web services uses RPC-encoded style or document-literal style * namespace (string): Specifies the namespace used in the WSDL when using the CFC as a document-literal style web service. If you don't specify this attribute, Lucee derives the namespace from the CFC class name. This attribute applies only when style="document". * serviceportname (string): Specifies the name of the port element in the WSDL. This attribute applies only when style="document". * serviceaddress (string): Specifies the SOAP URL of the web service. If you don't specify this attribute, Lucee uses the URL of the CFC in the WSDL service description. Use this attribute to specify the protocol, for example, by specifying a URL that starts with https://. This attribute applies only for web services. * porttypename (string): Specifies the name of the portType element in the WSDL. This attribute applies only when style="document". * bindingname (string): Specifies the name of the binding element in the WSDL. This attribute applies only when style="document". * wsdlfile (string): A properly formatted WSDL file to be used instead of WSDL generated by Lucee. This attribute applies only when style="document". * alias (string): * mappedsuperclass (boolean):
Cause
Struct
additional
Struct (ordered)
Pattern
string<cfcomponent [synchronized="boolean"] [persistent="boolean"] [extends="string"] [displayname="string"] [hint="string"] [output="boolean"] [style="string"] [namespace="string"] [serviceportname="string"] [serviceaddress="string"] [porttypename="string"] [bindingname="string"] [wsdlfile="string"] [alias="string"] [mappedsuperclass="boolean"] ...></cfcomponent>
Documentation
stringCreates and defines a component object; encloses functionality that you build in CFML and enclose within cffunction tags. This tag contains one or more cffunction tags that define methods. Code within the body of this tag, other than cffunction tags, is executed when the component is instantiated. Optional: * synchronized (boolean): If set to true all calls to an instance of a component are synchronized. This setting allows a method to be executed only by one single thread at a time. * persistent (boolean): Specifies CFC is persistent or not * extends (string): Name of parent component from which to inherit methods and properties. * displayname (string): A string to be displayed when using introspection to show information about the CFC. The information appears on the heading, following the component name. If the style attribute is set to document, the displayName attribute is used as the name of the service element in the WSDL. * hint (string): Text that displays when you use introspection to show information about the CFC. The hint attribute value appears below the component name heading. Use this attribute to describe the purpose of the component. * output (boolean): - true: permits component method output - false: suppresses component method output * style (string): Specifies whether a CFC used for web services uses RPC-encoded style or document-literal style * namespace (string): Specifies the namespace used in the WSDL when using the CFC as a document-literal style web service. If you don't specify this attribute, Lucee derives the namespace from the CFC class name. This attribute applies only when style="document". * serviceportname (string): Specifies the name of the port element in the WSDL. This attribute applies only when style="document". * serviceaddress (string): Specifies the SOAP URL of the web service. If you don't specify this attribute, Lucee uses the URL of the CFC in the WSDL service description. Use this attribute to specify the protocol, for example, by specifying a URL that starts with https://. This attribute applies only for web services. * porttypename (string): Specifies the name of the portType element in the WSDL. This attribute applies only when style="document". * bindingname (string): Specifies the name of the binding element in the WSDL. This attribute applies only when style="document". * wsdlfile (string): A properly formatted WSDL file to be used instead of WSDL generated by Lucee. This attribute applies only when style="document". * alias (string): * mappedsuperclass (boolean):
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringfailure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent]
StackTrace
stringlucee.runtime.exp.TemplateException: failure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1293) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:790) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:327) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:319) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:176) at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:104) at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:76) at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:479) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:446) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:358) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:238) at lucee.runtime.config.ConfigImpl.getCachedPage(ConfigImpl.java:3177) at lucee.runtime.config.SingleContextConfigWeb.getCachedPage(SingleContextConfigWeb.java:1032) at lucee.runtime.config.ConfigWebImpl.getCachedPage(ConfigWebImpl.java:1281) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:259) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:90) at lucee.runtime.ComponentImpl.init(ComponentImpl.java:383) at com.security_cfc$cf.initComponent(/com/security.cfc) at com.security_cfc$cf.newInstance(/com/security.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:669) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:608) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:512) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:261) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:85) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3525) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_cfc$cf.udfCall(/omnia/Application.cfc:81) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:356) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:702) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:590) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2014) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:445) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:136) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2716) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2702) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2673) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1259) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1205) 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 com.seefusion.Filter.doFilter(Filter.java:109) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) 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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number1
id
string??
line
number1
Raw_Trace
string
template
string/var/efs/www/omnia/com/utils.cfc
Type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&nbsp;extends=&quot;utils&quot;&gt;</b><br> 2: <br> 3: &lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities" extends="utils"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number0
id
string??
line
number1
Raw_Trace
stringcom.security_cfc$cf.newInstance(/com/security.cfc:1)
template
string/var/efs/www/omnia/com/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteId&nbsp;=&nbsp;request.siteData.siteId;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteDomain&nbsp;=&nbsp;request.siteData.siteDomain;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.security&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.security&quot;);&nbsp;</b><br> 82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.customer&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.customer&quot;);<br> 83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.campaign&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.campaigns&quot;);<br>
codePrintPlain
string79: request.siteId = request.siteData.siteId; 80: request.siteDomain = request.siteData.siteDomain; 81: request.security = createObject("component","com.security"); 82: request.customer = createObject("component","com.customer"); 83: request.campaign = createObject("component","com.campaigns");
column
number0
id
string??
line
number81
Raw_Trace
stringapplication_cfc$cf.udfCall(/omnia/Application.cfc:81)
template
string/var/efs/www/omnia/Application.cfc
type
stringcfml
type
stringtemplate
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringfailure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent]
name
stringonRequestStart
rootCause
Struct
additional
Struct (ordered)
Pattern
string<cfcomponent [synchronized="boolean"] [persistent="boolean"] [extends="string"] [displayname="string"] [hint="string"] [output="boolean"] [style="string"] [namespace="string"] [serviceportname="string"] [serviceaddress="string"] [porttypename="string"] [bindingname="string"] [wsdlfile="string"] [alias="string"] [mappedsuperclass="boolean"] ...></cfcomponent>
Documentation
stringCreates and defines a component object; encloses functionality that you build in CFML and enclose within cffunction tags. This tag contains one or more cffunction tags that define methods. Code within the body of this tag, other than cffunction tags, is executed when the component is instantiated. Optional: * synchronized (boolean): If set to true all calls to an instance of a component are synchronized. This setting allows a method to be executed only by one single thread at a time. * persistent (boolean): Specifies CFC is persistent or not * extends (string): Name of parent component from which to inherit methods and properties. * displayname (string): A string to be displayed when using introspection to show information about the CFC. The information appears on the heading, following the component name. If the style attribute is set to document, the displayName attribute is used as the name of the service element in the WSDL. * hint (string): Text that displays when you use introspection to show information about the CFC. The hint attribute value appears below the component name heading. Use this attribute to describe the purpose of the component. * output (boolean): - true: permits component method output - false: suppresses component method output * style (string): Specifies whether a CFC used for web services uses RPC-encoded style or document-literal style * namespace (string): Specifies the namespace used in the WSDL when using the CFC as a document-literal style web service. If you don't specify this attribute, Lucee derives the namespace from the CFC class name. This attribute applies only when style="document". * serviceportname (string): Specifies the name of the port element in the WSDL. This attribute applies only when style="document". * serviceaddress (string): Specifies the SOAP URL of the web service. If you don't specify this attribute, Lucee uses the URL of the CFC in the WSDL service description. Use this attribute to specify the protocol, for example, by specifying a URL that starts with https://. This attribute applies only for web services. * porttypename (string): Specifies the name of the portType element in the WSDL. This attribute applies only when style="document". * bindingname (string): Specifies the name of the binding element in the WSDL. This attribute applies only when style="document". * wsdlfile (string): A properly formatted WSDL file to be used instead of WSDL generated by Lucee. This attribute applies only when style="document". * alias (string): * mappedsuperclass (boolean):
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringfailure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent]
StackTrace
stringlucee.runtime.exp.TemplateException: failure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1293) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:790) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:327) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:319) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:176) at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:104) at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:76) at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:479) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:446) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:358) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:238) at lucee.runtime.config.ConfigImpl.getCachedPage(ConfigImpl.java:3177) at lucee.runtime.config.SingleContextConfigWeb.getCachedPage(SingleContextConfigWeb.java:1032) at lucee.runtime.config.ConfigWebImpl.getCachedPage(ConfigWebImpl.java:1281) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:259) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:90) at lucee.runtime.ComponentImpl.init(ComponentImpl.java:383) at com.security_cfc$cf.initComponent(/com/security.cfc) at com.security_cfc$cf.newInstance(/com/security.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:669) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:608) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:512) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:261) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:85) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3525) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_cfc$cf.udfCall(/omnia/Application.cfc:81) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:356) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:702) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:590) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2014) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:445) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:136) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2716) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2702) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2673) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1259) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1205) 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 com.seefusion.Filter.doFilter(Filter.java:109) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) 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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number1
id
string??
line
number1
Raw_Trace
string
template
string/var/efs/www/omnia/com/utils.cfc
Type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&nbsp;extends=&quot;utils&quot;&gt;</b><br> 2: <br> 3: &lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities" extends="utils"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number0
id
string??
line
number1
Raw_Trace
stringcom.security_cfc$cf.newInstance(/com/security.cfc:1)
template
string/var/efs/www/omnia/com/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteId&nbsp;=&nbsp;request.siteData.siteId;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteDomain&nbsp;=&nbsp;request.siteData.siteDomain;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.security&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.security&quot;);&nbsp;</b><br> 82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.customer&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.customer&quot;);<br> 83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.campaign&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.campaigns&quot;);<br>
codePrintPlain
string79: request.siteId = request.siteData.siteId; 80: request.siteDomain = request.siteData.siteDomain; 81: request.security = createObject("component","com.security"); 82: request.customer = createObject("component","com.customer"); 83: request.campaign = createObject("component","com.campaigns");
column
number0
id
string??
line
number81
Raw_Trace
stringapplication_cfc$cf.udfCall(/omnia/Application.cfc:81)
template
string/var/efs/www/omnia/Application.cfc
type
stringcfml
type
stringtemplate
StackTrace
stringlucee.runtime.exp.TemplateException: failure in /var/efs/www/omnia/com/utils.cfc;No matching end tag found for tag [cfcomponent] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1293) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:790) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:327) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:319) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:176) at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:104) at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:76) at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:479) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:446) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:358) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:238) at lucee.runtime.config.ConfigImpl.getCachedPage(ConfigImpl.java:3177) at lucee.runtime.config.SingleContextConfigWeb.getCachedPage(SingleContextConfigWeb.java:1032) at lucee.runtime.config.ConfigWebImpl.getCachedPage(ConfigWebImpl.java:1281) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:259) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:90) at lucee.runtime.ComponentImpl.init(ComponentImpl.java:383) at com.security_cfc$cf.initComponent(/com/security.cfc) at com.security_cfc$cf.newInstance(/com/security.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:669) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:608) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:512) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:261) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:192) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:85) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3525) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_cfc$cf.udfCall(/omnia/Application.cfc:81) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:356) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:702) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:590) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2014) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:445) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:136) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2716) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2702) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2673) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1259) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1205) 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 com.seefusion.Filter.doFilter(Filter.java:109) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) 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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number1
id
string??
line
number1
Raw_Trace
string
template
string/var/efs/www/omnia/com/utils.cfc
Type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&nbsp;displayname=&quot;Utilities&quot;&nbsp;hint=&quot;common&nbsp;utilities&quot;&nbsp;extends=&quot;utils&quot;&gt;</b><br> 2: <br> 3: &lt;cffunction&nbsp;name=&quot;init&quot;&nbsp;access=&quot;public&quot;&nbsp;&nbsp;returntype=&quot;struct&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string1: <cfcomponent displayname="Utilities" hint="common utilities" extends="utils"> 2: 3: <cffunction name="init" access="public" returntype="struct" output="false">
column
number0
id
string??
line
number1
Raw_Trace
stringcom.security_cfc$cf.newInstance(/com/security.cfc:1)
template
string/var/efs/www/omnia/com/security.cfc
type
stringcfml
3
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteId&nbsp;=&nbsp;request.siteData.siteId;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.siteDomain&nbsp;=&nbsp;request.siteData.siteDomain;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.security&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.security&quot;);&nbsp;</b><br> 82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.customer&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.customer&quot;);<br> 83: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request.campaign&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;com.campaigns&quot;);<br>
codePrintPlain
string79: request.siteId = request.siteData.siteId; 80: request.siteDomain = request.siteData.siteDomain; 81: request.security = createObject("component","com.security"); 82: request.customer = createObject("component","com.customer"); 83: request.campaign = createObject("component","com.campaigns");
column
number0
id
string??
line
number81
Raw_Trace
stringapplication_cfc$cf.udfCall(/omnia/Application.cfc:81)
template
string/var/efs/www/omnia/Application.cfc
type
stringcfml
type
stringtemplate
eventname2
stringonRequestStart