Error Executing Database Query.
|
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 174) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
|
|
The error occurred in E:/websites/GeigersEcommerce/functions/category.cfc: line 1688
Called from E:/websites/GeigersEcommerce/category.cfm: line 63
Called from E:/websites/GeigersEcommerce/functions/category.cfc: line 1688
Called from E:/websites/GeigersEcommerce/category.cfm: line 63
|
1686 : </cfif>
1687 : <!--- ***** END - LOOP THROUGH ACTIVE URL VARS AND PROCESS THEM FOR DB **** --->
1688 : <Cfif application.useWebStyleGrouping>GROUP BY WEBSTYLE<CFELSE>GROUP BY STYLE_ID, ATTR1ID</cfif>
1689 : </cfquery>
1690 :
|
|
SQLSTATE |
40001 |
DATASOURCE |
celerantSQL |
VENDORERRORCODE |
1205 |
SQL |
SELECT distinct style_id
, attr1id
, max(url) as url
, max(realName) as realName
, max(style) as style
, max(overallqoh) as overallqoh
, max(sale) as sale
, max(new) as new
, max(SmallPicture) as SmallPicture
, max(MediumPicture) as MediumPicture
, max(LargePicture) as LargePicture
, min(sortposition) as sortposition
, max(dept) as dept
, max(typ) as typ
, max(subtyp1) as subtyp1
, max(subtyp2) as subtyp2
, max(subtyp3) as subtyp3
, max(brand) as brand
, max(branddisplay) as branddisplay
, max(team) as team
, max(league) as league
, max(priceRange) as priceRange
, min(salePriceRangeBottom) as salePriceRangeBottom
, max(salePriceRangeTop) as salePriceRangeTop
, max(ListPrice) as ListPrice
, max(ranking) as ranking
, max(alternateteam) as alternateteam
, max(romanticcopylong) as romanticcopylong
, max(romanticcopyshort) as romanticcopyshort
, max(depttree) as depttree
, max(weight) as weight
, max(attr1) as attr1
, max(origattr1) as origattr1
, max(sizelist) as sizelist
, max(name) as name
, max(inventorytype) as inventorytype
, max(GOOGLEPRODUCTTAXONOMY) as GOOGLEPRODUCTTAXONOMY
, max(gender) as gender
, max(agerange) as agerange
, max(picture_id) as picture_id
, max(isFeaturedItem) as isFeaturedItem
, max(prodReviewsAverage) as prodReviewsAverage
, max(INTERNALLISTPRICE) as INTERNALLISTPRICE
, max(INTERNALMARKDOWN) as INTERNALMARKDOWN
, max(INTERNALPRICE) as INTERNALPRICE
, max(TERMSALELISTPRICE) as TERMSALELISTPRICE
, max(TERMSALEPRICE) as TERMSALEPRICE
, max(TERMSALE) as TERMSALE
, max(instoreOnly) as instoreOnly
/* , max(FamList) as FamList */
/* , max(HEXLIST) as HEXLIST */
, CASE WHEN max(termsale) = 1 THEN min(termsaleprice) ELSE min(SalePriceRangeBottom) END AS sortPrice
FROM [dbo].[web_all_products_new] WHERE pictureid is not null
and ltrim(dept)='MEN'
and ltrim(typ)='Baselayer'
and ( 1=2
OR upper(',' + sizelist + ',') LIKE '%,MS,%'
OR upper(',' + sizelist + ',') LIKE '%,XLS,%'
OR upper(',' + sizelist + ',') LIKE '%,LS,%'
OR upper(',' + sizelist + ',') LIKE '%,MD,%'
OR upper(',' + sizelist + ',') LIKE '%,M,%'
OR upper(',' + sizelist + ',') LIKE '%,L,%'
)
GROUP BY STYLE_ID, ATTR1ID |
|
Resources:
|
Browser |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Remote Address |
216.73.216.55 |
Referrer |
|
Date/Time |
12-Oct-25 12:02 AM |
|
Stack Trace
|
at cfcategory2ecfc1240052244$funcGETPRODUCTSFROMOVERALLQUERY.runFunction(E:/websites/GeigersEcommerce/functions/category.cfc:1688) at cfcategory2ecfm908738381.runPage(E:/websites/GeigersEcommerce/category.cfm:63)
at cfcategory2ecfc1240052244$funcGETPRODUCTSFROMOVERALLQUERY.runFunction(E:/websites/GeigersEcommerce/functions/category.cfc:1688) at cfcategory2ecfm908738381.runPage(E:/websites/GeigersEcommerce/category.cfm:63)
java.sql.SQLTransactionRollbackException: [Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 174) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
at macromedia.jdbc.sqlserverbase.ddcw.b(Unknown Source)
at macromedia.jdbc.sqlserverbase.ddcw.a(Unknown Source)
at macromedia.jdbc.sqlserverbase.ddcv.b(Unknown Source)
at macromedia.jdbc.sqlserverbase.ddcv.a(Unknown Source)
at macromedia.jdbc.sqlserver.tds.ddr.v(Unknown Source)
at macromedia.jdbc.sqlserver.tds.ddr.a(Unknown Source)
at macromedia.jdbc.sqlserver.tds.ddr.c(Unknown Source)
at macromedia.jdbc.sqlserver.dda3.m(Unknown Source)
at macromedia.jdbc.sqlserverbase.dde7.e(Unknown Source)
at macromedia.jdbc.sqlserverbase.dde7.a(Unknown Source)
at macromedia.jdbc.sqlserverbase.dde7.x(Unknown Source)
at macromedia.jdbc.sqlserverbase.dde7.t(Unknown Source)
at macromedia.jdbc.sqlserverbase.dde7.execute(Unknown Source)
at coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:359)
at coldfusion.sql.Executive.executeQuery(Executive.java:1485)
at coldfusion.sql.Executive.executeQuery(Executive.java:1235)
at coldfusion.sql.Executive.executeQuery(Executive.java:1165)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:406)
at coldfusion.tagext.sql.QueryTag.executeQuery(QueryTag.java:1187)
at coldfusion.tagext.sql.QueryTag.startQueryExecution(QueryTag.java:816)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:769)
at cfcategory2ecfc1240052244$funcGETPRODUCTSFROMOVERALLQUERY.runFunction(E:\websites\GeigersEcommerce\functions\category.cfc:1688)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:487)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:383)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:334)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:231)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:646)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:435)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:405)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2489)
at cfcategory2ecfm908738381.runPage(E:\websites\GeigersEcommerce\category.cfm:63)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:247)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:736)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:572)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:495)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:42)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:219)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:458)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:196)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)
|
|