Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-07-16T05:22:14+0000 | MainThread | 140655103995208 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-07-16T05:22:14+0000 | MainThread | 140655103995208 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-07-16T05:22:14+0000 | MainThread | 140655103995208 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-07-16T05:22:14+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:22:14+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-07-16T05:22:14+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4060afb8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060b40e-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:22:14+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4060e690-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060e8e8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:22:14+0000 | MainThread | 140655103995208 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-07-16T05:22:15+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4060e690-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060e8e8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:15+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4060afb8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060b40e-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:15+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4060e690-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060e8e8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:15+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4060afb8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060b40e-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:35+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4060e690-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060e8e8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:22:35+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfc637a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4cfc6c4e-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:22:36+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfc637a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4cfc6c4e-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:36+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cfc637a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4cfc6c4e-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:40+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4060afb8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4060b40e-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:22:40+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff748c4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4ff74ba8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:22:41+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff748c4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4ff74ba8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:41+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff748c4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4ff74ba8-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:56+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cfc637a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4cfc6c4e-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:22:56+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598d37b8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=598d3a56-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:22:57+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598d37b8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=598d3a56-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:22:57+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598d37b8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=598d3a56-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:06+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff748c4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=4ff74ba8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:23:06+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f836e4e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=5f8370d8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:23:07+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f836e4e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=5f8370d8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:07+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f836e4e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=5f8370d8-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:17+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598d37b8-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=598d3a56-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:23:17+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=661fb244-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=661fb500-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:23:18+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=661fb244-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=661fb500-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:18+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=661fb244-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=661fb500-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:32+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f836e4e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=5f8370d8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:23:32+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f13950a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=6f1397ee-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:23:33+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f13950a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=6f1397ee-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:33+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f13950a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=6f1397ee-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:38+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=661fb244-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=661fb500-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:23:38+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bca624-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=72bca912-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:23:39+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bca624-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=72bca912-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:39+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72bca624-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=72bca912-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:58+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f13950a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=6f1397ee-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:23:58+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea508b4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7ea50aa8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:23:59+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea508b4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7ea50aa8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:59+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ea508b4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7ea50aa8-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:23:59+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72bca624-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=72bca912-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:23:59+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f512ee6-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7f513170-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:24:00+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f512ee6-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7f513170-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:00+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f512ee6-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7f513170-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:20+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f512ee6-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7f513170-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:24:20+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bddf810-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8bde0530-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:24:22+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bddf810-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8bde0530-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:22+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bddf810-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8bde0530-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:24+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ea508b4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=7ea50aa8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:24:24+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e33dbc0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8e33de90-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:24:26+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e33dbc0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8e33de90-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:26+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e33dbc0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8e33de90-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:42+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bddf810-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8bde0530-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:24:42+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986f9c82-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=986f9f52-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:24:43+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986f9c82-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=986f9f52-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:43+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=986f9c82-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=986f9f52-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:51+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e33dbc0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=8e33de90-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:24:51+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc8ac14-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=9dc8af5c-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:24:52+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc8ac14-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=9dc8af5c-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:24:52+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc8ac14-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=9dc8af5c-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:03+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=986f9c82-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=986f9f52-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:25:03+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4fc47f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=a4fc4a90-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:25:04+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4fc47f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=a4fc4a90-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:04+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4fc47f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=a4fc4a90-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:17+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc8ac14-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=9dc8af5c-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:25:17+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad548f18-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ad5491e8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:25:18+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad548f18-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ad5491e8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:18+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad548f18-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ad5491e8-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:24+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4fc47f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=a4fc4a90-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:25:24+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18918b0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=b1891ba8-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:25:25+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18918b0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=b1891ba8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:25+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b18918b0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=b1891ba8-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:43+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad548f18-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ad5491e8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:25:43+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce483f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=bce486ae-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:25:44+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce483f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=bce486ae-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:44+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce483f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=bce486ae-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:45+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b18918b0-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=b1891ba8-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:25:45+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1b0732-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=be1b15f6-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:25:46+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1b0732-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=be1b15f6-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:25:46+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1b0732-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=be1b15f6-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-16T05:26:06+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1b0732-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=be1b15f6-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:26:06+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caadda42-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=caaddcea-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:26:06+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caadda42-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=caaddcea-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:06+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caadda42-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=caaddcea-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:09+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce483f2-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=bce486ae-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:26:09+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6facac-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=cc6faf9a-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:26:09+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6facac-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=cc6faf9a-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:26:09+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6facac-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=cc6faf9a-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:26:26+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caadda42-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=caaddcea-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:26:26+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e6f280-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=d6e6f528-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:26:27+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e6f280-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=d6e6f528-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:27+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6e6f280-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=d6e6f528-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:34+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6facac-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=cc6faf9a-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:26:34+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db6f8ca4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=db6f8fa6-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:26:34+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db6f8ca4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=db6f8fa6-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:26:34+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db6f8ca4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=db6f8fa6-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:26:47+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6e6f280-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=d6e6f528-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:26:47+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ea6652-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=e2ea7520-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:26:47+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ea6652-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=e2ea7520-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:47+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2ea6652-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=e2ea7520-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:26:59+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db6f8ca4-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=db6f8fa6-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:26:59+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea75801e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ea758424-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:26:59+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea75801e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ea758424-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:26:59+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea75801e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ea758424-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:27:07+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2ea6652-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=e2ea7520-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:27:07+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eee9671e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=eee96a34-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:27:07+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eee9671e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=eee96a34-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:07+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eee9671e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=eee96a34-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:24+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea75801e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=ea758424-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:27:24+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96dd008-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=f96dd2e2-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:27:24+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96dd008-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=f96dd2e2-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:27:24+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f96dd008-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=f96dd2e2-04c7-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:27:27+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eee9671e-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=eee96a34-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:27:27+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae5375a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=fae53a3e-04c7-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:27:27+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae5375a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=fae53a3e-04c7-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:27+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fae5375a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=fae53a3e-04c7-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:47+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fae5375a-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=fae53a3e-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:27:47+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06dfc2e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=06dfc57a-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:27:47+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06dfc2e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=06dfc57a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:47+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06dfc2e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=06dfc57a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:27:49+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f96dd008-04c7-11ed-b2c5-7a1f84a098f9 | InvocationID=f96dd2e2-04c7-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:27:49+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=086deafc-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=086ded9a-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:27:50+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=086deafc-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=086ded9a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:27:50+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=086deafc-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=086ded9a-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:28:07+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06dfc2e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=06dfc57a-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:28:07+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12da97c4-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=12dac5fa-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:28:07+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12da97c4-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=12dac5fa-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:28:07+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12da97c4-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=12dac5fa-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:28:15+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=086deafc-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=086ded9a-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:28:15+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1766790c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=17667bb4-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:28:15+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1766790c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=17667bb4-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:28:15+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1766790c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=17667bb4-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:28:27+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12da97c4-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=12dac5fa-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:28:27+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed44174-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=1ed44412-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:28:27+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed44174-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=1ed44412-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:28:27+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ed44174-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=1ed44412-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:28:40+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1766790c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=17667bb4-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:28:40+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265b9456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=265b9834-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:28:40+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265b9456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=265b9834-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:28:40+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265b9456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=265b9834-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:28:47+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ed44174-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=1ed44412-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:28:47+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acd1212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=2acd1532-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:28:47+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acd1212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=2acd1532-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:28:47+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2acd1212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=2acd1532-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:05+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265b9456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=265b9834-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:29:05+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354d8456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=354d8a46-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:29:05+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354d8456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=354d8a46-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:29:05+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354d8456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=354d8a46-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:29:07+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2acd1212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=2acd1532-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:29:07+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36cbe6b0-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=36cbea5c-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:29:07+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36cbe6b0-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=36cbea5c-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:07+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36cbe6b0-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=36cbea5c-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:27+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36cbe6b0-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=36cbea5c-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:29:27+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d34746-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=42d3502e-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:29:28+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d34746-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=42d3502e-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:28+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d34746-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=42d3502e-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:30+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354d8456-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=354d8a46-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:29:30+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44496916-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=44496c4a-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:29:30+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44496916-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=44496c4a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:29:30+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44496916-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=44496c4a-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:29:48+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d34746-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=42d3502e-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:29:48+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ed97fa6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=4ed98320-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:29:48+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ed97fa6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=4ed98320-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:48+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ed97fa6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=4ed98320-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:29:55+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44496916-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=44496c4a-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:29:55+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53583d74-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=53584008-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:29:55+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53583d74-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=53584008-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:29:55+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53583d74-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=53584008-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:30:08+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ed97fa6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=4ed98320-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:30:08+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae25ce6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=5ae25fc0-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:30:08+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae25ce6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=5ae25fc0-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:30:08+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ae25ce6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=5ae25fc0-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:30:20+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53583d74-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=53584008-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:30:20+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624dd212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=624dd546-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:30:20+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624dd212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=624dd546-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:30:20+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=624dd212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=624dd546-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:30:28+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ae25ce6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=5ae25fc0-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:30:28+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e79ede-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=66e7a244-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:30:28+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e79ede-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=66e7a244-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:30:28+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66e79ede-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=66e7a244-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:30:45+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=624dd212-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=624dd546-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:30:45+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714bb8e2-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=714bc882-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:30:45+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714bb8e2-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=714bc882-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:30:45+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=714bb8e2-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=714bc882-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:30:48+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66e79ede-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=66e7a244-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:30:48+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e6aeaa-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=72e6b17a-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:30:48+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e6aeaa-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=72e6b17a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:30:48+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e6aeaa-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=72e6b17a-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:08+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e6aeaa-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=72e6b17a-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:31:08+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee71f32-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=7ee721ee-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:31:08+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee71f32-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=7ee721ee-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:08+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee71f32-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=7ee721ee-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:10+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=714bb8e2-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=714bc882-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:31:10+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=803fd900-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=803fdc70-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:31:11+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=803fd900-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=803fdc70-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:31:11+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=803fd900-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=803fdc70-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:31:28+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee71f32-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=7ee721ee-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:31:28+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ae1dbf6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8ae1deee-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:31:28+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ae1dbf6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8ae1deee-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:28+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ae1dbf6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8ae1deee-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:36+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=803fd900-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=803fdc70-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:31:36+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f321ab8-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8f321d2e-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:31:36+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f321ab8-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8f321d2e-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:31:36+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f321ab8-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8f321d2e-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:31:48+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ae1dbf6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8ae1deee-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:31:48+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96dc425c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=96dc44c8-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:31:49+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96dc425c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=96dc44c8-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:31:49+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96dc425c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=96dc44c8-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:32:01+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f321ab8-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=8f321d2e-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:32:01+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e25aa58-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=9e25acf6-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:32:01+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e25aa58-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=9e25acf6-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:32:01+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e25aa58-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=9e25acf6-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:32:09+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96dc425c-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=96dc44c8-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:32:09+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d7718a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=a2d77478-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:32:09+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d7718a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=a2d77478-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:32:09+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2d7718a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=a2d77478-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:32:26+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e25aa58-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=9e25acf6-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:32:26+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad19e164-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ad19e81c-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:32:26+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad19e164-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ad19e81c-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:32:26+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad19e164-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ad19e81c-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:32:29+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2d7718a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=a2d77478-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:32:29+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aecf49d6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=aecf51a6-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:32:29+0000 | aai_event_thread | 140655053257504 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aecf49d6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=aecf51a6-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:32:29+0000 | aai_event_thread | 140655053257504 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aecf49d6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=aecf51a6-04c8-11ed-b2c5-7a1f84a098f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-16T05:32:49+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aecf49d6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=aecf51a6-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:32:49+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac6a46e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bac6abb2-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:32:51+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad19e164-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ad19e81c-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:32:51+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc0b9a78-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bc0b9d8e-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:32:51+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc0b9a78-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bc0b9d8e-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:32:51+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc0b9a78-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bc0b9d8e-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:33:14+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bac6a46e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bac6abb2-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:33:14+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f2a32a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=c9f2a686-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:33:16+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc0b9a78-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=bc0b9d8e-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:33:16+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cafdb7e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=cafdbafc-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:33:16+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cafdb7e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=cafdbafc-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:33:16+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cafdb7e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=cafdbafc-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:33:34+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9f2a32a-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=c9f2a686-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:33:34+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60fd52e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d60fd7f4-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:33:41+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cafdb7e6-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=cafdbafc-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:33:41+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f0c41e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d9f0c630-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:33:41+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f0c41e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d9f0c630-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:33:41+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f0c41e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d9f0c630-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:33:55+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d60fd52e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d60fd7f4-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:33:55+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2196452-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e2196736-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:34:06+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f0c41e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=d9f0c630-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:34:06+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e45738-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e8e459ae-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:34:06+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e45738-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e8e459ae-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:34:06+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e45738-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e8e459ae-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:34:15+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2196452-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e2196736-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:34:15+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee16cd30-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ee16cfba-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:34:31+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e45738-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=e8e459ae-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:34:31+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d7cf0e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=f7d7d13e-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:34:31+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d7cf0e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=f7d7d13e-04c8-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:34:31+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d7cf0e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=f7d7d13e-04c8-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:34:35+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee16cd30-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=ee16cfba-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:34:35+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa1e9bda-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=fa1e9ea0-04c8-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:34:55+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa1e9bda-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=fa1e9ea0-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:34:55+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0639a6a8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=0639a9a0-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:34:56+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d7cf0e-04c8-11ed-b2c5-7a1f84a098f9 | InvocationID=f7d7d13e-04c8-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:34:56+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06caf220-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=06caf4f0-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:34:56+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06caf220-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=06caf4f0-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:34:56+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06caf220-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=06caf4f0-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:35:16+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0639a6a8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=0639a9a0-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:35:16+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1298898c-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=12988c52-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:35:21+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06caf220-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=06caf4f0-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:35:21+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bd4cce-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=15bd5016-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:35:21+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bd4cce-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=15bd5016-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:35:21+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bd4cce-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=15bd5016-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:35:41+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1298898c-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=12988c52-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:35:41+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21624cbe-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=216251dc-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:35:46+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bd4cce-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=15bd5016-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:35:46+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b17228-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=24b174f8-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:35:47+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b17228-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=24b174f8-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:35:47+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b17228-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=24b174f8-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:36:06+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21624cbe-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=216251dc-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:36:06+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3031fd02-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=3031ffbe-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:36:12+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b17228-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=24b174f8-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:36:12+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33aa88c8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=33aa8bca-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:36:12+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33aa88c8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=33aa8bca-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:36:12+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33aa88c8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=33aa8bca-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:36:31+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3031fd02-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=3031ffbe-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:36:31+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efe84f4-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=3efe87c4-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:36:37+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33aa88c8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=33aa8bca-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:36:37+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a8648a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=42a867f0-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:36:37+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a8648a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=42a867f0-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:36:37+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a8648a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=42a867f0-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:36:55+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3efe84f4-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=3efe87c4-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:36:55+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd03dec-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=4dd041ac-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:37:02+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a8648a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=42a867f0-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:37:02+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519c55d2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=519c5ba4-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:37:02+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519c55d2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=519c5ba4-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:37:02+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519c55d2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=519c5ba4-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:37:20+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dd03dec-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=4dd041ac-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:37:20+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca1b670-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=5ca1bcb0-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:37:27+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519c55d2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=519c5ba4-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:37:27+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6094102a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=60941304-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:37:27+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6094102a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=60941304-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:37:27+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6094102a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=60941304-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:37:45+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ca1b670-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=5ca1bcb0-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:37:45+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7417d8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6b741a9e-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:37:52+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6094102a-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=60941304-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:37:52+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f88ea2e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6f88ed3a-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:37:52+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f88ea2e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6f88ed3a-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:37:52+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f88ea2e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6f88ed3a-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:38:10+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b7417d8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6b741a9e-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:38:10+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a465366-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7a465578-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:38:17+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f88ea2e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=6f88ed3a-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:38:17+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7cfdb8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7e7d00ce-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:38:17+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7cfdb8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7e7d00ce-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:38:17+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e7cfdb8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7e7d00ce-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:38:35+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a465366-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7a465578-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:38:35+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=891458d4-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=89145bcc-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:38:42+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e7cfdb8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=7e7d00ce-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:38:42+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d717452-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=8d71792a-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:38:42+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d717452-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=8d71792a-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:38:42+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d717452-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=8d71792a-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:00+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=891458d4-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=89145bcc-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:39:00+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e223aa-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=97e23c8c-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:39:07+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d717452-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=8d71792a-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:39:07+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c65fa14-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=9c65fdd4-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:39:07+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c65fa14-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=9c65fdd4-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:07+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c65fa14-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=9c65fdd4-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:25+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97e223aa-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=97e23c8c-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:39:25+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b2cd9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=a6b2d096-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:39:32+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c65fa14-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=9c65fdd4-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:39:32+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5a3616-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ab5a38dc-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:39:32+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5a3616-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ab5a38dc-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:32+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab5a3616-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ab5a38dc-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:49+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6b2cd9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=a6b2d096-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:39:49+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57f29bc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=b57f2bd8-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:39:57+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab5a3616-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ab5a38dc-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:39:57+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4f60b0-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ba4f62c2-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:39:57+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4f60b0-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ba4f62c2-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:39:57+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4f60b0-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ba4f62c2-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:40:14+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b57f29bc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=b57f2bd8-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:40:14+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4497ea2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c44980a0-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:40:22+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4f60b0-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ba4f62c2-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:40:22+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c940f908-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c940fcd2-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:40:23+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c940f908-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c940fcd2-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:40:23+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c940f908-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c940fcd2-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:40:39+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4497ea2-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c44980a0-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:40:39+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3169bfe-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d316a892-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:40:48+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c940f908-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=c940fcd2-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:40:48+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8362c9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d8362ee2-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:40:48+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8362c9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d8362ee2-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:40:48+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8362c9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d8362ee2-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:41:04+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3169bfe-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d316a892-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:41:04+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1ee5928-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e1ee5c70-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:41:13+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8362c9e-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=d8362ee2-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:41:13+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72d3102-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e72d340e-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:41:13+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72d3102-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e72d340e-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:41:13+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72d3102-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e72d340e-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:41:29+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1ee5928-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e1ee5c70-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:41:29+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c402b8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f0c40510-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:41:38+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72d3102-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=e72d340e-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:41:38+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6231dfc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f6232108-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:41:38+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6231dfc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f6232108-04c9-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:41:38+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6231dfc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f6232108-04c9-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:41:54+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c402b8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f0c40510-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:41:54+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff99fab8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ff99fdc4-04c9-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:42:03+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6231dfc-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=f6232108-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:42:03+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051e1dca-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=051e20c2-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:42:03+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051e1dca-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=051e20c2-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:42:03+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051e1dca-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=051e20c2-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:42:19+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff99fab8-04c9-11ed-b2c5-7a1f84a098f9 | InvocationID=ff99fdc4-04c9-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:42:19+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7ab04a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=0e7ab4d2-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:42:28+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051e1dca-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=051e20c2-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:42:28+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141b6e7c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=141b7200-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:42:28+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141b6e7c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=141b7200-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:42:28+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141b6e7c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=141b7200-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:42:44+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e7ab04a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=0e7ab4d2-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:42:44+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d5e07ba-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=1d5e0aa8-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:42:53+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141b6e7c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=141b7200-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:42:53+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23106996-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=23106c48-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:42:53+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23106996-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=23106c48-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:42:53+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23106996-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=23106c48-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:43:09+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d5e07ba-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=1d5e0aa8-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:43:09+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c42470a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=2c424afc-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:43:18+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23106996-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=23106c48-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:43:18+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=320e1e5c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=320e214a-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:43:18+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=320e1e5c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=320e214a-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:43:18+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=320e1e5c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=320e214a-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:43:33+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c42470a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=2c424afc-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:43:33+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b15e1d8-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=3b15e462-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:43:43+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=320e1e5c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=320e214a-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:43:43+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41052ca2-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=41053012-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:43:44+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41052ca2-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=41053012-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:43:44+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41052ca2-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=41053012-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:43:58+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b15e1d8-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=3b15e462-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:43:58+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e7782a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=49e780b8-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:44:09+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41052ca2-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=41053012-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:44:09+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffda23e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=4ffda694-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:44:09+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffda23e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=4ffda694-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:44:09+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffda23e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=4ffda694-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:44:23+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49e7782a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=49e780b8-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:44:23+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58bfc6ea-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=58bfc9d8-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:44:34+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffda23e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=4ffda694-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:44:34+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef0404e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=5ef042f6-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:44:34+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef0404e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=5ef042f6-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:44:34+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ef0404e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=5ef042f6-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:44:48+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58bfc6ea-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=58bfc9d8-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:44:48+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67948976-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=67948c28-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:44:59+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ef0404e-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=5ef042f6-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:44:59+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de77e0a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=6de78012-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:44:59+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de77e0a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=6de78012-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:44:59+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de77e0a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=6de78012-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:45:13+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67948976-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=67948c28-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:45:13+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76682746-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=76682aac-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:45:24+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de77e0a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=6de78012-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:45:24+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cdbbb1a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=7cdbbdf4-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:45:24+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cdbbb1a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=7cdbbdf4-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:45:24+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cdbbb1a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=7cdbbdf4-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:45:38+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76682746-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=76682aac-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:45:38+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=853c70ce-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=853c73b2-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:45:49+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cdbbb1a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=7cdbbdf4-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:45:49+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1ee50-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=8bd1f0f8-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:45:49+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1ee50-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=8bd1f0f8-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:45:49+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd1ee50-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=8bd1f0f8-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:46:03+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=853c70ce-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=853c73b2-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:46:03+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=940d4858-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=940d4b14-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:46:14+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd1ee50-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=8bd1f0f8-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:46:14+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9acd10b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=9acd2316-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:46:14+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9acd10b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=9acd2316-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:46:14+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9acd10b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=9acd2316-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:46:28+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=940d4858-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=940d4b14-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:46:28+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e0f32a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a2e0f636-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:46:39+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9acd10b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=9acd2316-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:46:39+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c8fcf0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a9c908d0-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:46:39+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c8fcf0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a9c908d0-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:46:39+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c8fcf0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a9c908d0-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:46:52+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2e0f32a-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a2e0f636-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:46:52+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b4e136-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b1b4e56e-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:47:04+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c8fcf0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=a9c908d0-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:47:04+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8be8c02-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b8be8ed2-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:47:04+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8be8c02-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b8be8ed2-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:47:04+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8be8c02-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b8be8ed2-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:47:17+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1b4e136-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b1b4e56e-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:47:17+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c08b5d70-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c08b6284-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:47:29+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8be8c02-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=b8be8ed2-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:47:29+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7be8b08-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c7be8de2-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:47:30+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7be8b08-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c7be8de2-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:47:30+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7be8b08-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c7be8de2-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:47:42+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c08b5d70-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c08b6284-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:47:42+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf61514c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=cf615408-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:47:55+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7be8b08-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=c7be8de2-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:47:55+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ba23b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=d6ba2860-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:47:55+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ba23b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=d6ba2860-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:47:55+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ba23b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=d6ba2860-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:48:07+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf61514c-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=cf615408-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:48:07+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3b3502-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=de3b371e-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:48:20+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ba23b0-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=d6ba2860-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:48:20+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b14d94-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=e5b14f92-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:48:20+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b14d94-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=e5b14f92-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:48:20+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b14d94-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=e5b14f92-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:48:32+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de3b3502-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=de3b371e-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:48:32+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed077f46-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=ed078144-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:48:45+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5b14d94-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=e5b14f92-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:48:45+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a36378-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=f4a36666-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:48:45+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a36378-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=f4a36666-04ca-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:48:45+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a36378-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=f4a36666-04ca-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:48:57+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed077f46-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=ed078144-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:48:57+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd668e8-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=fbd66d52-04ca-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:49:10+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a36378-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=f4a36666-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:49:10+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0397e944-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0397ee30-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:49:10+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0397e944-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0397ee30-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:49:10+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0397e944-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0397ee30-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:49:22+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbd668e8-04ca-11ed-b2c5-7a1f84a098f9 | InvocationID=fbd66d52-04ca-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:49:22+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0aa36b78-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0aa36e52-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:49:35+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0397e944-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0397ee30-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:49:35+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128e9632-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=128e98a8-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:49:35+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128e9632-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=128e98a8-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:49:35+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128e9632-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=128e98a8-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:49:47+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0aa36b78-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=0aa36e52-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:49:47+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1974cdcc-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=1974d36c-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:50:00+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128e9632-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=128e98a8-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:50:00+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2183a5d8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2183a93e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:50:00+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2183a5d8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2183a93e-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:50:00+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2183a5d8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2183a93e-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:50:11+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1974cdcc-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=1974d36c-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:50:11+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28422a48-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2842315a-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:50:25+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2183a5d8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2183a93e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:50:25+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3078e2f6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3078e526-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:50:25+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3078e2f6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3078e526-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:50:25+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3078e2f6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3078e526-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:50:36+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28422a48-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=2842315a-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:50:36+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37128482-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=37128716-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:50:50+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3078e2f6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3078e526-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:50:50+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6e017e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3f6e0408-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:50:50+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6e017e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3f6e0408-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:50:50+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f6e017e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3f6e0408-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:51:01+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37128482-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=37128716-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:51:01+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45dd3dd6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=45dd489e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:51:15+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f6e017e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=3f6e0408-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:51:15+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e5ef18e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=4e5ef49a-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:51:15+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e5ef18e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=4e5ef49a-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:51:15+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e5ef18e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=4e5ef49a-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:51:26+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45dd3dd6-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=45dd489e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:51:26+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a9012e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=54a905f2-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:51:40+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e5ef18e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=4e5ef49a-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:51:40+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d504c88-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=5d504f12-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:51:40+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d504c88-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=5d504f12-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:51:40+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d504c88-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=5d504f12-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:51:51+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54a9012e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=54a905f2-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:51:51+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6370aec8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6370b15c-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:52:05+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d504c88-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=5d504f12-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:52:05+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c425984-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6c425bfa-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:52:06+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c425984-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6c425bfa-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:52:06+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c425984-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6c425bfa-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:52:15+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6370aec8-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6370b15c-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:52:15+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72386f04-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=723871d4-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:52:31+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c425984-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=6c425bfa-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:52:31+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b35caac-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=7b35cdea-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:52:31+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b35caac-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=7b35cdea-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:52:31+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b35caac-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=7b35cdea-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:52:40+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72386f04-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=723871d4-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:52:40+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81080e4a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8108112e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:52:56+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b35caac-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=7b35cdea-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:52:56+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a2c73e4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8a2c75e2-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:52:56+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a2c73e4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8a2c75e2-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:52:56+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a2c73e4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8a2c75e2-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:53:05+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81080e4a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8108112e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:53:05+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fd6a666-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8fd6a86e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:53:21+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a2c73e4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8a2c75e2-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:53:21+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9921ac0c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9921af40-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:53:21+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9921ac0c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9921af40-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:53:21+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9921ac0c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9921af40-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:53:30+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fd6a666-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=8fd6a86e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:53:30+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea244fc-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9ea247a4-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:53:46+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9921ac0c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9921af40-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:53:46+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a818008a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=a8180332-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:53:46+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a818008a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=a8180332-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:53:46+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a818008a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=a8180332-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:53:55+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ea244fc-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=9ea247a4-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:53:55+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad6d0922-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=ad6d0b3e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:54:11+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a818008a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=a8180332-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:54:11+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70bb99c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=b70bbcf8-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:54:11+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70bb99c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=b70bbcf8-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:54:11+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b70bb99c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=b70bbcf8-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:54:20+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad6d0922-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=ad6d0b3e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:54:20+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc391612-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=bc3919a0-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:54:36+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b70bb99c-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=b70bbcf8-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:54:36+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fe5cd4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=c5fe5f18-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:54:36+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fe5cd4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=c5fe5f18-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:54:36+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5fe5cd4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=c5fe5f18-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:54:44+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc391612-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=bc3919a0-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:54:44+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb076d24-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=cb077dd2-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:55:01+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5fe5cd4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=c5fe5f18-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:55:01+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f14ef4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d4f151ce-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:55:01+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f14ef4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d4f151ce-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:01+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f14ef4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d4f151ce-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:09+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb076d24-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=cb077dd2-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:55:09+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e15b34-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d9e15e54-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:55:26+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f14ef4-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d4f151ce-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:55:26+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e57052-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e3e5775a-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:55:26+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e57052-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e3e5775a-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:26+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e57052-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e3e5775a-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:34+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9e15b34-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=d9e15e54-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:55:34+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8acae52-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e8acb3d4-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:55:51+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e57052-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e3e5775a-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:55:51+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d8382e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f2d83b4e-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:55:51+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d8382e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f2d83b4e-04cb-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:51+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d8382e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f2d83b4e-04cb-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:55:59+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8acae52-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=e8acb3d4-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:55:59+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f77af88a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f77afb96-04cb-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:56:16+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d8382e-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f2d83b4e-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:56:16+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01cad4a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=01cad7a6-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:56:16+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01cad4a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=01cad7a6-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:56:16+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01cad4a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=01cad7a6-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:56:24+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f77af88a-04cb-11ed-b2c5-7a1f84a098f9 | InvocationID=f77afb96-04cb-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:56:24+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06478824-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=06478b26-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:56:41+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01cad4a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=01cad7a6-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:56:41+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c241a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=10c24578-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:56:42+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c241a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=10c24578-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:56:42+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c241a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=10c24578-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:56:49+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06478824-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=06478b26-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:56:49+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15119700-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1511991c-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:57:07+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c241a4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=10c24578-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:57:07+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb8b74c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1fb8ba8a-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:57:07+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb8b74c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1fb8ba8a-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:57:07+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb8b74c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1fb8ba8a-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:57:13+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15119700-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1511991c-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:57:13+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23dcd722-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=23dcda06-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:57:32+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb8b74c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=1fb8ba8a-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:57:32+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ead34ee-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=2ead399e-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:57:32+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ead34ee-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=2ead399e-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:57:32+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ead34ee-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=2ead399e-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:57:38+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23dcd722-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=23dcda06-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:57:38+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ac7230-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=32ac74e2-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:57:57+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ead34ee-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=2ead399e-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:57:57+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da14e86-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=3da15368-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:57:57+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da14e86-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=3da15368-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:57:57+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da14e86-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=3da15368-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:58:03+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ac7230-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=32ac74e2-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:58:03+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41782a70-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=41782d54-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:58:22+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da14e86-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=3da15368-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:58:22+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c94aa28-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=4c94ad3e-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:58:22+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c94aa28-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=4c94ad3e-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:58:22+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c94aa28-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=4c94ad3e-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:58:28+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41782a70-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=41782d54-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:58:28+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50444dd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5044547a-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:58:47+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c94aa28-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=4c94ad3e-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:58:47+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8b7d36-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5b8b80ba-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:58:47+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8b7d36-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5b8b80ba-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:58:47+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8b7d36-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5b8b80ba-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:58:53+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50444dd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5044547a-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:58:53+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f104284-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5f104568-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:59:12+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8b7d36-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5b8b80ba-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:59:12+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7e5962-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6a7e5c32-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:59:12+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7e5962-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6a7e5c32-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:59:12+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7e5962-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6a7e5c32-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:59:18+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f104284-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=5f104568-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:59:18+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dddcfde-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6dddd2e0-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T05:59:37+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7e5962-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6a7e5c32-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T05:59:37+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7977ffd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=79780378-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T05:59:37+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7977ffd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=79780378-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:59:37+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7977ffd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=79780378-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T05:59:43+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dddcfde-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=6dddd2e0-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T05:59:43+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb238d8-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=7cb23c5c-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:00:02+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7977ffd6-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=79780378-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:00:02+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=886ed140-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=886ed686-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:00:02+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=886ed140-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=886ed686-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:02+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=886ed140-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=886ed686-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:07+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cb238d8-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=7cb23c5c-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:00:07+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8096d4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=8b80cd3e-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:00:27+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=886ed140-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=886ed686-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:00:27+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97635ffe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=97636436-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:00:27+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97635ffe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=97636436-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:27+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97635ffe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=97636436-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:32+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b8096d4-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=8b80cd3e-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:00:32+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a4dbc6e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=9a4dbf5c-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:00:52+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97635ffe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=97636436-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:00:52+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a658a37a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a658a604-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:00:52+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a658a37a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a658a604-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:52+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a658a37a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a658a604-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:00:57+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a4dbc6e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=9a4dbf5c-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:00:57+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a918608c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a91862c6-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:01:17+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a658a37a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a658a604-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:01:17+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54a8d44-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b54a8f38-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:01:18+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54a8d44-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b54a8f38-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:01:18+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54a8d44-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b54a8f38-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:01:22+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a918608c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=a91862c6-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:01:22+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7df206a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b7df23b2-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:01:43+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54a8d44-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b54a8f38-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:01:43+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c444e34e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c444e632-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:01:43+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c444e34e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c444e632-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:01:43+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c444e34e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c444e632-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:01:47+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7df206a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=b7df23b2-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:01:47+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6abb5ae-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c6abb8ce-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:02:08+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c444e34e-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c444e632-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:02:08+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d337e31a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d337e54a-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:02:08+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d337e31a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d337e54a-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:02:08+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d337e31a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d337e54a-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:02:11+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6abb5ae-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=c6abb8ce-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:02:11+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5770afc-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d5770d36-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:02:33+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d337e31a-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d337e54a-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:02:33+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e22e5048-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e22e5408-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:02:33+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e22e5048-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e22e5408-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:02:33+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e22e5048-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e22e5408-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:02:36+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5770afc-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=d5770d36-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:02:36+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e440780c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e4407abe-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:02:58+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e22e5048-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e22e5408-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:02:58+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1256302-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f12565d2-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:02:58+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1256302-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f12565d2-04cc-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:02:58+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1256302-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f12565d2-04cc-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:03:01+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e440780c-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=e4407abe-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:03:01+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30a5cfe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f30a5fa6-04cc-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:03:23+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1256302-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f12565d2-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:03:23+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0019a2ce-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0019a4f4-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:03:23+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0019a2ce-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0019a4f4-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:03:23+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0019a2ce-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0019a4f4-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:03:26+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f30a5cfe-04cc-11ed-b2c5-7a1f84a098f9 | InvocationID=f30a5fa6-04cc-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:03:26+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d6ee00-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=01d6f0b2-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:03:48+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0019a2ce-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0019a4f4-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:03:48+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0ccff4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0f0cd3be-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:03:48+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0ccff4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0f0cd3be-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:03:48+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0ccff4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0f0cd3be-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:03:51+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d6ee00-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=01d6f0b2-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:03:51+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10a19296-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=10a1953e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:04:13+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0ccff4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=0f0cd3be-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:04:13+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e05d0fa-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1e05d910-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:04:13+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e05d0fa-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1e05d910-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:04:13+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e05d0fa-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1e05d910-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:04:16+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10a19296-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=10a1953e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:04:16+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f701392-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1f7015c2-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:04:38+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e05d0fa-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1e05d910-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:04:38+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf9ff28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2cfa0284-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:04:38+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf9ff28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2cfa0284-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:04:38+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf9ff28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2cfa0284-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:04:40+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f701392-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=1f7015c2-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:04:40+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3bcdbc-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2e3bd046-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:05:03+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf9ff28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2cfa0284-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:05:03+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bed07e6-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3bed0b24-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:05:03+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bed07e6-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3bed0b24-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:03+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bed07e6-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3bed0b24-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:05+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e3bcdbc-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=2e3bd046-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:05:05+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d05eaee-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3d05f08e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:05:28+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bed07e6-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3bed0b24-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:05:28+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae3309a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4ae33356-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:05:29+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae3309a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4ae33356-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:29+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae3309a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4ae33356-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:30+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d05eaee-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=3d05f08e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:05:30+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcf0b5a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4bcf0e84-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:05:54+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae3309a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4ae33356-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:05:54+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d6d728-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=59d6dc1e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:05:54+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d6d728-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=59d6dc1e-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:54+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59d6d728-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=59d6dc1e-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:05:55+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bcf0b5a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=4bcf0e84-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:05:55+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a9f73ae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=5a9f761a-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:06:19+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59d6d728-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=59d6dc1e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:06:19+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68cadc20-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=68cade78-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:06:19+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68cadc20-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=68cade78-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:06:19+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68cadc20-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=68cade78-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:06:20+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a9f73ae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=5a9f761a-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:06:20+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=696716f8-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=6967190a-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:06:44+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68cadc20-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=68cade78-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:06:44+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c32df4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=77c33196-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:06:44+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c32df4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=77c33196-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:06:44+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77c32df4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=77c33196-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:06:44+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=696716f8-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=6967190a-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:06:44+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7832bc28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=7832beda-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:07:09+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77c32df4-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=77c33196-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:07:09+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bc2f22-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86bc3184-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:07:09+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bc2f22-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86bc3184-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:07:09+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bc2f22-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86bc3184-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:07:09+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7832bc28-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=7832beda-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:07:09+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86fda9ca-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86fdaca4-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:07:34+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bc2f22-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86bc3184-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:07:34+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ae9600-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95ae9ace-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:07:34+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ae9600-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95ae9ace-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:07:34+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ae9600-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95ae9ace-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:07:34+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86fda9ca-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=86fdaca4-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:07:34+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c9c66e-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95c9c95c-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:07:59+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95c9c66e-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95c9c95c-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:07:59+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4921782-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a492199e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:07:59+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ae9600-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=95ae9ace-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:07:59+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a241de-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a4a243d2-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:07:59+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a241de-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a4a243d2-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:07:59+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4a241de-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a4a243d2-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:08:24+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4921782-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a492199e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:08:24+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b360d9e2-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b360dcc6-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:08:24+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4a241de-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=a4a243d2-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:08:24+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3984710-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b39849d6-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:08:24+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3984710-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b39849d6-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:08:24+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3984710-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b39849d6-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:08:49+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b360d9e2-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b360dcc6-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:08:49+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22a6b82-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c22a6e8e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:08:49+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3984710-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=b39849d6-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:08:49+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2898fae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c289927e-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:08:49+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2898fae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c289927e-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:08:49+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2898fae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c289927e-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:09:13+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c22a6b82-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c22a6e8e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:09:13+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0fb1d82-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d0fb205c-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:09:14+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2898fae-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=c289927e-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:09:14+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d17c1996-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d17c1cc0-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:09:14+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d17c1996-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d17c1cc0-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:09:14+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d17c1996-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d17c1cc0-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:09:38+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0fb1d82-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d0fb205c-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:09:38+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfcd1c2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=dfcd1ed2-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:09:39+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d17c1996-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=d17c1cc0-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:09:39+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e076cc2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=e076cf04-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:09:39+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e076cc2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=e076cf04-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:09:39+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e076cc2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=e076cf04-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:10:03+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfcd1c2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=dfcd1ed2-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:10:03+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9b0cb2-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=ee9b0f8c-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:10:04+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e076cc2a-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=e076cf04-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF activation/deactivation policy response events.
2022-07-16T06:10:04+0000 | policy_event_thread | 140655054318368 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6b9d6e-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=ef6b9f6c-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-16T06:10:05+0000 | policy_event_thread | 140655054318368 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6b9d6e-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=ef6b9f6c-04cd-11ed-b2c5-7a1f84a098f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:10:05+0000 | policy_event_thread | 140655054318368 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6b9d6e-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=ef6b9f6c-04cd-11ed-b2c5-7a1f84a098f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-16T06:10:28+0000 | aai_event_thread | 140655053257504 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee9b0cb2-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=ee9b0f8c-04cd-11ed-b2c5-7a1f84a098f9 | Polling MR for XNF AAI events.
2022-07-16T06:10:28+0000 | aai_event_thread | 140655053257504 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd688a94-04cd-11ed-b2c5-7a1f84a098f9 | InvocationID=fd688daa-04cd-11ed-b2c5-7a1f84a098f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-16T06:10:30+0000 | policy_event_thread | 140655054318368 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh