I get the following error when I am trying to save a session.
ERROR org.apache.jackrabbit.core.SearchManager - Error indexing node.
java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at org.apache.jackrabbit.core.query.lucene.FSDirectory$1.obtain(
FSDirectory.java:119)
This error comes after a lot of time is spent in the session.save() method.
As a result, so the nodes have been saved, not all of them are indexed. Is
there any way to fix this problem? Or does anyone have any clue as to why
this problem occurs?
Thanks,
Sridhar