I've had an error in TdbTcProvider a couple of times recently. Th
exception ends with:
Caused by: java.io.FileNotFoundException:
/tmp/tdbtest2652688775259383753.tmp/mgraph/http%3A%2F%2Fexample.org%2FmyGraph/node2id.idn
(Too many open files)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
at
com.hp.hpl.jena.tdb.base.block.BlockMgrFile.<init>(BlockMgrFile.java:54)
... 44 more
As the cause could be another software using many file handles I'm
wondering if others saw this as well.
cheers,
reto