| 309 | | Some programs, specifically {{{pollOdm.py}}} and cleanup.py, suffer from a know Jython bug where open files are not close properly, causing a crash with this error: |
| 310 | | |
| 311 | | |
| | 309 | Some programs, specifically {{{pollOdm.py}}} and {{{cleanup.py}}}, suffer from a know Jython bug where open files are not close properly, causing a crash with this error: |
| | 310 | |
| | 311 | {{{ |
| | 312 | java.io.IOException: error=24, Too many open files |
| | 313 | }}} |
| | 314 | |
| | 315 | In absence of a fix in a new version of Jython, there is no easy workaround other than simply restarting the program. |