Skip to main content
Participating Frequently
February 16, 2015
Question

CF index is hung

  • February 16, 2015
  • 1 reply
  • 321 views

related to my earlier slow solr post.  Running a refresh on the first file then an update on all others. Recurse may not be necessary.

cfindex

action=refresh

collection="this_name_solr"

key="c:\inetpub\wwwroot\myappname\thefolder\thesubfolder\thefile.ext"

type="file"

urlpath="http://#application.root#/appname/thefolder/thesubfolder/thefile.ext"

extensions=".html, .htm, .xls, .xlsm, .doc, .docx, .pdf, .txt"

recurse="yes"

status="alldocs"

language="English"

Does fine until it hits a corrupt PDF File.  If I try to open the file manually in PDF reader I get the message that the file may be corrupt.

I need it to get past this file and continue indexing the rest. I have tried a request timeout of three minutes but that does not work.  I have attempted CFPDF Info extraction but it hangs reading it too.  I do not know how to test the doc to see if it is corrupt.

Ultimately I would like it to give up on the file after about 3 minutes.

Any suggestions

This topic has been closed for replies.

1 reply

mrwilhaleAuthor
Participating Frequently
February 18, 2015

Wow - Rather shocked no one has experienced this.

I have isolated a couple of folders that have the issue and have run every test i can think of to make it move past this.  Really need an assist.