• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Max Objects Count

    BACnet4J general discussion
    2
    3
    2.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cenk
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        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.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • First post
          Last post