Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no segments* file found in [email protected]\DemoSite.Mvc-master\App_Data\SearchIndex/KalikoCMS/ lockFactory=Lucene.Net.Store.NativeFSLockFactory: files: #153

Open
DebPattanaik opened this issue Jan 9, 2019 · 3 comments
Assignees
Labels

Comments

@DebPattanaik
Copy link

I tried to run the demo site and I got the error. There is no lucen generated files under the SearchIndex folder. What could be the fix for this

no segments* file found in Lucene.Net.Store.SimpleFSDirectory@C:\Users\Debabrata\Downloads\DemoSite.Mvc-master\DemoSite.Mvc-master\App_Data\SearchIndex/KalikoCMS/ lockFactory=Lucene.Net.Store.NativeFSLockFactory: files:

@fschultz fschultz self-assigned this Jan 10, 2019
@fschultz
Copy link
Contributor

Usually Lucene related problems tend to be permission based (for instance when running the site through IIS), but the demo site comes with an already populated index so I suspect there's another issue at hand here.

What files do you have under C:\Users\Debabrata\Downloads\DemoSite.Mvc-master\DemoSite.Mvc-master\App_Data\SearchIndex\KalikoCMS\ ?
Do they match https://github.com/KalikoCMS/DemoSite.Mvc/tree/master/App_Data/SearchIndex/KalikoCMS ?

@DebPattanaik
Copy link
Author

I actually deleted all the lucen generated files under Search Index - Cms folder. If I readd it works fine but if its a new project then there wont be any lucen files under search index folder . do u ve ny suggestions to fix it ?

@fschultz
Copy link
Contributor

This is an interesting issue, I haven't ran into any problems when installing it from scratch but deleting the index from the demo project causes the same error message for me. I'll look into why this is happening.

@fschultz fschultz added the bug label Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants