Hi,
When I start my tomcat server, I get the following exception:
Code:
org.hibernate.search.SearchException: Unable to create index directory: \\mycomputerip\C$\Devel\workspace\On\HibernateSearch\indexes for index com.mycompany.model.Company
This is quite interesting, since I DO have a folder there with this name + read/write permissions for anybody.
As well, it happens only from one computer, not on all of them!
What could be the reason?
EDIT:
I am using Windows 7 for that computer.
I saw in an answer:
http://stackoverflow.com/questions/1723 ... ot-presentthat Windows 7 uses virtual storing, so the access has to be different.
How can I workaround it? Since
org.hibernate.search.store.DirectoryProviderHelper.makeSanityCheckedDirectory is Hibernate class!