• 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

    Too mouch objects?

    BACnet4J general discussion
    1
    1
    1.8k
    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.
    • R
      relli
      last edited by relli

      Hello community,
      I'm new in the forum and I'm new with BACnet and BACnet4j.

      In my application i use BACnet4j, but wen I increase the number of object in the BACnet devices YABE, that I use to debug my application, raise an error dialog "Comunication Error . Couldn't fetch objects" and the application on server print some axceptions on the command line:

      com.serotonin.bacnet4j.exception.BACnetTimeoutException: Timeout while waiting for response for id 3
              at com.serotonin.bacnet4j.transport.Transport.sendSegments(Transport.java:273)
              at com.serotonin.bacnet4j.transport.Transport.sendSegmented(Transport.java:337)
              at com.serotonin.bacnet4j.transport.Transport.sendResponse(Transport.java:308)
              at com.serotonin.bacnet4j.transport.Transport.incomingApdu(Transport.java:515)
              at com.serotonin.bacnet4j.npdu.IncomingRequestParser.run(IncomingRequestParser.java:44)
              at com.serotonin.bacnet4j.npdu.ip.IpNetwork.run(IpNetwork.java:242)
              at java.lang.Thread.run(Thread.java:619)
      
      com.serotonin.bacnet4j.exception.BACnetException: No waiting recipient for     message: address=Address [networkNumber=0, macAddress=[c0,a8,2,9b,12,90]], id=3, isFromServer=false, message=SegmentACK(negativeAck=false, server=false, originalInvokeId=3, sequenceNumber=0, actualWindowSize=5)
              at com.serotonin.bacnet4j.transport.WaitingRoom.notifyMember(WaitingRoom.java:151)
              at com.serotonin.bacnet4j.transport.Transport.incomingApdu(Transport.java:548)
              at com.serotonin.bacnet4j.npdu.IncomingRequestParser.run(IncomingRequestParser.java:44)
              at com.serotonin.bacnet4j.npdu.ip.IpNetwork.run(IpNetwork.java:242)
              at java.lang.Thread.run(Thread.java:619)
      

      The problem seem to be related to the nuber of objects: when i delete some object creation all works again.

      Thank you for the help

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