From: jamie jackson on 30 Jan 2007 10:55 I'm getting the same thing now with CFMX 7. None of my documents seem to be getting indexed, though they're crawled alright: Summary: vspider (ind002117) Bad key http://localhost:9501/index.cfm. Summary: vspider (ind002117) Bad key http://localhost:9501/qa/index.cfm. I found an explanation, but it doesn't seem to apply: 2117 Bad key %s The URL given cannot be indexed. Usually this occurs when indexing a CGI URL.There are either strange characters in the URL, or it does not exist. Nope, no strange characters here, and the spider crawled and found these pages, but didn't index them. Please help, I'm stuck. Thanks, Jamie
From: mikozak on 30 Jan 2007 11:22 You will want to check for CFMX7 updaters. There is mention of Verity problems that are fixed by the updaters. I too am having problems with Verity when upgrading from CF5 to CFMX7. My admins are in the middle of applying the updaters to see if that corrects the problems I am having.
From: jamie jackson on 30 Jan 2007 11:44 Thanks for the reply. Unfortunately, I think I'm already up-to-date. My CFMX admin shows version 7,0,2,142559. Thanks, Jamie
From: jamie jackson on 5 Feb 2007 10:37 ....final bump before giving up on this thread. Thanks, Jamie.
From: jamie jackson on 5 Feb 2007 13:10 Okay, I think I've got it figured out. I misread a http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=50f419a before that I thought didn't apply to CFMX 7.0.2, but it does. I've attached (below) a log snippet that illustrates the problem. Here's what to do to fix it: Follow the tech note linked above; however, the [i]only[/i] thing in that article that [i]doesn't[/i] apply to 7.0.2 is the part about downloading the files. These files are already included in 7.0.2. (The article mentions this, but it wasn't perfectly clear to me on the first read.) So, in short, to fix the problem: [num]adding this to your start params: -style D:\jrun4\verity\Data\stylesets\ColdFusionVspider [/num] [num]create the collection by allowing vspider to run, NOT, by creating the collection through cf[/num] [num]"create" the collection (which actually already exists, but which cf doesn't yet know about) through cf. use "englishx" language and uncheck the "enable category support" checkbox[/num] Thanks, Jamie 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/index.cfm. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/css/peerta.css. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/qa/index.cfm. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/inn_prog/index.cfm. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/legis/index.cfm. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/index.cfm?event=viewIndex. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/index.cfm?event=viewTASummarySection§ionId=1. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0422 (VDK ): Could not find file http://localhost:9501/index.cfm?event=viewAboutUs. 2007/02/05 12:37:50 ERROR: (vspider) (ind002006) VDK: Error E3-0032 (VDK): No valid documents found in d:\JRun4\verity\collections\peerta\spider\bif\c2300001.bif for collection d:\JRun4\verity\collections\peerta. 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/index.cfm). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/css/peerta.css). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/qa/index.cfm). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/inn_prog/index.cfm). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/legis/index.cfm). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/index.cfm?event=viewIndex). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/index.cfm?event=viewTASummarySection§ionId=1). 2007/02/05 12:37:50 Summary: (vspider) (ind002117) Bad key (http://localhost:9501/index.cfm?event=viewAboutUs). Progress: (vspider) (ind010020) Vspider summary: Submitted 8 documents for insert, 0 documents for deletion, 0 documents for update; Progress: (vspider) (ind010021) Vspider summary: Indexed 0 documents, Deleted 0 documents, 8 bad documents; Progress: (vspider) (ind010022) Vspider summary: Skipped 100 keys, including 0 duplicate documents rejected; Progress: (vspider) (ind010023) Vspider summary: Failed to fetch 2 keys.
|
Next
|
Last
Pages: 1 2 Prev: LDAP password update Next: Problem inserting special Hungarian characters intodb |