View Revisions: Issue #792

Summary 0000792: Fix NoSuchFileException when moving msg file to user directory
Revision 2017-02-16 20:16 by rijkr
Description IST: Sometimes, in certain setups, for unknown reasons, a java.nio.file.NoSuchFileException occurs. Is this because the files involved reside on a special disk mount?
SOLL: This needs to be investigated. For now, we explicitly check the existence of the source file before the move, and log any NoSuchFileException as warning in the server.log.
Revision 2017-06-02 15:31 by rijkr
Description IST: A NoSuchFileException is observed in server.log when a user logs in for the first time, and a msg.properties file is moved to the user directory before it is lazy created.
SOLL: After successful authentication at login, do not write a msg.properties file with STOP_POLL_REQ message, if user home does not exists (yet). Reason: there is no point interrupting a long poll, as we know this poll cannot be pending for a first time user.