Title:
Bug 84931:I had a simple cfindex statement running against a solr collection:<cfset docdir = expandPath("
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 11/03/2010
Components: Text Search, Solr
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
I had a simple cfindex statement running against a solr collection:<cfset docdir = expandPath("../indextest1")><cfoutput>Indexing #docdir#<p></cfoutput><cfindex action="update" collection="indextest1" type="path" key="#docdir#" recurse="true" status="result" extensions=".txt,.pdf"> <cfdump var="#result#" label="Result of update operation">This worked fine. I then restarted the Solr service. When I ran the same code again, it threw the error I pasted. It seems as if CF got confused and thought I was talking to a Veriity collection. My Verity service was shut down. Reloading seemed to have helped.
Method:
Result:
Unable to connect to the ColdFusion Search service.On Windows, you may need to start the ColdFusion Search Server from the services control panel.On Unix, you may need to run the search startup script in the ColdFusion bin directory.Error: java.io.IOException: unable to obtain from connection pool: cannot make connection to server at: k2://localhost:9953
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042668
External Customer Info:
External Company:
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 11/03/2010
Attachments:
Comments: