atg.repository.RepositoryException: Attempt to execute or build a query with a Query or QueryExpression object that is null or was not created by this repository.; SOURCE:java.lang.ClassCastException: atg.repository.query.AndQuery cannot be cast to atg.adapter.gsa.query.Clause
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3050817, 1 year ago
via Oracle Community by 901205, 1 year ago
via Oracle Community by Aaaaaparz1, 1 year ago
via Oracle Community by KapilCh, 9 months ago
java.lang.ClassCastException: atg.repository.query.AndQuery cannot be cast to atg.adapter.gsa.query.Clause
at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:11367)
at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:390)
at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:493)
at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:382)
at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:309)
at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:233)
at com.sgs.commerce.pricing.SGSShippingPricingEngineService.findGlobalPromotions(SGSShippingPricingEngineService.java:139)
at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:673)
at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:479)
at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:780)