<?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[No value display in Alarms button after  delete nosql module use mango 2.4.2 enterprise version.]]></title><description><![CDATA[<p dir="auto">I use mango 2.4.2 enterprise version.and delete nosql module because stop received data in 8 hours.and use h2 database.but I find the alarm button have no value to display.below is display content.</p>
<p dir="auto">“Server error: Timeout<br />
Server error: PreparedStatementCallback; uncategorized SQLException for SQL [SELECT <a href="http://evt.id" rel="nofollow ugc">evt.id</a>,evt.typeName,evt.subtypeName,evt.typeRef1,evt.typeRef2,evt.activeTs,evt.rtnApplicable,evt.rtnTs,evt.rtnCause,evt.alarmLevel,evt.message,evt.ackTs,evt.ackUserId,evt.alternateAckSource,u.username,(select count(1) from userComments where commentType=1 and <a href="http://typeKey=evt.id" rel="nofollow ugc">typeKey=evt.id</a>) as cnt ,ue.silenced FROM events AS evt left join users u on <a href="http://evt.ackUserId=u.id" rel="nofollow ugc">evt.ackUserId=u.id</a> left join userEvents ue on evt.id=ue.eventId WHERE evt.ackTs IS NULL AND evt.alarmLevel &gt;= 1 AND ue.userId IN (?) ORDER BY evt.activeTs DESC]; SQL state [90031]; error code [90031]; IO Exception: "java.io.IOException: org.h2.jdbc.JdbcSQLException: IO Exception: ""Missing lob: 8317"" [90028-171]"; "lob: null table: 79 id: 8317" [90031-171]; nested exception is org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.IOException: org.h2.jdbc.JdbcSQLException: IO Exception: ""Missing lob: 8317"" [90028-171]"; "lob: null table: 79 id: 8317" [90031-171]<br />
Server error: Timeout<br />
???events.report(i18n_en_US)??? Alarm Report [Beta] Help”</p>
<p dir="auto">how to solve?</p>
]]></description><link>https://forum.mango-os.com/topic/1617/no-value-display-in-alarms-button-after-delete-nosql-module-use-mango-2-4-2-enterprise-version</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 12:36:36 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1617.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Jul 2014 07:51:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No value display in Alarms button after  delete nosql module use mango 2.4.2 enterprise version. on Thu, 07 Aug 2014 14:52:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joelhaggar" aria-label="Profile: JoelHaggar">@<bdi>JoelHaggar</bdi></a> said:</p>
<blockquote>
<pre><code>delete from EVENTS
</code></pre>
</blockquote>
<p dir="auto">The above SQL statement successfully purged a large number of events from my mango installation (mySQL), which has hopefully fixed the exceptions, and made it a lot snappier!<br />
Thanks!</p>
]]></description><link>https://forum.mango-os.com/post/9003</link><guid isPermaLink="true">https://forum.mango-os.com/post/9003</guid><dc:creator><![CDATA[jeremyh]]></dc:creator><pubDate>Thu, 07 Aug 2014 14:52:21 GMT</pubDate></item><item><title><![CDATA[Reply to No value display in Alarms button after  delete nosql module use mango 2.4.2 enterprise version. on Wed, 30 Jul 2014 07:45:46 GMT]]></title><description><![CDATA[<p dir="auto">Excellent, glad that resolved it.  We are working on a solution so this won't happen in the future.</p>
]]></description><link>https://forum.mango-os.com/post/8897</link><guid isPermaLink="true">https://forum.mango-os.com/post/8897</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Wed, 30 Jul 2014 07:45:46 GMT</pubDate></item><item><title><![CDATA[Reply to No value display in Alarms button after  delete nosql module use mango 2.4.2 enterprise version. on Wed, 30 Jul 2014 07:32:02 GMT]]></title><description><![CDATA[<p dir="auto">yes. when I submit query"delete from EVENTS" and display<br />
"org.h2.jdbc.JdbcSQLException: Method is only allowed for a query. Use execute or executeUpdate instead of executeQuery; SQL statement: delete from EVENTS [90002-171]"</p>
<p dir="auto">and I submit update display "arning: use this facility at your own risk. Incorrect usage may result in corrupted data and/or system failures".</p>
<p dir="auto">Now I test the result seem is ok now .<br />
:)</p>
]]></description><link>https://forum.mango-os.com/post/8895</link><guid isPermaLink="true">https://forum.mango-os.com/post/8895</guid><dc:creator><![CDATA[edmond]]></dc:creator><pubDate>Wed, 30 Jul 2014 07:32:02 GMT</pubDate></item><item><title><![CDATA[Reply to No value display in Alarms button after  delete nosql module use mango 2.4.2 enterprise version. on Wed, 30 Jul 2014 07:11:21 GMT]]></title><description><![CDATA[<p dir="auto">It's possible you have too many events in the events table.</p>
<p dir="auto">In the SQL consol in Mango run this query:</p>
<pre><code>select count(*) from EVENTS
</code></pre>
<p dir="auto">We are finding some performance issues with the H2 database and lots of un-acknowledged events.  It's a issue we are currently working on but in the mean time if you don't need any of your events you could manually purge the events table by running:</p>
<pre><code>delete from EVENTS
</code></pre>
<p dir="auto">This statement is done by clicking the Submit Update button in the SQL Console within Mango.  Please note this will delete all your alarms and events.  Please let us know if this resolves the issue.</p>
<p dir="auto">Joel.</p>
]]></description><link>https://forum.mango-os.com/post/8894</link><guid isPermaLink="true">https://forum.mango-os.com/post/8894</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Wed, 30 Jul 2014 07:11:21 GMT</pubDate></item></channel></rss>