Hi,
We recently started seeing some exceptions pop up and I'm having a hard time understanding what is happening.
We didn't notice this at first but apparently we have been getting a "Unable to Synchronize Source" exception for about the last week then the other morning our software failed to start up getting the following exception.
Code:
java.io.FileNotFoundException: /var/tmp/tool/lucene/index/cnwk.tool.model.submission.Submission/_1g.prx
(No such file or directory)
Caused by: org.hibernate.HibernateException: could not init listeners
Caused by: org.hibernate.search.SearchException: Unable to open Lucene
IndexReader
Caused by: java.io.FileNotFoundException: /var/tmp/tool/lucene/index/cnwk.tool.model.submission.Submission/_1g.prx
(No such file or directory)
Since this caused the software to fail to work in any way we have had to disable hibernate search until we get this sorted out.
The index is being distributed across 3 machines using JMS (Active MQ). We are using Hibernate 3.6.3.Final and Hibernate Search 3.4.0.FINAL (an upgrade to 4.x is in process). All of this is running in Resin 4.0.30.
Any idea what the problem could be and what I can do to fix it? I'll be glad to provide more details if they are needed just let me know!
Thanks!