Pagina non disponibile


Ci dispiace per l'incovenienza, per ragioni di manutenzione in questo momento la pagina non è accessibile. Grazie per la pazienza, faremo tutto il possbile e a breve sarà nuovamente operativo

Catch
Entries: 12
additional
Struct (ordered)
Pattern
string<cfoutput [query="object"] [group="string"] [groupcasesensitive="boolean"] [startrow="number"] [maxrows="number"] [endrow="number"] [encodefor="string"]></cfoutput>
Documentation
stringDisplays the results of a database query or other operation. To nest cfoutput tags, see the "Usage" section. Optional: * query (object): The name of the cfquery from which to draw data for the output section or the query itself. * group (string): Specifies the query column to use when you group sets of records together. Use this attribute if you have retrieved a record set ordered on a certain query column. For example, if a record set is ordered according to "CustomerID" in the cfquery tag, you can group the output on "CustomerID." The group attribute, which is case sensitive, eliminates adjacent duplicates when the data is sorted by the specified field. See the groupCaseSensitive attribute for information about specifying a case insensitive grouping. * groupcasesensitive (boolean): Boolean indicating whether to group by case. The default value is YES; case is considered while grouping. If the query attribute specifies a query object that was generated by a case-insensitive SQL query, set the groupCaseSensitive attribute to NO to keep the recordset intact. * startrow (number): Specifies the row from which to start output. * maxrows (number): Specifies the maximum number of rows to display in the output section. You cannot use this attribute together with the attribute endRow. * endrow (number): Last row of query that is included. You cannot use this attribute together with the attribute maxRows. * encodefor (string): encode for what, valid values are: - css: for output inside Cascading Style Sheets (CSS) - dn: for output in LDAP Distinguished Names - html: for output inside HTML - html_attr: for output inside HTML Attributes - javascript: for output inside Javascript - ldap: for output in LDAP queries - url: for output in URL - vbscript: for output inside vbscript - xml: for output inside XML - xml_attr: for output inside XML Attributes - xpath: for output in XPath
Cause
Struct
additional
Struct (ordered)
Pattern
string<cfoutput [query="object"] [group="string"] [groupcasesensitive="boolean"] [startrow="number"] [maxrows="number"] [endrow="number"] [encodefor="string"]></cfoutput>
Documentation
stringDisplays the results of a database query or other operation. To nest cfoutput tags, see the "Usage" section. Optional: * query (object): The name of the cfquery from which to draw data for the output section or the query itself. * group (string): Specifies the query column to use when you group sets of records together. Use this attribute if you have retrieved a record set ordered on a certain query column. For example, if a record set is ordered according to "CustomerID" in the cfquery tag, you can group the output on "CustomerID." The group attribute, which is case sensitive, eliminates adjacent duplicates when the data is sorted by the specified field. See the groupCaseSensitive attribute for information about specifying a case insensitive grouping. * groupcasesensitive (boolean): Boolean indicating whether to group by case. The default value is YES; case is considered while grouping. If the query attribute specifies a query object that was generated by a case-insensitive SQL query, set the groupCaseSensitive attribute to NO to keep the recordset intact. * startrow (number): Specifies the row from which to start output. * maxrows (number): Specifies the maximum number of rows to display in the output section. You cannot use this attribute together with the attribute endRow. * endrow (number): Last row of query that is included. You cannot use this attribute together with the attribute maxRows. * encodefor (string): encode for what, valid values are: - css: for output inside Cascading Style Sheets (CSS) - dn: for output in LDAP Distinguished Names - html: for output inside HTML - html_attr: for output inside HTML Attributes - javascript: for output inside Javascript - ldap: for output in LDAP queries - url: for output in URL - vbscript: for output inside vbscript - xml: for output inside XML - xml_attr: for output inside XML Attributes - xpath: for output in XPath
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching end tag found for tag [cfoutput]
StackTrace
stringlucee.runtime.exp.TemplateException: No matching end tag found for tag [cfoutput] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1291) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:789) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:782) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) 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:175) 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:446) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:413) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:346) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:237) at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1024) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1051) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout_cfm$cf$9q1u.call(/layout.cfm:52) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/application.cfc:277) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string51: &lt;div class=&quot;col-md-9&quot;&gt;<br> 52: <br> <b>53: &lt;cfoutput&gt;</b><br> 54: <br> 55: &lt;div class=&quot;blank-spacer padding-top20 padding-bottom20&quot;&gt;&lt;/div&gt;<br>
codePrintPlain
string51: <div class="col-md-9"> 52: 53: <cfoutput> 54: 55: <div class="blank-spacer padding-top20 padding-bottom20"></div>
column
number5
id
string??
line
number53
Raw_Trace
string
template
string/var/www/snpit/www/html/normativa.cfm
Type
stringcfml
2
Struct
codePrintHTML
string50: <br> 51: <br> <b>52: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 53: <br> 54: <br>
codePrintPlain
string50: 51: 52: <cfinclude template="#ARGUMENTS.TargetPage#" /> 53: 54:
column
number0
id
string??
line
number52
Raw_Trace
stringlayout_cfm$cf$9q1u.call(/layout.cfm:52)
template
string/var/www/snpit/www/html/layout.cfm
type
stringcfml
3
Struct
codePrintHTML
string275: }<br> 276: } else {<br> <b>277: cfinclude(template=&quot;layout.cfm&quot;);</b><br> 278: }<br> 279: }<br>
codePrintPlain
string275: } 276: } else { 277: cfinclude(template="layout.cfm"); 278: } 279: }
column
number0
id
string??
line
number277
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:277)
template
string/var/www/snpit/www/html/application.cfc
type
stringcfml
type
stringtemplate
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching end tag found for tag [cfoutput]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Pattern
string<cfoutput [query="object"] [group="string"] [groupcasesensitive="boolean"] [startrow="number"] [maxrows="number"] [endrow="number"] [encodefor="string"]></cfoutput>
Documentation
stringDisplays the results of a database query or other operation. To nest cfoutput tags, see the "Usage" section. Optional: * query (object): The name of the cfquery from which to draw data for the output section or the query itself. * group (string): Specifies the query column to use when you group sets of records together. Use this attribute if you have retrieved a record set ordered on a certain query column. For example, if a record set is ordered according to "CustomerID" in the cfquery tag, you can group the output on "CustomerID." The group attribute, which is case sensitive, eliminates adjacent duplicates when the data is sorted by the specified field. See the groupCaseSensitive attribute for information about specifying a case insensitive grouping. * groupcasesensitive (boolean): Boolean indicating whether to group by case. The default value is YES; case is considered while grouping. If the query attribute specifies a query object that was generated by a case-insensitive SQL query, set the groupCaseSensitive attribute to NO to keep the recordset intact. * startrow (number): Specifies the row from which to start output. * maxrows (number): Specifies the maximum number of rows to display in the output section. You cannot use this attribute together with the attribute endRow. * endrow (number): Last row of query that is included. You cannot use this attribute together with the attribute maxRows. * encodefor (string): encode for what, valid values are: - css: for output inside Cascading Style Sheets (CSS) - dn: for output in LDAP Distinguished Names - html: for output inside HTML - html_attr: for output inside HTML Attributes - javascript: for output inside Javascript - ldap: for output in LDAP queries - url: for output in URL - vbscript: for output inside vbscript - xml: for output inside XML - xml_attr: for output inside XML Attributes - xpath: for output in XPath
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringNo matching end tag found for tag [cfoutput]
StackTrace
stringlucee.runtime.exp.TemplateException: No matching end tag found for tag [cfoutput] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1291) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:789) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:782) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) 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:175) 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:446) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:413) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:346) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:237) at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1024) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1051) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout_cfm$cf$9q1u.call(/layout.cfm:52) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/application.cfc:277) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string51: &lt;div class=&quot;col-md-9&quot;&gt;<br> 52: <br> <b>53: &lt;cfoutput&gt;</b><br> 54: <br> 55: &lt;div class=&quot;blank-spacer padding-top20 padding-bottom20&quot;&gt;&lt;/div&gt;<br>
codePrintPlain
string51: <div class="col-md-9"> 52: 53: <cfoutput> 54: 55: <div class="blank-spacer padding-top20 padding-bottom20"></div>
column
number5
id
string??
line
number53
Raw_Trace
string
template
string/var/www/snpit/www/html/normativa.cfm
Type
stringcfml
2
Struct
codePrintHTML
string50: <br> 51: <br> <b>52: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 53: <br> 54: <br>
codePrintPlain
string50: 51: 52: <cfinclude template="#ARGUMENTS.TargetPage#" /> 53: 54:
column
number0
id
string??
line
number52
Raw_Trace
stringlayout_cfm$cf$9q1u.call(/layout.cfm:52)
template
string/var/www/snpit/www/html/layout.cfm
type
stringcfml
3
Struct
codePrintHTML
string275: }<br> 276: } else {<br> <b>277: cfinclude(template=&quot;layout.cfm&quot;);</b><br> 278: }<br> 279: }<br>
codePrintPlain
string275: } 276: } else { 277: cfinclude(template="layout.cfm"); 278: } 279: }
column
number0
id
string??
line
number277
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:277)
template
string/var/www/snpit/www/html/application.cfc
type
stringcfml
type
stringtemplate
StackTrace
stringlucee.runtime.exp.TemplateException: No matching end tag found for tag [cfoutput] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1291) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:789) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:782) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) 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:175) 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:446) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:413) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:346) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:237) at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1024) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1051) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout_cfm$cf$9q1u.call(/layout.cfm:52) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/application.cfc:277) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string51: &lt;div class=&quot;col-md-9&quot;&gt;<br> 52: <br> <b>53: &lt;cfoutput&gt;</b><br> 54: <br> 55: &lt;div class=&quot;blank-spacer padding-top20 padding-bottom20&quot;&gt;&lt;/div&gt;<br>
codePrintPlain
string51: <div class="col-md-9"> 52: 53: <cfoutput> 54: 55: <div class="blank-spacer padding-top20 padding-bottom20"></div>
column
number5
id
string??
line
number53
Raw_Trace
string
template
string/var/www/snpit/www/html/normativa.cfm
Type
stringcfml
2
Struct
codePrintHTML
string50: <br> 51: <br> <b>52: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 53: <br> 54: <br>
codePrintPlain
string50: 51: 52: <cfinclude template="#ARGUMENTS.TargetPage#" /> 53: 54:
column
number0
id
string??
line
number52
Raw_Trace
stringlayout_cfm$cf$9q1u.call(/layout.cfm:52)
template
string/var/www/snpit/www/html/layout.cfm
type
stringcfml
3
Struct
codePrintHTML
string275: }<br> 276: } else {<br> <b>277: cfinclude(template=&quot;layout.cfm&quot;);</b><br> 278: }<br> 279: }<br>
codePrintPlain
string275: } 276: } else { 277: cfinclude(template="layout.cfm"); 278: } 279: }
column
number0
id
string??
line
number277
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:277)
template
string/var/www/snpit/www/html/application.cfc
type
stringcfml
type
stringtemplate