<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Upgraded to new version, huge log files and crash after maint.data.purge]]></title><description><![CDATA[<p dir="auto">Hi, I upgraded a site to 1.13.0 and have log files getting extremely large.</p>
<p dir="auto">INFO  2012-05-16 11:58:25,171 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: WatchListDwr.init()<br />
INFO  2012-05-16 11:58:25,171 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: WatchListDwr.getDateRangeDefaults()<br />
INFO  2012-05-16 11:58:25,218 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: MiscDwr.doLongPoll()<br />
INFO  2012-05-16 11:58:25,468 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: MiscDwr.resetWatchlistState()<br />
INFO  2012-05-16 11:58:25,656 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: MiscDwr.doLongPoll()<br />
INFO  2012-05-16 11:58:30,859 (<a href="http://org.directwebremoting.util.CommonsLoggingOutput.info:51" rel="nofollow ugc">org.directwebremoting.util.CommonsLoggingOutput.info:51</a>) - Exec: MiscDwr.terminateLongPoll()</p>
<p dir="auto">also have a crash after Data Purge,<br />
INFO  2012-05-16 03:05:00,000 (com.serotonin.mango.rt.maint.DataPurge.executeImpl:65) - Data purge started<br />
INFO  2012-05-16 03:05:01,703 (com.serotonin.mango.rt.maint.DataPurge.executeImpl:76) - Data purge ended, 0 point values deleted<br />
WARN  2012-05-16 04:31:32,796 (com.serotonin.mango.rt.dataSource.PollingDataSource.scheduleTimeout:63) - LS: poll at 2012/05/16 04:31:32 aborted because a previous poll started at 2012/05/16 04:31:12 is still running<br />
a bunch of the same here.<br />
WARN  2012-05-16 17:08:47,906 (com.serotonin.mango.rt.dataSource.PollingDataSource.scheduleTimeout:63) - LS: poll at 2012/05/16 17:08:28 aborted because a previous poll started at 2012/05/16 17:04:08 is still running</p>
<p dir="auto">ERROR 2012-05-16 17:49:03,953 (com.serotonin.mango.rt.maint.BackgroundProcessing$1.run:57) - Error in work item<br />
java.lang.OutOfMemoryError: Java heap space</p>
<p dir="auto">I have 2 installs at this site.  One with modbus only, working fine, but huge logfiles.<br />
One with opc, a little buggy anyway, but it works fine till the purge.</p>
<p dir="auto">Any ideas?</p>
<p dir="auto">Thanks,</p>
<p dir="auto">Jim</p>
]]></description><link>https://forum.mango-os.com/topic/1008/upgraded-to-new-version-huge-log-files-and-crash-after-maint-data-purge</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:52:59 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1008.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 May 2012 22:11:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Upgraded to new version, huge log files and crash after maint.data.purge on Tue, 22 May 2012 18:56:57 GMT]]></title><description><![CDATA[<p dir="auto">You can reduce the amount of logging by editing the WEB-INF/classes/log4J.xml file. At the bottom of the file you should find this:</p>
<pre><code>  &amp;lt;root&amp;gt;
    &amp;lt;level value="info"/&amp;gt;
    &amp;lt;appender-ref ref="async"/&amp;gt;
    &amp;lt;appender-ref ref="stdout"/&amp;gt;
  &amp;lt;/root&amp;gt;

</code></pre>
<p dir="auto">Change "info" to "warn" or "error", depending on what you want in your logs. You can also edit the category tags. See the log4j documentation for more information about the file.</p>
<p dir="auto">Not sure what the issue with the OPC data source is (i didn't write it). But, out of memory exceptions usually mean that you should allocate more memory to your instance.</p>
]]></description><link>https://forum.mango-os.com/post/6381</link><guid isPermaLink="true">https://forum.mango-os.com/post/6381</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 22 May 2012 18:56:57 GMT</pubDate></item></channel></rss>