java.io.FileNotFoundException: (Too many open files)

2
Anyone seen this error before: java.io.FileNotFoundException: (Too many open files) It is thrown when many file documents are created How to fix this? Is this due to bad coding or do I need to change some settings?
asked
2 answers
1

Thorough testing shows that the solution indeed is to close the inputstream in the communitycommons java actions duplicateFileDocument (and probably also duplicateImage).

answered
0

NB:het betreft een wisselwerking tussen java en Mendix. Het gaat specifiek mis wanneer (multithreaded) de javaactie 'DuplicateFileDocument' wordt aangeroepen

answered