Skip to content

Stompy errors in matcher #8056

@chrisburr

Description

@chrisburr
2025-02-22 04:46:24 UTC WorkloadManagement/Matcher WARN: Sleeping as service requested throttling WorkloadManagement/Matcher
error sending frame
Traceback (most recent call last):
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/DIRAC/Resources/MessageQueue/StompMQConnector.py", line 177, in put
    self.connection.send(body=json.dumps(message), destination=destination)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 402, in send
    self.send_frame(CMD_SEND, headers, body)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 246, in send_frame
    self.transport.transmit(frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 269, in transmit
    self.send(packed_frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 629, in send
    raise exception.NotConnectedException()
stomp.exception.NotConnectedException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/DIRAC/Resources/MessageQueue/StompMQConnector.py", line 206, in connect
    self.connection.connect(username=user, passcode=password, wait=True)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/connect.py", line 151, in connect
    Protocol11.connect(self, *args, **kwargs)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 336, in connect
    self.send_frame(cmd, headers)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 246, in send_frame
    self.transport.transmit(frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 269, in transmit
    self.send(packed_frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 629, in send
    raise exception.NotConnectedException()
stomp.exception.NotConnectedException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/DIRAC/Resources/MessageQueue/StompMQConnector.py", line 177, in put
    self.connection.send(body=json.dumps(message), destination=destination)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 402, in send
    self.send_frame(CMD_SEND, headers, body)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/protocol.py", line 246, in send_frame
    self.transport.transmit(frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 269, in transmit
    self.send(packed_frame)
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 629, in send
    raise exception.NotConnectedException()
stomp.exception.NotConnectedException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 623, in send
    self.socket.sendall(encoded_frame)
OSError: [Errno 9] Bad file descriptor
error sending frame
Traceback (most recent call last):
  File "/opt/dirac/versions/v11.0.58-1739363684/Linux-x86_64/lib/python3.11/site-packages/stomp/transport.py", line 623, in send
    self.socket.sendall(encoded_frame)
    ^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'sendall'

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions