Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4514

DUCC JP fails with SocketException Addreas Already Bound

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-Ducc
    • DUCC
    • None

    Description

      When deploying JPs for a DD job on the same node there is a chance of race when two JPs deploy embedded broker using the same port. The code is expecting BindException to handle a port that is not available, The JVM actually throws SocketException with a message Address already in use. Modify code to check for SocketException and the above message and on match retry with another port until success

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: