I have a problem because each time I activate in ExamineSettings.config the indexers for the Content and for the Media (PDF), the w3wp.exe process crashes.
Investigating in the UmbracoLog, it appears all the time this kind of errors:
admin
29150
24901
14/11/2011 12:11:22
Custom
[UmbracoExamine] UmbracoExamine.FileIndexer: No file found at path /media/Migracion/pdf/29150/24901.pdf
admin
29492
25168
14/11/2011 12:11:22
Custom
[UmbracoExamine] UmbracoExamine.FileIndexer: No file found at path /media/Migracion/pdf/29492/25168.pdf
admin
29507
42117
14/11/2011 12:11:22
Custom
[UmbracoExamine] UmbracoExamine.FileIndexer: No file found at path /media/Migracion/pdf/29507/42117.pdf
These nodes doesn´t exist in the database anymore. They were deleted some time ago. Why are they detected from the indexer? How can I solve this problem to be able to reindex all the content?
Querying directly into the database (Table UmbracoNode) these nodes are there but are not been showed in the Umbraco website (Media section). The files don´t exist and I guess these is causing the crash.
I´m going to detect all the orphans nodes, deleted them and try to reindex the content again.
Once I have deleted the 300 media items orphans I have updated the ExamineSettings.config.
I have enabled InternalIndexer and PDFIndexer. Just when I save the file the w3wp.exe process start to consume almost the 100% of the CPU.
Checking in the Examine folders, the PDF and Internal Folders are created (and the Queue and Index subfolders) but the only files generated inside the Index folders are:
segments.gen and segments_1, both with 1Kb.
The process continues consuming between the 80-100% CPU but there´s nothing in UmbracoLog and no more files in the folders.
I think we might be experiencing this too we are running a 6.1.1 install and have some custom examine indexes. The site was fine all the way through development but now it is running 100% CPU.
Umbraco Examine trying to index obsolete content
Hello,
I have a problem because each time I activate in ExamineSettings.config the indexers for the Content and for the Media (PDF), the w3wp.exe process crashes.
Investigating in the UmbracoLog, it appears all the time this kind of errors:
12:11:22
12:11:22
12:11:22
These nodes doesn´t exist in the database anymore. They were deleted some time ago. Why are they detected from the indexer? How can I solve this problem to be able to reindex all the content?
Thanks for any help!
Querying directly into the database (Table UmbracoNode) these nodes are there but are not been showed in the Umbraco website (Media section). The files don´t exist and I guess these is causing the crash.
I´m going to detect all the orphans nodes, deleted them and try to reindex the content again.
Once I have deleted the 300 media items orphans I have updated the ExamineSettings.config.
I have enabled InternalIndexer and PDFIndexer. Just when I save the file the w3wp.exe process start to consume almost the 100% of the CPU.
Checking in the Examine folders, the PDF and Internal Folders are created (and the Queue and Index subfolders) but the only files generated inside the Index folders are:
segments.gen and segments_1, both with 1Kb.
The process continues consuming between the 80-100% CPU but there´s nothing in UmbracoLog and no more files in the folders.
Is it normal?
We have 2069 .pdf files (2.42Gb).
was this ever resolved... I have the same problem and cannot find a solution... please help :)
I'm also having problems with Examine and high CPU. Anyone know what could be the problem?
Jeroen
I think we might be experiencing this too we are running a 6.1.1 install and have some custom examine indexes. The site was fine all the way through development but now it is running 100% CPU.
Did you guys ever come up with a fix?
is working on a reply...