Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
probably related to the corrupted index post... https://our.umbraco.com/forum/using-umbraco-and-getting-started/114297-corrupted-member-examine-index
I see log errors where examine is looking for index files that do not exist.
System.IO.FileNotFoundException: Could not find file 'C:\home\site\wwwroot\umbraco\Data\TEMP\ExamineIndexes\MembersIndex_1k.si'.
This file is not in the members index folder. I've restarted the webapp (several times) however its not seeing the correct files.
Have you added the UMBRACO__CMS__EXAMINE__LUCENEDIRECTORYFACTORY environment variable? Should have a value of TempFileSystemDirectoryFactory or SyncedTempFileSystemDirectoryFactory
UMBRACO__CMS__EXAMINE__LUCENEDIRECTORYFACTORY
TempFileSystemDirectoryFactory
SyncedTempFileSystemDirectoryFactory
https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/load-balancing/file-system-replication#examine-directory-factory-options
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
examine looking for wrong file
probably related to the corrupted index post... https://our.umbraco.com/forum/using-umbraco-and-getting-started/114297-corrupted-member-examine-index
I see log errors where examine is looking for index files that do not exist.
System.IO.FileNotFoundException: Could not find file 'C:\home\site\wwwroot\umbraco\Data\TEMP\ExamineIndexes\MembersIndex_1k.si'.
This file is not in the members index folder. I've restarted the webapp (several times) however its not seeing the correct files.
Have you added the
UMBRACO__CMS__EXAMINE__LUCENEDIRECTORYFACTORY
environment variable? Should have a value ofTempFileSystemDirectoryFactory
orSyncedTempFileSystemDirectoryFactory
https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/load-balancing/file-system-replication#examine-directory-factory-options
is working on a reply...