<html><body>
<p>Hello Brett,<br>
<br>
yes I think that helped.<br>
Yesterday I implemented those two lines into the my.ini and today morning it started right away.<br>
I hope that stays that way.<br>
<br>
Thank you very much for your advise.<br>
<br>
Best regards<br>
<br>
Frank<br>
<br>
<br>
<img width="16" height="16" src="cid:1__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt="Inactive hide details for Brett Sheeran ---26.04.2010 12:28:26---Frank Pertack wrote: > After a certain time of inactivity the "><font color="#424282">Brett Sheeran ---26.04.2010 12:28:26---Frank Pertack wrote: > After a certain time of inactivity the server does not respond:</font><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Von:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2">Brett Sheeran <brett.sheeran@gmail.com></font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2" color="#5F5F5F">An:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2">opencms-dev@opencms.org</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Datum:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2">26.04.2010 12:28</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Betreff:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2">Re: [opencms-dev] server is not reacting after a time of inactivity</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Gesendet von:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBFD81DFB90CA08f9e8a93@vater-gruppe.de" border="0" alt=""><br>
<font size="2">opencms-dev-bounces@opencms.org</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt>Frank Pertack wrote:<br>
> After a certain time of inactivity the server does not respond:<br>
> Server Error 500<br>
> After a Browser-Refresh (F5) the page appears normally.<br>
> I don't understand this opencms-error, what causes this error?<br>
> Did anybody else experience this behaviour of OpenCms, what can I do to<br>
<br>
Hi Frank,<br>
<br>
I suggest editing your MySQL config file to increase the following two<br>
values from their defaults (of 8 hours) to 24 hours (as shown below):<br>
wait_timeout=86400<br>
interactive_timeout=86400<br>
<br>
As I understand it, the default value for wait_timeout is 28800<br>
(seconds) or 8 hours. After 8 hours of inactivity, MySQL closes the<br>
connection. The next time OpenCMS calls that connection, you get an<br>
error.<br>
<br>
I have had similar problem on systems that did not receive page<br>
requests outside working hours. The first request of the day would<br>
generate an error, but things would be fine after that. Since<br>
increasing those wait_timeout and interactive_timeout values, I have<br>
had no further problems.<br>
<br>
HTH.<br>
<br>
Regards<br>
<br>
Brett<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
</tt><tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></tt><tt><br>
</tt><br>
</body></html>