We are also seeing this issue, but on ColdFusion 8.0.1. We are also very careful to single thread the process that indexes our collections, but every once in a while a collection is left in a state that causes this error (1750 and 2). We've been having this error since CF6. Any further advice would be appreciated.
There was a problem executing the cfSearch tag with the following collections. Collection (status code): auctionscollectionprimary (-2) Stack trace: coldfusion.tagext.search.SearchTag$SearchAuthenticationException: There was a problem executing the cfSearch tag with the following collections. at coldfusion.tagext.search.SearchTag.doSearch(SearchTag.java:282) at coldfusion.tagext.search.SearchTag.doStartTag(SearchTag.java:159) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfact_search_auctions2ecfm1040202400._factor0(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:142) at cfact_search_auctions2ecfm1040202400._factor3(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:132) at cfact_search_auctions2ecfm1040202400._factor11(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:131) at cfact_search_auctions2ecfm1040202400._factor14(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:130) at cfact_search_auctions2ecfm1040202400._factor45(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:111) at cfact_search_auctions2ecfm1040202400.runPage(D:\inetpub\wwwroot\CustomTags\site\action\act_search_auctions.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:280) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfindex2ecfm1952396859.runPage(D:\inetpub\wwwroot\site\cfml\auctions\index.cfm:68) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > Sorry to bring up such an old post, but Asha (or anyone else), could > you point me towards the documentation regarding this? > > We're running into a similar issue with one of our collection-based > scheduled tasks, but not with the others. > > Thanks! > > ~James > > >Hi Rich, > > > >This happens when you try to access a cfm which includes <cfindex > action="refresh"..> > >simultaneously from different browsers. > > > >Thanks, > >Asha. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303256 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

