Hi again!
Today I have another question. As I understand, it is recommended to integrate OpenMeetings with MySQL. This I did, but it seems I run into problems with MySQL timeouts because of inactivity overnight, getting the following error message in the openmeetings.log: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 90,881,924 milliseconds ago. The last packet sent successfully to the server was 90,881,924 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. I found rather conflicting information on the appropriateness of setting autoReconnect=true when I googled. What is the recommended way of dealing with this in OpenMeetings? I don't know if it is related or not, but these errors showed up when I finished a test recording. Then when I tried to go and watch the recording, I only get "The recording is not yet ready for watching" and it seems the recording didn't consume any disk space. Id' be most grateful for any help! Mikael