Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1459

Python3: exception thrown when processing MAUs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.9.0
    • 1.11.0
    • Routing Engine
    • None

    Description

      While running an address load test with system python == 3.7.4:

      2019-10-24 09:22:56.131966 -0400 ROUTER (error) Exception in control message processing
      Traceback (most recent call last):
      File "/home/kgiusti/work/dispatch/qpid-dispatch/python/qpid_dispatch_internal/router/engine.py", line 163, in handleControlMessage
      msg = MessageMAU(body)
      File "/home/kgiusti/work/dispatch/qpid-dispatch/python/qpid_dispatch_internal/router/data.py", line 267, in _init_
      self.mobile_seq = LONG(_seq)
      File "/home/kgiusti/work/dispatch/qpid-dispatch/python/qpid_dispatch_internal/compat/_init_.py", line 136, in LONG
      return int
      TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
      (/home/kgiusti/work/dispatch/qpid-dispatch/python/qpid_dispatch_internal/router/engine.py:176)

      Attachments

        1. RouterA.conf
          0.8 kB
          Ken Giusti
        2. RouterB.conf
          0.8 kB
          Ken Giusti
        3. RouterC.conf
          0.8 kB
          Ken Giusti
        4. test-receiver.c
          7 kB
          Ken Giusti

        Issue Links

          Activity

            People

              kgiusti Ken Giusti
              kgiusti Ken Giusti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: