Open hakakou opened 3 years ago
Hmm... I wonder if this is caused by your operating system automatically purging the temp folder that is being used.
You could try to use a different directory by adding this system property to Openfire plugin.httpfileupload.fileRepo
(you will need to restart the plugin afterwards).
Using OpenFire 4.6.4, HTTP File Upload 1,1.3, on Windows Server 2016. I'm using a converse.js client to upload files in the chat. Almost always it's succesful, however sometimes the response from the server is a 500 error. In the openfile logs, under the "All" tab, I see lines like:
In the "Warn Tab"
The problem is that if I start getting these errors, then they appear indefinitely on every upload. However problem is fixed immediately if I restart the openfire service.
For example, if I restart the service, the upload works fine, and the logs are instead:
Any hints on how to fix this problem? After each service restart, the uploads work again for perhaps 24 hours, until this problem starts appearing again. I have checked permissions on c:\windows\temp, and this is not the problem.