<?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[Bacnet IP not being able to enter client...]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/2682/bacnet-ip-throwing-errors">Bacnet IP throwing errors</a></p>
<p dir="auto">Hi,<br />
it seems as if a have the exaxt same problem. In the beginning I alswaxys get the<br />
following "not being able to enter a client into the un-acked messages list" error.</p>
<p dir="auto">![0_1505747308455_Unbenannt.PNG](Uploading 100%)</p>
<p dir="auto">Could you maybe provide the jar-file to me as well?</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://forum.mango-os.com/topic/2953/bacnet-ip-not-being-able-to-enter-client</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 19:38:40 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2953.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Sep 2017 14:52:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bacnet IP not being able to enter client... on Mon, 18 Sep 2017 16:32:43 GMT]]></title><description><![CDATA[<p dir="auto">Sorry I misspoke, it's in DefaultTransport:Outgoing:send</p>
<p dir="auto">From...</p>
<pre><code>if (targetNetworkNumber != Address.LOCAL_NETWORK &amp;&amp; targetNetworkNumber != Address.ALL_NETWORKS
                    &amp;&amp; targetNetworkNumber != network.getLocalNetworkNumber()) {
                // Going to a specific remote network. Check if we know the router for it.
                linkService = networkRouters.get(targetNetworkNumber);
                if (linkService == null)
                    handleException(new BACnetException(
                            "Unable to find router to network " + address.getNetworkNumber().intValue()));
            }
</code></pre>
<p dir="auto">to...</p>
<pre><code>if (targetNetworkNumber != Address.LOCAL_NETWORK &amp;&amp; targetNetworkNumber != Address.ALL_NETWORKS
                    &amp;&amp; targetNetworkNumber != network.getLocalNetworkNumber()) {
                // Going to a specific remote network. Check if we know the router for it.
                linkService = networkRouters.get(targetNetworkNumber);
                if (linkService == null) {
                    handleException(new BACnetException(
                            "Unable to find router to network " + address.getNetworkNumber().intValue()));
                    return;
                }
            }
</code></pre>
]]></description><link>https://forum.mango-os.com/post/15529</link><guid isPermaLink="true">https://forum.mango-os.com/post/15529</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 18 Sep 2017 16:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to Bacnet IP not being able to enter client... on Mon, 18 Sep 2017 16:06:07 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your help. I couldn' spot it in the release notes. I will try to update my version. It might help:)</p>
]]></description><link>https://forum.mango-os.com/post/15528</link><guid isPermaLink="true">https://forum.mango-os.com/post/15528</guid><dc:creator><![CDATA[tstorek]]></dc:creator><pubDate>Mon, 18 Sep 2017 16:06:07 GMT</pubDate></item><item><title><![CDATA[Reply to Bacnet IP not being able to enter client... on Mon, 18 Sep 2017 16:03:47 GMT]]></title><description><![CDATA[<p dir="auto">The bugfix was certainly recommended to Matthew. I believe he did accept it.</p>
<p dir="auto">Here's the github repo: <a href="https://github.com/infiniteautomation/BACnet4J" rel="nofollow ugc">https://github.com/infiniteautomation/BACnet4J</a></p>
<p dir="auto">Here's the releases page: <a href="https://github.com/infiniteautomation/BACnet4J/releases" rel="nofollow ugc">https://github.com/infiniteautomation/BACnet4J/releases</a></p>
<p dir="auto">If you're interested in what that suggested bugfix was, it was returning in DefaultTransport:send if the link service was null instead of returning slightly later, after entering an ack expectation for a message that couldn't be sent.</p>
]]></description><link>https://forum.mango-os.com/post/15527</link><guid isPermaLink="true">https://forum.mango-os.com/post/15527</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 18 Sep 2017 16:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to Bacnet IP not being able to enter client... on Mon, 18 Sep 2017 15:54:00 GMT]]></title><description><![CDATA[<p dir="auto">I'm only using the bacnet4J bundle itself in a different environment. But no sure from when the bundle is. Maybe an update will help already. Is the bugfix that your suggested earlier already implemented int he bundle?</p>
]]></description><link>https://forum.mango-os.com/post/15526</link><guid isPermaLink="true">https://forum.mango-os.com/post/15526</guid><dc:creator><![CDATA[tstorek]]></dc:creator><pubDate>Mon, 18 Sep 2017 15:54:00 GMT</pubDate></item><item><title><![CDATA[Reply to Bacnet IP not being able to enter client... on Mon, 18 Sep 2017 15:50:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi tstorek,</p>
<p dir="auto">What version of Mango and Bacnet are you using? I would encourage you to consider upgrading to Mango 3, as Matthew (BACnet4J's author) updated and revised it recently.</p>
]]></description><link>https://forum.mango-os.com/post/15525</link><guid isPermaLink="true">https://forum.mango-os.com/post/15525</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 18 Sep 2017 15:50:17 GMT</pubDate></item></channel></rss>