Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 4.0 for SQL Server |
| DriverVersion | | Datasource | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Incorrect syntax near the keyword 'AND'. |
|
NativeErrorCode | |
queryError | string | SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC |
|
Sql | string | SELECT TOP 1 ROUND(r.decRetailPrice,0) AS minPrice
FROM tbl_tireSpec ts WITH (NOLOCK)
INNER JOIN [Icon_Master].[dbo].[tbl_RetailTWPNPrice] r WITH (NOLOCK) on r.[vchrManuPartNumber] = ts.[vchrPartNumber]
WHERE ts.intTireID =
AND decRetailPrice <> 0
AND intConfigID = 25364
GROUP BY r.decRetailPrice
ORDER BY minPrice ASC |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'AND'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332)
at com.seefusion.PreparedStatementImpl.execute(PreparedStatementImpl.java:99)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1134)
at lucee.runtime.tag.Query._doEndTag(Query.java:699)
at lucee.runtime.tag.Query.doEndTag(Query.java:565)
at tires.default_cfm$cf$2ncr.udfCall(/tires/default.cfm:33)
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.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1762)
at tires.default_cfm$cf$2ncr.call(/tires/default.cfm:38)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:219)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2475)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2465)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2436)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1198)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1144)
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:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.seefusion.Filter.doFilter(Filter.java:109)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:844)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 31: GROUP BY r.#tableColumn#<br>
32: ORDER BY #priceName# #sortOrder#<br>
<b>33: </cfquery></b><br>
34: <br>
35: <cfreturn query><br>
|
| codePrintPlain | string | 31: GROUP BY r.#tableColumn#
32: ORDER BY #priceName# #sortOrder#
33: </cfquery>
34:
35: <cfreturn query>
|
| column | | id | | line | | Raw_Trace | string | tires.default_cfm$cf$2ncr.udfCall(/tires/default.cfm:33) |
| template | string | D:\WebSites\kctrends.com\tires\default.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 36: </cffunction><br>
37: <br>
<b>38: <cfset minTirePrice = #getPricing("minPrice", "decRetailPrice", "ASC").minPrice#></b><br>
39: <cfset maxTirePrice = #getPricing("maxPrice", "decRetailPrice", "DESC").maxPrice#><br>
40: <br>
|
| codePrintPlain | string | 36: </cffunction>
37:
38: <cfset minTirePrice = #getPricing("minPrice", "decRetailPrice", "ASC").minPrice#>
39: <cfset maxTirePrice = #getPricing("maxPrice", "decRetailPrice", "DESC").maxPrice#>
40:
|
| column | | id | | line | | Raw_Trace | string | tires.default_cfm$cf$2ncr.call(/tires/default.cfm:38) |
| template | string | D:\WebSites\kctrends.com\tires\default.cfm |
| type | |
|
|
type | |
where | |