
Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | SELECT newsID, title, newsText
FROM News
WHERE isActive = true AND nLang = 'gr' AND NewsID <> 102
ORDER BY nDate DESC, Priority ASC
LIMIT 20 |
| DatabaseName | | DatabaseVersion | | DriverName | | DriverVersion | string | mysql-connector-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5) |
| Datasource | string | MyCMS_CyprusPaintball |
|
|
DataSource | string | MyCMS_CyprusPaintball |
|
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Table 'MyCMS_CyprusPaintball.News' doesn't exist |
|
NativeErrorCode | |
queryError | string | SELECT newsID, title, newsText
FROM News
WHERE isActive = true AND nLang = 'gr' AND NewsID <> 102
ORDER BY nDate DESC, Priority ASC
LIMIT 20 |
|
Sql | string | SELECT newsID, title, newsText
FROM News
WHERE isActive = true AND nLang = 'gr' AND NewsID <> 102
ORDER BY nDate DESC, Priority ASC
LIMIT 20 |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: Table 'MyCMS_CyprusPaintball.News' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:286)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:261)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:215)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1055)
at lucee.runtime.tag.Query._doEndTag(Query.java:655)
at lucee.runtime.tag.Query.doEndTag(Query.java:537)
at templates._news_cfm$cf.call(/templates/_news.cfm:16)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:827)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:317)
at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:243)
at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:177)
at index_cfm$cf.call(/index.cfm:31)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834)
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:64)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374)
at lucee.runtime.engine.Request.exe(Request.java:43)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055)
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: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 org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
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:800)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
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 | 14: ORDER BY nDate DESC, Priority ASC<br>
15: LIMIT #application.mysite.NewsReleasesLimit#<br>
<b>16: </cfquery></b><br>
17: <br>
18: <cfquery name="qTheNew" datasource="#application.dsn#" cachedWithin="#iif(application.mySite.enableCaching eq 1,evaluate(application.mySite.Caching_Short),'CreateTimeSpan(0,0,0,1)')#"><br>
|
| codePrintPlain | string | 14: ORDER BY nDate DESC, Priority ASC
15: LIMIT #application.mysite.NewsReleasesLimit#
16: </cfquery>
17:
18: <cfquery name="qTheNew" datasource="#application.dsn#" cachedWithin="#iif(application.mySite.enableCaching eq 1,evaluate(application.mySite.Caching_Short),'CreateTimeSpan(0,0,0,1)')#">
|
| column | | id | | line | | Raw_Trace | string | templates._news_cfm$cf.call(/templates/_news.cfm:16) |
| template | string | /home/www/www.cypruspaintball.com/www/templates/_news.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 29: LIMIT 1 <br>
30: </cfquery><br>
<b>31: <cfmodule template="templates/_#qGetPage.template#.cfm"></b><br>
32: <br>
33: <cfcatch type="Any"><br>
|
| codePrintPlain | string | 29: LIMIT 1
30: </cfquery>
31: <cfmodule template="templates/_#qGetPage.template#.cfm">
32:
33: <cfcatch type="Any">
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf.call(/index.cfm:31) |
| template | string | /home/www/www.cypruspaintball.com/www/index.cfm |
| type | |
|
|
type | |
where | |
Table 'MyCMS_CyprusPaintball.News' doesn't exist