My labkey webapp has been crashing every night after System maintenance. I have to restart tomcat to recover.
The code is from the cloud10 branch that was created just before the 10.1 branch. log file is attached. problem starts at line number 3496. The gist of the repeating error is below.
Thanks,
Bill
Exception in thread "Lucene Merge Thread #0" org.apache.lucene.index.MergePolicy$MergeException: java.io.FileNotFoundException: /usr/local/apache-tomcat-5.5.27/temp/labkey_full_text_index/_24w.cfs (Too many open files)
at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:347)
at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:312)
Caused by: java.io.FileNotFoundException: /usr/local/apache-tomcat-5.5.27/temp/labkey_full_text_index/_24w.cfs (Too many open files)
at java.io.RandomAccessFile.open(Native Method) |