Jayesh,

I was able to catch the stacktrace of the error while indexing, That causes 
this (-1705) error. It seems that this happens whether I have the collection 
set to englishx or english and is very frustrating. Your help is greatly 
appreciated. Here is the stack trace.

General failure. (-2)
 
The error occurred in F:\wwwroot\cxprod\COM\search.cfc: line 75

73 :            <cfindex 
74 :               collection="#arguments.CollectionName#"              
75 :               urlpath="#Arguments.URLPath#" 
76 :               action="REFRESH" 
77 :               key="#Variables.rootdir##Arguments.RootPath#"

Resources:

    * Check the ColdFusion documentation to verify that you are using the 
correct syntax.
    * Search the Knowledge Base to find a solution to your problem.

Browser         Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) 
Gecko/20071025 Firefox/2.0.0.9 ColdFire/1.0
Remote Address          10.105.46.141
Referrer        
Date/Time       16-Nov-07 10:20 AM
Stack Trace
at 
cfsearch2ecfc553591659$funcINDEXFILECOLLECTION.runFunction(F:\wwwroot\cxprod\COM\search.cfc:75)
 at 
cfIndexFiles2ecfm510222358.runPage(F:\wwwroot\cxprod\scheduler\IndexFiles.cfm:20)

com.verity.coll.VCollectionException: General failure. (-2)
        at com.verity.coll.VCollection.submitDocumentBatch(Unknown Source)
        at coldfusion.tagext.search.IndexTag.doUpdate(IndexTag.java:345)
        at coldfusion.tagext.search.IndexTag.doStartTag(IndexTag.java:162)
        at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
        at 
cfsearch2ecfc553591659$funcINDEXFILECOLLECTION.runFunction(F:\wwwroot\cxprod\COM\search.cfc:75)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
        at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
        at 
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
        at 
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
        at 
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
        at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
        at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194)
        at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146)
        at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634)
        at 
cfIndexFiles2ecfm510222358.runPage(F:\wwwroot\cxprod\scheduler\IndexFiles.cfm:20)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
        at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at 
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at com.seefusion.Filter.doFilter(Filter.java:49)
        at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1494)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
        at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
        at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
        at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

>Hi Rich/Jenny,
>
>Can you post the full stackstrace here? that will be more helpful to
>investigate it.
>
>Thanks & Regards,
>Jayesh Viradiya
>Adobe CF Team
>
>Hi Rich,
>
>I'm having the same problem, and it is also causing Jrun to go to 100%.
>
>If you find a solution, I'd be most grateful if you would let me know.
>
>Many thanks,
>
>Jenny
>I have a few Verity Collections on a Windows 2003 server running CFMX
>7.0.2
>with hotfix 3 installed,that index documents on my site. I set up a
>scheduled task to index the documents nightly. This had been working
>great,
>but now the index fails with the error.
>"The collection is not available:
>com.verity.coll.VCollectionNotAvailableException: Collection down after
>opening. (10)"
>
>When a user searches the site they get an error:
>Error executing the CFSearch Tag
>
>Collection (Status Code): mycollection(-1705).
>
>I can not find any doc on Verity error codes on Adobe's site that
>explains
>this error other than "The Collection is down". No resolutions, nothing.
>The
>only solution I have found that works is stopping the Search Services,
>deleting the collection folder under cfmxroot/verity/collections
>restarting
>the service and re-creating the collection, then doing a manual index. I
>am
>pulling out what hair I have left trying to figure out what this issue
>is
>and how to correct it. Anyone else have any similar issues/advice.
>
>Thanks,
>
>Rich Sloan
>E-Business Development Specialist
>The TriZetto Group, Inc., Naperville 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293502
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to