Error Executing Database Query.
|
[Macromedia][SQLServer JDBC Driver][SQLServer]SHUTDOWN is in progress.
|
|
The error occurred in E:/websites/GeigersEcommerce/functions/category.cfc: line 1672
Called from E:/websites/GeigersEcommerce/category.cfm: line 60
Called from E:/websites/GeigersEcommerce/functions/category.cfc: line 1672
Called from E:/websites/GeigersEcommerce/category.cfm: line 60
|
1670 : </cfif>
1671 : <!--- ***** END - LOOP THROUGH ACTIVE URL VARS AND PROCESS THEM FOR DB **** --->
1672 : <Cfif application.useWebStyleGrouping>GROUP BY WEBSTYLE<CFELSE>GROUP BY STYLE_ID, ATTR1ID</cfif>
1673 : </cfquery>
1674 :
|
|
SQLSTATE |
HY000 |
DATASOURCE |
celerantSQL |
VENDORERRORCODE |
6005 |
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)='WOMEN'
and ( 1=2
OR upper(',' + sizelist + ',') LIKE '%,10,%'
OR upper(',' + sizelist + ',') LIKE '%,5_5,%'
OR upper(',' + sizelist + ',') LIKE '%,2,%'
OR upper(',' + sizelist + ',') LIKE '%,1,%'
OR upper(',' + sizelist + ',') LIKE '%,6S,%'
OR upper(',' + sizelist + ',') LIKE '%,4S,%'
)
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 |
3.15.138.214 |
Referrer |
https://shopgeigers.com/women/browse/size/10,5_5,2,1,6s,4s |
Date/Time |
28-Jan-25 10:38 AM |
|
Stack Trace
|
at cfcategory2ecfc1240052244$funcGETPRODUCTSFROMOVERALLQUERY.runFunction(E:/websites/GeigersEcommerce/functions/category.cfc:1672) at cfcategory2ecfm908738381.runPage(E:/websites/GeigersEcommerce/category.cfm:60)
at cfcategory2ecfc1240052244$funcGETPRODUCTSFROMOVERALLQUERY.runFunction(E:/websites/GeigersEcommerce/functions/category.cfc:1672) at cfcategory2ecfm908738381.runPage(E:/websites/GeigersEcommerce/category.cfm:60)
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]SHUTDOWN is in progress.
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:1672)
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:60)
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)
|
|