• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. R-GiGgS84
    3. Controversial

    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
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 20
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Tutorial on how to start using BACnet4J

      Hi guys, i manage to set up the stuff but when I try to run the DiscoveryTest.java (with SlaveDeviceTest.java running) an error below show up in the console:

      Exception in thread "main" java.net.BindException: Address already in use: Cannot bind
      at java.net.PlainDatagramSocketImpl.bind0(Native Method)
      at java.net.PlainDatagramSocketImpl.bind(Unknown Source)
      at java.net.DatagramSocket.bind(Unknown Source)
      at java.net.DatagramSocket.<init>(Unknown Source)
      at java.net.DatagramSocket.<init>(Unknown Source)
      at com.serotonin.bacnet4j.npdu.ip.IpMessageControl.initialize(IpMessageControl.java:156)
      at com.serotonin.bacnet4j.LocalDevice.initialize(LocalDevice.java:211)
      at com.serotonin.bacnet4j.test.DiscoveryTest.main(DiscoveryTest.java:48

      Anyone can advice on this?

      posted in BACnet4J general discussion
      R
      R-GiGgS84