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-10-27T15:22:07+0000 | MainThread | 140144623279432 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-10-27T15:22:07+0000 | MainThread | 140144623279432 | 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-10-27T15:22:07+0000 | MainThread | 140144623279432 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-10-27T15:22:07+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:22:07+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e97e424-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e97e6fe-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:22:07+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-10-27T15:22:07+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98f300-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e98f45e-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:22:07+0000 | MainThread | 140144623279432 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-10-27T15:22:08+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e97e424-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e97e6fe-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:08+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98f300-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e98f45e-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:08+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e97e424-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e97e6fe-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:08+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e98f300-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e98f45e-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:28+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e98f300-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e98f45e-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:22:28+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2c62a0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2b2c6638-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:22:29+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2c62a0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2b2c6638-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:29+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b2c62a0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2b2c6638-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:33+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e97e424-560b-11ed-8aae-26f7a01e07b4 | InvocationID=1e97e6fe-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:22:33+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e25f08e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2e25f2b4-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:22:34+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e25f08e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2e25f2b4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:34+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e25f08e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2e25f2b4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:49+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b2c62a0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2b2c6638-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:22:49+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37bcdef0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=37bce0b2-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:22:50+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37bcdef0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=37bce0b2-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:50+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37bcdef0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=37bce0b2-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:22:59+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e25f08e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=2e25f2b4-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:22:59+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3daba9cc-560b-11ed-8aae-26f7a01e07b4 | InvocationID=3dababd4-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:23:00+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3daba9cc-560b-11ed-8aae-26f7a01e07b4 | InvocationID=3dababd4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:00+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3daba9cc-560b-11ed-8aae-26f7a01e07b4 | InvocationID=3dababd4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:10+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37bcdef0-560b-11ed-8aae-26f7a01e07b4 | InvocationID=37bce0b2-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:23:10+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44498fec-560b-11ed-8aae-26f7a01e07b4 | InvocationID=44499528-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:23:11+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44498fec-560b-11ed-8aae-26f7a01e07b4 | InvocationID=44499528-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:11+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44498fec-560b-11ed-8aae-26f7a01e07b4 | InvocationID=44499528-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:25+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3daba9cc-560b-11ed-8aae-26f7a01e07b4 | InvocationID=3dababd4-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:23:25+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d323ac8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=4d323cd0-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:23:26+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d323ac8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=4d323cd0-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:26+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d323ac8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=4d323cd0-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:31+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44498fec-560b-11ed-8aae-26f7a01e07b4 | InvocationID=44499528-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:23:31+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d6df62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=50d6e232-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:23:31+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d6df62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=50d6e232-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:31+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d6df62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=50d6e232-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:51+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d323ac8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=4d323cd0-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:23:51+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4a072a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5c4a096e-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:23:51+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4a072a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5c4a096e-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:51+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c4a072a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5c4a096e-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:51+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d6df62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=50d6e232-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:23:51+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ccd4ba8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5ccd4e82-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:23:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ccd4ba8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5ccd4e82-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:23:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ccd4ba8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5ccd4e82-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ccd4ba8-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5ccd4e82-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:24:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c2a962-560b-11ed-8aae-26f7a01e07b4 | InvocationID=68c2ab1a-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:24:12+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c2a962-560b-11ed-8aae-26f7a01e07b4 | InvocationID=68c2ab1a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:12+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68c2a962-560b-11ed-8aae-26f7a01e07b4 | InvocationID=68c2ab1a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:16+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c4a072a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=5c4a096e-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:24:16+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b394e62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=6b395010-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:24:16+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b394e62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=6b395010-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:16+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b394e62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=6b395010-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68c2a962-560b-11ed-8aae-26f7a01e07b4 | InvocationID=68c2ab1a-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:24:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b84cf4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=74b84f38-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:24:32+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b84cf4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=74b84f38-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:32+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74b84cf4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=74b84f38-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:41+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b394e62-560b-11ed-8aae-26f7a01e07b4 | InvocationID=6b395010-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:24:41+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a282218-560b-11ed-8aae-26f7a01e07b4 | InvocationID=7a2823c6-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:24:41+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a282218-560b-11ed-8aae-26f7a01e07b4 | InvocationID=7a2823c6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:41+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a282218-560b-11ed-8aae-26f7a01e07b4 | InvocationID=7a2823c6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74b84cf4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=74b84f38-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:24:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ab1a32-560b-11ed-8aae-26f7a01e07b4 | InvocationID=80ab1bcc-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:24:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ab1a32-560b-11ed-8aae-26f7a01e07b4 | InvocationID=80ab1bcc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:24:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ab1a32-560b-11ed-8aae-26f7a01e07b4 | InvocationID=80ab1bcc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:06+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a282218-560b-11ed-8aae-26f7a01e07b4 | InvocationID=7a2823c6-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:25:06+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8916266c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8916293c-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:25:06+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8916266c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8916293c-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:06+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8916266c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8916293c-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ab1a32-560b-11ed-8aae-26f7a01e07b4 | InvocationID=80ab1bcc-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:25:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9eb010-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8c9eb1b4-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:25:12+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9eb010-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8c9eb1b4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:12+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c9eb010-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8c9eb1b4-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:31+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8916266c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8916293c-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:25:31+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980588a2-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98058d2a-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:25:31+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980588a2-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98058d2a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:31+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980588a2-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98058d2a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c9eb010-560b-11ed-8aae-26f7a01e07b4 | InvocationID=8c9eb1b4-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:25:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98944d76-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98944fa6-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:25:32+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98944d76-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98944fa6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:32+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98944d76-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98944fa6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98944d76-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98944fa6-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:25:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48dcdbe-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a48dcf8a-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:25:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48dcdbe-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a48dcf8a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a48dcdbe-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a48dcf8a-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:56+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980588a2-560b-11ed-8aae-26f7a01e07b4 | InvocationID=98058d2a-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:25:56+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fad11e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a6fad3bc-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:25:56+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fad11e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a6fad3bc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:25:56+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fad11e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a6fad3bc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a48dcdbe-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a48dcf8a-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:26:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b081c74c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b081c8fa-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:26:12+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b081c74c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b081c8fa-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:12+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b081c74c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b081c8fa-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:21+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fad11e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=a6fad3bc-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:26:21+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e76138-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b5e762dc-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:26:21+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e76138-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b5e762dc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:21+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e76138-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b5e762dc-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b081c74c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b081c8fa-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:26:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc75100e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=bc7511b2-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:26:32+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc75100e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=bc7511b2-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:32+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc75100e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=bc7511b2-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:46+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e76138-560b-11ed-8aae-26f7a01e07b4 | InvocationID=b5e762dc-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:26:46+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d9288e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c4d92a78-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:26:46+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d9288e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c4d92a78-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:46+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d9288e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c4d92a78-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc75100e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=bc7511b2-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:26:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c869182e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c8691a36-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:26:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c869182e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c8691a36-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:26:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c869182e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c8691a36-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:11+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d9288e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c4d92a78-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:27:11+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3cebe26-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d3cebfca-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:27:11+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3cebe26-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d3cebfca-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:11+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3cebe26-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d3cebfca-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c869182e-560b-11ed-8aae-26f7a01e07b4 | InvocationID=c8691a36-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:27:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46266e4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d4626888-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:27:12+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46266e4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d4626888-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:12+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d46266e4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d4626888-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d46266e4-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d4626888-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:27:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0574d48-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e0574ef6-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:27:32+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0574d48-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e0574ef6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:32+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0574d48-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e0574ef6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:36+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3cebe26-560b-11ed-8aae-26f7a01e07b4 | InvocationID=d3cebfca-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:27:36+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bcd15c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e2bcd2f6-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:27:36+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bcd15c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e2bcd2f6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:36+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2bcd15c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e2bcd2f6-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0574d48-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e0574ef6-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:27:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4ccf24-560b-11ed-8aae-26f7a01e07b4 | InvocationID=ec4cd0c8-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:27:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4ccf24-560b-11ed-8aae-26f7a01e07b4 | InvocationID=ec4cd0c8-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:27:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec4ccf24-560b-11ed-8aae-26f7a01e07b4 | InvocationID=ec4cd0c8-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:01+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2bcd15c-560b-11ed-8aae-26f7a01e07b4 | InvocationID=e2bcd2f6-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:28:01+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1acbe7a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f1acc154-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:28:01+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1acbe7a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f1acc154-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:01+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1acbe7a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f1acc154-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec4ccf24-560b-11ed-8aae-26f7a01e07b4 | InvocationID=ec4cd0c8-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:28:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f840706a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f8407286-560b-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:28:12+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f840706a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f8407286-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:12+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f840706a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f8407286-560b-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:26+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1acbe7a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f1acc154-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:28:26+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009ccdd0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=009cd7b2-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:28:26+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009ccdd0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=009cd7b2-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:26+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=009ccdd0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=009cd7b2-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f840706a-560b-11ed-8aae-26f7a01e07b4 | InvocationID=f8407286-560b-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:28:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04370942-560c-11ed-8aae-26f7a01e07b4 | InvocationID=04370afa-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:28:32+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04370942-560c-11ed-8aae-26f7a01e07b4 | InvocationID=04370afa-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:32+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04370942-560c-11ed-8aae-26f7a01e07b4 | InvocationID=04370afa-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:51+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=009ccdd0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=009cd7b2-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:28:51+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8ca266-560c-11ed-8aae-26f7a01e07b4 | InvocationID=0f8ca5fe-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:28:51+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8ca266-560c-11ed-8aae-26f7a01e07b4 | InvocationID=0f8ca5fe-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:51+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8ca266-560c-11ed-8aae-26f7a01e07b4 | InvocationID=0f8ca5fe-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04370942-560c-11ed-8aae-26f7a01e07b4 | InvocationID=04370afa-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:28:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1029f7fa-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1029fa3e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:28:52+0000 | aai_event_thread | 140144572541728 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1029f7fa-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1029fa3e-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:28:52+0000 | aai_event_thread | 140144572541728 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1029f7fa-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1029fa3e-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:29:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1029f7fa-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1029fa3e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:29:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1de0f8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1c1de2a6-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:29:16+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8ca266-560c-11ed-8aae-26f7a01e07b4 | InvocationID=0f8ca5fe-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:29:16+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7b66e0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1e7b6884-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:29:16+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7b66e0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1e7b6884-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:29:16+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7b66e0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1e7b6884-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:29:37+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c1de0f8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1c1de2a6-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:29:37+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a970fba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2a9711f4-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:29:41+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7b66e0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=1e7b6884-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:29:41+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6a281c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2d6a29c0-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:29:42+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6a281c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2d6a29c0-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:29:42+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d6a281c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2d6a29c0-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:29:57+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a970fba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2a9711f4-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:29:57+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=369008da-560c-11ed-8aae-26f7a01e07b4 | InvocationID=36900a7e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:30:07+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d6a281c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=2d6a29c0-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:30:07+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c57dc98-560c-11ed-8aae-26f7a01e07b4 | InvocationID=3c57de64-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:30:07+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c57dc98-560c-11ed-8aae-26f7a01e07b4 | InvocationID=3c57de64-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:07+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c57dc98-560c-11ed-8aae-26f7a01e07b4 | InvocationID=3c57de64-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:17+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=369008da-560c-11ed-8aae-26f7a01e07b4 | InvocationID=36900a7e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:30:17+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428934b8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=42893666-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:30:32+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c57dc98-560c-11ed-8aae-26f7a01e07b4 | InvocationID=3c57de64-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:30:32+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b4572d8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4b45747c-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:30:32+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b4572d8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4b45747c-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:32+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b4572d8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4b45747c-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:37+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428934b8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=42893666-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:30:37+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e95cf64-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4e95d1da-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:30:57+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b4572d8-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4b45747c-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:30:57+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a337b8c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5a337dbc-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:30:57+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a337b8c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5a337dbc-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:57+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a337b8c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5a337dbc-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:30:58+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e95cf64-560c-11ed-8aae-26f7a01e07b4 | InvocationID=4e95d1da-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:30:58+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adb4aba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5adb4d4e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:31:22+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a337b8c-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5a337dbc-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:31:22+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6922e092-560c-11ed-8aae-26f7a01e07b4 | InvocationID=6922e236-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:31:22+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6922e092-560c-11ed-8aae-26f7a01e07b4 | InvocationID=6922e236-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:31:22+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6922e092-560c-11ed-8aae-26f7a01e07b4 | InvocationID=6922e236-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:31:23+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5adb4aba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=5adb4d4e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:31:23+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a009f0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=69a00c3e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:31:47+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6922e092-560c-11ed-8aae-26f7a01e07b4 | InvocationID=6922e236-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:31:47+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7810a31e-560c-11ed-8aae-26f7a01e07b4 | InvocationID=7810a4e0-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:31:47+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7810a31e-560c-11ed-8aae-26f7a01e07b4 | InvocationID=7810a4e0-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:31:47+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7810a31e-560c-11ed-8aae-26f7a01e07b4 | InvocationID=7810a4e0-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:31:47+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69a009f0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=69a00c3e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:31:47+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78636c66-560c-11ed-8aae-26f7a01e07b4 | InvocationID=78636f36-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:32:12+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7810a31e-560c-11ed-8aae-26f7a01e07b4 | InvocationID=7810a4e0-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:32:12+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86fe759a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=86fe773e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:32:12+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86fe759a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=86fe773e-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:32:12+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86fe759a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=86fe773e-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:32:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78636c66-560c-11ed-8aae-26f7a01e07b4 | InvocationID=78636f36-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:32:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872f0c64-560c-11ed-8aae-26f7a01e07b4 | InvocationID=872f111e-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:32:37+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86fe759a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=86fe773e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:32:37+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ec5a90-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95ec5c52-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:32:37+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=872f0c64-560c-11ed-8aae-26f7a01e07b4 | InvocationID=872f111e-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:32:37+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f24202-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95f24ce8-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:32:37+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ec5a90-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95ec5c52-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:32:37+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ec5a90-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95ec5c52-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:02+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f24202-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95f24ce8-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:33:02+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4b9b086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4b9b75c-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:33:02+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95ec5a90-560c-11ed-8aae-26f7a01e07b4 | InvocationID=95ec5c52-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:33:02+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4dbb500-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4dbb6ae-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:33:02+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4dbb500-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4dbb6ae-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:02+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4dbb500-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4dbb6ae-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:26+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4b9b086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4b9b75c-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:33:26+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37db27a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b37db48c-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:33:27+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4dbb500-560c-11ed-8aae-26f7a01e07b4 | InvocationID=a4dbb6ae-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:33:27+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ca0ae4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b3ca0c88-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:33:27+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ca0ae4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b3ca0c88-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:27+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ca0ae4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b3ca0c88-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:51+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37db27a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b37db48c-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:33:51+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c247e3c0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c247e668-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:33:52+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ca0ae4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=b3ca0c88-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:33:52+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b80ba0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c2b80d3a-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:33:52+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b80ba0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c2b80d3a-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:33:52+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b80ba0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c2b80d3a-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:34:16+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c247e3c0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c247e668-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:34:16+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10bc9e4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d10bcdae-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:34:17+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b80ba0-560c-11ed-8aae-26f7a01e07b4 | InvocationID=c2b80d3a-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:34:17+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a7585a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d1a75a94-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:34:17+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a7585a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d1a75a94-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:34:17+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a7585a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d1a75a94-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:34:41+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d10bc9e4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d10bcdae-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:34:41+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfcf4050-560c-11ed-8aae-26f7a01e07b4 | InvocationID=dfcf43c0-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:34:42+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a7585a-560c-11ed-8aae-26f7a01e07b4 | InvocationID=d1a75a94-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:34:42+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0948086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=e09482de-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:34:42+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0948086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=e09482de-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:34:42+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0948086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=e09482de-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:06+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfcf4050-560c-11ed-8aae-26f7a01e07b4 | InvocationID=dfcf43c0-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:35:06+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee93a6e4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ee93a982-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:35:07+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0948086-560c-11ed-8aae-26f7a01e07b4 | InvocationID=e09482de-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:35:07+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8236ce-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ef82387c-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:35:07+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8236ce-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ef82387c-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:07+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef8236ce-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ef82387c-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:30+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee93a6e4-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ee93a982-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:35:30+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd579370-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fd5795be-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:35:32+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef8236ce-560c-11ed-8aae-26f7a01e07b4 | InvocationID=ef82387c-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:35:32+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe700cba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fe700e36-560c-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:35:32+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe700cba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fe700e36-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:32+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe700cba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fe700e36-560c-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:55+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd579370-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fd5795be-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:35:55+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1b478a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0c1b4a1e-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:35:57+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe700cba-560c-11ed-8aae-26f7a01e07b4 | InvocationID=fe700e36-560c-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:35:57+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5d7c4e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0d5d7dfc-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:35:57+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5d7c4e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0d5d7dfc-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:35:57+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5d7c4e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0d5d7dfc-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:36:20+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c1b478a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0c1b4a1e-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:36:20+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae45572-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1ae45716-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:36:22+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5d7c4e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=0d5d7dfc-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:36:22+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4a9886-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1c4a9a20-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:36:22+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4a9886-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1c4a9a20-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:36:22+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4a9886-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1c4a9a20-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:36:45+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ae45572-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1ae45716-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:36:45+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a7e678-560d-11ed-8aae-26f7a01e07b4 | InvocationID=29a7e8a8-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:36:47+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4a9886-560d-11ed-8aae-26f7a01e07b4 | InvocationID=1c4a9a20-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:36:47+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b37b874-560d-11ed-8aae-26f7a01e07b4 | InvocationID=2b37ba40-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:36:47+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b37b874-560d-11ed-8aae-26f7a01e07b4 | InvocationID=2b37ba40-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:36:47+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b37b874-560d-11ed-8aae-26f7a01e07b4 | InvocationID=2b37ba40-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:37:09+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29a7e678-560d-11ed-8aae-26f7a01e07b4 | InvocationID=29a7e8a8-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:37:09+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386c7ec6-560d-11ed-8aae-26f7a01e07b4 | InvocationID=386c8146-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:37:12+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b37b874-560d-11ed-8aae-26f7a01e07b4 | InvocationID=2b37ba40-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:37:12+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a251aa2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=3a251c46-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:37:12+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a251aa2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=3a251c46-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:37:12+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a251aa2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=3a251c46-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:37:34+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386c7ec6-560d-11ed-8aae-26f7a01e07b4 | InvocationID=386c8146-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:37:34+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4733ef8e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=4733f1d2-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:37:37+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a251aa2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=3a251c46-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:37:37+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49122640-560d-11ed-8aae-26f7a01e07b4 | InvocationID=491227e4-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:37:37+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49122640-560d-11ed-8aae-26f7a01e07b4 | InvocationID=491227e4-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:37:37+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49122640-560d-11ed-8aae-26f7a01e07b4 | InvocationID=491227e4-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:37:59+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4733ef8e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=4733f1d2-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:37:59+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55fa85f0-560d-11ed-8aae-26f7a01e07b4 | InvocationID=55fa8794-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:38:02+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49122640-560d-11ed-8aae-26f7a01e07b4 | InvocationID=491227e4-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:38:02+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57fff61e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=57fff7b8-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:38:02+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57fff61e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=57fff7b8-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:38:02+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57fff61e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=57fff7b8-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:38:24+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55fa85f0-560d-11ed-8aae-26f7a01e07b4 | InvocationID=55fa8794-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:38:24+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c62b84-560d-11ed-8aae-26f7a01e07b4 | InvocationID=64c62da0-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:38:27+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57fff61e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=57fff7b8-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:38:27+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ecdc28-560d-11ed-8aae-26f7a01e07b4 | InvocationID=66ecde62-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:38:28+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ecdc28-560d-11ed-8aae-26f7a01e07b4 | InvocationID=66ecde62-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:38:28+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ecdc28-560d-11ed-8aae-26f7a01e07b4 | InvocationID=66ecde62-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:38:49+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64c62b84-560d-11ed-8aae-26f7a01e07b4 | InvocationID=64c62da0-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:38:49+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73898ab2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=73898cb0-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:38:53+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ecdc28-560d-11ed-8aae-26f7a01e07b4 | InvocationID=66ecde62-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:38:53+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75dd1450-560d-11ed-8aae-26f7a01e07b4 | InvocationID=75dd1676-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:38:53+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75dd1450-560d-11ed-8aae-26f7a01e07b4 | InvocationID=75dd1676-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:38:53+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75dd1450-560d-11ed-8aae-26f7a01e07b4 | InvocationID=75dd1676-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:39:13+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73898ab2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=73898cb0-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:39:13+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824c7e9c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=824c878e-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:39:18+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75dd1450-560d-11ed-8aae-26f7a01e07b4 | InvocationID=75dd1676-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:39:18+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ca7f70-560d-11ed-8aae-26f7a01e07b4 | InvocationID=84ca8128-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:39:18+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ca7f70-560d-11ed-8aae-26f7a01e07b4 | InvocationID=84ca8128-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:39:18+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ca7f70-560d-11ed-8aae-26f7a01e07b4 | InvocationID=84ca8128-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:39:38+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=824c7e9c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=824c878e-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:39:38+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91123444-560d-11ed-8aae-26f7a01e07b4 | InvocationID=91123656-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:39:43+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ca7f70-560d-11ed-8aae-26f7a01e07b4 | InvocationID=84ca8128-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:39:43+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b7c04c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=93b7c204-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:39:43+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b7c04c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=93b7c204-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:39:43+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b7c04c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=93b7c204-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:03+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91123444-560d-11ed-8aae-26f7a01e07b4 | InvocationID=91123656-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:40:03+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd77318-560d-11ed-8aae-26f7a01e07b4 | InvocationID=9fd775ca-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:40:08+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b7c04c-560d-11ed-8aae-26f7a01e07b4 | InvocationID=93b7c204-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:40:08+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a5b1a4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=a2a5b352-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:40:08+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a5b1a4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=a2a5b352-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:08+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a5b1a4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=a2a5b352-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:28+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fd77318-560d-11ed-8aae-26f7a01e07b4 | InvocationID=9fd775ca-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:40:28+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9b717e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ae9b7322-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:40:33+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a5b1a4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=a2a5b352-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:40:33+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1932eb2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=b1933236-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:40:33+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1932eb2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=b1933236-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:33+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1932eb2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=b1933236-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:53+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae9b717e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ae9b7322-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:40:53+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5fc174-560d-11ed-8aae-26f7a01e07b4 | InvocationID=bd5fc3fe-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:40:58+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1932eb2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=b1933236-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:40:58+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c080c006-560d-11ed-8aae-26f7a01e07b4 | InvocationID=c080c1b4-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:40:58+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c080c006-560d-11ed-8aae-26f7a01e07b4 | InvocationID=c080c1b4-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:40:58+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c080c006-560d-11ed-8aae-26f7a01e07b4 | InvocationID=c080c1b4-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:41:17+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5fc174-560d-11ed-8aae-26f7a01e07b4 | InvocationID=bd5fc3fe-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:41:17+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc23efd2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cc23f3f6-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:41:23+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c080c006-560d-11ed-8aae-26f7a01e07b4 | InvocationID=c080c1b4-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:41:23+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6ea560-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cf6ea790-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:41:23+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6ea560-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cf6ea790-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:41:23+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6ea560-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cf6ea790-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:41:42+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc23efd2-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cc23f3f6-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:41:42+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae8e2e8-560d-11ed-8aae-26f7a01e07b4 | InvocationID=dae8e48c-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:41:48+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6ea560-560d-11ed-8aae-26f7a01e07b4 | InvocationID=cf6ea790-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:41:48+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5cc26e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=de5cc714-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:41:48+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5cc26e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=de5cc714-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:41:48+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5cc26e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=de5cc714-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:42:07+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dae8e2e8-560d-11ed-8aae-26f7a01e07b4 | InvocationID=dae8e48c-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:42:07+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ac3b90-560d-11ed-8aae-26f7a01e07b4 | InvocationID=e9ac3dfc-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:42:13+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5cc26e-560d-11ed-8aae-26f7a01e07b4 | InvocationID=de5cc714-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:42:13+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed4ada4a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ed4adc5c-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:42:13+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed4ada4a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ed4adc5c-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:42:13+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed4ada4a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ed4adc5c-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:42:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9ac3b90-560d-11ed-8aae-26f7a01e07b4 | InvocationID=e9ac3dfc-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:42:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f871daf4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=f871dd74-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:42:38+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed4ada4a-560d-11ed-8aae-26f7a01e07b4 | InvocationID=ed4adc5c-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:42:38+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc390d60-560d-11ed-8aae-26f7a01e07b4 | InvocationID=fc390f9a-560d-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:42:38+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc390d60-560d-11ed-8aae-26f7a01e07b4 | InvocationID=fc390f9a-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:42:38+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc390d60-560d-11ed-8aae-26f7a01e07b4 | InvocationID=fc390f9a-560d-11ed-8aae-26f7a01e07b4 | 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-10-27T15:42:56+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f871daf4-560d-11ed-8aae-26f7a01e07b4 | InvocationID=f871dd74-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:42:56+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07373516-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0737376e-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:43:03+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc390d60-560d-11ed-8aae-26f7a01e07b4 | InvocationID=fc390f9a-560d-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:43:03+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b26d050-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0b26d1d6-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:43:03+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b26d050-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0b26d1d6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:43:03+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b26d050-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0b26d1d6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:43:21+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07373516-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0737376e-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:43:21+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fba2a8-560e-11ed-8aae-26f7a01e07b4 | InvocationID=15fba4ce-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:43:28+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b26d050-560e-11ed-8aae-26f7a01e07b4 | InvocationID=0b26d1d6-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:43:28+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1511e4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=1a151388-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:43:28+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1511e4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=1a151388-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:43:28+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1511e4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=1a151388-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:43:46+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15fba2a8-560e-11ed-8aae-26f7a01e07b4 | InvocationID=15fba4ce-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:43:46+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c06ddc-560e-11ed-8aae-26f7a01e07b4 | InvocationID=24c07124-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:43:53+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1511e4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=1a151388-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:43:53+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29062904-560e-11ed-8aae-26f7a01e07b4 | InvocationID=29062b02-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:43:53+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29062904-560e-11ed-8aae-26f7a01e07b4 | InvocationID=29062b02-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:43:53+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29062904-560e-11ed-8aae-26f7a01e07b4 | InvocationID=29062b02-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:44:11+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24c06ddc-560e-11ed-8aae-26f7a01e07b4 | InvocationID=24c07124-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:44:11+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3384e834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=3384ec58-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:44:18+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29062904-560e-11ed-8aae-26f7a01e07b4 | InvocationID=29062b02-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:44:18+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f5417a-560e-11ed-8aae-26f7a01e07b4 | InvocationID=37f54328-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:44:18+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f5417a-560e-11ed-8aae-26f7a01e07b4 | InvocationID=37f54328-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:44:18+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f5417a-560e-11ed-8aae-26f7a01e07b4 | InvocationID=37f54328-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:44:35+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3384e834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=3384ec58-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:44:35+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42480d92-560e-11ed-8aae-26f7a01e07b4 | InvocationID=424810bc-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:44:43+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f5417a-560e-11ed-8aae-26f7a01e07b4 | InvocationID=37f54328-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:44:43+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e2e854-560e-11ed-8aae-26f7a01e07b4 | InvocationID=46e2ea7a-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:44:43+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e2e854-560e-11ed-8aae-26f7a01e07b4 | InvocationID=46e2ea7a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:44:43+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e2e854-560e-11ed-8aae-26f7a01e07b4 | InvocationID=46e2ea7a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:00+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42480d92-560e-11ed-8aae-26f7a01e07b4 | InvocationID=424810bc-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:45:00+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=510b5370-560e-11ed-8aae-26f7a01e07b4 | InvocationID=510b55aa-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:45:08+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e2e854-560e-11ed-8aae-26f7a01e07b4 | InvocationID=46e2ea7a-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:45:08+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d09abe-560e-11ed-8aae-26f7a01e07b4 | InvocationID=55d09e24-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:45:08+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d09abe-560e-11ed-8aae-26f7a01e07b4 | InvocationID=55d09e24-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:08+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d09abe-560e-11ed-8aae-26f7a01e07b4 | InvocationID=55d09e24-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:25+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=510b5370-560e-11ed-8aae-26f7a01e07b4 | InvocationID=510b55aa-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:45:25+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fcfcb52-560e-11ed-8aae-26f7a01e07b4 | InvocationID=5fcfd214-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:45:33+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d09abe-560e-11ed-8aae-26f7a01e07b4 | InvocationID=55d09e24-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:45:33+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c0d23c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=64c0d49e-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:45:33+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c0d23c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=64c0d49e-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:33+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c0d23c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=64c0d49e-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:50+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fcfcb52-560e-11ed-8aae-26f7a01e07b4 | InvocationID=5fcfd214-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:45:50+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e95d85c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=6e95da64-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:45:58+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c0d23c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=64c0d49e-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:45:58+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ae6340-560e-11ed-8aae-26f7a01e07b4 | InvocationID=73ae657a-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:45:58+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ae6340-560e-11ed-8aae-26f7a01e07b4 | InvocationID=73ae657a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:45:58+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ae6340-560e-11ed-8aae-26f7a01e07b4 | InvocationID=73ae657a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:46:15+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e95d85c-560e-11ed-8aae-26f7a01e07b4 | InvocationID=6e95da64-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:46:15+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d5a83e2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=7d5a864e-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:46:23+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ae6340-560e-11ed-8aae-26f7a01e07b4 | InvocationID=73ae657a-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:46:23+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829d5014-560e-11ed-8aae-26f7a01e07b4 | InvocationID=829d529e-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:46:23+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829d5014-560e-11ed-8aae-26f7a01e07b4 | InvocationID=829d529e-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:46:23+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829d5014-560e-11ed-8aae-26f7a01e07b4 | InvocationID=829d529e-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:46:39+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d5a83e2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=7d5a864e-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:46:39+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c1d5bb6-560e-11ed-8aae-26f7a01e07b4 | InvocationID=8c1d5d8c-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:46:48+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829d5014-560e-11ed-8aae-26f7a01e07b4 | InvocationID=829d529e-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:46:48+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918ae352-560e-11ed-8aae-26f7a01e07b4 | InvocationID=918ae596-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:46:49+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918ae352-560e-11ed-8aae-26f7a01e07b4 | InvocationID=918ae596-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:46:49+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918ae352-560e-11ed-8aae-26f7a01e07b4 | InvocationID=918ae596-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:47:04+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c1d5bb6-560e-11ed-8aae-26f7a01e07b4 | InvocationID=8c1d5d8c-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:47:04+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ae1f1a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=9ae1f562-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:47:14+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918ae352-560e-11ed-8aae-26f7a01e07b4 | InvocationID=918ae596-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:47:14+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07841a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a078435a-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:47:14+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07841a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a078435a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:47:14+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07841a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a078435a-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:47:29+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ae1f1a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=9ae1f562-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:47:29+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a63798-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a9a63946-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:47:39+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07841a2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a078435a-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:47:39+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af66470e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=af6648c6-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:47:39+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af66470e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=af6648c6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:47:39+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af66470e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=af6648c6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:47:54+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9a63798-560e-11ed-8aae-26f7a01e07b4 | InvocationID=a9a63946-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:47:54+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b86a37d4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=b86a3a36-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:48:04+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af66470e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=af6648c6-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:48:04+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be53997e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=be539bd6-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:48:04+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be53997e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=be539bd6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:48:04+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be53997e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=be539bd6-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:48:18+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b86a37d4-560e-11ed-8aae-26f7a01e07b4 | InvocationID=b86a3a36-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:48:18+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72fca22-560e-11ed-8aae-26f7a01e07b4 | InvocationID=c72fcbd0-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:48:29+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be53997e-560e-11ed-8aae-26f7a01e07b4 | InvocationID=be539bd6-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:48:29+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd416ce0-560e-11ed-8aae-26f7a01e07b4 | InvocationID=cd416efc-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:48:29+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd416ce0-560e-11ed-8aae-26f7a01e07b4 | InvocationID=cd416efc-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:48:29+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd416ce0-560e-11ed-8aae-26f7a01e07b4 | InvocationID=cd416efc-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:48:43+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c72fca22-560e-11ed-8aae-26f7a01e07b4 | InvocationID=c72fcbd0-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:48:43+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f38b20-560e-11ed-8aae-26f7a01e07b4 | InvocationID=d5f38e36-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:48:54+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd416ce0-560e-11ed-8aae-26f7a01e07b4 | InvocationID=cd416efc-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:48:54+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc2eb834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=dc2eba78-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:48:54+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc2eb834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=dc2eba78-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:48:54+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc2eb834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=dc2eba78-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:49:08+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5f38b20-560e-11ed-8aae-26f7a01e07b4 | InvocationID=d5f38e36-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:49:08+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b7d5ee-560e-11ed-8aae-26f7a01e07b4 | InvocationID=e4b7d878-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:49:19+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc2eb834-560e-11ed-8aae-26f7a01e07b4 | InvocationID=dc2eba78-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:49:19+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb1c4262-560e-11ed-8aae-26f7a01e07b4 | InvocationID=eb1c44e2-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:49:19+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb1c4262-560e-11ed-8aae-26f7a01e07b4 | InvocationID=eb1c44e2-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:49:19+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb1c4262-560e-11ed-8aae-26f7a01e07b4 | InvocationID=eb1c44e2-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:49:33+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4b7d5ee-560e-11ed-8aae-26f7a01e07b4 | InvocationID=e4b7d878-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:49:33+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37c4506-560e-11ed-8aae-26f7a01e07b4 | InvocationID=f37c474a-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:49:44+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb1c4262-560e-11ed-8aae-26f7a01e07b4 | InvocationID=eb1c44e2-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:49:44+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa09b4b2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=fa09b656-560e-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:49:44+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa09b4b2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=fa09b656-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:49:44+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa09b4b2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=fa09b656-560e-11ed-8aae-26f7a01e07b4 | 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-10-27T15:49:58+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f37c4506-560e-11ed-8aae-26f7a01e07b4 | InvocationID=f37c474a-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:49:58+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02401234-560f-11ed-8aae-26f7a01e07b4 | InvocationID=02401478-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:50:09+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa09b4b2-560e-11ed-8aae-26f7a01e07b4 | InvocationID=fa09b656-560e-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:50:09+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f70ac4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=08f70cd6-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:50:09+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f70ac4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=08f70cd6-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:50:09+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08f70ac4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=08f70cd6-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:50:22+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02401234-560f-11ed-8aae-26f7a01e07b4 | InvocationID=02401478-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:50:22+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11042030-560f-11ed-8aae-26f7a01e07b4 | InvocationID=11042288-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:50:34+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08f70ac4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=08f70cd6-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:50:34+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e5a824-560f-11ed-8aae-26f7a01e07b4 | InvocationID=17e5aaae-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:50:34+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e5a824-560f-11ed-8aae-26f7a01e07b4 | InvocationID=17e5aaae-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:50:34+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17e5a824-560f-11ed-8aae-26f7a01e07b4 | InvocationID=17e5aaae-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:50:47+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11042030-560f-11ed-8aae-26f7a01e07b4 | InvocationID=11042288-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:50:47+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc9e1fe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=1fc9e3d4-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:50:59+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17e5a824-560f-11ed-8aae-26f7a01e07b4 | InvocationID=17e5aaae-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:50:59+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d329c4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=26d32b7c-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:50:59+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d329c4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=26d32b7c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:50:59+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d329c4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=26d32b7c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:51:12+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fc9e1fe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=1fc9e3d4-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:51:12+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e8f11dc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=2e8f168c-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:51:24+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d329c4-560f-11ed-8aae-26f7a01e07b4 | InvocationID=26d32b7c-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:51:24+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c13232-560f-11ed-8aae-26f7a01e07b4 | InvocationID=35c1349e-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:51:24+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c13232-560f-11ed-8aae-26f7a01e07b4 | InvocationID=35c1349e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:51:24+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c13232-560f-11ed-8aae-26f7a01e07b4 | InvocationID=35c1349e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:51:37+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e8f11dc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=2e8f168c-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:51:37+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d521f48-560f-11ed-8aae-26f7a01e07b4 | InvocationID=3d5220f6-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:51:49+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c13232-560f-11ed-8aae-26f7a01e07b4 | InvocationID=35c1349e-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:51:49+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44aea7a2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=44aeaa18-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:51:49+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44aea7a2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=44aeaa18-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:51:49+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44aea7a2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=44aeaa18-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:52:01+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d521f48-560f-11ed-8aae-26f7a01e07b4 | InvocationID=3d5220f6-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:52:01+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c180b8c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=4c180dbc-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:52:14+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44aea7a2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=44aeaa18-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:52:14+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=539c6cfe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=539c6f60-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:52:14+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=539c6cfe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=539c6f60-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:52:14+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=539c6cfe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=539c6f60-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:52:26+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c180b8c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=4c180dbc-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:52:26+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adbbb14-560f-11ed-8aae-26f7a01e07b4 | InvocationID=5adbbd26-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:52:39+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=539c6cfe-560f-11ed-8aae-26f7a01e07b4 | InvocationID=539c6f60-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:52:39+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628a4e02-560f-11ed-8aae-26f7a01e07b4 | InvocationID=628a512c-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:52:39+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628a4e02-560f-11ed-8aae-26f7a01e07b4 | InvocationID=628a512c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:52:39+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=628a4e02-560f-11ed-8aae-26f7a01e07b4 | InvocationID=628a512c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:52:51+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5adbbb14-560f-11ed-8aae-26f7a01e07b4 | InvocationID=5adbbd26-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:52:51+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699ef30a-560f-11ed-8aae-26f7a01e07b4 | InvocationID=699ef4cc-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:53:04+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=628a4e02-560f-11ed-8aae-26f7a01e07b4 | InvocationID=628a512c-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:53:04+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71791312-560f-11ed-8aae-26f7a01e07b4 | InvocationID=717914b6-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:53:04+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71791312-560f-11ed-8aae-26f7a01e07b4 | InvocationID=717914b6-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:53:04+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71791312-560f-11ed-8aae-26f7a01e07b4 | InvocationID=717914b6-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:53:16+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=699ef30a-560f-11ed-8aae-26f7a01e07b4 | InvocationID=699ef4cc-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:53:16+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786512fc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=786515ea-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:53:29+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71791312-560f-11ed-8aae-26f7a01e07b4 | InvocationID=717914b6-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:53:29+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8066a75e-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8066a90c-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:53:29+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8066a75e-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8066a90c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:53:29+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8066a75e-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8066a90c-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:53:41+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=786512fc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=786515ea-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:53:41+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=872eac76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=872eae7e-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:53:54+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8066a75e-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8066a90c-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:53:54+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5787e2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8f5789a4-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:53:54+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5787e2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8f5789a4-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:53:54+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5787e2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8f5789a4-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:54:05+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=872eac76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=872eae7e-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:54:05+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f1ec96-560f-11ed-8aae-26f7a01e07b4 | InvocationID=95f1ee8a-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:54:19+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5787e2-560f-11ed-8aae-26f7a01e07b4 | InvocationID=8f5789a4-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:54:19+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4590e6-560f-11ed-8aae-26f7a01e07b4 | InvocationID=9e45929e-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:54:19+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4590e6-560f-11ed-8aae-26f7a01e07b4 | InvocationID=9e45929e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:54:19+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4590e6-560f-11ed-8aae-26f7a01e07b4 | InvocationID=9e45929e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:54:30+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f1ec96-560f-11ed-8aae-26f7a01e07b4 | InvocationID=95f1ee8a-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:54:30+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4b55dbc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=a4b55fb0-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:54:44+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4590e6-560f-11ed-8aae-26f7a01e07b4 | InvocationID=9e45929e-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:54:44+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad32cd76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ad32cf24-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:54:44+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad32cd76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ad32cf24-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:54:44+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad32cd76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ad32cf24-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:54:55+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4b55dbc-560f-11ed-8aae-26f7a01e07b4 | InvocationID=a4b55fb0-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:54:55+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b377e9be-560f-11ed-8aae-26f7a01e07b4 | InvocationID=b377ec66-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:55:09+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad32cd76-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ad32cf24-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:55:09+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc204160-560f-11ed-8aae-26f7a01e07b4 | InvocationID=bc204390-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:55:09+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc204160-560f-11ed-8aae-26f7a01e07b4 | InvocationID=bc204390-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:55:09+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc204160-560f-11ed-8aae-26f7a01e07b4 | InvocationID=bc204390-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:55:20+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b377e9be-560f-11ed-8aae-26f7a01e07b4 | InvocationID=b377ec66-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:55:20+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23b3bae-560f-11ed-8aae-26f7a01e07b4 | InvocationID=c23b3dfc-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:55:34+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc204160-560f-11ed-8aae-26f7a01e07b4 | InvocationID=bc204390-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:55:34+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0def9c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=cb0df1a4-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:55:34+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0def9c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=cb0df1a4-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:55:34+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0def9c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=cb0df1a4-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:55:44+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c23b3bae-560f-11ed-8aae-26f7a01e07b4 | InvocationID=c23b3dfc-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:55:44+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0fe4cf8-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d0fe4f46-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:55:59+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0def9c-560f-11ed-8aae-26f7a01e07b4 | InvocationID=cb0df1a4-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:55:59+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9fb3654-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d9fb38f2-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:56:00+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9fb3654-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d9fb38f2-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:00+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9fb3654-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d9fb38f2-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:09+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0fe4cf8-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d0fe4f46-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:56:09+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfc0bf0a-560f-11ed-8aae-26f7a01e07b4 | InvocationID=dfc0c13a-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:56:25+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9fb3654-560f-11ed-8aae-26f7a01e07b4 | InvocationID=d9fb38f2-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:56:25+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e8f278-560f-11ed-8aae-26f7a01e07b4 | InvocationID=e8e8f49e-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:56:25+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e8f278-560f-11ed-8aae-26f7a01e07b4 | InvocationID=e8e8f49e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:25+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e8f278-560f-11ed-8aae-26f7a01e07b4 | InvocationID=e8e8f49e-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:34+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfc0bf0a-560f-11ed-8aae-26f7a01e07b4 | InvocationID=dfc0c13a-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:56:34+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee834c38-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ee834ea4-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:56:50+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e8f278-560f-11ed-8aae-26f7a01e07b4 | InvocationID=e8e8f49e-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:56:50+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6cbde-560f-11ed-8aae-26f7a01e07b4 | InvocationID=f7d6cdfa-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:56:50+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6cbde-560f-11ed-8aae-26f7a01e07b4 | InvocationID=f7d6cdfa-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:50+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d6cbde-560f-11ed-8aae-26f7a01e07b4 | InvocationID=f7d6cdfa-560f-11ed-8aae-26f7a01e07b4 | 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-10-27T15:56:59+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee834c38-560f-11ed-8aae-26f7a01e07b4 | InvocationID=ee834ea4-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:56:59+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4b6d72-560f-11ed-8aae-26f7a01e07b4 | InvocationID=fd4b6fb6-560f-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:57:15+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d6cbde-560f-11ed-8aae-26f7a01e07b4 | InvocationID=f7d6cdfa-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:57:15+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c4d1f4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=06c4d41a-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:57:15+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c4d1f4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=06c4d41a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:57:15+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c4d1f4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=06c4d41a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:57:24+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd4b6d72-560f-11ed-8aae-26f7a01e07b4 | InvocationID=fd4b6fb6-560f-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:57:24+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c0e861e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=0c0e8862-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:57:40+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c4d1f4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=06c4d41a-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:57:40+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b4856a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=15b48830-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:57:40+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b4856a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=15b48830-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:57:40+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b4856a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=15b48830-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:57:48+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c0e861e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=0c0e8862-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:57:48+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ad6564a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=1ad6585c-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:58:05+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b4856a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=15b48830-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:58:05+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a1ed2e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=24a1eedc-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:58:05+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a1ed2e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=24a1eedc-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:58:05+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a1ed2e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=24a1eedc-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:58:13+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ad6564a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=1ad6585c-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:58:13+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=299a420e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=299a44a2-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:58:30+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a1ed2e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=24a1eedc-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:58:30+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338f66c2-5610-11ed-8aae-26f7a01e07b4 | InvocationID=338f685c-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:58:30+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338f66c2-5610-11ed-8aae-26f7a01e07b4 | InvocationID=338f685c-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:58:30+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338f66c2-5610-11ed-8aae-26f7a01e07b4 | InvocationID=338f685c-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:58:38+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=299a420e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=299a44a2-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:58:38+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385e81b0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=385e84d0-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:58:55+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=338f66c2-5610-11ed-8aae-26f7a01e07b4 | InvocationID=338f685c-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:58:55+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=427c87be-5610-11ed-8aae-26f7a01e07b4 | InvocationID=427c8944-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:58:55+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=427c87be-5610-11ed-8aae-26f7a01e07b4 | InvocationID=427c8944-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:58:55+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=427c87be-5610-11ed-8aae-26f7a01e07b4 | InvocationID=427c8944-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:59:03+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=385e81b0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=385e84d0-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:59:03+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4721a6a0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=4721a98e-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:59:20+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=427c87be-5610-11ed-8aae-26f7a01e07b4 | InvocationID=427c8944-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:59:20+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=516a3f50-5610-11ed-8aae-26f7a01e07b4 | InvocationID=516a40f4-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:59:20+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=516a3f50-5610-11ed-8aae-26f7a01e07b4 | InvocationID=516a40f4-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:59:20+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=516a3f50-5610-11ed-8aae-26f7a01e07b4 | InvocationID=516a40f4-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:59:27+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4721a6a0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=4721a98e-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:59:27+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55eaa65a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=55eaa812-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T15:59:45+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=516a3f50-5610-11ed-8aae-26f7a01e07b4 | InvocationID=516a40f4-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T15:59:45+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6057bb32-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6057bcd6-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T15:59:45+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6057bb32-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6057bcd6-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:59:45+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6057bb32-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6057bcd6-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T15:59:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55eaa65a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=55eaa812-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T15:59:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64aded46-5610-11ed-8aae-26f7a01e07b4 | InvocationID=64adf070-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:00:10+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6057bb32-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6057bcd6-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:00:10+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f457ae4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6f457d5a-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:00:10+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f457ae4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6f457d5a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:00:10+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f457ae4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6f457d5a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:00:17+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64aded46-5610-11ed-8aae-26f7a01e07b4 | InvocationID=64adf070-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:00:17+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7370a512-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7370a710-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:00:35+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f457ae4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=6f457d5a-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:00:35+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e33637c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7e336836-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:00:35+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e33637c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7e336836-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:00:35+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e33637c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7e336836-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:00:42+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7370a512-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7370a710-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:00:42+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8234bf70-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8234c2fe-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:01:00+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e33637c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=7e336836-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:01:00+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d214c78-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8d214e76-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:01:00+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d214c78-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8d214e76-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:00+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d214c78-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8d214e76-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:07+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8234bf70-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8234c2fe-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:01:07+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f9465c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=90f94918-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:01:25+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d214c78-5610-11ed-8aae-26f7a01e07b4 | InvocationID=8d214e76-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:01:25+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c0f0a2c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9c0f0cde-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:01:25+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c0f0a2c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9c0f0cde-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:25+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c0f0a2c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9c0f0cde-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:31+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f9465c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=90f94918-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:01:31+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fbd99e0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9fbd9bf2-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:01:50+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c0f0a2c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9c0f0cde-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:01:50+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aafc9810-5610-11ed-8aae-26f7a01e07b4 | InvocationID=aafc9a18-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:01:50+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aafc9810-5610-11ed-8aae-26f7a01e07b4 | InvocationID=aafc9a18-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:50+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aafc9810-5610-11ed-8aae-26f7a01e07b4 | InvocationID=aafc9a18-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:01:56+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fbd99e0-5610-11ed-8aae-26f7a01e07b4 | InvocationID=9fbd9bf2-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:01:56+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae806728-5610-11ed-8aae-26f7a01e07b4 | InvocationID=ae8068fe-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:02:15+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aafc9810-5610-11ed-8aae-26f7a01e07b4 | InvocationID=aafc9a18-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:02:15+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ecb67a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=b9ecb896-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:02:15+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ecb67a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=b9ecb896-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:02:15+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9ecb67a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=b9ecb896-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:02:21+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae806728-5610-11ed-8aae-26f7a01e07b4 | InvocationID=ae8068fe-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:02:21+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd467676-5610-11ed-8aae-26f7a01e07b4 | InvocationID=bd46781a-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:02:40+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9ecb67a-5610-11ed-8aae-26f7a01e07b4 | InvocationID=b9ecb896-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:02:40+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8da2078-5610-11ed-8aae-26f7a01e07b4 | InvocationID=c8da2226-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:02:40+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8da2078-5610-11ed-8aae-26f7a01e07b4 | InvocationID=c8da2226-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:02:40+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8da2078-5610-11ed-8aae-26f7a01e07b4 | InvocationID=c8da2226-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:02:46+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd467676-5610-11ed-8aae-26f7a01e07b4 | InvocationID=bd46781a-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:02:46+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0951c4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=cc09537c-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:03:05+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8da2078-5610-11ed-8aae-26f7a01e07b4 | InvocationID=c8da2226-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:03:05+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c77298-5610-11ed-8aae-26f7a01e07b4 | InvocationID=d7c774a0-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:03:05+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c77298-5610-11ed-8aae-26f7a01e07b4 | InvocationID=d7c774a0-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:03:05+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c77298-5610-11ed-8aae-26f7a01e07b4 | InvocationID=d7c774a0-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:03:10+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc0951c4-5610-11ed-8aae-26f7a01e07b4 | InvocationID=cc09537c-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:03:10+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daccf698-5610-11ed-8aae-26f7a01e07b4 | InvocationID=daccf846-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:03:30+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c77298-5610-11ed-8aae-26f7a01e07b4 | InvocationID=d7c774a0-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:03:30+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b4c27e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e6b4c49a-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:03:30+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b4c27e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e6b4c49a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:03:30+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b4c27e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e6b4c49a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:03:35+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daccf698-5610-11ed-8aae-26f7a01e07b4 | InvocationID=daccf846-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:03:35+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e990fddc-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e991000c-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:03:55+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b4c27e-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e6b4c49a-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:03:55+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a63e0c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f5a6405a-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:03:55+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a63e0c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f5a6405a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:03:55+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a63e0c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f5a6405a-5610-11ed-8aae-26f7a01e07b4 | 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-10-27T16:04:00+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e990fddc-5610-11ed-8aae-26f7a01e07b4 | InvocationID=e991000c-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:04:00+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f85386dc-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f85388ee-5610-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:04:20+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a63e0c-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f5a6405a-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:04:20+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049533e6-5611-11ed-8aae-26f7a01e07b4 | InvocationID=049537b0-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:04:21+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049533e6-5611-11ed-8aae-26f7a01e07b4 | InvocationID=049537b0-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:04:21+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049533e6-5611-11ed-8aae-26f7a01e07b4 | InvocationID=049537b0-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:04:25+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f85386dc-5610-11ed-8aae-26f7a01e07b4 | InvocationID=f85388ee-5610-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:04:25+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07169042-5611-11ed-8aae-26f7a01e07b4 | InvocationID=071693d0-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:04:46+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049533e6-5611-11ed-8aae-26f7a01e07b4 | InvocationID=049537b0-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:04:46+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1382ef24-5611-11ed-8aae-26f7a01e07b4 | InvocationID=1382f0d2-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:04:46+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1382ef24-5611-11ed-8aae-26f7a01e07b4 | InvocationID=1382f0d2-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:04:46+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1382ef24-5611-11ed-8aae-26f7a01e07b4 | InvocationID=1382f0d2-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:04:49+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07169042-5611-11ed-8aae-26f7a01e07b4 | InvocationID=071693d0-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:04:49+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15dab0f4-5611-11ed-8aae-26f7a01e07b4 | InvocationID=15dab306-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:05:11+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1382ef24-5611-11ed-8aae-26f7a01e07b4 | InvocationID=1382f0d2-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:05:11+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2270b674-5611-11ed-8aae-26f7a01e07b4 | InvocationID=2270ba98-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:05:11+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2270b674-5611-11ed-8aae-26f7a01e07b4 | InvocationID=2270ba98-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:05:11+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2270b674-5611-11ed-8aae-26f7a01e07b4 | InvocationID=2270ba98-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:05:14+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15dab0f4-5611-11ed-8aae-26f7a01e07b4 | InvocationID=15dab306-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:05:14+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249d86a2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=249d8832-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:05:36+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2270b674-5611-11ed-8aae-26f7a01e07b4 | InvocationID=2270ba98-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:05:36+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315ea34e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=315ea5a6-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:05:36+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315ea34e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=315ea5a6-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:05:36+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315ea34e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=315ea5a6-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:05:39+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=249d86a2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=249d8832-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:05:39+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33612de2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=33613008-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:06:01+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315ea34e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=315ea5a6-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:06:01+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404c11fc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=404c13be-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:06:01+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404c11fc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=404c13be-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:01+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404c11fc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=404c13be-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:04+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33612de2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=33613008-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:06:04+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4224b786-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4224b92a-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:06:26+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404c11fc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=404c13be-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:06:26+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f3a09b2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4f3a0b60-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:06:26+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f3a09b2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4f3a0b60-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:26+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f3a09b2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4f3a0b60-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:29+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4224b786-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4224b92a-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:06:29+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e9aac4-5611-11ed-8aae-26f7a01e07b4 | InvocationID=50e9acfe-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:06:51+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f3a09b2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=4f3a0b60-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:06:51+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e284cae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5e284e52-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:06:51+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e284cae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5e284e52-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:51+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e284cae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5e284e52-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:06:53+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50e9aac4-5611-11ed-8aae-26f7a01e07b4 | InvocationID=50e9acfe-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:06:53+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fad4516-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5fad473c-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:07:16+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e284cae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5e284e52-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:07:16+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d15d628-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6d15d7d6-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:07:16+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d15d628-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6d15d7d6-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:07:16+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d15d628-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6d15d7d6-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:07:18+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fad4516-5611-11ed-8aae-26f7a01e07b4 | InvocationID=5fad473c-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:07:18+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e737228-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6e737462-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:07:41+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d15d628-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6d15d7d6-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:07:41+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c039d1e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7c039ecc-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:07:41+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c039d1e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7c039ecc-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:07:41+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c039d1e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7c039ecc-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:07:43+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e737228-5611-11ed-8aae-26f7a01e07b4 | InvocationID=6e737462-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:07:43+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d35fcb8-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7d35fe5c-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:08:06+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c039d1e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7c039ecc-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:08:06+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af12f12-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8af13642-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:08:06+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af12f12-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8af13642-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:06+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af12f12-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8af13642-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:08+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d35fcb8-5611-11ed-8aae-26f7a01e07b4 | InvocationID=7d35fe5c-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:08:08+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bf91690-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8bf91a0a-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:08:31+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af12f12-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8af13642-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:08:31+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99df13e0-5611-11ed-8aae-26f7a01e07b4 | InvocationID=99df175a-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:08:31+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99df13e0-5611-11ed-8aae-26f7a01e07b4 | InvocationID=99df175a-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:31+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99df13e0-5611-11ed-8aae-26f7a01e07b4 | InvocationID=99df175a-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:32+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bf91690-5611-11ed-8aae-26f7a01e07b4 | InvocationID=8bf91a0a-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:08:32+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abb99dc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=9abba1e8-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:08:56+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99df13e0-5611-11ed-8aae-26f7a01e07b4 | InvocationID=99df175a-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:08:56+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cc5a2a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a8cc5bba-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:08:56+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cc5a2a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a8cc5bba-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:56+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8cc5a2a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a8cc5bba-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:08:57+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9abb99dc-5611-11ed-8aae-26f7a01e07b4 | InvocationID=9abba1e8-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:08:57+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a97e511c-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a97e5360-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:09:21+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8cc5a2a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a8cc5bba-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:09:21+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7bce040-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b7bce25c-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:09:21+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7bce040-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b7bce25c-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:09:21+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7bce040-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b7bce25c-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:09:22+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a97e511c-5611-11ed-8aae-26f7a01e07b4 | InvocationID=a97e5360-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:09:22+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b841050a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b841071c-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:09:46+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7bce040-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b7bce25c-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:09:46+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6aaf07e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c6aaf22c-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:09:46+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6aaf07e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c6aaf22c-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:09:46+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6aaf07e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c6aaf22c-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:09:47+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b841050a-5611-11ed-8aae-26f7a01e07b4 | InvocationID=b841071c-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:09:47+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7040bd2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c7040df8-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:10:11+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6aaf07e-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c6aaf22c-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:10:11+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d598c322-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d598c688-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:10:11+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d598c322-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d598c688-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:10:11+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d598c322-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d598c688-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:10:11+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7040bd2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=c7040df8-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:10:11+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c753ae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d5c755d4-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:10:36+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d598c322-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d598c688-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:10:36+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4881900-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e4881d74-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:10:36+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5c753ae-5611-11ed-8aae-26f7a01e07b4 | InvocationID=d5c755d4-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:10:36+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48a79f2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e48a7b00-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:10:36+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4881900-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e4881d74-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:10:36+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4881900-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e4881d74-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:01+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48a79f2-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e48a7b00-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:11:01+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34e2a06-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f34e2d08-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:11:01+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4881900-5611-11ed-8aae-26f7a01e07b4 | InvocationID=e4881d74-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:11:01+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37834ea-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f378386e-5611-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:11:01+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37834ea-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f378386e-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:01+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f37834ea-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f378386e-5611-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:26+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34e2a06-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f34e2d08-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:11:26+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0211627e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=021164f4-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:11:26+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f37834ea-5611-11ed-8aae-26f7a01e07b4 | InvocationID=f378386e-5611-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:11:26+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0268ed1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=0268fa48-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:11:26+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0268ed1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=0268fa48-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:26+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0268ed1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=0268fa48-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:51+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0211627e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=021164f4-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:11:51+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d49ba0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=10d4a9ba-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:11:51+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0268ed1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=0268fa48-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:11:51+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115664be-5612-11ed-8aae-26f7a01e07b4 | InvocationID=115666da-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:11:51+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115664be-5612-11ed-8aae-26f7a01e07b4 | InvocationID=115666da-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:11:51+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=115664be-5612-11ed-8aae-26f7a01e07b4 | InvocationID=115666da-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:12:15+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d49ba0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=10d4a9ba-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:12:15+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f99de34-5612-11ed-8aae-26f7a01e07b4 | InvocationID=1f99e398-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:12:16+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=115664be-5612-11ed-8aae-26f7a01e07b4 | InvocationID=115666da-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:12:16+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2044f332-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2044f4e0-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:12:16+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2044f332-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2044f4e0-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:12:16+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2044f332-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2044f4e0-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:12:40+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f99de34-5612-11ed-8aae-26f7a01e07b4 | InvocationID=1f99e398-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:12:40+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e5ddaf6-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2e5dde98-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:12:41+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2044f332-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2044f4e0-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:12:41+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f32772a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2f3278d8-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:12:42+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f32772a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2f3278d8-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:12:42+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f32772a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2f3278d8-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:05+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e5ddaf6-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2e5dde98-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:13:05+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d20e5f6-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3d20e7a4-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:13:07+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f32772a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=2f3278d8-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:13:07+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e1fde12-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3e1fe038-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:13:07+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e1fde12-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3e1fe038-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:07+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e1fde12-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3e1fe038-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:30+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d20e5f6-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3d20e7a4-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:13:30+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be47710-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4be47882-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:13:32+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e1fde12-5612-11ed-8aae-26f7a01e07b4 | InvocationID=3e1fe038-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:13:32+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d0d2772-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4d0d295c-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:13:32+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d0d2772-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4d0d295c-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:32+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d0d2772-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4d0d295c-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:54+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4be47710-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4be47882-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:13:54+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa86b6c-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5aa86d06-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:13:57+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d0d2772-5612-11ed-8aae-26f7a01e07b4 | InvocationID=4d0d295c-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:13:57+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bfd6a76-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5bfd6d14-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:13:57+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bfd6a76-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5bfd6d14-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:13:57+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bfd6a76-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5bfd6d14-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:14:19+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa86b6c-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5aa86d06-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:14:19+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=696e6aa2-5612-11ed-8aae-26f7a01e07b4 | InvocationID=696e6c5a-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:14:22+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bfd6a76-5612-11ed-8aae-26f7a01e07b4 | InvocationID=5bfd6d14-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:14:22+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aeb1c72-5612-11ed-8aae-26f7a01e07b4 | InvocationID=6aeb1e2a-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:14:22+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aeb1c72-5612-11ed-8aae-26f7a01e07b4 | InvocationID=6aeb1e2a-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:14:22+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aeb1c72-5612-11ed-8aae-26f7a01e07b4 | InvocationID=6aeb1e2a-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:14:44+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=696e6aa2-5612-11ed-8aae-26f7a01e07b4 | InvocationID=696e6c5a-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:14:44+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7831de84-5612-11ed-8aae-26f7a01e07b4 | InvocationID=7831e032-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:14:47+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aeb1c72-5612-11ed-8aae-26f7a01e07b4 | InvocationID=6aeb1e2a-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:14:47+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d83d0a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=79d83f30-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:14:47+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d83d0a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=79d83f30-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:14:47+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d83d0a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=79d83f30-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:15:09+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7831de84-5612-11ed-8aae-26f7a01e07b4 | InvocationID=7831e032-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:15:09+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f58902-5612-11ed-8aae-26f7a01e07b4 | InvocationID=86f58b46-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:15:12+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d83d0a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=79d83f30-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:15:12+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88c5eb00-5612-11ed-8aae-26f7a01e07b4 | InvocationID=88c5ecb8-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:15:12+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88c5eb00-5612-11ed-8aae-26f7a01e07b4 | InvocationID=88c5ecb8-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:15:12+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88c5eb00-5612-11ed-8aae-26f7a01e07b4 | InvocationID=88c5ecb8-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:15:33+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86f58902-5612-11ed-8aae-26f7a01e07b4 | InvocationID=86f58b46-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:15:33+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b83908-5612-11ed-8aae-26f7a01e07b4 | InvocationID=95b83b4c-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:15:37+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88c5eb00-5612-11ed-8aae-26f7a01e07b4 | InvocationID=88c5ecb8-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:15:37+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97b357b0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=97b35972-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:15:37+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97b357b0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=97b35972-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:15:37+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97b357b0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=97b35972-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:15:58+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95b83908-5612-11ed-8aae-26f7a01e07b4 | InvocationID=95b83b4c-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:15:58+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a47f5c5a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a47f5e1c-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:16:02+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97b357b0-5612-11ed-8aae-26f7a01e07b4 | InvocationID=97b35972-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:16:02+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6a0791a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a6a07abe-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:16:02+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6a0791a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a6a07abe-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:16:02+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6a0791a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a6a07abe-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:16:23+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a47f5c5a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a47f5e1c-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:16:23+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b348c636-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b348c85c-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:16:27+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6a0791a-5612-11ed-8aae-26f7a01e07b4 | InvocationID=a6a07abe-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:16:27+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58dae16-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b58dafba-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:16:27+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58dae16-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b58dafba-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:16:27+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b58dae16-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b58dafba-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:16:48+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b348c636-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b348c85c-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:16:48+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c20db7e4-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c20dba28-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:16:52+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b58dae16-5612-11ed-8aae-26f7a01e07b4 | InvocationID=b58dafba-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:16:52+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c47b3100-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c47b331c-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:16:52+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c47b3100-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c47b331c-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:16:52+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c47b3100-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c47b331c-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:17:13+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c20db7e4-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c20dba28-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:17:13+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d088ba-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d0d08a68-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:17:17+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c47b3100-5612-11ed-8aae-26f7a01e07b4 | InvocationID=c47b331c-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:17:17+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3689298-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d3689446-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:17:17+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3689298-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d3689446-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:17:17+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3689298-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d3689446-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:17:37+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0d088ba-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d0d08a68-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:17:37+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df9366ec-5612-11ed-8aae-26f7a01e07b4 | InvocationID=df936962-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:17:42+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3689298-5612-11ed-8aae-26f7a01e07b4 | InvocationID=d3689446-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:17:42+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e256e890-5612-11ed-8aae-26f7a01e07b4 | InvocationID=e256ea3e-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:17:42+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e256e890-5612-11ed-8aae-26f7a01e07b4 | InvocationID=e256ea3e-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:17:42+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e256e890-5612-11ed-8aae-26f7a01e07b4 | InvocationID=e256ea3e-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:02+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df9366ec-5612-11ed-8aae-26f7a01e07b4 | InvocationID=df936962-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:18:02+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee576c1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=ee576e26-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:18:07+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e256e890-5612-11ed-8aae-26f7a01e07b4 | InvocationID=e256ea3e-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:18:07+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f144c3fe-5612-11ed-8aae-26f7a01e07b4 | InvocationID=f144c610-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:18:07+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f144c3fe-5612-11ed-8aae-26f7a01e07b4 | InvocationID=f144c610-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:07+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f144c3fe-5612-11ed-8aae-26f7a01e07b4 | InvocationID=f144c610-5612-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:27+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee576c1e-5612-11ed-8aae-26f7a01e07b4 | InvocationID=ee576e26-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:18:27+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd1bc934-5612-11ed-8aae-26f7a01e07b4 | InvocationID=fd1bcae2-5612-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:18:32+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f144c3fe-5612-11ed-8aae-26f7a01e07b4 | InvocationID=f144c610-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:18:32+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00325778-5613-11ed-8aae-26f7a01e07b4 | InvocationID=00325a48-5613-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:18:32+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00325778-5613-11ed-8aae-26f7a01e07b4 | InvocationID=00325a48-5613-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:32+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00325778-5613-11ed-8aae-26f7a01e07b4 | InvocationID=00325a48-5613-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:52+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd1bc934-5612-11ed-8aae-26f7a01e07b4 | InvocationID=fd1bcae2-5612-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:18:52+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdfafc6-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0bdfb232-5613-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:18:57+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00325778-5613-11ed-8aae-26f7a01e07b4 | InvocationID=00325a48-5613-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:18:57+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1fd3fa-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0f1fd6a2-5613-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:18:57+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1fd3fa-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0f1fd6a2-5613-11ed-8aae-26f7a01e07b4 | 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-10-27T16:18:57+0000 | policy_event_thread | 140144573602592 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1fd3fa-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0f1fd6a2-5613-11ed-8aae-26f7a01e07b4 | 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-10-27T16:19:16+0000 | aai_event_thread | 140144572541728 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bdfafc6-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0bdfb232-5613-11ed-8aae-26f7a01e07b4 | Polling MR for XNF AAI events.
2022-10-27T16:19:16+0000 | aai_event_thread | 140144572541728 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa3544a-5613-11ed-8aae-26f7a01e07b4 | InvocationID=1aa355f8-5613-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-27T16:19:22+0000 | policy_event_thread | 140144573602592 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1fd3fa-5613-11ed-8aae-26f7a01e07b4 | InvocationID=0f1fd6a2-5613-11ed-8aae-26f7a01e07b4 | Polling MR for XNF activation/deactivation policy response events.
2022-10-27T16:19:22+0000 | policy_event_thread | 140144573602592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0cf320-5613-11ed-8aae-26f7a01e07b4 | InvocationID=1e0cf4c4-5613-11ed-8aae-26f7a01e07b4 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-27T16:19:22+0000 | policy_event_thread | 140144573602592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0cf320-5613-11ed-8aae-26f7a01e07b4 | InvocationID=1e0cf4c4-5613-11ed-8aae-26f7a01e07b4 | Failed to fetch message from MR: 404 Client