Relative Content

Tag Archive for javajvmosgi

Too many open files issue due to jar_cache*.tmp files in deleted state

We have an OSGi-based application that started consuming all open file handles available. The error observed in the application is ‘error 24 – too many open files’. Upon checking the VM with lsof command we could see that 90% of open file handles point to jar_cache.tmp* files in deleted state.