JDK-8120263 : Too many open files and Memory leak
  • Type: Bug
  • Component: javafx
  • Sub-Component: media
  • Affected Version: fx2.0.1
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-04-09
  • Updated: 2015-06-17
  • Resolved: 2013-07-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Relates :  
Description
I deseenvolvendo an application with javafx and RFID ...

The project consists of a video loop and that is when a player approaches the tag it shows another video related to the identifier of the tag ...

Making the performace test found that for some reason ...

He opens the media files on it and does not close, because after some time he's two possible errors.

- He hangs and when I check and see that the memory is full and hence the second error occurs in which he says many open files.

Already checked my a Code and do not know because the medias are not being closed and the exact reason for the cause of the error ..

Please help me have already tried the solution here and not found
Comments
This issue was resolved as part of RT-28817.
03-07-2013

Would you be able to provide sample code illustrating exactly what you are doing? Thank you.
09-04-2012