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-11-05T04:56:10+0000 | MainThread | 140111037341000 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-05T04:56:10+0000 | MainThread | 140111037341000 | 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-11-05T04:56:10+0000 | MainThread | 140111037341000 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-05T04:56:10+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:56:10+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a83e6fe-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a83eae6-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:56:10+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-05T04:56:10+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a868f12-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a86905c-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:56:10+0000 | MainThread | 140111037341000 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-11-05T04:56:11+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a83e6fe-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a83eae6-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:11+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a83e6fe-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a83eae6-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:11+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a868f12-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a86905c-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:11+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a868f12-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a86905c-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:31+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a868f12-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a86905c-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:56:31+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3717793a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=37177c6e-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:56:32+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3717793a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=37177c6e-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:32+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3717793a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=37177c6e-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:36+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a83e6fe-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=2a83eae6-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:56:36+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a0f1fee-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=3a0f22aa-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:56:37+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a0f1fee-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=3a0f22aa-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:37+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a0f1fee-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=3a0f22aa-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:52+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3717793a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=37177c6e-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:56:52+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439f563c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=439f5844-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:56:53+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439f563c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=439f5844-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:56:53+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439f563c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=439f5844-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:02+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a0f1fee-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=3a0f22aa-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:57:02+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49951964-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=49951b1c-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:57:03+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49951964-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=49951b1c-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:03+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49951964-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=49951b1c-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:13+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439f563c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=439f5844-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:57:13+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502c8f0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=502c90c2-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:57:14+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502c8f0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=502c90c2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:14+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=502c8f0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=502c90c2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:28+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49951964-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=49951b1c-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:57:28+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591ac24e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=591ac4a6-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:57:29+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591ac24e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=591ac4a6-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:29+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591ac24e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=591ac4a6-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:34+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=502c8f0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=502c90c2-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:57:34+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb9ce4a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=5cb9cff8-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:57:35+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb9ce4a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=5cb9cff8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:35+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cb9ce4a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=5cb9cff8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:54+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591ac24e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=591ac4a6-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:57:54+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a22e00-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=68a234f4-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:57:54+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a22e00-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=68a234f4-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:54+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a22e00-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=68a234f4-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:55+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cb9ce4a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=5cb9cff8-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:57:55+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694667c2-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=694669d4-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:57:55+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694667c2-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=694669d4-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:57:55+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694667c2-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=694669d4-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:15+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694667c2-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=694669d4-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:58:15+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753cc67a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=753cc918-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:58:15+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753cc67a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=753cc918-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:15+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=753cc67a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=753cc918-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:19+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a22e00-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=68a234f4-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:58:19+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b275a8-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=77b27878-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:58:20+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b275a8-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=77b27878-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:20+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77b275a8-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=77b27878-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:35+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=753cc67a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=753cc918-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:58:35+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8132d848-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8132db04-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:58:35+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8132d848-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8132db04-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:35+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8132d848-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8132db04-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:45+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77b275a8-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=77b27878-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:58:45+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a2dd0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=86a2dff8-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:58:45+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a2dd0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=86a2dff8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:45+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a2dd0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=86a2dff8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:55+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8132d848-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8132db04-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:58:55+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d28327e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8d28349a-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:58:56+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d28327e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8d28349a-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:58:56+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d28327e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8d28349a-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:10+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a2dd0a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=86a2dff8-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:59:10+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95968316-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=959684e2-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:59:10+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95968316-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=959684e2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:10+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95968316-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=959684e2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d28327e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=8d28349a-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:59:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=991e12f6-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=991e14b8-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:59:16+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=991e12f6-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=991e14b8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:16+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=991e12f6-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=991e14b8-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:35+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95968316-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=959684e2-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T04:59:35+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48d780c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a48d7abe-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T04:59:35+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48d780c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a48d7abe-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:35+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48d780c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a48d7abe-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=991e12f6-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=991e14b8-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:59:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a514a066-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a514a228-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:59:36+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a514a066-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a514a228-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:36+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a514a066-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a514a228-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a514a066-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a514a228-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T04:59:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b10a9fce-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b10aa230-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T04:59:56+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b10a9fce-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b10aa230-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T04:59:56+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b10a9fce-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b10aa230-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:00+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48d780c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=a48d7abe-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:00:00+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37caf0e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b37cb12a-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:00:00+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37caf0e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b37cb12a-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:00+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37caf0e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b37cb12a-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b10a9fce-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b10aa230-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:00:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd002c5e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=bd0035d2-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:00:16+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd002c5e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=bd0035d2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:16+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd002c5e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=bd0035d2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:25+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37caf0e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=b37cb12a-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:00:25+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26d433e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c26d4596-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:00:25+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26d433e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c26d4596-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:25+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c26d433e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c26d4596-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd002c5e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=bd0035d2-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:00:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f8f4a0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c8f8f676-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:00:36+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f8f4a0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c8f8f676-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:36+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f8f4a0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c8f8f676-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:50+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c26d433e-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c26d4596-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:00:50+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15db216-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d15db428-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:00:50+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15db216-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d15db428-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:50+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15db216-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d15db428-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f8f4a0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=c8f8f676-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:00:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ed1804-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d4ed19d0-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:00:56+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ed1804-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d4ed19d0-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:00:56+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4ed1804-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d4ed19d0-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:15+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15db216-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d15db428-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:01:15+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04f9dc0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e04f9fd2-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:01:15+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04f9dc0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e04f9fd2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:15+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04f9dc0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e04f9fd2-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4ed1804-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=d4ed19d0-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:01:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e44a6a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e0e44c36-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:01:16+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e44a6a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e0e44c36-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:16+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0e44a6a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e0e44c36-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0e44a6a-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e0e44c36-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:01:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd936be-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ecd93880-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:01:36+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd936be-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ecd93880-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:36+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd936be-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ecd93880-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:40+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04f9dc0-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=e04f9fd2-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:01:40+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3ef31c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ef3ef952-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:01:40+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3ef31c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ef3ef952-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:40+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3ef31c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ef3ef952-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd936be-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ecd93880-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:01:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8cef152-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=f8cef328-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:01:56+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8cef152-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=f8cef328-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:01:56+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8cef152-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=f8cef328-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:05+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3ef31c-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=ef3ef952-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:02:05+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2edb30-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=fe2edf5e-5cc6-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:02:05+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2edb30-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=fe2edf5e-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:05+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2edb30-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=fe2edf5e-5cc6-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8cef152-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=f8cef328-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:02:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c3511a-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=04c35318-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:02:16+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c3511a-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=04c35318-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:16+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04c3511a-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=04c35318-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:30+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2edb30-5cc6-11ed-b54e-16dbf626cf1c | InvocationID=fe2edf5e-5cc6-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:02:30+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1f0048-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=0d1f0372-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:02:30+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1f0048-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=0d1f0372-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:30+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1f0048-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=0d1f0372-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04c3511a-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=04c35318-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:02:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10b7848c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=10b78784-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:02:36+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10b7848c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=10b78784-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:36+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10b7848c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=10b78784-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:55+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1f0048-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=0d1f0372-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:02:55+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0ca128-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1c0ca358-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:02:55+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0ca128-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1c0ca358-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:55+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c0ca128-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1c0ca358-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10b7848c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=10b78784-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:02:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cac80da-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1cac82ce-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:02:56+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cac80da-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1cac82ce-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:02:56+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cac80da-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1cac82ce-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cac80da-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1cac82ce-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:03:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a6d82c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=28a6da16-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:03:16+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a6d82c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=28a6da16-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:16+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a6d82c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=28a6da16-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:20+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c0ca128-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=1c0ca358-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:03:20+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2afc396e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=2afc3b80-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:03:20+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2afc396e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=2afc3b80-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:20+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2afc396e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=2afc3b80-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a6d82c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=28a6da16-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:03:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349c0fb2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=349c11ce-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:03:36+0000 | aai_event_thread | 140110986603296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349c0fb2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=349c11ce-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:36+0000 | aai_event_thread | 140110986603296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349c0fb2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=349c11ce-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:45+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2afc396e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=2afc3b80-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:03:45+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39ed0e08-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=39ed10ba-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:03:45+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39ed0e08-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=39ed10ba-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:45+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39ed0e08-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=39ed10ba-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:03:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349c0fb2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=349c11ce-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:03:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40927c02-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=40927e28-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:04:10+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39ed0e08-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=39ed10ba-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:04:10+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dce38e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=48dce62c-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:04:10+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dce38e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=48dce62c-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:04:10+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dce38e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=48dce62c-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:04:21+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40927c02-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=40927e28-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:04:21+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef7d1b6-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=4ef7d436-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:04:35+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dce38e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=48dce62c-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:04:35+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57cad5b8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=57cad842-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:04:35+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57cad5b8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=57cad842-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:04:35+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57cad5b8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=57cad842-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:04:41+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ef7d1b6-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=4ef7d436-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:04:41+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aedca02-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=5aedccc8-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:05:00+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57cad5b8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=57cad842-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:05:01+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b914e0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66b91706-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:05:01+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b914e0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66b91706-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:05:01+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b914e0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66b91706-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:05:01+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aedca02-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=5aedccc8-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:05:01+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e54a56-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66e54c22-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:05:21+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66e54a56-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66e54c22-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:05:21+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72eba0a2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=72eba2c8-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:05:26+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b914e0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=66b91706-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:05:26+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a655a8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=75a65774-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:05:26+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a655a8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=75a65774-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:05:26+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75a655a8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=75a65774-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:05:42+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72eba0a2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=72eba2c8-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:05:42+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2f4c88-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=7f2f52fa-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:05:51+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75a655a8-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=75a65774-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:05:51+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849464ce-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=849466cc-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:05:51+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849464ce-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=849466cc-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:05:51+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=849464ce-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=849466cc-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:06:06+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f2f4c88-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=7f2f52fa-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:06:06+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e006134-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=8e006300-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:06:16+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=849464ce-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=849466cc-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:06:16+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9383d6f4-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9383d974-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:06:16+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9383d6f4-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9383d974-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:06:16+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9383d6f4-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9383d974-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:06:31+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e006134-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=8e006300-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:06:31+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc90cf2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9cc90f7c-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:06:41+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9383d6f4-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9383d974-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:06:41+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a27682b0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=a27684a4-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:06:41+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a27682b0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=a27684a4-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:06:41+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a27682b0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=a27684a4-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:06:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cc90cf2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=9cc90f7c-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:06:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab928ea2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ab929096-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:07:06+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a27682b0-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=a27684a4-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:07:06+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b167f9ca-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=b167fb96-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:07:06+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b167f9ca-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=b167fb96-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:07:06+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b167f9ca-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=b167fb96-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:07:21+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab928ea2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ab929096-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:07:21+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba5cfde6-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ba5cfff8-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:07:31+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b167f9ca-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=b167fb96-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:07:31+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c059251c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c059272e-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:07:31+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c059251c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c059272e-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:07:31+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c059251c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c059272e-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:07:46+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba5cfde6-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ba5cfff8-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:07:46+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9236dba-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c9236fae-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:07:56+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c059251c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c059272e-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:07:56+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf49838c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=cf498620-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:07:56+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf49838c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=cf498620-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:07:56+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf49838c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=cf498620-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:08:10+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9236dba-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=c9236fae-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:08:10+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7eb5f10-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=d7eb61e0-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:08:21+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf49838c-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=cf498620-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:08:21+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3e512e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=de3e537c-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:08:21+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3e512e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=de3e537c-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:08:21+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3e512e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=de3e537c-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:08:35+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7eb5f10-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=d7eb61e0-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:08:35+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b480b2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=e6b482ba-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:08:46+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3e512e-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=de3e537c-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:08:46+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed2f4c06-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ed2f4e9a-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:08:46+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed2f4c06-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ed2f4e9a-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:08:46+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed2f4c06-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ed2f4e9a-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:09:00+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6b480b2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=e6b482ba-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:09:00+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57a34a2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=f57a36fa-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:09:11+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed2f4c06-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=ed2f4e9a-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:09:11+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1e7250-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=fc1e74b2-5cc7-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:09:11+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1e7250-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=fc1e74b2-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:09:11+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc1e7250-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=fc1e74b2-5cc7-11ed-b54e-16dbf626cf1c | 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-11-05T05:09:25+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57a34a2-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=f57a36fa-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:09:25+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0442664e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=044268a6-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:09:36+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc1e7250-5cc7-11ed-b54e-16dbf626cf1c | InvocationID=fc1e74b2-5cc7-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:09:36+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0c384c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=0b0c3a5e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:09:36+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0c384c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=0b0c3a5e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:09:36+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0c384c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=0b0c3a5e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:09:50+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0442664e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=044268a6-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:09:50+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13079d66-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=1307a040-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:10:01+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0c384c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=0b0c3a5e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:10:01+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19fa41fa-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=19fa4a38-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:10:01+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19fa41fa-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=19fa4a38-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:10:01+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19fa41fa-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=19fa4a38-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:10:14+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13079d66-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=1307a040-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:10:14+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ce704a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=21ce72d4-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:10:26+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19fa41fa-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=19fa4a38-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:10:26+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e96f10-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=28e9715e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:10:26+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e96f10-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=28e9715e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:10:26+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28e96f10-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=28e9715e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:10:39+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21ce704a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=21ce72d4-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:10:39+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3091d356-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=3091d554-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:10:51+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28e96f10-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=28e9715e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:10:51+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d7abea-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=37d7adc0-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:10:51+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d7abea-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=37d7adc0-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:10:51+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37d7abea-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=37d7adc0-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:11:04+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3091d356-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=3091d554-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:11:04+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f5595bc-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=3f559850-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:11:16+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37d7abea-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=37d7adc0-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:11:16+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46c59928-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=46c59bb2-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:11:16+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46c59928-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=46c59bb2-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:11:16+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46c59928-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=46c59bb2-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:11:29+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f5595bc-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=3f559850-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:11:29+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1a007e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=4e1a0268-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:11:41+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46c59928-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=46c59bb2-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:11:41+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b3bc76-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=55b3be7e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:11:41+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b3bc76-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=55b3be7e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:11:41+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55b3bc76-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=55b3be7e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:11:53+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e1a007e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=4e1a0268-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:11:53+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cdecce8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=5cdecefa-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:12:06+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55b3bc76-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=55b3be7e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:12:06+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a11b98-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=64a11dc8-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:12:07+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a11b98-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=64a11dc8-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:12:07+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64a11b98-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=64a11dc8-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:12:18+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cdecce8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=5cdecefa-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:12:18+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ba30208-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=6ba3042e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:12:32+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64a11b98-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=64a11dc8-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:12:32+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=739044ee-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7390516e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:12:32+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=739044ee-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7390516e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:12:32+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=739044ee-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7390516e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:12:43+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ba30208-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=6ba3042e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:12:43+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a6664b0-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7a666712-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:12:57+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=739044ee-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7390516e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:12:57+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=827dd0ca-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=827dd494-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:12:57+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=827dd0ca-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=827dd494-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:12:57+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=827dd0ca-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=827dd494-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:13:08+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a6664b0-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=7a666712-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:13:08+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=892e06ec-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=892e0962-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:13:22+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=827dd0ca-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=827dd494-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:13:22+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=916b9bf8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=916b9e00-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:13:22+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=916b9bf8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=916b9e00-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:13:22+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=916b9bf8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=916b9e00-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:13:33+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=892e06ec-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=892e0962-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:13:33+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f20020-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=97f2062e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:13:47+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=916b9bf8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=916b9e00-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:13:47+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05c1d5e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a05c21e6-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:13:47+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a05c1d5e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a05c21e6-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:13:47+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05c1d5e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a05c21e6-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:13:57+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97f20020-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=97f2062e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:13:57+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b64ada-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a6b64d3c-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:14:12+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a05c1d5e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a05c21e6-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:14:12+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4e007a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=af4e0476-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:14:12+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4e007a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=af4e0476-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:14:12+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4e007a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=af4e0476-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:14:22+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6b64ada-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=a6b64d3c-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:14:22+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57a5e4e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=b57a61a0-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:14:37+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af4e007a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=af4e0476-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:14:37+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3bd706-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=be3bd95e-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:14:37+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3bd706-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=be3bd95e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:14:37+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3bd706-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=be3bd95e-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:14:47+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b57a5e4e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=b57a61a0-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:14:47+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c441147c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=c4411670-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:15:02+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3bd706-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=be3bd95e-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:15:02+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd29fe32-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=cd2a0030-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:15:02+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd29fe32-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=cd2a0030-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:15:02+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd29fe32-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=cd2a0030-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:15:12+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c441147c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=c4411670-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:15:12+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d308f1c8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=d308f3c6-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:15:27+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd29fe32-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=cd2a0030-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:15:27+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc1989a8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=dc198c32-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:15:27+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc1989a8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=dc198c32-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:15:27+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc1989a8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=dc198c32-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:15:37+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d308f1c8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=d308f3c6-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:15:37+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d3cd7c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=e1d3cf7a-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:15:52+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc1989a8-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=dc198c32-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:15:52+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb08c05a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=eb08c2b2-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:15:52+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb08c05a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=eb08c2b2-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:15:52+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb08c05a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=eb08c2b2-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:16:01+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1d3cd7c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=e1d3cf7a-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:16:01+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f097b95e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f097bbca-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:16:17+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb08c05a-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=eb08c2b2-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:16:17+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f9526e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f9f95458-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:16:17+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f9526e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f9f95458-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:16:17+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f9526e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f9f95458-5cc8-11ed-b54e-16dbf626cf1c | 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-11-05T05:16:26+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f097b95e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f097bbca-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:16:26+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff5cb19c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=ff5cb642-5cc8-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:16:42+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f9526e-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=f9f95458-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:16:42+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e73ee4-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=08e741c8-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:16:42+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e73ee4-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=08e741c8-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:16:42+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e73ee4-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=08e741c8-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:16:51+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff5cb19c-5cc8-11ed-b54e-16dbf626cf1c | InvocationID=ff5cb642-5cc8-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:16:51+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e22cc8e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=0e22cf4a-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:17:07+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e73ee4-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=08e741c8-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:17:07+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d5ecf2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=17d5ef0e-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:17:07+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d5ecf2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=17d5ef0e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:17:07+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d5ecf2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=17d5ef0e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:17:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e22cc8e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=0e22cf4a-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:17:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce7a762-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=1ce7a960-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:17:32+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d5ecf2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=17d5ef0e-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:17:32+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26c43552-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=26c43c28-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:17:32+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26c43552-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=26c43c28-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:17:32+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26c43552-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=26c43c28-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:17:40+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ce7a762-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=1ce7a960-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:17:40+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2baf167c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=2baf19ce-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:17:57+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26c43552-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=26c43c28-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:17:57+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b6d056-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=35b6d29a-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:17:57+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b6d056-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=35b6d29a-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:17:57+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35b6d056-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=35b6d29a-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:18:05+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2baf167c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=2baf19ce-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:18:05+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a7b1796-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=3a7b19a8-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:18:22+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35b6d056-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=35b6d29a-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:18:22+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ae104c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=44ae125e-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:18:22+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ae104c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=44ae125e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:18:22+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ae104c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=44ae125e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:18:30+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a7b1796-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=3a7b19a8-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:18:30+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494709e2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=49470bfe-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:18:47+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ae104c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=44ae125e-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:18:47+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a0ad62-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=53a0af7e-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:18:48+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a0ad62-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=53a0af7e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:18:48+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a0ad62-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=53a0af7e-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:18:55+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=494709e2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=49470bfe-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:18:55+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58169096-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=5816928a-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:19:13+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a0ad62-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=53a0af7e-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:19:13+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628f4bc6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=628f4e00-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:19:13+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628f4bc6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=628f4e00-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:19:13+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=628f4bc6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=628f4e00-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:19:20+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58169096-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=5816928a-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:19:20+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66dc22ee-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=66dc27a8-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:19:38+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=628f4bc6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=628f4e00-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:19:38+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717ee7cc-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=717eea60-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:19:38+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717ee7cc-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=717eea60-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:19:38+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=717ee7cc-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=717eea60-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:19:45+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66dc22ee-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=66dc27a8-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:19:45+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a349a6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=75a34bc2-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:20:03+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=717ee7cc-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=717eea60-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:20:03+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806c580a-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=806c5a44-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:20:03+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806c580a-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=806c5a44-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:03+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806c580a-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=806c5a44-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:09+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75a349a6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=75a34bc2-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:20:09+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84683c6c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=84683e9c-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:20:28+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806c580a-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=806c5a44-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:20:28+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5a0d4e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=8f5a0f06-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:20:28+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5a0d4e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=8f5a0f06-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:28+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5a0d4e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=8f5a0f06-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:34+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84683c6c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=84683e9c-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:20:34+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=932d834c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=932d861c-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:20:53+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5a0d4e-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=8f5a0f06-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:20:53+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4975ce-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=9e4977d6-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:20:53+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4975ce-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=9e4977d6-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:53+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4975ce-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=9e4977d6-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:20:59+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=932d834c-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=932d861c-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:20:59+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1f1be98-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=a1f1c17c-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:21:18+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4975ce-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=9e4977d6-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:21:18+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3738c8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ad373f3a-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:21:18+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3738c8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ad373f3a-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:21:18+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3738c8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ad373f3a-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:21:24+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1f1be98-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=a1f1c17c-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:21:24+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b60204-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=b0b604c0-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:21:43+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3738c8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ad373f3a-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:21:43+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc295d84-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bc295f78-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:21:43+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc295d84-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bc295f78-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:21:43+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc295d84-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bc295f78-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:21:48+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0b60204-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=b0b604c0-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:21:48+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7d93e2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bf7d95ae-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:22:08+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc295d84-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bc295f78-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:22:08+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb192da6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=cb192f72-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:22:08+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb192da6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=cb192f72-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:22:08+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb192da6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=cb192f72-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:22:13+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf7d93e2-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=bf7d95ae-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:22:13+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce414662-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ce41481a-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:22:33+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb192da6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=cb192f72-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:22:33+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da073eb6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=da074140-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:22:33+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da073eb6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=da074140-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:22:33+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da073eb6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=da074140-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:22:38+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce414662-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ce41481a-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:22:38+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd06d892-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=dd06da5e-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:22:58+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da073eb6-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=da074140-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:22:58+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f5cbb8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=e8f5d086-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:22:58+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f5cbb8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=e8f5d086-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:22:58+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8f5cbb8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=e8f5d086-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:23:03+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd06d892-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=dd06da5e-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:23:03+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebcd3830-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ebcd3a38-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:23:23+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8f5cbb8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=e8f5d086-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:23:23+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e6a2be-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=f7e6bc40-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:23:23+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e6a2be-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=f7e6bc40-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:23:23+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7e6a2be-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=f7e6bc40-5cc9-11ed-b54e-16dbf626cf1c | 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-11-05T05:23:28+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebcd3830-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=ebcd3a38-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:23:28+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa952aa8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=fa952c92-5cc9-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:23:48+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7e6a2be-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=f7e6bc40-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:23:48+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d4c166-5cca-11ed-b54e-16dbf626cf1c | InvocationID=06d4c328-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:23:48+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d4c166-5cca-11ed-b54e-16dbf626cf1c | InvocationID=06d4c328-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:23:48+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06d4c166-5cca-11ed-b54e-16dbf626cf1c | InvocationID=06d4c328-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:23:52+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa952aa8-5cc9-11ed-b54e-16dbf626cf1c | InvocationID=fa952c92-5cc9-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:23:52+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095ba2ce-5cca-11ed-b54e-16dbf626cf1c | InvocationID=095ba530-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:24:13+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06d4c166-5cca-11ed-b54e-16dbf626cf1c | InvocationID=06d4c328-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:24:13+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c219b2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=15c21b88-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:24:13+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c219b2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=15c21b88-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:24:13+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15c219b2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=15c21b88-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:24:17+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095ba2ce-5cca-11ed-b54e-16dbf626cf1c | InvocationID=095ba530-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:24:17+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=181f9c52-5cca-11ed-b54e-16dbf626cf1c | InvocationID=181f9e6e-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:24:38+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15c219b2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=15c21b88-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:24:38+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b00510-5cca-11ed-b54e-16dbf626cf1c | InvocationID=24b00786-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:24:38+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24b00510-5cca-11ed-b54e-16dbf626cf1c | InvocationID=24b00786-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:24:38+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b00510-5cca-11ed-b54e-16dbf626cf1c | InvocationID=24b00786-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:24:42+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=181f9c52-5cca-11ed-b54e-16dbf626cf1c | InvocationID=181f9e6e-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:24:42+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e20978-5cca-11ed-b54e-16dbf626cf1c | InvocationID=26e20b44-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:25:03+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24b00510-5cca-11ed-b54e-16dbf626cf1c | InvocationID=24b00786-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:25:03+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339d64d2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=339d66e4-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:25:03+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339d64d2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=339d66e4-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:03+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339d64d2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=339d66e4-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:07+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26e20978-5cca-11ed-b54e-16dbf626cf1c | InvocationID=26e20b44-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:25:07+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a42d38-5cca-11ed-b54e-16dbf626cf1c | InvocationID=35a43148-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:25:28+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339d64d2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=339d66e4-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:25:28+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b6e94-5cca-11ed-b54e-16dbf626cf1c | InvocationID=428b70d8-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:25:28+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b6e94-5cca-11ed-b54e-16dbf626cf1c | InvocationID=428b70d8-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:28+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428b6e94-5cca-11ed-b54e-16dbf626cf1c | InvocationID=428b70d8-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:31+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35a42d38-5cca-11ed-b54e-16dbf626cf1c | InvocationID=35a43148-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:25:31+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44673ef0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=446740c6-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:25:53+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428b6e94-5cca-11ed-b54e-16dbf626cf1c | InvocationID=428b70d8-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:25:53+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=517ab068-5cca-11ed-b54e-16dbf626cf1c | InvocationID=517ab23e-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:25:53+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=517ab068-5cca-11ed-b54e-16dbf626cf1c | InvocationID=517ab23e-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:53+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=517ab068-5cca-11ed-b54e-16dbf626cf1c | InvocationID=517ab23e-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:25:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44673ef0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=446740c6-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:25:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532b064c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=532b0a84-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:26:18+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=517ab068-5cca-11ed-b54e-16dbf626cf1c | InvocationID=517ab23e-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:26:18+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6068784e-5cca-11ed-b54e-16dbf626cf1c | InvocationID=60687b00-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:26:18+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6068784e-5cca-11ed-b54e-16dbf626cf1c | InvocationID=60687b00-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:26:18+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6068784e-5cca-11ed-b54e-16dbf626cf1c | InvocationID=60687b00-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:26:21+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=532b064c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=532b0a84-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:26:21+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61eeea7c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=61eeec3e-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:26:43+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6068784e-5cca-11ed-b54e-16dbf626cf1c | InvocationID=60687b00-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:26:43+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f579f42-5cca-11ed-b54e-16dbf626cf1c | InvocationID=6f57a190-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:26:43+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f579f42-5cca-11ed-b54e-16dbf626cf1c | InvocationID=6f57a190-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:26:43+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f579f42-5cca-11ed-b54e-16dbf626cf1c | InvocationID=6f57a190-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:26:46+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61eeea7c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=61eeec3e-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:26:46+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70b20cc4-5cca-11ed-b54e-16dbf626cf1c | InvocationID=70b20f80-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:27:08+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f579f42-5cca-11ed-b54e-16dbf626cf1c | InvocationID=6f57a190-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:27:08+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e44c5f2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7e44c80e-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:27:09+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e44c5f2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7e44c80e-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:27:09+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e44c5f2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7e44c80e-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:27:10+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70b20cc4-5cca-11ed-b54e-16dbf626cf1c | InvocationID=70b20f80-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:27:10+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7571ce-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7f7573e0-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:27:34+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e44c5f2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7e44c80e-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:27:34+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3279b0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8d327b68-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:27:34+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3279b0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8d327b68-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:27:34+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d3279b0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8d327b68-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:27:35+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f7571ce-5cca-11ed-b54e-16dbf626cf1c | InvocationID=7f7573e0-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:27:35+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3aeff4-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8e3af1c0-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:27:59+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d3279b0-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8d327b68-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:27:59+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c20869c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9c208a0c-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:27:59+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c20869c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9c208a0c-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:27:59+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c20869c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9c208a0c-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:28:00+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e3aeff4-5cca-11ed-b54e-16dbf626cf1c | InvocationID=8e3af1c0-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:28:00+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfe3186-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9cfe3348-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:28:24+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c20869c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9c208a0c-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:28:24+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab10cf4a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ab10d17a-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:28:24+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab10cf4a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ab10d17a-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:28:24+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab10cf4a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ab10d17a-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:28:25+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cfe3186-5cca-11ed-b54e-16dbf626cf1c | InvocationID=9cfe3348-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:28:25+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abc1c8c2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=abc1cbf6-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:28:49+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab10cf4a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ab10d17a-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:28:49+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fda136-5cca-11ed-b54e-16dbf626cf1c | InvocationID=b9fda2ee-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:28:49+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fda136-5cca-11ed-b54e-16dbf626cf1c | InvocationID=b9fda2ee-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:28:49+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fda136-5cca-11ed-b54e-16dbf626cf1c | InvocationID=b9fda2ee-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:28:50+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abc1c8c2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=abc1cbf6-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:28:50+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba87a89a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ba87aaac-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:29:14+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fda136-5cca-11ed-b54e-16dbf626cf1c | InvocationID=b9fda2ee-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:29:14+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ec93fa-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c8ec96d4-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:29:14+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ec93fa-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c8ec96d4-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:29:14+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ec93fa-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c8ec96d4-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:29:14+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba87a89a-5cca-11ed-b54e-16dbf626cf1c | InvocationID=ba87aaac-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:29:14+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94e0392-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c94e066c-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:29:39+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ec93fa-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c8ec96d4-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:29:39+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7da1734-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d7da190a-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:29:39+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7da1734-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d7da190a-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:29:39+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7da1734-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d7da190a-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:29:39+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94e0392-5cca-11ed-b54e-16dbf626cf1c | InvocationID=c94e066c-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:29:39+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8130594-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d8130756-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:30:04+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7da1734-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d7da190a-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:30:04+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c703ba-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6c70586-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:30:04+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c703ba-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6c70586-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:30:04+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c703ba-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6c70586-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:30:04+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8130594-5cca-11ed-b54e-16dbf626cf1c | InvocationID=d8130756-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:30:04+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d5aee2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6d5b0b8-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:30:29+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6d5aee2-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6d5b0b8-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:30:29+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5996090-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f599668a-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:30:29+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c703ba-5cca-11ed-b54e-16dbf626cf1c | InvocationID=e6c70586-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:30:29+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b5177c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f5b51a38-5cca-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:30:29+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b5177c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f5b51a38-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:30:29+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b5177c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f5b51a38-5cca-11ed-b54e-16dbf626cf1c | 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-11-05T05:30:53+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5996090-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f599668a-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:30:53+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=045e3f42-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=045e4172-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:30:54+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b5177c-5cca-11ed-b54e-16dbf626cf1c | InvocationID=f5b51a38-5cca-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:30:54+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04a237d8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=04a24926-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:30:54+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04a237d8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=04a24926-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:30:54+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04a237d8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=04a24926-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:31:18+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=045e3f42-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=045e4172-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:31:18+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1322239a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=13222570-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:31:19+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04a237d8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=04a24926-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:31:19+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139014c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=1390167a-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:31:19+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139014c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=1390167a-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:31:19+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139014c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=1390167a-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:31:43+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1322239a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=13222570-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:31:43+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e5ad48-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=21e5aff0-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:31:44+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139014c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=1390167a-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:31:44+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=227e5142-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=227e53ae-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:31:44+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=227e5142-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=227e53ae-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:31:44+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=227e5142-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=227e53ae-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:08+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21e5ad48-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=21e5aff0-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:32:08+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30acbfd8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=30acc514-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:32:09+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=227e5142-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=227e53ae-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:32:09+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316d8678-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=316d898e-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:32:09+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316d8678-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=316d898e-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:09+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=316d8678-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=316d898e-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:33+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30acbfd8-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=30acc514-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:32:33+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f71a7c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=3f71aa1a-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:32:34+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=316d8678-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=316d898e-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:32:34+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405c872e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=405c894a-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:32:34+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405c872e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=405c894a-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:34+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405c872e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=405c894a-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:57+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f71a7c2-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=3f71aa1a-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:32:57+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e39adea-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4e39b04c-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:32:59+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405c872e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=405c894a-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:32:59+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f49c7a6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4f49c9ae-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:32:59+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f49c7a6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4f49c9ae-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:32:59+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f49c7a6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4f49c9ae-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:33:22+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e39adea-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4e39b04c-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:33:22+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfc5f8a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5cfc6188-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:33:24+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f49c7a6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=4f49c9ae-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:33:24+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e38285c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5e382a64-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:33:24+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e38285c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5e382a64-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:33:24+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e38285c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5e382a64-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:33:47+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cfc5f8a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5cfc6188-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:33:47+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bbfb6ac-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6bbfb864-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:33:49+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e38285c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=5e382a64-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:33:49+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d25ce46-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6d25d080-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:33:49+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d25ce46-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6d25d080-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:33:49+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d25ce46-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6d25d080-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:34:12+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bbfb6ac-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6bbfb864-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:34:12+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a83787c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7a837a3e-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:34:14+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d25ce46-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=6d25d080-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:34:14+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c130d92-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7c13101c-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:34:14+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c130d92-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7c13101c-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:34:14+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c130d92-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7c13101c-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:34:36+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a83787c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7a837a3e-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:34:36+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89472c5a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=89472e9e-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:34:39+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c130d92-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=7c13101c-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:34:39+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b008384-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=8b008582-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:34:39+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b008384-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=8b008582-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:34:39+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b008384-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=8b008582-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:01+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89472c5a-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=89472e9e-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:35:01+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9809f93e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=980a058c-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:35:04+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b008384-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=8b008582-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:35:04+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99ef7cf6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=99ef7ec2-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:35:04+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99ef7cf6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=99ef7ec2-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:04+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99ef7cf6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=99ef7ec2-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:26+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9809f93e-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=980a058c-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:35:26+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6cd9c28-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a6cd9e58-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:35:29+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99ef7cf6-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=99ef7ec2-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:35:29+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8dd95ae-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a8dd9798-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:35:30+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8dd95ae-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a8dd9798-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:30+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8dd95ae-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a8dd9798-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:51+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6cd9c28-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a6cd9e58-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:35:51+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59133be-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b591359e-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:35:55+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8dd95ae-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=a8dd9798-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:35:55+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7cfe5da-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b7cfe8aa-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:35:55+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7cfe5da-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b7cfe8aa-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:35:55+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7cfe5da-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b7cfe8aa-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:36:16+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b59133be-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b591359e-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:36:16+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c457f298-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c457f8e2-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:36:20+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7cfe5da-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=b7cfe8aa-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:36:20+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6be0a18-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c6be0c20-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:36:20+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6be0a18-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c6be0c20-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:36:20+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6be0a18-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c6be0c20-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:36:40+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c457f298-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c457f8e2-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:36:40+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31d3b44-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d31d3d92-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:36:45+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6be0a18-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=c6be0c20-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:36:45+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ab6656-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d5ab6840-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:36:45+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ab6656-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d5ab6840-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:36:45+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ab6656-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d5ab6840-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:37:05+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d31d3b44-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d31d3d92-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:37:05+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e3f49c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e1e4018a-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:37:10+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ab6656-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=d5ab6840-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:37:10+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e498ea30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e498ec10-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:37:10+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e498ea30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e498ec10-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:37:10+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e498ea30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e498ec10-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:37:30+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1e3f49c-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e1e4018a-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:37:30+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a80b76-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f0a80da6-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:37:35+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e498ea30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=e498ec10-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:37:35+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3880a30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f3880c88-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:37:35+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3880a30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f3880c88-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:37:35+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3880a30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f3880c88-5ccb-11ed-b54e-16dbf626cf1c | 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-11-05T05:37:55+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0a80b76-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f0a80da6-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:37:55+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff6c4730-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=ff6c49c4-5ccb-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:38:00+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3880a30-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=f3880c88-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:38:00+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0276a844-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0276aa9c-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:38:00+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0276a844-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0276aa9c-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:38:00+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0276a844-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0276aa9c-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:38:19+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff6c4730-5ccb-11ed-b54e-16dbf626cf1c | InvocationID=ff6c49c4-5ccb-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:38:19+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e32080e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0e320a0c-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:38:25+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0276a844-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0276aa9c-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:38:25+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11686ebe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1168709e-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:38:25+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11686ebe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1168709e-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:38:25+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11686ebe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1168709e-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:38:44+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e32080e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=0e320a0c-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:38:44+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf63f0e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1cf64102-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:38:50+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11686ebe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1168709e-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:38:50+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205668ea-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=20566b4c-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:38:50+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205668ea-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=20566b4c-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:38:50+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205668ea-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=20566b4c-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:39:09+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cf63f0e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=1cf64102-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:39:09+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb9a9c2-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2bb9ac60-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:39:15+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205668ea-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=20566b4c-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:39:15+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f44a3bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2f44a592-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:39:15+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f44a3bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2f44a592-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:39:15+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f44a3bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2f44a592-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:39:34+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb9a9c2-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2bb9ac60-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:39:34+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a7de9aa-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3a7deba8-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:39:40+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f44a3bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=2f44a592-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:39:40+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e337056-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3e3372ea-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:39:40+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e337056-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3e3372ea-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:39:40+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e337056-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3e3372ea-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:39:59+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a7de9aa-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3a7deba8-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:39:59+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4941f350-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=494203e0-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:40:05+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e337056-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=3e3372ea-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:40:05+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d217284-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=4d217478-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:40:05+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d217284-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=4d217478-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:40:05+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d217284-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=4d217478-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:40:23+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4941f350-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=494203e0-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:40:23+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58056656-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=58056840-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:40:30+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d217284-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=4d217478-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:40:30+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0f85d8-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=5c0f8812-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:40:30+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0f85d8-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=5c0f8812-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:40:30+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0f85d8-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=5c0f8812-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:40:48+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58056656-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=58056840-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:40:48+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c852c0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=66c854aa-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:40:55+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0f85d8-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=5c0f8812-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:40:55+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afcd9a6-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=6afcdc12-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:40:55+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afcd9a6-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=6afcdc12-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:40:55+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afcd9a6-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=6afcdc12-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:41:13+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66c852c0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=66c854aa-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:41:13+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758f5484-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=758f619a-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:41:20+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6afcd9a6-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=6afcdc12-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:41:20+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ec00e0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=79ec02e8-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:41:20+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ec00e0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=79ec02e8-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:41:20+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ec00e0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=79ec02e8-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:41:38+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=758f5484-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=758f619a-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:41:38+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84552106-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=84552822-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:41:45+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ec00e0-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=79ec02e8-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:41:45+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d9e752-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=88d9ecb6-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:41:45+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d9e752-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=88d9ecb6-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:41:45+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d9e752-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=88d9ecb6-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:42:02+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84552106-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=84552822-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:42:02+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9319ef50-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=9319f1c6-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:42:10+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88d9e752-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=88d9ecb6-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:42:10+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c8332c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=97c8357a-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:42:10+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c8332c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=97c8357a-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:42:10+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c8332c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=97c8357a-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:42:27+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9319ef50-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=9319f1c6-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:42:27+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e02928-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a1e02d42-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:42:35+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c8332c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=97c8357a-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:42:35+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b66b9c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a6b66d90-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:42:35+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b66b9c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a6b66d90-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:42:35+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b66b9c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a6b66d90-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:42:52+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1e02928-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a1e02d42-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:42:52+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a4784c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b0a47a36-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:43:00+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b66b9c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=a6b66d90-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:43:00+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a7f850-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b5a7fb52-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:43:00+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a7f850-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b5a7fb52-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:43:00+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a7f850-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b5a7fb52-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:43:17+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0a4784c-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b0a47a36-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:43:17+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf687978-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=bf687b62-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:43:25+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a7f850-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=b5a7fb52-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:43:25+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c495cd1a-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=c495cf04-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:43:26+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c495cd1a-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=c495cf04-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:43:26+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c495cd1a-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=c495cf04-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:43:42+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf687978-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=bf687b62-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:43:42+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2ddb56-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=ce2ddea8-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:43:51+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c495cd1a-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=c495cf04-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:43:51+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3844612-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=d384487e-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:43:51+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3844612-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=d384487e-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:43:51+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3844612-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=d384487e-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:44:06+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce2ddb56-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=ce2ddea8-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:44:06+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcf300bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=dcf303a0-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:44:16+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3844612-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=d384487e-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:44:16+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2732436-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=e2732620-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:44:16+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2732436-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=e2732620-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:44:16+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2732436-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=e2732620-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:44:31+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcf300bc-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=dcf303a0-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:44:31+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebb6febe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=ebb70166-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:44:41+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2732436-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=e2732620-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:44:41+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f162bfc4-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=f162c1a4-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:44:41+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f162bfc4-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=f162c1a4-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:44:41+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f162bfc4-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=f162c1a4-5ccc-11ed-b54e-16dbf626cf1c | 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-11-05T05:44:56+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebb6febe-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=ebb70166-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:44:56+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7d791e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=fa7d7b58-5ccc-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:45:06+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f162bfc4-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=f162c1a4-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:45:06+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00502db4-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=00502f94-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:45:06+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00502db4-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=00502f94-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:45:06+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00502db4-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=00502f94-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:45:21+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa7d791e-5ccc-11ed-b54e-16dbf626cf1c | InvocationID=fa7d7b58-5ccc-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:45:21+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09422d14-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0942317e-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:45:31+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00502db4-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=00502f94-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:45:31+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f40fe5c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0f4100a0-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:45:31+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f40fe5c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0f4100a0-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:45:31+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f40fe5c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0f4100a0-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:45:45+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09422d14-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0942317e-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:45:45+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18067a4e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=18067db4-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:45:56+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f40fe5c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=0f4100a0-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:45:56+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e2fdcf8-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=1e2fdf3c-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:45:56+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e2fdcf8-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=1e2fdf3c-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:45:56+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e2fdcf8-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=1e2fdf3c-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:46:10+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18067a4e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=18067db4-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:46:10+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26cc6c1e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=26cc6e08-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:46:21+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e2fdcf8-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=1e2fdf3c-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:46:21+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d1d7824-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=2d1d7a68-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:46:21+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d1d7824-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=2d1d7a68-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:46:21+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d1d7824-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=2d1d7a68-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:46:35+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26cc6c1e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=26cc6e08-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:46:35+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3590ec8e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3590ee78-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:46:46+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d1d7824-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=2d1d7a68-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:46:46+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c0af776-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3c0af9b0-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:46:46+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c0af776-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3c0af9b0-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:46:46+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c0af776-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3c0af9b0-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:47:00+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3590ec8e-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3590ee78-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:47:00+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445504d0-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=445507a0-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-05T05:47:11+0000 | policy_event_thread | 140110987664160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c0af776-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=3c0af9b0-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF activation/deactivation policy response events.
2022-11-05T05:47:11+0000 | policy_event_thread | 140110987664160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4af8515c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=4af85792-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-05T05:47:11+0000 | policy_event_thread | 140110987664160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4af8515c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=4af85792-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:47:11+0000 | policy_event_thread | 140110987664160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4af8515c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=4af85792-5ccd-11ed-b54e-16dbf626cf1c | 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-11-05T05:47:25+0000 | aai_event_thread | 140110986603296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445504d0-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=445507a0-5ccd-11ed-b54e-16dbf626cf1c | Polling MR for XNF AAI events.
2022-11-05T05:47:25+0000 | aai_event_thread | 140110986603296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=531b0a8c-5ccd-11ed-b54e-16dbf626cf1c | InvocationID=531b0cc6-5ccd-11ed-b54e-16dbf626cf1c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT