Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | SELECT typer,revenue.showname,weekending,theater,gross,avpaid,topticket,attended,seats,previews,numperformances,percentcapacity,totalseats,percentweek,percentchange,totalshows, revenue.seo_friendly
from revenue
left join shows_seo on revenue.showname = shows_seo.showname
WHERE weekending = '2025-02-02' and (typer = '' or '' = '')
group by seo_friendly
order by showname |
| DatabaseName | | DatabaseVersion | | DriverName | | DriverVersion | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| Datasource | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation '=' |
|
NativeErrorCode | |
queryError | string | SELECT typer,revenue.showname,weekending,theater,gross,avpaid,topticket,attended,seats,previews,numperformances,percentcapacity,totalseats,percentweek,percentchange,totalshows, revenue.seo_friendly
from revenue
left join shows_seo on revenue.showname = shows_seo.showname
WHERE weekending = '2025-02-02' and (typer = '' or '' = '')
group by seo_friendly
order by showname |
|
Sql | string | SELECT typer,revenue.showname,weekending,theater,gross,avpaid,topticket,attended,seats,previews,numperformances,percentcapacity,totalseats,percentweek,percentchange,totalshows, revenue.seo_friendly
from revenue
left join shows_seo on revenue.showname = shows_seo.showname
WHERE weekending = '2025-02-02' and (typer = '' or '' = '')
group by seo_friendly
order by showname |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation '='
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1127)
at lucee.runtime.tag.Query._doEndTag(Query.java:694)
at lucee.runtime.tag.Query.doEndTag(Query.java:559)
at org.lucee.cfml.query_cfc$cf.udfCall(/org/lucee/cfml/Query.cfc:227)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:782)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1996)
at org.lucee.cfml.query_cfc$cf.udfCall(/org/lucee/cfml/Query.cfc:37)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2029)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1996)
at function_grosses_cfm$cf.udfCall(/function_grosses.cfm:99)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:782)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1996)
at grosses_cfm$cf.call_000005(/grosses.cfm:575)
at grosses_cfm$cf.call(/grosses.cfm:314)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1050)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:944)
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:63)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2731)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2718)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2689)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1155)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1112)
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:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | | codePrintPlain | | column | | id | | line | | Raw_Trace | string | org.lucee.cfml.query_cfc$cf.udfCall(/org/lucee/cfml/Query.cfc:227) |
| template | string | /org/lucee/cfml/Query.cfc |
| type | |
| 2 | Struct | codePrintHTML | | codePrintPlain | | column | | id | | line | | Raw_Trace | string | org.lucee.cfml.query_cfc$cf.udfCall(/org/lucee/cfml/Query.cfc:37) |
| template | string | /org/lucee/cfml/Query.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 97: order by showname"<br>
98: );<br>
<b>99: r = query.addParam(name="w", value=weeks.week1).addParam(name="t", value=typer).execute().getResult();</b><br>
100: query2 = new Query(<br>
101: datasource=source1,<br>
|
| codePrintPlain | string | 97: order by showname"
98: );
99: r = query.addParam(name="w", value=weeks.week1).addParam(name="t", value=typer).execute().getResult();
100: query2 = new Query(
101: datasource=source1,
|
| column | | id | | line | | Raw_Trace | string | function_grosses_cfm$cf.udfCall(/function_grosses.cfm:99) |
| template | string | /home/bway/public_html/bway/function_grosses.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 573: </div><br>
574: <div class="table-body" id="grosses-container"><br>
<b>575: <cfscript>revenue = getRevenue();</cfscript></b><br>
576: <cfloop collection="#revenue#" item='week'><br>
577: <cfscript><br>
|
| codePrintPlain | string | 573: </div>
574: <div class="table-body" id="grosses-container">
575: <cfscript>revenue = getRevenue();</cfscript>
576: <cfloop collection="#revenue#" item='week'>
577: <cfscript>
|
| column | | id | | line | | Raw_Trace | string | grosses_cfm$cf.call_000005(/grosses.cfm:575) |
| template | string | /home/bway/public_html/bway/grosses.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 312: <a href="grosses.cfm?priorgrosses=on" styeaste="text-decoration:underline;">Show Detailed Historical Grosses</a></strong><br>
313: <br><br><br>
<b>314: <cfelse></b><br>
315: <br>
316: <link type="text/css" rel="stylesheet"<br>
|
| codePrintPlain | string | 312: <a href="grosses.cfm?priorgrosses=on" styeaste="text-decoration:underline;">Show Detailed Historical Grosses</a></strong>
313: <br><br>
314: <cfelse>
315:
316: <link type="text/css" rel="stylesheet"
|
| column | | id | | line | | Raw_Trace | string | grosses_cfm$cf.call(/grosses.cfm:314) |
| template | string | /home/bway/public_html/bway/grosses.cfm |
| type | |
|
|
type | |
where | |