Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Max Objects Count
-
Hi;
I have created Bacnet device. And I can added max 292 objects(Analog input). When I created 293 obects , error occured("Invalid packed.Unknown reject reason) on bacnet server.
And on java error message is below
java.lang.NullPointerException at com.serotonin.bacnet4j.event.DefaultExceptionListener.receivedThrowable(DefaultExceptionListener.java:37) at com.serotonin.bacnet4j.npdu.ip.IpMessageControl$IncomingMessageExecutor.runImpl(IpMessageControl.java:530) at com.serotonin.bacnet4j.npdu.ip.IpMessageControl$IncomingMessageExecutor.run(IpMessageControl.java:470) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
What is the problem. Can I created max 292 objects? But I need more than 292 objects. What can I do.
-
I committed a change to IpMessageControl that will provide a better exception message than the NPE. Please build from the latest source and give it another try.