Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When reading binary properties via RMI it can happen that it fails throwing an EOFException. This is caused by a server sided "Too many open files" bacause BinaryValue.writeObject() does not close the underlying value InputStream.