Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.0.0 (Revision: e0e8e3461e5257ba4aa19e6b3614a2685b298947) |
| | Datasource | |
|
| Cause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.0.0 (Revision: e0e8e3461e5257ba4aa19e6b3614a2685b298947) |
| | Datasource | |
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Table 'xrandysrockets.mls_properties' doesn't exist |
| | NativeErrorCode | | | queryError | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | Sql | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: Table 'xrandysrockets.mls_properties' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:875)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:723)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
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:1992)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at application_cfc$cf.udfCall_000012(/Application.cfc:221)
at application_cfc$cf.udfCall(/Application.cfc:219)
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:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 56: max(prp.fullBathrooms) AS maxBathrooms<br>
57: FROM mls_properties prp<br>
<b>58: </cfquery></b><br>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0><br>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")><br>
|
| | codePrintPlain | | string | 56: max(prp.fullBathrooms) AS maxBathrooms
57: FROM mls_properties prp
58: </cfquery>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 25: <cfset variables.installedModules = arguments.installedModules><br>
26: <cfset updateFolders()><br>
<b>27: <cfset updateCounts()></b><br>
28: <cfset updateCities()><br>
29: <cfset updatePropertyTypes()><br>
|
| | codePrintPlain | | string | 25: <cfset variables.installedModules = arguments.installedModules>
26: <cfset updateFolders()>
27: <cfset updateCounts()>
28: <cfset updateCities()>
29: <cfset updatePropertyTypes()>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 219: <cfif application.siteObject.hasMLSEngine()><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
<b>221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)></b><br>
222: </cfif><br>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')><br>
|
| | codePrintPlain | | string | 219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
222: </cfif>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000012(/Application.cfc:221) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 217: </cfif><br>
218: </cfif><br>
<b>219: <cfif application.siteObject.hasMLSEngine()></b><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)><br>
|
| | codePrintPlain | | string | 217: </cfif>
218: </cfif>
219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:219) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
|
| | type | | | where | |
|
| DataSource | |
| Detail | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | Table 'xrandysrockets.mls_properties' doesn't exist |
|
| name | |
| NativeErrorCode | |
| queryError | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
|
| rootCause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.0.0 (Revision: e0e8e3461e5257ba4aa19e6b3614a2685b298947) |
| | Datasource | |
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Table 'xrandysrockets.mls_properties' doesn't exist |
| | NativeErrorCode | | | queryError | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | Sql | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: Table 'xrandysrockets.mls_properties' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:875)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:723)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
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:1992)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at application_cfc$cf.udfCall_000012(/Application.cfc:221)
at application_cfc$cf.udfCall(/Application.cfc:219)
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:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 56: max(prp.fullBathrooms) AS maxBathrooms<br>
57: FROM mls_properties prp<br>
<b>58: </cfquery></b><br>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0><br>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")><br>
|
| | codePrintPlain | | string | 56: max(prp.fullBathrooms) AS maxBathrooms
57: FROM mls_properties prp
58: </cfquery>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 25: <cfset variables.installedModules = arguments.installedModules><br>
26: <cfset updateFolders()><br>
<b>27: <cfset updateCounts()></b><br>
28: <cfset updateCities()><br>
29: <cfset updatePropertyTypes()><br>
|
| | codePrintPlain | | string | 25: <cfset variables.installedModules = arguments.installedModules>
26: <cfset updateFolders()>
27: <cfset updateCounts()>
28: <cfset updateCities()>
29: <cfset updatePropertyTypes()>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 219: <cfif application.siteObject.hasMLSEngine()><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
<b>221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)></b><br>
222: </cfif><br>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')><br>
|
| | codePrintPlain | | string | 219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
222: </cfif>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000012(/Application.cfc:221) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 217: </cfif><br>
218: </cfif><br>
<b>219: <cfif application.siteObject.hasMLSEngine()></b><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)><br>
|
| | codePrintPlain | | string | 217: </cfif>
218: </cfif>
219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:219) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
|
| | type | | | where | |
|
| Sql | | string | SELECT min(prp.bedrooms) AS minBedrooms,
max(prp.bedrooms) AS maxBedrooms,
min(prp.fullBathrooms) AS minBathrooms,
max(prp.fullBathrooms) AS maxBathrooms
FROM mls_properties prp |
|
| SQLState | |
| StackTrace | | string | lucee.runtime.exp.DatabaseException: Table 'xrandysrockets.mls_properties' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:875)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:723)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
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:1992)
at mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27)
at mlsengine.model.mlsobject_cfc$cf.udfCall(/mlsEngine/model/mlsObject.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at application_cfc$cf.udfCall_000012(/Application.cfc:221)
at application_cfc$cf.udfCall(/Application.cfc:219)
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:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 56: max(prp.fullBathrooms) AS maxBathrooms<br>
57: FROM mls_properties prp<br>
<b>58: </cfquery></b><br>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0><br>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")><br>
|
| | codePrintPlain | | string | 56: max(prp.fullBathrooms) AS maxBathrooms
57: FROM mls_properties prp
58: </cfquery>
59: <cfif application.siteObject.getSetting("minMLSBedrooms") GTE 0>
60: <cfset variables.minBedrooms = application.siteObject.getSetting("minMLSBedrooms")>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:58) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 25: <cfset variables.installedModules = arguments.installedModules><br>
26: <cfset updateFolders()><br>
<b>27: <cfset updateCounts()></b><br>
28: <cfset updateCities()><br>
29: <cfset updatePropertyTypes()><br>
|
| | codePrintPlain | | string | 25: <cfset variables.installedModules = arguments.installedModules>
26: <cfset updateFolders()>
27: <cfset updateCounts()>
28: <cfset updateCities()>
29: <cfset updatePropertyTypes()>
|
| | column | | | id | | | line | | | Raw_Trace | | string | mlsengine.model.mlsobject_cfc$cf.udfCall1(/mlsEngine/model/mlsObject.cfc:27) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/mlsEngine/model/mlsObject.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 219: <cfif application.siteObject.hasMLSEngine()><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
<b>221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)></b><br>
222: </cfif><br>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')><br>
|
| | codePrintPlain | | string | 219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
222: </cfif>
223: <cfif NOT StructKeyExists(cookie,'mlsAxisFavorites')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000012(/Application.cfc:221) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 217: </cfif><br>
218: </cfif><br>
<b>219: <cfif application.siteObject.hasMLSEngine()></b><br>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')><br>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)><br>
|
| | codePrintPlain | | string | 217: </cfif>
218: </cfif>
219: <cfif application.siteObject.hasMLSEngine()>
220: <cfif NOT StructKeyExists(application,'mlsObject') OR StructKeyExists(request.axisParams,'init')>
221: <cfset application.mlsObject = CreateObject("Component", "mlsEngine.model.mlsObject").init(dsn=application.siteObject.getClientDSN(),mlsdsn=application.siteObject.getMLSDSN(),siteID=application.siteObject.getSetting("siteID"),installedModules=request.installedModules)>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:219) |
| | template | | string | /var/www/domains/x.randysrockets.com/htdocs/Application.cfc |
| | type | |
|
|
| type | |
| where | |