Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1346

[proton-j] reactor exit when UnresolvedAddressException is thrown during connect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-0.15.0
    • proton-0.16.0
    • None

    Description

      When router not available, proton-j reactor fails with following exception. It will cause the reactor to close, forcing client to re-initialize reactor.

      Caused by: java.nio.channels.UnresolvedAddressException: null
      at sun.nio.ch.Net.checkAddress(Net.java:101)
      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:622)
      at org.apache.qpid.proton.reactor.impl.IOHandler.handleBound(IOHandler.java:155)
      at org.apache.qpid.proton.reactor.impl.IOHandler.onUnhandled(IOHandler.java:372)
      at org.apache.qpid.proton.engine.BaseHandler.onConnectionBound(BaseHandler.java:58)
      at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:131)
      at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            shibis Shibi Sudhakaran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: