<?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[Character N is neither a decimal digit number, decimal point, nor &quot;e&quot; notation exponential mark]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
Mango has been giving the error below in ma.log for a long time. We have 56,000 data points in Mango v4.beta12. How can we determine what caused this error? Is there a method where we can get the xid or xids causing the error?</p>
<pre><code>ERROR 2021-08-11T00:00:00,574 (com.serotonin.m2m2.util.timeout.TimeoutTask.run:61) - Uncaught Task Exception
java.lang.NumberFormatException: Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark.
	at java.math.BigDecimal.&lt;init&gt;(BigDecimal.java:518) ~[?:?]
	at java.math.BigDecimal.&lt;init&gt;(BigDecimal.java:401) ~[?:?]
	at java.math.BigDecimal.&lt;init&gt;(BigDecimal.java:834) ~[?:?]
	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.updatePointValue(ModbusDataSourceRT.java:403) ~[modbus-ds-4.0.0-beta.12.jar:?]
	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.doPoll(ModbusDataSourceRT.java:229) ~[modbus-ds-4.0.0-beta.12.jar:?]
	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.doPollNoSync(PollingDataSource.java:234) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.scheduleTimeoutImpl(PollingDataSource.java:189) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.m2m2.rt.dataSource.PollingDataSource$1.scheduleTimeout(PollingDataSource.java:83) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.m2m2.util.timeout.TimeoutTask.run(TimeoutTask.java:59) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.timer.Task.runTask(Task.java:183) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.timer.TaskWrapper.run(TaskWrapper.java:23) ~[mango-4.0.0-beta.12.jar:?]
	at com.serotonin.timer.OrderedThreadPoolExecutor$OrderedTaskCollection.run(OrderedThreadPoolExecutor.java:313) ~[mango-4.0.0-beta.12.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
	at java.lang.Thread.run(Thread.java:834) [?:?]

</code></pre>
]]></description><link>https://forum.mango-os.com/topic/5275/character-n-is-neither-a-decimal-digit-number-decimal-point-nor-e-notation-exponential-mark</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 03:00:24 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/5275.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Aug 2021 05:31:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Character N is neither a decimal digit number, decimal point, nor &quot;e&quot; notation exponential mark on Thu, 12 Aug 2021 14:15:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hazel" aria-label="Profile: hazel">@<bdi>hazel</bdi></a> I am pretty confident one of your registers is being read as:</p>
<pre><code>NaN
</code></pre>
<p dir="auto">by Mango.</p>
<p dir="auto">I have opened a ticket to make this more robust but the current version of Mango does not have a simple way to determine what data point is causing this.  You will need to start looking into what registers you are reading for numeric values that have out of range data.</p>
]]></description><link>https://forum.mango-os.com/post/26938</link><guid isPermaLink="true">https://forum.mango-os.com/post/26938</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Thu, 12 Aug 2021 14:15:57 GMT</pubDate></item></channel></rss>