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-08-25T04:59:54+0000 | MainThread | 139714689502536 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-08-25T04:59:54+0000 | MainThread | 139714689502536 | 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-08-25T04:59:54+0000 | MainThread | 139714689502536 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-08-25T04:59:54+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T04:59:54+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c282fb06-2432-11ed-bb58-6e5a60f849fc | InvocationID=c282ff2a-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T04:59:54+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-08-25T04:59:54+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2863af0-2432-11ed-bb58-6e5a60f849fc | InvocationID=c2863ca8-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T04:59:55+0000 | MainThread | 139714689502536 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-08-25T04:59:55+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2863af0-2432-11ed-bb58-6e5a60f849fc | InvocationID=c2863ca8-2432-11ed-bb58-6e5a60f849fc | 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-08-25T04:59:55+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c282fb06-2432-11ed-bb58-6e5a60f849fc | InvocationID=c282ff2a-2432-11ed-bb58-6e5a60f849fc | 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-08-25T04:59:55+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c282fb06-2432-11ed-bb58-6e5a60f849fc | InvocationID=c282ff2a-2432-11ed-bb58-6e5a60f849fc | 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-08-25T04:59:55+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c282fb06-2432-11ed-bb58-6e5a60f849fc | InvocationID=c282ff2a-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:15+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2863af0-2432-11ed-bb58-6e5a60f849fc | InvocationID=c2863ca8-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:00:15+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf12e64c-2432-11ed-bb58-6e5a60f849fc | InvocationID=cf12edfe-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:00:17+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf12e64c-2432-11ed-bb58-6e5a60f849fc | InvocationID=cf12edfe-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:17+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf12e64c-2432-11ed-bb58-6e5a60f849fc | InvocationID=cf12edfe-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:20+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c282fb06-2432-11ed-bb58-6e5a60f849fc | InvocationID=c282ff2a-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:00:20+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20d162e-2432-11ed-bb58-6e5a60f849fc | InvocationID=d20d18f4-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:00:21+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20d162e-2432-11ed-bb58-6e5a60f849fc | InvocationID=d20d18f4-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:21+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20d162e-2432-11ed-bb58-6e5a60f849fc | InvocationID=d20d18f4-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:37+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf12e64c-2432-11ed-bb58-6e5a60f849fc | InvocationID=cf12edfe-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:00:37+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba3924e-2432-11ed-bb58-6e5a60f849fc | InvocationID=dba3c872-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:00:38+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba3924e-2432-11ed-bb58-6e5a60f849fc | InvocationID=dba3c872-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:38+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dba3924e-2432-11ed-bb58-6e5a60f849fc | InvocationID=dba3c872-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:46+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20d162e-2432-11ed-bb58-6e5a60f849fc | InvocationID=d20d18f4-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:00:46+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e192b32e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e192b518-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:00:48+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e192b32e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e192b518-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:48+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e192b32e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e192b518-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:58+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dba3924e-2432-11ed-bb58-6e5a60f849fc | InvocationID=dba3c872-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:00:58+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82fd19e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e82fd400-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:00:59+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82fd19e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e82fd400-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:00:59+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e82fd19e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e82fd400-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:13+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e192b32e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e192b518-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:01:13+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f119681a-2432-11ed-bb58-6e5a60f849fc | InvocationID=f1196b12-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:01:14+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f119681a-2432-11ed-bb58-6e5a60f849fc | InvocationID=f1196b12-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:14+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f119681a-2432-11ed-bb58-6e5a60f849fc | InvocationID=f1196b12-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:19+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e82fd19e-2432-11ed-bb58-6e5a60f849fc | InvocationID=e82fd400-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:01:19+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4bd128c-2432-11ed-bb58-6e5a60f849fc | InvocationID=f4bd15fc-2432-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:01:20+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4bd128c-2432-11ed-bb58-6e5a60f849fc | InvocationID=f4bd15fc-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:20+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4bd128c-2432-11ed-bb58-6e5a60f849fc | InvocationID=f4bd15fc-2432-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:39+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f119681a-2432-11ed-bb58-6e5a60f849fc | InvocationID=f1196b12-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:01:39+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a0cd8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=00a0d5ac-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:01:39+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a0cd8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=00a0d5ac-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:01:39+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a0cd8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=00a0d5ac-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:01:40+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4bd128c-2432-11ed-bb58-6e5a60f849fc | InvocationID=f4bd15fc-2432-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:01:40+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014b30d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=014b33b2-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:01:40+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014b30d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=014b33b2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:01:40+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=014b30d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=014b33b2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:00+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=014b30d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=014b33b2-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:02:00+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d55f98a-2433-11ed-bb58-6e5a60f849fc | InvocationID=0d560a9c-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:02:00+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d55f98a-2433-11ed-bb58-6e5a60f849fc | InvocationID=0d560a9c-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:00+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d55f98a-2433-11ed-bb58-6e5a60f849fc | InvocationID=0d560a9c-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:04+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a0cd8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=00a0d5ac-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:02:04+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc45892-2433-11ed-bb58-6e5a60f849fc | InvocationID=0fc45a54-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:02:04+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc45892-2433-11ed-bb58-6e5a60f849fc | InvocationID=0fc45a54-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:02:04+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc45892-2433-11ed-bb58-6e5a60f849fc | InvocationID=0fc45a54-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:02:20+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d55f98a-2433-11ed-bb58-6e5a60f849fc | InvocationID=0d560a9c-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:02:20+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195c20d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=195c2312-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:02:20+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195c20d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=195c2312-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:20+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=195c20d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=195c2312-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:29+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc45892-2433-11ed-bb58-6e5a60f849fc | InvocationID=0fc45a54-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:02:29+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb59f8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=1eb5a220-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:02:29+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb59f8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=1eb5a220-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:02:29+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eb59f8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=1eb5a220-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:02:40+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=195c20d8-2433-11ed-bb58-6e5a60f849fc | InvocationID=195c2312-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:02:40+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255528ee-2433-11ed-bb58-6e5a60f849fc | InvocationID=25552b1e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:02:40+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255528ee-2433-11ed-bb58-6e5a60f849fc | InvocationID=25552b1e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:40+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=255528ee-2433-11ed-bb58-6e5a60f849fc | InvocationID=25552b1e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:02:54+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eb59f8c-2433-11ed-bb58-6e5a60f849fc | InvocationID=1eb5a220-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:02:54+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2db72d52-2433-11ed-bb58-6e5a60f849fc | InvocationID=2db7341e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:02:54+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2db72d52-2433-11ed-bb58-6e5a60f849fc | InvocationID=2db7341e-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:02:54+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2db72d52-2433-11ed-bb58-6e5a60f849fc | InvocationID=2db7341e-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:03:00+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=255528ee-2433-11ed-bb58-6e5a60f849fc | InvocationID=25552b1e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:03:00+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3151d12e-2433-11ed-bb58-6e5a60f849fc | InvocationID=3151d430-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:03:00+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3151d12e-2433-11ed-bb58-6e5a60f849fc | InvocationID=3151d430-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:00+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3151d12e-2433-11ed-bb58-6e5a60f849fc | InvocationID=3151d430-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:19+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2db72d52-2433-11ed-bb58-6e5a60f849fc | InvocationID=2db7341e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:03:19+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cabd97a-2433-11ed-bb58-6e5a60f849fc | InvocationID=3cabdb46-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:03:19+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cabd97a-2433-11ed-bb58-6e5a60f849fc | InvocationID=3cabdb46-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:03:19+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cabd97a-2433-11ed-bb58-6e5a60f849fc | InvocationID=3cabdb46-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:03:20+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3151d12e-2433-11ed-bb58-6e5a60f849fc | InvocationID=3151d430-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:03:20+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d4a51cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=3d4a53a2-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:03:20+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d4a51cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=3d4a53a2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:20+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d4a51cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=3d4a53a2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:40+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d4a51cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=3d4a53a2-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:03:40+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4943e57e-2433-11ed-bb58-6e5a60f849fc | InvocationID=4943e7ae-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:03:41+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4943e57e-2433-11ed-bb58-6e5a60f849fc | InvocationID=4943e7ae-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:41+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4943e57e-2433-11ed-bb58-6e5a60f849fc | InvocationID=4943e7ae-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:03:44+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cabd97a-2433-11ed-bb58-6e5a60f849fc | InvocationID=3cabdb46-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:03:44+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba7ed38-2433-11ed-bb58-6e5a60f849fc | InvocationID=4ba7f06c-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:03:45+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba7ed38-2433-11ed-bb58-6e5a60f849fc | InvocationID=4ba7f06c-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:03:45+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba7ed38-2433-11ed-bb58-6e5a60f849fc | InvocationID=4ba7f06c-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:04:01+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4943e57e-2433-11ed-bb58-6e5a60f849fc | InvocationID=4943e7ae-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:04:01+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553f81d0-2433-11ed-bb58-6e5a60f849fc | InvocationID=553f83b0-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:04:01+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553f81d0-2433-11ed-bb58-6e5a60f849fc | InvocationID=553f83b0-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:04:01+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=553f81d0-2433-11ed-bb58-6e5a60f849fc | InvocationID=553f83b0-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:04:10+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba7ed38-2433-11ed-bb58-6e5a60f849fc | InvocationID=4ba7f06c-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:04:10+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa71232-2433-11ed-bb58-6e5a60f849fc | InvocationID=5aa714a8-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:04:10+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa71232-2433-11ed-bb58-6e5a60f849fc | InvocationID=5aa714a8-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:04:10+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa71232-2433-11ed-bb58-6e5a60f849fc | InvocationID=5aa714a8-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:04:21+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=553f81d0-2433-11ed-bb58-6e5a60f849fc | InvocationID=553f83b0-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:04:21+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61754f52-2433-11ed-bb58-6e5a60f849fc | InvocationID=61755524-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:04:21+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61754f52-2433-11ed-bb58-6e5a60f849fc | InvocationID=61755524-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:04:21+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61754f52-2433-11ed-bb58-6e5a60f849fc | InvocationID=61755524-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:04:35+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa71232-2433-11ed-bb58-6e5a60f849fc | InvocationID=5aa714a8-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:04:35+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e6137e-2433-11ed-bb58-6e5a60f849fc | InvocationID=69e616a8-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:04:35+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e6137e-2433-11ed-bb58-6e5a60f849fc | InvocationID=69e616a8-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:04:35+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e6137e-2433-11ed-bb58-6e5a60f849fc | InvocationID=69e616a8-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:04:41+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61754f52-2433-11ed-bb58-6e5a60f849fc | InvocationID=61755524-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:04:41+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d8a2ee8-2433-11ed-bb58-6e5a60f849fc | InvocationID=6d8a3bea-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:04:42+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d8a2ee8-2433-11ed-bb58-6e5a60f849fc | InvocationID=6d8a3bea-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:04:42+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d8a2ee8-2433-11ed-bb58-6e5a60f849fc | InvocationID=6d8a3bea-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:00+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e6137e-2433-11ed-bb58-6e5a60f849fc | InvocationID=69e616a8-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:05:00+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78e5257c-2433-11ed-bb58-6e5a60f849fc | InvocationID=78e5281a-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:05:01+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78e5257c-2433-11ed-bb58-6e5a60f849fc | InvocationID=78e5281a-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:05:01+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78e5257c-2433-11ed-bb58-6e5a60f849fc | InvocationID=78e5281a-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:05:02+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d8a2ee8-2433-11ed-bb58-6e5a60f849fc | InvocationID=6d8a3bea-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:05:02+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=799f8e80-2433-11ed-bb58-6e5a60f849fc | InvocationID=799f9056-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:05:02+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=799f8e80-2433-11ed-bb58-6e5a60f849fc | InvocationID=799f9056-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:02+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=799f8e80-2433-11ed-bb58-6e5a60f849fc | InvocationID=799f9056-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:22+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=799f8e80-2433-11ed-bb58-6e5a60f849fc | InvocationID=799f9056-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:05:22+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859f34e2-2433-11ed-bb58-6e5a60f849fc | InvocationID=859f36f4-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:05:22+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859f34e2-2433-11ed-bb58-6e5a60f849fc | InvocationID=859f36f4-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:22+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859f34e2-2433-11ed-bb58-6e5a60f849fc | InvocationID=859f36f4-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:26+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78e5257c-2433-11ed-bb58-6e5a60f849fc | InvocationID=78e5281a-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:05:26+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87e3a918-2433-11ed-bb58-6e5a60f849fc | InvocationID=87e3adb4-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:05:26+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87e3a918-2433-11ed-bb58-6e5a60f849fc | InvocationID=87e3adb4-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:05:26+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87e3a918-2433-11ed-bb58-6e5a60f849fc | InvocationID=87e3adb4-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:05:42+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859f34e2-2433-11ed-bb58-6e5a60f849fc | InvocationID=859f36f4-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:05:42+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9198ac24-2433-11ed-bb58-6e5a60f849fc | InvocationID=9198ae0e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:05:42+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9198ac24-2433-11ed-bb58-6e5a60f849fc | InvocationID=9198ae0e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:42+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9198ac24-2433-11ed-bb58-6e5a60f849fc | InvocationID=9198ae0e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:05:51+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87e3a918-2433-11ed-bb58-6e5a60f849fc | InvocationID=87e3adb4-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:05:51+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d6333c-2433-11ed-bb58-6e5a60f849fc | InvocationID=96d635da-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:05:51+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d6333c-2433-11ed-bb58-6e5a60f849fc | InvocationID=96d635da-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:05:51+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96d6333c-2433-11ed-bb58-6e5a60f849fc | InvocationID=96d635da-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:06:02+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9198ac24-2433-11ed-bb58-6e5a60f849fc | InvocationID=9198ae0e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:06:02+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8f7382-2433-11ed-bb58-6e5a60f849fc | InvocationID=9d8f7e5e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:06:02+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8f7382-2433-11ed-bb58-6e5a60f849fc | InvocationID=9d8f7e5e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:06:02+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8f7382-2433-11ed-bb58-6e5a60f849fc | InvocationID=9d8f7e5e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:06:16+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96d6333c-2433-11ed-bb58-6e5a60f849fc | InvocationID=96d635da-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:06:16+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5cd0794-2433-11ed-bb58-6e5a60f849fc | InvocationID=a5cd1252-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:06:16+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5cd0794-2433-11ed-bb58-6e5a60f849fc | InvocationID=a5cd1252-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:06:16+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5cd0794-2433-11ed-bb58-6e5a60f849fc | InvocationID=a5cd1252-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:06:22+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8f7382-2433-11ed-bb58-6e5a60f849fc | InvocationID=9d8f7e5e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:06:22+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98a916c-2433-11ed-bb58-6e5a60f849fc | InvocationID=a98a94be-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:06:22+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98a916c-2433-11ed-bb58-6e5a60f849fc | InvocationID=a98a94be-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:06:22+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a98a916c-2433-11ed-bb58-6e5a60f849fc | InvocationID=a98a94be-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:06:41+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5cd0794-2433-11ed-bb58-6e5a60f849fc | InvocationID=a5cd1252-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:06:41+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c3010e-2433-11ed-bb58-6e5a60f849fc | InvocationID=b4c3035c-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:06:41+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c3010e-2433-11ed-bb58-6e5a60f849fc | InvocationID=b4c3035c-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:06:41+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c3010e-2433-11ed-bb58-6e5a60f849fc | InvocationID=b4c3035c-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:06:42+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a98a916c-2433-11ed-bb58-6e5a60f849fc | InvocationID=a98a94be-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:06:42+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b584cd98-2433-11ed-bb58-6e5a60f849fc | InvocationID=b584d00e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:06:42+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b584cd98-2433-11ed-bb58-6e5a60f849fc | InvocationID=b584d00e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:06:42+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b584cd98-2433-11ed-bb58-6e5a60f849fc | InvocationID=b584d00e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:02+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b584cd98-2433-11ed-bb58-6e5a60f849fc | InvocationID=b584d00e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:07:02+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c179f2cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=c179f66e-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:07:02+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c179f2cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=c179f66e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:02+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c179f2cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=c179f66e-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:06+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c3010e-2433-11ed-bb58-6e5a60f849fc | InvocationID=b4c3035c-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:07:06+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b3c252-2433-11ed-bb58-6e5a60f849fc | InvocationID=c3b3c482-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:07:06+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b3c252-2433-11ed-bb58-6e5a60f849fc | InvocationID=c3b3c482-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:07:06+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b3c252-2433-11ed-bb58-6e5a60f849fc | InvocationID=c3b3c482-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:07:22+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c179f2cc-2433-11ed-bb58-6e5a60f849fc | InvocationID=c179f66e-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:07:22+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd707b82-2433-11ed-bb58-6e5a60f849fc | InvocationID=cd707de4-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:07:22+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd707b82-2433-11ed-bb58-6e5a60f849fc | InvocationID=cd707de4-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:22+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd707b82-2433-11ed-bb58-6e5a60f849fc | InvocationID=cd707de4-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:31+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b3c252-2433-11ed-bb58-6e5a60f849fc | InvocationID=c3b3c482-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:07:31+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a2c114-2433-11ed-bb58-6e5a60f849fc | InvocationID=d2a2c380-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:07:31+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a2c114-2433-11ed-bb58-6e5a60f849fc | InvocationID=d2a2c380-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:07:31+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a2c114-2433-11ed-bb58-6e5a60f849fc | InvocationID=d2a2c380-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:07:42+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd707b82-2433-11ed-bb58-6e5a60f849fc | InvocationID=cd707de4-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:07:42+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d96ae026-2433-11ed-bb58-6e5a60f849fc | InvocationID=d96ae2e2-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:07:42+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d96ae026-2433-11ed-bb58-6e5a60f849fc | InvocationID=d96ae2e2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:42+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d96ae026-2433-11ed-bb58-6e5a60f849fc | InvocationID=d96ae2e2-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:07:56+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a2c114-2433-11ed-bb58-6e5a60f849fc | InvocationID=d2a2c380-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:07:56+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e19656ae-2433-11ed-bb58-6e5a60f849fc | InvocationID=e19659b0-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:07:56+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e19656ae-2433-11ed-bb58-6e5a60f849fc | InvocationID=e19659b0-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:07:56+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e19656ae-2433-11ed-bb58-6e5a60f849fc | InvocationID=e19659b0-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:08:02+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d96ae026-2433-11ed-bb58-6e5a60f849fc | InvocationID=d96ae2e2-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:08:02+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e572016a-2433-11ed-bb58-6e5a60f849fc | InvocationID=e5720476-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:08:03+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e572016a-2433-11ed-bb58-6e5a60f849fc | InvocationID=e5720476-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:03+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e572016a-2433-11ed-bb58-6e5a60f849fc | InvocationID=e5720476-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:21+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e19656ae-2433-11ed-bb58-6e5a60f849fc | InvocationID=e19659b0-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:08:21+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f089ead6-2433-11ed-bb58-6e5a60f849fc | InvocationID=f089ed9c-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:08:21+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f089ead6-2433-11ed-bb58-6e5a60f849fc | InvocationID=f089ed9c-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:08:21+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f089ead6-2433-11ed-bb58-6e5a60f849fc | InvocationID=f089ed9c-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:08:23+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e572016a-2433-11ed-bb58-6e5a60f849fc | InvocationID=e5720476-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:08:23+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f169f540-2433-11ed-bb58-6e5a60f849fc | InvocationID=f169f8ba-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:08:23+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f169f540-2433-11ed-bb58-6e5a60f849fc | InvocationID=f169f8ba-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:23+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f169f540-2433-11ed-bb58-6e5a60f849fc | InvocationID=f169f8ba-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:43+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f169f540-2433-11ed-bb58-6e5a60f849fc | InvocationID=f169f8ba-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:08:43+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5e8906-2433-11ed-bb58-6e5a60f849fc | InvocationID=fd5e8b54-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:08:43+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5e8906-2433-11ed-bb58-6e5a60f849fc | InvocationID=fd5e8b54-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:43+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5e8906-2433-11ed-bb58-6e5a60f849fc | InvocationID=fd5e8b54-2433-11ed-bb58-6e5a60f849fc | 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-08-25T05:08:46+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f089ead6-2433-11ed-bb58-6e5a60f849fc | InvocationID=f089ed9c-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:08:46+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff79a202-2433-11ed-bb58-6e5a60f849fc | InvocationID=ff79a4be-2433-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:08:46+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff79a202-2433-11ed-bb58-6e5a60f849fc | InvocationID=ff79a4be-2433-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:08:46+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff79a202-2433-11ed-bb58-6e5a60f849fc | InvocationID=ff79a4be-2433-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:09:03+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5e8906-2433-11ed-bb58-6e5a60f849fc | InvocationID=fd5e8b54-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:09:03+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095360ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=09537528-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:09:03+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095360ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=09537528-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:09:03+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095360ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=09537528-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:09:11+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff79a202-2433-11ed-bb58-6e5a60f849fc | InvocationID=ff79a4be-2433-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:09:11+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e6bd4e2-2434-11ed-bb58-6e5a60f849fc | InvocationID=0e6bd6f4-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:09:11+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e6bd4e2-2434-11ed-bb58-6e5a60f849fc | InvocationID=0e6bd6f4-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:09:11+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e6bd4e2-2434-11ed-bb58-6e5a60f849fc | InvocationID=0e6bd6f4-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:09:23+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095360ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=09537528-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:09:23+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1548fd80-2434-11ed-bb58-6e5a60f849fc | InvocationID=1548ff88-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:09:23+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1548fd80-2434-11ed-bb58-6e5a60f849fc | InvocationID=1548ff88-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:09:23+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1548fd80-2434-11ed-bb58-6e5a60f849fc | InvocationID=1548ff88-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:09:36+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e6bd4e2-2434-11ed-bb58-6e5a60f849fc | InvocationID=0e6bd6f4-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:09:36+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d5b2494-2434-11ed-bb58-6e5a60f849fc | InvocationID=1d5b2778-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:09:36+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d5b2494-2434-11ed-bb58-6e5a60f849fc | InvocationID=1d5b2778-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:09:36+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d5b2494-2434-11ed-bb58-6e5a60f849fc | InvocationID=1d5b2778-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:09:43+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1548fd80-2434-11ed-bb58-6e5a60f849fc | InvocationID=1548ff88-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:09:43+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21419b60-2434-11ed-bb58-6e5a60f849fc | InvocationID=21419dc2-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:09:43+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21419b60-2434-11ed-bb58-6e5a60f849fc | InvocationID=21419dc2-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:09:43+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21419b60-2434-11ed-bb58-6e5a60f849fc | InvocationID=21419dc2-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:01+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d5b2494-2434-11ed-bb58-6e5a60f849fc | InvocationID=1d5b2778-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:10:01+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c4b5ffa-2434-11ed-bb58-6e5a60f849fc | InvocationID=2c4b62de-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:10:01+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c4b5ffa-2434-11ed-bb58-6e5a60f849fc | InvocationID=2c4b62de-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:10:01+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c4b5ffa-2434-11ed-bb58-6e5a60f849fc | InvocationID=2c4b62de-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:10:03+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21419b60-2434-11ed-bb58-6e5a60f849fc | InvocationID=21419dc2-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:10:03+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d42ad32-2434-11ed-bb58-6e5a60f849fc | InvocationID=2d42afa8-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:10:03+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d42ad32-2434-11ed-bb58-6e5a60f849fc | InvocationID=2d42afa8-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:03+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d42ad32-2434-11ed-bb58-6e5a60f849fc | InvocationID=2d42afa8-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:23+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d42ad32-2434-11ed-bb58-6e5a60f849fc | InvocationID=2d42afa8-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:10:23+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3940c056-2434-11ed-bb58-6e5a60f849fc | InvocationID=3940c2ae-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:10:23+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3940c056-2434-11ed-bb58-6e5a60f849fc | InvocationID=3940c2ae-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:23+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3940c056-2434-11ed-bb58-6e5a60f849fc | InvocationID=3940c2ae-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:26+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c4b5ffa-2434-11ed-bb58-6e5a60f849fc | InvocationID=2c4b62de-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:10:26+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b3c61bc-2434-11ed-bb58-6e5a60f849fc | InvocationID=3b3c6464-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:10:26+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b3c61bc-2434-11ed-bb58-6e5a60f849fc | InvocationID=3b3c6464-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:10:26+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b3c61bc-2434-11ed-bb58-6e5a60f849fc | InvocationID=3b3c6464-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:10:43+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3940c056-2434-11ed-bb58-6e5a60f849fc | InvocationID=3940c2ae-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:10:43+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=453fa6ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=453fa8e0-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:10:43+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=453fa6ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=453fa8e0-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:43+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=453fa6ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=453fa8e0-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:10:51+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b3c61bc-2434-11ed-bb58-6e5a60f849fc | InvocationID=3b3c6464-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:10:51+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a2c5a24-2434-11ed-bb58-6e5a60f849fc | InvocationID=4a2c64ec-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:10:52+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a2c5a24-2434-11ed-bb58-6e5a60f849fc | InvocationID=4a2c64ec-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:10:52+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a2c5a24-2434-11ed-bb58-6e5a60f849fc | InvocationID=4a2c64ec-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:11:03+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=453fa6ce-2434-11ed-bb58-6e5a60f849fc | InvocationID=453fa8e0-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:11:03+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51398eb8-2434-11ed-bb58-6e5a60f849fc | InvocationID=5139920a-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:11:03+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51398eb8-2434-11ed-bb58-6e5a60f849fc | InvocationID=5139920a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:11:03+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51398eb8-2434-11ed-bb58-6e5a60f849fc | InvocationID=5139920a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:11:17+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a2c5a24-2434-11ed-bb58-6e5a60f849fc | InvocationID=4a2c64ec-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:11:17+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925bb38-2434-11ed-bb58-6e5a60f849fc | InvocationID=5925be6c-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:11:17+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925bb38-2434-11ed-bb58-6e5a60f849fc | InvocationID=5925be6c-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:11:17+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925bb38-2434-11ed-bb58-6e5a60f849fc | InvocationID=5925be6c-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:11:23+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51398eb8-2434-11ed-bb58-6e5a60f849fc | InvocationID=5139920a-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:11:23+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d2f4a6e-2434-11ed-bb58-6e5a60f849fc | InvocationID=5d2f4c94-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:11:23+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d2f4a6e-2434-11ed-bb58-6e5a60f849fc | InvocationID=5d2f4c94-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:11:23+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d2f4a6e-2434-11ed-bb58-6e5a60f849fc | InvocationID=5d2f4c94-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:11:42+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925bb38-2434-11ed-bb58-6e5a60f849fc | InvocationID=5925be6c-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:11:42+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=681a494c-2434-11ed-bb58-6e5a60f849fc | InvocationID=681a4db6-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:11:42+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=681a494c-2434-11ed-bb58-6e5a60f849fc | InvocationID=681a4db6-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:11:42+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=681a494c-2434-11ed-bb58-6e5a60f849fc | InvocationID=681a4db6-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:11:43+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d2f4a6e-2434-11ed-bb58-6e5a60f849fc | InvocationID=5d2f4c94-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:11:43+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6927235a-2434-11ed-bb58-6e5a60f849fc | InvocationID=6927258a-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:11:44+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6927235a-2434-11ed-bb58-6e5a60f849fc | InvocationID=6927258a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:11:44+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6927235a-2434-11ed-bb58-6e5a60f849fc | InvocationID=6927258a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:04+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6927235a-2434-11ed-bb58-6e5a60f849fc | InvocationID=6927258a-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:12:04+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751d7d08-2434-11ed-bb58-6e5a60f849fc | InvocationID=751d8028-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:12:04+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751d7d08-2434-11ed-bb58-6e5a60f849fc | InvocationID=751d8028-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:04+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=751d7d08-2434-11ed-bb58-6e5a60f849fc | InvocationID=751d8028-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:07+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=681a494c-2434-11ed-bb58-6e5a60f849fc | InvocationID=681a4db6-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:12:07+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=770d12a4-2434-11ed-bb58-6e5a60f849fc | InvocationID=770d1574-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:12:07+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=770d12a4-2434-11ed-bb58-6e5a60f849fc | InvocationID=770d1574-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:12:07+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=770d12a4-2434-11ed-bb58-6e5a60f849fc | InvocationID=770d1574-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:12:24+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=751d7d08-2434-11ed-bb58-6e5a60f849fc | InvocationID=751d8028-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:12:24+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81183e54-2434-11ed-bb58-6e5a60f849fc | InvocationID=811857ea-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:12:24+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81183e54-2434-11ed-bb58-6e5a60f849fc | InvocationID=811857ea-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:24+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81183e54-2434-11ed-bb58-6e5a60f849fc | InvocationID=811857ea-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:32+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=770d12a4-2434-11ed-bb58-6e5a60f849fc | InvocationID=770d1574-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:12:32+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fe3f86-2434-11ed-bb58-6e5a60f849fc | InvocationID=85fe429c-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:12:32+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fe3f86-2434-11ed-bb58-6e5a60f849fc | InvocationID=85fe429c-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:12:32+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85fe3f86-2434-11ed-bb58-6e5a60f849fc | InvocationID=85fe429c-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:12:44+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81183e54-2434-11ed-bb58-6e5a60f849fc | InvocationID=811857ea-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:12:44+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0f6fe8-2434-11ed-bb58-6e5a60f849fc | InvocationID=8d0f729a-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:12:44+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0f6fe8-2434-11ed-bb58-6e5a60f849fc | InvocationID=8d0f729a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:44+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d0f6fe8-2434-11ed-bb58-6e5a60f849fc | InvocationID=8d0f729a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:12:57+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85fe3f86-2434-11ed-bb58-6e5a60f849fc | InvocationID=85fe429c-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:12:57+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f00b96-2434-11ed-bb58-6e5a60f849fc | InvocationID=94f00e3e-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:12:57+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f00b96-2434-11ed-bb58-6e5a60f849fc | InvocationID=94f00e3e-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:12:57+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f00b96-2434-11ed-bb58-6e5a60f849fc | InvocationID=94f00e3e-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:13:04+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d0f6fe8-2434-11ed-bb58-6e5a60f849fc | InvocationID=8d0f729a-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:13:04+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99059dd6-2434-11ed-bb58-6e5a60f849fc | InvocationID=9905a07e-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:13:04+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99059dd6-2434-11ed-bb58-6e5a60f849fc | InvocationID=9905a07e-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:04+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99059dd6-2434-11ed-bb58-6e5a60f849fc | InvocationID=9905a07e-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:22+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f00b96-2434-11ed-bb58-6e5a60f849fc | InvocationID=94f00e3e-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:13:22+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e00e80-2434-11ed-bb58-6e5a60f849fc | InvocationID=a3e0107e-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:13:22+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e00e80-2434-11ed-bb58-6e5a60f849fc | InvocationID=a3e0107e-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:13:22+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3e00e80-2434-11ed-bb58-6e5a60f849fc | InvocationID=a3e0107e-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:13:24+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99059dd6-2434-11ed-bb58-6e5a60f849fc | InvocationID=9905a07e-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:13:24+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4fde6de-2434-11ed-bb58-6e5a60f849fc | InvocationID=a4fde9d6-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:13:24+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4fde6de-2434-11ed-bb58-6e5a60f849fc | InvocationID=a4fde9d6-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:24+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4fde6de-2434-11ed-bb58-6e5a60f849fc | InvocationID=a4fde9d6-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:44+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4fde6de-2434-11ed-bb58-6e5a60f849fc | InvocationID=a4fde9d6-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:13:44+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f880de-2434-11ed-bb58-6e5a60f849fc | InvocationID=b0f882aa-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:13:44+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f880de-2434-11ed-bb58-6e5a60f849fc | InvocationID=b0f882aa-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:44+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f880de-2434-11ed-bb58-6e5a60f849fc | InvocationID=b0f882aa-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:13:47+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3e00e80-2434-11ed-bb58-6e5a60f849fc | InvocationID=a3e0107e-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:13:47+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d251be-2434-11ed-bb58-6e5a60f849fc | InvocationID=b2d2545c-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:13:47+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d251be-2434-11ed-bb58-6e5a60f849fc | InvocationID=b2d2545c-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:13:47+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2d251be-2434-11ed-bb58-6e5a60f849fc | InvocationID=b2d2545c-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:14:04+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f880de-2434-11ed-bb58-6e5a60f849fc | InvocationID=b0f882aa-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:14:04+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcece498-2434-11ed-bb58-6e5a60f849fc | InvocationID=bcece790-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:14:04+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcece498-2434-11ed-bb58-6e5a60f849fc | InvocationID=bcece790-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:14:04+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcece498-2434-11ed-bb58-6e5a60f849fc | InvocationID=bcece790-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:14:12+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2d251be-2434-11ed-bb58-6e5a60f849fc | InvocationID=b2d2545c-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:14:12+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c7d842-2434-11ed-bb58-6e5a60f849fc | InvocationID=c1c7dac2-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:14:12+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c7d842-2434-11ed-bb58-6e5a60f849fc | InvocationID=c1c7dac2-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:14:12+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c7d842-2434-11ed-bb58-6e5a60f849fc | InvocationID=c1c7dac2-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:14:24+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcece498-2434-11ed-bb58-6e5a60f849fc | InvocationID=bcece790-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:14:24+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e41280-2434-11ed-bb58-6e5a60f849fc | InvocationID=c8e41686-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:14:24+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e41280-2434-11ed-bb58-6e5a60f849fc | InvocationID=c8e41686-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:14:24+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8e41280-2434-11ed-bb58-6e5a60f849fc | InvocationID=c8e41686-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:14:37+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c7d842-2434-11ed-bb58-6e5a60f849fc | InvocationID=c1c7dac2-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:14:37+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b82d7a-2434-11ed-bb58-6e5a60f849fc | InvocationID=d0b8305e-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:14:37+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b82d7a-2434-11ed-bb58-6e5a60f849fc | InvocationID=d0b8305e-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:14:37+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b82d7a-2434-11ed-bb58-6e5a60f849fc | InvocationID=d0b8305e-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:14:44+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8e41280-2434-11ed-bb58-6e5a60f849fc | InvocationID=c8e41686-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:14:44+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4d7cb40-2434-11ed-bb58-6e5a60f849fc | InvocationID=d4d7cd34-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:14:44+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4d7cb40-2434-11ed-bb58-6e5a60f849fc | InvocationID=d4d7cd34-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:14:44+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4d7cb40-2434-11ed-bb58-6e5a60f849fc | InvocationID=d4d7cd34-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:02+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b82d7a-2434-11ed-bb58-6e5a60f849fc | InvocationID=d0b8305e-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:15:02+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa9f2fa-2434-11ed-bb58-6e5a60f849fc | InvocationID=dfa9f552-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:15:02+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa9f2fa-2434-11ed-bb58-6e5a60f849fc | InvocationID=dfa9f552-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:15:02+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfa9f2fa-2434-11ed-bb58-6e5a60f849fc | InvocationID=dfa9f552-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:15:04+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4d7cb40-2434-11ed-bb58-6e5a60f849fc | InvocationID=d4d7cd34-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:15:04+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0cdf8c0-2434-11ed-bb58-6e5a60f849fc | InvocationID=e0cdfadc-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:15:04+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0cdf8c0-2434-11ed-bb58-6e5a60f849fc | InvocationID=e0cdfadc-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:04+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0cdf8c0-2434-11ed-bb58-6e5a60f849fc | InvocationID=e0cdfadc-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:24+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0cdf8c0-2434-11ed-bb58-6e5a60f849fc | InvocationID=e0cdfadc-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:15:24+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecc3a2c4-2434-11ed-bb58-6e5a60f849fc | InvocationID=ecc3ac92-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:15:24+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecc3a2c4-2434-11ed-bb58-6e5a60f849fc | InvocationID=ecc3ac92-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:24+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecc3a2c4-2434-11ed-bb58-6e5a60f849fc | InvocationID=ecc3ac92-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:27+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfa9f2fa-2434-11ed-bb58-6e5a60f849fc | InvocationID=dfa9f552-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:15:27+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9beb10-2434-11ed-bb58-6e5a60f849fc | InvocationID=ee9bed04-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:15:27+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9beb10-2434-11ed-bb58-6e5a60f849fc | InvocationID=ee9bed04-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:15:27+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee9beb10-2434-11ed-bb58-6e5a60f849fc | InvocationID=ee9bed04-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:15:44+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecc3a2c4-2434-11ed-bb58-6e5a60f849fc | InvocationID=ecc3ac92-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:15:44+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b8ec88-2434-11ed-bb58-6e5a60f849fc | InvocationID=f8b8f02a-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:15:44+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b8ec88-2434-11ed-bb58-6e5a60f849fc | InvocationID=f8b8f02a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:44+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8b8ec88-2434-11ed-bb58-6e5a60f849fc | InvocationID=f8b8f02a-2434-11ed-bb58-6e5a60f849fc | 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-08-25T05:15:52+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee9beb10-2434-11ed-bb58-6e5a60f849fc | InvocationID=ee9bed04-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:15:52+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd8fd50a-2434-11ed-bb58-6e5a60f849fc | InvocationID=fd8fd6ae-2434-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:15:52+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd8fd50a-2434-11ed-bb58-6e5a60f849fc | InvocationID=fd8fd6ae-2434-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:15:52+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd8fd50a-2434-11ed-bb58-6e5a60f849fc | InvocationID=fd8fd6ae-2434-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:16:04+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8b8ec88-2434-11ed-bb58-6e5a60f849fc | InvocationID=f8b8f02a-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:16:04+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bc3d50-2435-11ed-bb58-6e5a60f849fc | InvocationID=04bc4106-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:16:05+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bc3d50-2435-11ed-bb58-6e5a60f849fc | InvocationID=04bc4106-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:16:05+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04bc3d50-2435-11ed-bb58-6e5a60f849fc | InvocationID=04bc4106-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:16:17+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd8fd50a-2434-11ed-bb58-6e5a60f849fc | InvocationID=fd8fd6ae-2434-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:16:17+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7f926c-2435-11ed-bb58-6e5a60f849fc | InvocationID=0c7f967c-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:16:18+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7f926c-2435-11ed-bb58-6e5a60f849fc | InvocationID=0c7f967c-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:16:18+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7f926c-2435-11ed-bb58-6e5a60f849fc | InvocationID=0c7f967c-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:16:25+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04bc3d50-2435-11ed-bb58-6e5a60f849fc | InvocationID=04bc4106-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:16:25+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10b29ffa-2435-11ed-bb58-6e5a60f849fc | InvocationID=10b2a284-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:16:25+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10b29ffa-2435-11ed-bb58-6e5a60f849fc | InvocationID=10b2a284-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:16:25+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10b29ffa-2435-11ed-bb58-6e5a60f849fc | InvocationID=10b2a284-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:16:43+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7f926c-2435-11ed-bb58-6e5a60f849fc | InvocationID=0c7f967c-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:16:43+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b6f93b2-2435-11ed-bb58-6e5a60f849fc | InvocationID=1b6f9628-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:16:43+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b6f93b2-2435-11ed-bb58-6e5a60f849fc | InvocationID=1b6f9628-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:16:43+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b6f93b2-2435-11ed-bb58-6e5a60f849fc | InvocationID=1b6f9628-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:16:45+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10b29ffa-2435-11ed-bb58-6e5a60f849fc | InvocationID=10b2a284-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:16:45+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1caaee16-2435-11ed-bb58-6e5a60f849fc | InvocationID=1caaf1e0-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:16:45+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1caaee16-2435-11ed-bb58-6e5a60f849fc | InvocationID=1caaf1e0-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:16:45+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1caaee16-2435-11ed-bb58-6e5a60f849fc | InvocationID=1caaf1e0-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:05+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1caaee16-2435-11ed-bb58-6e5a60f849fc | InvocationID=1caaf1e0-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:17:05+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a05bde-2435-11ed-bb58-6e5a60f849fc | InvocationID=28a05fda-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:17:05+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a05bde-2435-11ed-bb58-6e5a60f849fc | InvocationID=28a05fda-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:05+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a05bde-2435-11ed-bb58-6e5a60f849fc | InvocationID=28a05fda-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:08+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b6f93b2-2435-11ed-bb58-6e5a60f849fc | InvocationID=1b6f9628-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:17:08+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a60e448-2435-11ed-bb58-6e5a60f849fc | InvocationID=2a60e646-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:17:08+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a60e448-2435-11ed-bb58-6e5a60f849fc | InvocationID=2a60e646-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:17:08+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a60e448-2435-11ed-bb58-6e5a60f849fc | InvocationID=2a60e646-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:17:25+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a05bde-2435-11ed-bb58-6e5a60f849fc | InvocationID=28a05fda-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:17:25+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349db6de-2435-11ed-bb58-6e5a60f849fc | InvocationID=349db90e-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:17:25+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349db6de-2435-11ed-bb58-6e5a60f849fc | InvocationID=349db90e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:25+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349db6de-2435-11ed-bb58-6e5a60f849fc | InvocationID=349db90e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:33+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a60e448-2435-11ed-bb58-6e5a60f849fc | InvocationID=2a60e646-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:17:33+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395833fc-2435-11ed-bb58-6e5a60f849fc | InvocationID=395835be-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:17:33+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395833fc-2435-11ed-bb58-6e5a60f849fc | InvocationID=395835be-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:17:33+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395833fc-2435-11ed-bb58-6e5a60f849fc | InvocationID=395835be-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:17:45+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349db6de-2435-11ed-bb58-6e5a60f849fc | InvocationID=349db90e-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:17:45+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409316d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=4093190c-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:17:45+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=409316d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=4093190c-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:45+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=409316d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=4093190c-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:17:58+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395833fc-2435-11ed-bb58-6e5a60f849fc | InvocationID=395835be-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:17:58+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484e800a-2435-11ed-bb58-6e5a60f849fc | InvocationID=484e81ea-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:17:58+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484e800a-2435-11ed-bb58-6e5a60f849fc | InvocationID=484e81ea-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:17:58+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484e800a-2435-11ed-bb58-6e5a60f849fc | InvocationID=484e81ea-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:18:05+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=409316d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=4093190c-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:18:05+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c898bce-2435-11ed-bb58-6e5a60f849fc | InvocationID=4c898e8a-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:18:05+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c898bce-2435-11ed-bb58-6e5a60f849fc | InvocationID=4c898e8a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:05+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c898bce-2435-11ed-bb58-6e5a60f849fc | InvocationID=4c898e8a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:23+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484e800a-2435-11ed-bb58-6e5a60f849fc | InvocationID=484e81ea-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:18:23+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=573d6f4a-2435-11ed-bb58-6e5a60f849fc | InvocationID=573d7184-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:18:23+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=573d6f4a-2435-11ed-bb58-6e5a60f849fc | InvocationID=573d7184-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:18:23+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=573d6f4a-2435-11ed-bb58-6e5a60f849fc | InvocationID=573d7184-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:18:25+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c898bce-2435-11ed-bb58-6e5a60f849fc | InvocationID=4c898e8a-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:18:25+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58845a44-2435-11ed-bb58-6e5a60f849fc | InvocationID=58845d0a-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:18:25+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58845a44-2435-11ed-bb58-6e5a60f849fc | InvocationID=58845d0a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:25+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58845a44-2435-11ed-bb58-6e5a60f849fc | InvocationID=58845d0a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:45+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58845a44-2435-11ed-bb58-6e5a60f849fc | InvocationID=58845d0a-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:18:45+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647b087a-2435-11ed-bb58-6e5a60f849fc | InvocationID=647b0ab4-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:18:45+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647b087a-2435-11ed-bb58-6e5a60f849fc | InvocationID=647b0ab4-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:45+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=647b087a-2435-11ed-bb58-6e5a60f849fc | InvocationID=647b0ab4-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:18:48+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=573d6f4a-2435-11ed-bb58-6e5a60f849fc | InvocationID=573d7184-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:18:48+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662fc49e-2435-11ed-bb58-6e5a60f849fc | InvocationID=662fc7b4-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:18:48+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662fc49e-2435-11ed-bb58-6e5a60f849fc | InvocationID=662fc7b4-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:18:48+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662fc49e-2435-11ed-bb58-6e5a60f849fc | InvocationID=662fc7b4-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:19:05+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=647b087a-2435-11ed-bb58-6e5a60f849fc | InvocationID=647b0ab4-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:19:05+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7070be40-2435-11ed-bb58-6e5a60f849fc | InvocationID=7070c0ca-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:19:05+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7070be40-2435-11ed-bb58-6e5a60f849fc | InvocationID=7070c0ca-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:19:05+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7070be40-2435-11ed-bb58-6e5a60f849fc | InvocationID=7070c0ca-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:19:13+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662fc49e-2435-11ed-bb58-6e5a60f849fc | InvocationID=662fc7b4-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:19:13+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751fc878-2435-11ed-bb58-6e5a60f849fc | InvocationID=751fcaf8-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:19:13+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751fc878-2435-11ed-bb58-6e5a60f849fc | InvocationID=751fcaf8-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:19:13+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751fc878-2435-11ed-bb58-6e5a60f849fc | InvocationID=751fcaf8-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:19:25+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7070be40-2435-11ed-bb58-6e5a60f849fc | InvocationID=7070c0ca-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:19:25+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c6b7186-2435-11ed-bb58-6e5a60f849fc | InvocationID=7c6b79b0-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:19:25+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c6b7186-2435-11ed-bb58-6e5a60f849fc | InvocationID=7c6b79b0-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:19:25+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c6b7186-2435-11ed-bb58-6e5a60f849fc | InvocationID=7c6b79b0-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:19:38+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751fc878-2435-11ed-bb58-6e5a60f849fc | InvocationID=751fcaf8-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:19:38+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84194cf0-2435-11ed-bb58-6e5a60f849fc | InvocationID=84194f2a-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:19:38+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84194cf0-2435-11ed-bb58-6e5a60f849fc | InvocationID=84194f2a-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:19:38+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84194cf0-2435-11ed-bb58-6e5a60f849fc | InvocationID=84194f2a-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:19:45+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c6b7186-2435-11ed-bb58-6e5a60f849fc | InvocationID=7c6b79b0-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:19:45+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88614cae-2435-11ed-bb58-6e5a60f849fc | InvocationID=88615122-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:19:45+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88614cae-2435-11ed-bb58-6e5a60f849fc | InvocationID=88615122-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:19:45+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88614cae-2435-11ed-bb58-6e5a60f849fc | InvocationID=88615122-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:03+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84194cf0-2435-11ed-bb58-6e5a60f849fc | InvocationID=84194f2a-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:20:03+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931376cc-2435-11ed-bb58-6e5a60f849fc | InvocationID=93137dde-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:20:03+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931376cc-2435-11ed-bb58-6e5a60f849fc | InvocationID=93137dde-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:20:03+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931376cc-2435-11ed-bb58-6e5a60f849fc | InvocationID=93137dde-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:20:05+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88614cae-2435-11ed-bb58-6e5a60f849fc | InvocationID=88615122-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:20:05+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94612b6e-2435-11ed-bb58-6e5a60f849fc | InvocationID=94612ea2-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:20:06+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94612b6e-2435-11ed-bb58-6e5a60f849fc | InvocationID=94612ea2-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:06+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94612b6e-2435-11ed-bb58-6e5a60f849fc | InvocationID=94612ea2-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:26+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94612b6e-2435-11ed-bb58-6e5a60f849fc | InvocationID=94612ea2-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:20:26+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a06230d4-2435-11ed-bb58-6e5a60f849fc | InvocationID=a0623778-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:20:26+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a06230d4-2435-11ed-bb58-6e5a60f849fc | InvocationID=a0623778-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:26+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a06230d4-2435-11ed-bb58-6e5a60f849fc | InvocationID=a0623778-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:28+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931376cc-2435-11ed-bb58-6e5a60f849fc | InvocationID=93137dde-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:20:28+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21a4b0a-2435-11ed-bb58-6e5a60f849fc | InvocationID=a21a4dbc-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:20:29+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21a4b0a-2435-11ed-bb58-6e5a60f849fc | InvocationID=a21a4dbc-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:20:29+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21a4b0a-2435-11ed-bb58-6e5a60f849fc | InvocationID=a21a4dbc-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:20:46+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a06230d4-2435-11ed-bb58-6e5a60f849fc | InvocationID=a0623778-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:20:46+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5d9018-2435-11ed-bb58-6e5a60f849fc | InvocationID=ac5d9298-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:20:46+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5d9018-2435-11ed-bb58-6e5a60f849fc | InvocationID=ac5d9298-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:46+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac5d9018-2435-11ed-bb58-6e5a60f849fc | InvocationID=ac5d9298-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:20:54+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21a4b0a-2435-11ed-bb58-6e5a60f849fc | InvocationID=a21a4dbc-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:20:54+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b11532d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=b1153610-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:20:54+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b11532d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=b1153610-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:20:54+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b11532d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=b1153610-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:21:06+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac5d9018-2435-11ed-bb58-6e5a60f849fc | InvocationID=ac5d9298-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:21:06+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b857e5f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=b857e8aa-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:21:06+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b857e5f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=b857e8aa-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:21:06+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b857e5f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=b857e8aa-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:21:19+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b11532d2-2435-11ed-bb58-6e5a60f849fc | InvocationID=b1153610-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:21:19+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c008d0be-2435-11ed-bb58-6e5a60f849fc | InvocationID=c008d3e8-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:21:19+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c008d0be-2435-11ed-bb58-6e5a60f849fc | InvocationID=c008d3e8-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:21:19+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c008d0be-2435-11ed-bb58-6e5a60f849fc | InvocationID=c008d3e8-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:21:26+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b857e5f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=b857e8aa-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:21:26+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44f64f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=c44f6a2a-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:21:26+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44f64f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=c44f6a2a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:21:26+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c44f64f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=c44f6a2a-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:21:44+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c008d0be-2435-11ed-bb58-6e5a60f849fc | InvocationID=c008d3e8-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:21:44+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf07ac7a-2435-11ed-bb58-6e5a60f849fc | InvocationID=cf07ae46-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:21:44+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf07ac7a-2435-11ed-bb58-6e5a60f849fc | InvocationID=cf07ae46-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:21:44+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf07ac7a-2435-11ed-bb58-6e5a60f849fc | InvocationID=cf07ae46-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:21:46+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c44f64f8-2435-11ed-bb58-6e5a60f849fc | InvocationID=c44f6a2a-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:21:46+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d046cfd0-2435-11ed-bb58-6e5a60f849fc | InvocationID=d046d1ba-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:21:46+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d046cfd0-2435-11ed-bb58-6e5a60f849fc | InvocationID=d046d1ba-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:21:46+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d046cfd0-2435-11ed-bb58-6e5a60f849fc | InvocationID=d046d1ba-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:06+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d046cfd0-2435-11ed-bb58-6e5a60f849fc | InvocationID=d046d1ba-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:22:06+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc454564-2435-11ed-bb58-6e5a60f849fc | InvocationID=dc454d8e-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:22:06+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc454564-2435-11ed-bb58-6e5a60f849fc | InvocationID=dc454d8e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:06+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc454564-2435-11ed-bb58-6e5a60f849fc | InvocationID=dc454d8e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:09+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf07ac7a-2435-11ed-bb58-6e5a60f849fc | InvocationID=cf07ae46-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:22:09+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddffa7e6-2435-11ed-bb58-6e5a60f849fc | InvocationID=ddffa9ee-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:22:09+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddffa7e6-2435-11ed-bb58-6e5a60f849fc | InvocationID=ddffa9ee-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:22:09+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddffa7e6-2435-11ed-bb58-6e5a60f849fc | InvocationID=ddffa9ee-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:22:26+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc454564-2435-11ed-bb58-6e5a60f849fc | InvocationID=dc454d8e-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:22:26+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e83ee78a-2435-11ed-bb58-6e5a60f849fc | InvocationID=e83eeb5e-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:22:26+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e83ee78a-2435-11ed-bb58-6e5a60f849fc | InvocationID=e83eeb5e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:26+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e83ee78a-2435-11ed-bb58-6e5a60f849fc | InvocationID=e83eeb5e-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:34+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddffa7e6-2435-11ed-bb58-6e5a60f849fc | InvocationID=ddffa9ee-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:22:34+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf02956-2435-11ed-bb58-6e5a60f849fc | InvocationID=ecf02b86-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:22:34+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf02956-2435-11ed-bb58-6e5a60f849fc | InvocationID=ecf02b86-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:22:34+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecf02956-2435-11ed-bb58-6e5a60f849fc | InvocationID=ecf02b86-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:22:46+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e83ee78a-2435-11ed-bb58-6e5a60f849fc | InvocationID=e83eeb5e-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:22:46+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f448a3c2-2435-11ed-bb58-6e5a60f849fc | InvocationID=f448a610-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:22:47+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f448a3c2-2435-11ed-bb58-6e5a60f849fc | InvocationID=f448a610-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:47+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f448a3c2-2435-11ed-bb58-6e5a60f849fc | InvocationID=f448a610-2435-11ed-bb58-6e5a60f849fc | 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-08-25T05:22:59+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecf02956-2435-11ed-bb58-6e5a60f849fc | InvocationID=ecf02b86-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:22:59+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc10028a-2435-11ed-bb58-6e5a60f849fc | InvocationID=fc10047e-2435-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:23:00+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc10028a-2435-11ed-bb58-6e5a60f849fc | InvocationID=fc10047e-2435-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:23:00+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc10028a-2435-11ed-bb58-6e5a60f849fc | InvocationID=fc10047e-2435-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:23:07+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f448a3c2-2435-11ed-bb58-6e5a60f849fc | InvocationID=f448a610-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:23:07+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00555af2-2436-11ed-bb58-6e5a60f849fc | InvocationID=00555d36-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:23:07+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00555af2-2436-11ed-bb58-6e5a60f849fc | InvocationID=00555d36-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:07+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00555af2-2436-11ed-bb58-6e5a60f849fc | InvocationID=00555d36-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:25+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc10028a-2435-11ed-bb58-6e5a60f849fc | InvocationID=fc10047e-2435-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:23:25+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0de32e-2436-11ed-bb58-6e5a60f849fc | InvocationID=0b0dec02-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:23:25+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0de32e-2436-11ed-bb58-6e5a60f849fc | InvocationID=0b0dec02-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:23:25+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0de32e-2436-11ed-bb58-6e5a60f849fc | InvocationID=0b0dec02-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:23:27+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00555af2-2436-11ed-bb58-6e5a60f849fc | InvocationID=00555d36-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:23:27+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4f1082-2436-11ed-bb58-6e5a60f849fc | InvocationID=0c4f135c-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:23:27+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4f1082-2436-11ed-bb58-6e5a60f849fc | InvocationID=0c4f135c-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:27+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4f1082-2436-11ed-bb58-6e5a60f849fc | InvocationID=0c4f135c-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:47+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4f1082-2436-11ed-bb58-6e5a60f849fc | InvocationID=0c4f135c-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:23:47+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18484c82-2436-11ed-bb58-6e5a60f849fc | InvocationID=18485560-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:23:47+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18484c82-2436-11ed-bb58-6e5a60f849fc | InvocationID=18485560-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:47+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18484c82-2436-11ed-bb58-6e5a60f849fc | InvocationID=18485560-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:23:50+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0de32e-2436-11ed-bb58-6e5a60f849fc | InvocationID=0b0dec02-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:23:50+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a034266-2436-11ed-bb58-6e5a60f849fc | InvocationID=1a034a5e-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:23:50+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a034266-2436-11ed-bb58-6e5a60f849fc | InvocationID=1a034a5e-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:23:50+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a034266-2436-11ed-bb58-6e5a60f849fc | InvocationID=1a034a5e-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:24:07+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18484c82-2436-11ed-bb58-6e5a60f849fc | InvocationID=18485560-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:24:07+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24536c64-2436-11ed-bb58-6e5a60f849fc | InvocationID=24536eee-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:24:07+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24536c64-2436-11ed-bb58-6e5a60f849fc | InvocationID=24536eee-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:24:07+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24536c64-2436-11ed-bb58-6e5a60f849fc | InvocationID=24536eee-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:24:15+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a034266-2436-11ed-bb58-6e5a60f849fc | InvocationID=1a034a5e-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:24:15+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fff674-2436-11ed-bb58-6e5a60f849fc | InvocationID=28fff930-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:24:15+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fff674-2436-11ed-bb58-6e5a60f849fc | InvocationID=28fff930-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:24:15+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fff674-2436-11ed-bb58-6e5a60f849fc | InvocationID=28fff930-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:24:27+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24536c64-2436-11ed-bb58-6e5a60f849fc | InvocationID=24536eee-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:24:27+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3055a16c-2436-11ed-bb58-6e5a60f849fc | InvocationID=3055a40a-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:24:27+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3055a16c-2436-11ed-bb58-6e5a60f849fc | InvocationID=3055a40a-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:24:27+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3055a16c-2436-11ed-bb58-6e5a60f849fc | InvocationID=3055a40a-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:24:40+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fff674-2436-11ed-bb58-6e5a60f849fc | InvocationID=28fff930-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:24:40+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f1aa88-2436-11ed-bb58-6e5a60f849fc | InvocationID=37f1acfe-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:24:40+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f1aa88-2436-11ed-bb58-6e5a60f849fc | InvocationID=37f1acfe-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:24:40+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f1aa88-2436-11ed-bb58-6e5a60f849fc | InvocationID=37f1acfe-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:24:47+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3055a16c-2436-11ed-bb58-6e5a60f849fc | InvocationID=3055a40a-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:24:47+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c522f12-2436-11ed-bb58-6e5a60f849fc | InvocationID=3c523610-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:24:47+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c522f12-2436-11ed-bb58-6e5a60f849fc | InvocationID=3c523610-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:24:47+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c522f12-2436-11ed-bb58-6e5a60f849fc | InvocationID=3c523610-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:05+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f1aa88-2436-11ed-bb58-6e5a60f849fc | InvocationID=37f1acfe-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:25:05+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e68090-2436-11ed-bb58-6e5a60f849fc | InvocationID=46e686f8-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:25:05+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e68090-2436-11ed-bb58-6e5a60f849fc | InvocationID=46e686f8-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:25:05+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e68090-2436-11ed-bb58-6e5a60f849fc | InvocationID=46e686f8-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:25:07+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c522f12-2436-11ed-bb58-6e5a60f849fc | InvocationID=3c523610-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:25:07+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48529ebe-2436-11ed-bb58-6e5a60f849fc | InvocationID=4852a2b0-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:25:07+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48529ebe-2436-11ed-bb58-6e5a60f849fc | InvocationID=4852a2b0-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:07+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48529ebe-2436-11ed-bb58-6e5a60f849fc | InvocationID=4852a2b0-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:27+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48529ebe-2436-11ed-bb58-6e5a60f849fc | InvocationID=4852a2b0-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:25:27+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=544ba0da-2436-11ed-bb58-6e5a60f849fc | InvocationID=544ba8fa-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:25:28+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=544ba0da-2436-11ed-bb58-6e5a60f849fc | InvocationID=544ba8fa-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:28+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=544ba0da-2436-11ed-bb58-6e5a60f849fc | InvocationID=544ba8fa-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:30+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e68090-2436-11ed-bb58-6e5a60f849fc | InvocationID=46e686f8-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:25:30+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55df54b4-2436-11ed-bb58-6e5a60f849fc | InvocationID=55df578e-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:25:30+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55df54b4-2436-11ed-bb58-6e5a60f849fc | InvocationID=55df578e-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:25:30+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55df54b4-2436-11ed-bb58-6e5a60f849fc | InvocationID=55df578e-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:25:48+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=544ba0da-2436-11ed-bb58-6e5a60f849fc | InvocationID=544ba8fa-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:25:48+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604434ce-2436-11ed-bb58-6e5a60f849fc | InvocationID=60443776-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:25:48+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604434ce-2436-11ed-bb58-6e5a60f849fc | InvocationID=60443776-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:48+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604434ce-2436-11ed-bb58-6e5a60f849fc | InvocationID=60443776-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:25:55+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55df54b4-2436-11ed-bb58-6e5a60f849fc | InvocationID=55df578e-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:25:55+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d37702-2436-11ed-bb58-6e5a60f849fc | InvocationID=64d379e6-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:25:55+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d37702-2436-11ed-bb58-6e5a60f849fc | InvocationID=64d379e6-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:25:55+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d37702-2436-11ed-bb58-6e5a60f849fc | InvocationID=64d379e6-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:26:08+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604434ce-2436-11ed-bb58-6e5a60f849fc | InvocationID=60443776-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:26:08+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c38b5d4-2436-11ed-bb58-6e5a60f849fc | InvocationID=6c38b872-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:26:08+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c38b5d4-2436-11ed-bb58-6e5a60f849fc | InvocationID=6c38b872-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:26:08+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c38b5d4-2436-11ed-bb58-6e5a60f849fc | InvocationID=6c38b872-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:26:20+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d37702-2436-11ed-bb58-6e5a60f849fc | InvocationID=64d379e6-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:26:20+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c6e316-2436-11ed-bb58-6e5a60f849fc | InvocationID=73c6e5be-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:26:20+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c6e316-2436-11ed-bb58-6e5a60f849fc | InvocationID=73c6e5be-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:26:20+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c6e316-2436-11ed-bb58-6e5a60f849fc | InvocationID=73c6e5be-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:26:28+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c38b5d4-2436-11ed-bb58-6e5a60f849fc | InvocationID=6c38b872-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:26:28+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7833a75e-2436-11ed-bb58-6e5a60f849fc | InvocationID=7833ab00-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:26:28+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7833a75e-2436-11ed-bb58-6e5a60f849fc | InvocationID=7833ab00-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:26:28+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7833a75e-2436-11ed-bb58-6e5a60f849fc | InvocationID=7833ab00-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:26:45+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c6e316-2436-11ed-bb58-6e5a60f849fc | InvocationID=73c6e5be-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:26:45+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b8cb6e-2436-11ed-bb58-6e5a60f849fc | InvocationID=82b8ceac-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:26:45+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b8cb6e-2436-11ed-bb58-6e5a60f849fc | InvocationID=82b8ceac-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:26:45+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b8cb6e-2436-11ed-bb58-6e5a60f849fc | InvocationID=82b8ceac-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:26:48+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7833a75e-2436-11ed-bb58-6e5a60f849fc | InvocationID=7833ab00-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:26:48+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8435aa0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=8435acb4-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:26:48+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8435aa0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=8435acb4-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:26:48+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8435aa0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=8435acb4-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:08+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8435aa0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=8435acb4-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:27:08+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902c1ecc-2436-11ed-bb58-6e5a60f849fc | InvocationID=902c2188-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:27:08+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902c1ecc-2436-11ed-bb58-6e5a60f849fc | InvocationID=902c2188-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:08+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=902c1ecc-2436-11ed-bb58-6e5a60f849fc | InvocationID=902c2188-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:10+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b8cb6e-2436-11ed-bb58-6e5a60f849fc | InvocationID=82b8ceac-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:27:10+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91abc73e-2436-11ed-bb58-6e5a60f849fc | InvocationID=91abc964-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:27:11+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91abc73e-2436-11ed-bb58-6e5a60f849fc | InvocationID=91abc964-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:27:11+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91abc73e-2436-11ed-bb58-6e5a60f849fc | InvocationID=91abc964-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:27:28+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=902c1ecc-2436-11ed-bb58-6e5a60f849fc | InvocationID=902c2188-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:27:28+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c27b452-2436-11ed-bb58-6e5a60f849fc | InvocationID=9c27b7d6-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:27:28+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c27b452-2436-11ed-bb58-6e5a60f849fc | InvocationID=9c27b7d6-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:28+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c27b452-2436-11ed-bb58-6e5a60f849fc | InvocationID=9c27b7d6-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:36+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91abc73e-2436-11ed-bb58-6e5a60f849fc | InvocationID=91abc964-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:27:36+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b2c318-2436-11ed-bb58-6e5a60f849fc | InvocationID=a0b2c642-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:27:36+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b2c318-2436-11ed-bb58-6e5a60f849fc | InvocationID=a0b2c642-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:27:36+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b2c318-2436-11ed-bb58-6e5a60f849fc | InvocationID=a0b2c642-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:27:48+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c27b452-2436-11ed-bb58-6e5a60f849fc | InvocationID=9c27b7d6-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:27:48+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8219b06-2436-11ed-bb58-6e5a60f849fc | InvocationID=a8219d40-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:27:48+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8219b06-2436-11ed-bb58-6e5a60f849fc | InvocationID=a8219d40-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:27:48+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8219b06-2436-11ed-bb58-6e5a60f849fc | InvocationID=a8219d40-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:01+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b2c318-2436-11ed-bb58-6e5a60f849fc | InvocationID=a0b2c642-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:28:01+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa49b3a-2436-11ed-bb58-6e5a60f849fc | InvocationID=afa49d1a-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:28:01+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa49b3a-2436-11ed-bb58-6e5a60f849fc | InvocationID=afa49d1a-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:28:01+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa49b3a-2436-11ed-bb58-6e5a60f849fc | InvocationID=afa49d1a-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:28:08+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8219b06-2436-11ed-bb58-6e5a60f849fc | InvocationID=a8219d40-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:28:08+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b417e10e-2436-11ed-bb58-6e5a60f849fc | InvocationID=b417e690-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:28:08+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b417e10e-2436-11ed-bb58-6e5a60f849fc | InvocationID=b417e690-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:08+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b417e10e-2436-11ed-bb58-6e5a60f849fc | InvocationID=b417e690-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:26+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa49b3a-2436-11ed-bb58-6e5a60f849fc | InvocationID=afa49d1a-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:28:26+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be92f22c-2436-11ed-bb58-6e5a60f849fc | InvocationID=be92f6be-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:28:26+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be92f22c-2436-11ed-bb58-6e5a60f849fc | InvocationID=be92f6be-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:28:26+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be92f22c-2436-11ed-bb58-6e5a60f849fc | InvocationID=be92f6be-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:28:28+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b417e10e-2436-11ed-bb58-6e5a60f849fc | InvocationID=b417e690-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:28:28+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0102610-2436-11ed-bb58-6e5a60f849fc | InvocationID=c01028cc-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:28:28+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0102610-2436-11ed-bb58-6e5a60f849fc | InvocationID=c01028cc-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:28+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0102610-2436-11ed-bb58-6e5a60f849fc | InvocationID=c01028cc-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:48+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0102610-2436-11ed-bb58-6e5a60f849fc | InvocationID=c01028cc-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:28:48+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0955ea-2436-11ed-bb58-6e5a60f849fc | InvocationID=cc0957de-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:28:48+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0955ea-2436-11ed-bb58-6e5a60f849fc | InvocationID=cc0957de-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:48+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc0955ea-2436-11ed-bb58-6e5a60f849fc | InvocationID=cc0957de-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:28:51+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be92f22c-2436-11ed-bb58-6e5a60f849fc | InvocationID=be92f6be-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:28:51+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8564f4-2436-11ed-bb58-6e5a60f849fc | InvocationID=cd8567ec-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:28:51+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8564f4-2436-11ed-bb58-6e5a60f849fc | InvocationID=cd8567ec-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:28:51+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd8564f4-2436-11ed-bb58-6e5a60f849fc | InvocationID=cd8567ec-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:29:08+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc0955ea-2436-11ed-bb58-6e5a60f849fc | InvocationID=cc0957de-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:29:08+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7feccae-2436-11ed-bb58-6e5a60f849fc | InvocationID=d7fecfe2-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:29:08+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7feccae-2436-11ed-bb58-6e5a60f849fc | InvocationID=d7fecfe2-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:29:08+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7feccae-2436-11ed-bb58-6e5a60f849fc | InvocationID=d7fecfe2-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:29:16+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd8564f4-2436-11ed-bb58-6e5a60f849fc | InvocationID=cd8567ec-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:29:16+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc81a24c-2436-11ed-bb58-6e5a60f849fc | InvocationID=dc81a666-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:29:16+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc81a24c-2436-11ed-bb58-6e5a60f849fc | InvocationID=dc81a666-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:29:16+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc81a24c-2436-11ed-bb58-6e5a60f849fc | InvocationID=dc81a666-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:29:28+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7feccae-2436-11ed-bb58-6e5a60f849fc | InvocationID=d7fecfe2-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:29:28+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f45920-2436-11ed-bb58-6e5a60f849fc | InvocationID=e3f45b14-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:29:29+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f45920-2436-11ed-bb58-6e5a60f849fc | InvocationID=e3f45b14-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:29:29+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3f45920-2436-11ed-bb58-6e5a60f849fc | InvocationID=e3f45b14-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:29:41+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc81a24c-2436-11ed-bb58-6e5a60f849fc | InvocationID=dc81a666-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:29:41+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb72f33c-2436-11ed-bb58-6e5a60f849fc | InvocationID=eb72f576-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:29:41+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb72f33c-2436-11ed-bb58-6e5a60f849fc | InvocationID=eb72f576-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:29:41+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb72f33c-2436-11ed-bb58-6e5a60f849fc | InvocationID=eb72f576-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:29:49+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3f45920-2436-11ed-bb58-6e5a60f849fc | InvocationID=e3f45b14-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:29:49+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efea34ca-2436-11ed-bb58-6e5a60f849fc | InvocationID=efea370e-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:29:49+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efea34ca-2436-11ed-bb58-6e5a60f849fc | InvocationID=efea370e-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:29:49+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efea34ca-2436-11ed-bb58-6e5a60f849fc | InvocationID=efea370e-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:06+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb72f33c-2436-11ed-bb58-6e5a60f849fc | InvocationID=eb72f576-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:30:06+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa631b60-2436-11ed-bb58-6e5a60f849fc | InvocationID=fa631ed0-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:30:06+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa631b60-2436-11ed-bb58-6e5a60f849fc | InvocationID=fa631ed0-2436-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:30:06+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa631b60-2436-11ed-bb58-6e5a60f849fc | InvocationID=fa631ed0-2436-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:30:09+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efea34ca-2436-11ed-bb58-6e5a60f849fc | InvocationID=efea370e-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:30:09+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbde5c0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=fbde5dec-2436-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:30:09+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbde5c0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=fbde5dec-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:09+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbde5c0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=fbde5dec-2436-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:29+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbde5c0c-2436-11ed-bb58-6e5a60f849fc | InvocationID=fbde5dec-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:30:29+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d1d692-2437-11ed-bb58-6e5a60f849fc | InvocationID=07d1d890-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:30:29+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d1d692-2437-11ed-bb58-6e5a60f849fc | InvocationID=07d1d890-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:29+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07d1d692-2437-11ed-bb58-6e5a60f849fc | InvocationID=07d1d890-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:31+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa631b60-2436-11ed-bb58-6e5a60f849fc | InvocationID=fa631ed0-2436-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:30:31+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09568972-2437-11ed-bb58-6e5a60f849fc | InvocationID=09568bac-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:30:31+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09568972-2437-11ed-bb58-6e5a60f849fc | InvocationID=09568bac-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:30:31+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09568972-2437-11ed-bb58-6e5a60f849fc | InvocationID=09568bac-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:30:49+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07d1d692-2437-11ed-bb58-6e5a60f849fc | InvocationID=07d1d890-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:30:49+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c7ba02-2437-11ed-bb58-6e5a60f849fc | InvocationID=13c7c5c4-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:30:49+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c7ba02-2437-11ed-bb58-6e5a60f849fc | InvocationID=13c7c5c4-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:49+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13c7ba02-2437-11ed-bb58-6e5a60f849fc | InvocationID=13c7c5c4-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:30:56+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09568972-2437-11ed-bb58-6e5a60f849fc | InvocationID=09568bac-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:30:56+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18471154-2437-11ed-bb58-6e5a60f849fc | InvocationID=184713ca-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:30:56+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18471154-2437-11ed-bb58-6e5a60f849fc | InvocationID=184713ca-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:30:56+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18471154-2437-11ed-bb58-6e5a60f849fc | InvocationID=184713ca-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:31:09+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13c7ba02-2437-11ed-bb58-6e5a60f849fc | InvocationID=13c7c5c4-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:31:09+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbcf458-2437-11ed-bb58-6e5a60f849fc | InvocationID=1fbcf638-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:31:09+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbcf458-2437-11ed-bb58-6e5a60f849fc | InvocationID=1fbcf638-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:31:09+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fbcf458-2437-11ed-bb58-6e5a60f849fc | InvocationID=1fbcf638-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:31:21+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18471154-2437-11ed-bb58-6e5a60f849fc | InvocationID=184713ca-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:31:21+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2739e27c-2437-11ed-bb58-6e5a60f849fc | InvocationID=2739e632-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:31:21+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2739e27c-2437-11ed-bb58-6e5a60f849fc | InvocationID=2739e632-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:31:21+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2739e27c-2437-11ed-bb58-6e5a60f849fc | InvocationID=2739e632-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:31:29+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fbcf458-2437-11ed-bb58-6e5a60f849fc | InvocationID=1fbcf638-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:31:29+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb1cf9a-2437-11ed-bb58-6e5a60f849fc | InvocationID=2bb1d468-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:31:29+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb1cf9a-2437-11ed-bb58-6e5a60f849fc | InvocationID=2bb1d468-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:31:29+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb1cf9a-2437-11ed-bb58-6e5a60f849fc | InvocationID=2bb1d468-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:31:46+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2739e27c-2437-11ed-bb58-6e5a60f849fc | InvocationID=2739e632-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:31:46+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362e0b28-2437-11ed-bb58-6e5a60f849fc | InvocationID=362e0d76-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:31:46+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362e0b28-2437-11ed-bb58-6e5a60f849fc | InvocationID=362e0d76-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:31:46+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362e0b28-2437-11ed-bb58-6e5a60f849fc | InvocationID=362e0d76-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:31:49+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb1cf9a-2437-11ed-bb58-6e5a60f849fc | InvocationID=2bb1d468-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:31:49+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a6a956-2437-11ed-bb58-6e5a60f849fc | InvocationID=37a6b43c-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:31:49+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a6a956-2437-11ed-bb58-6e5a60f849fc | InvocationID=37a6b43c-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:31:49+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37a6a956-2437-11ed-bb58-6e5a60f849fc | InvocationID=37a6b43c-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:09+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37a6a956-2437-11ed-bb58-6e5a60f849fc | InvocationID=37a6b43c-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:32:09+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439afbfe-2437-11ed-bb58-6e5a60f849fc | InvocationID=439aff00-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:32:09+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439afbfe-2437-11ed-bb58-6e5a60f849fc | InvocationID=439aff00-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:09+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439afbfe-2437-11ed-bb58-6e5a60f849fc | InvocationID=439aff00-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:11+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362e0b28-2437-11ed-bb58-6e5a60f849fc | InvocationID=362e0d76-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:32:11+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=452032e6-2437-11ed-bb58-6e5a60f849fc | InvocationID=452034b2-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:32:12+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=452032e6-2437-11ed-bb58-6e5a60f849fc | InvocationID=452034b2-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:32:12+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=452032e6-2437-11ed-bb58-6e5a60f849fc | InvocationID=452034b2-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:32:29+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439afbfe-2437-11ed-bb58-6e5a60f849fc | InvocationID=439aff00-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:32:29+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f91cb36-2437-11ed-bb58-6e5a60f849fc | InvocationID=4f91cd66-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:32:29+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f91cb36-2437-11ed-bb58-6e5a60f849fc | InvocationID=4f91cd66-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:29+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f91cb36-2437-11ed-bb58-6e5a60f849fc | InvocationID=4f91cd66-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:37+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=452032e6-2437-11ed-bb58-6e5a60f849fc | InvocationID=452034b2-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:32:37+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541281b4-2437-11ed-bb58-6e5a60f849fc | InvocationID=541284de-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:32:37+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541281b4-2437-11ed-bb58-6e5a60f849fc | InvocationID=541284de-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:32:37+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=541281b4-2437-11ed-bb58-6e5a60f849fc | InvocationID=541284de-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:32:49+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f91cb36-2437-11ed-bb58-6e5a60f849fc | InvocationID=4f91cd66-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:32:49+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8a5ab6-2437-11ed-bb58-6e5a60f849fc | InvocationID=5b8a5c96-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:32:49+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8a5ab6-2437-11ed-bb58-6e5a60f849fc | InvocationID=5b8a5c96-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:32:49+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8a5ab6-2437-11ed-bb58-6e5a60f849fc | InvocationID=5b8a5c96-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:02+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=541281b4-2437-11ed-bb58-6e5a60f849fc | InvocationID=541284de-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:33:02+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63049892-2437-11ed-bb58-6e5a60f849fc | InvocationID=63049b76-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:33:02+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63049892-2437-11ed-bb58-6e5a60f849fc | InvocationID=63049b76-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:33:02+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63049892-2437-11ed-bb58-6e5a60f849fc | InvocationID=63049b76-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:33:09+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8a5ab6-2437-11ed-bb58-6e5a60f849fc | InvocationID=5b8a5c96-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:33:09+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67807350-2437-11ed-bb58-6e5a60f849fc | InvocationID=67807620-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:33:09+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67807350-2437-11ed-bb58-6e5a60f849fc | InvocationID=67807620-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:09+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67807350-2437-11ed-bb58-6e5a60f849fc | InvocationID=67807620-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:27+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63049892-2437-11ed-bb58-6e5a60f849fc | InvocationID=63049b76-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:33:27+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f5729a-2437-11ed-bb58-6e5a60f849fc | InvocationID=71f5754c-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:33:27+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f5729a-2437-11ed-bb58-6e5a60f849fc | InvocationID=71f5754c-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:33:27+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71f5729a-2437-11ed-bb58-6e5a60f849fc | InvocationID=71f5754c-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:33:29+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67807350-2437-11ed-bb58-6e5a60f849fc | InvocationID=67807620-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:33:29+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7378efde-2437-11ed-bb58-6e5a60f849fc | InvocationID=7378f1e6-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:33:29+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7378efde-2437-11ed-bb58-6e5a60f849fc | InvocationID=7378f1e6-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:29+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7378efde-2437-11ed-bb58-6e5a60f849fc | InvocationID=7378f1e6-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:49+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7378efde-2437-11ed-bb58-6e5a60f849fc | InvocationID=7378f1e6-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:33:49+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7f38e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=7f7f3b44-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:33:49+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7f38e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=7f7f3b44-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:49+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f7f38e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=7f7f3b44-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:33:52+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71f5729a-2437-11ed-bb58-6e5a60f849fc | InvocationID=71f5754c-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:33:52+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e8e9c6-2437-11ed-bb58-6e5a60f849fc | InvocationID=80e8ec1e-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:33:52+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e8e9c6-2437-11ed-bb58-6e5a60f849fc | InvocationID=80e8ec1e-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:33:52+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e8e9c6-2437-11ed-bb58-6e5a60f849fc | InvocationID=80e8ec1e-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:34:09+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f7f38e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=7f7f3b44-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:34:09+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b74e8f4-2437-11ed-bb58-6e5a60f849fc | InvocationID=8b74ee3a-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:34:10+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b74e8f4-2437-11ed-bb58-6e5a60f849fc | InvocationID=8b74ee3a-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:34:10+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b74e8f4-2437-11ed-bb58-6e5a60f849fc | InvocationID=8b74ee3a-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:34:17+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e8e9c6-2437-11ed-bb58-6e5a60f849fc | InvocationID=80e8ec1e-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:34:17+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe43854-2437-11ed-bb58-6e5a60f849fc | InvocationID=8fe43a34-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:34:17+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe43854-2437-11ed-bb58-6e5a60f849fc | InvocationID=8fe43a34-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:34:17+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fe43854-2437-11ed-bb58-6e5a60f849fc | InvocationID=8fe43a34-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:34:30+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b74e8f4-2437-11ed-bb58-6e5a60f849fc | InvocationID=8b74ee3a-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:34:30+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=976bcb50-2437-11ed-bb58-6e5a60f849fc | InvocationID=976bcd30-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:34:30+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=976bcb50-2437-11ed-bb58-6e5a60f849fc | InvocationID=976bcd30-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:34:30+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=976bcb50-2437-11ed-bb58-6e5a60f849fc | InvocationID=976bcd30-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:34:42+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fe43854-2437-11ed-bb58-6e5a60f849fc | InvocationID=8fe43a34-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:34:42+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed7c3a8-2437-11ed-bb58-6e5a60f849fc | InvocationID=9ed7c588-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:34:42+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed7c3a8-2437-11ed-bb58-6e5a60f849fc | InvocationID=9ed7c588-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:34:42+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed7c3a8-2437-11ed-bb58-6e5a60f849fc | InvocationID=9ed7c588-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:34:50+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=976bcb50-2437-11ed-bb58-6e5a60f849fc | InvocationID=976bcd30-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:34:50+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a361f614-2437-11ed-bb58-6e5a60f849fc | InvocationID=a361f8b2-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:34:50+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a361f614-2437-11ed-bb58-6e5a60f849fc | InvocationID=a361f8b2-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:34:50+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a361f614-2437-11ed-bb58-6e5a60f849fc | InvocationID=a361f8b2-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:07+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed7c3a8-2437-11ed-bb58-6e5a60f849fc | InvocationID=9ed7c588-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:35:07+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc67bca-2437-11ed-bb58-6e5a60f849fc | InvocationID=adc67e04-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:35:07+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc67bca-2437-11ed-bb58-6e5a60f849fc | InvocationID=adc67e04-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:35:07+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc67bca-2437-11ed-bb58-6e5a60f849fc | InvocationID=adc67e04-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:35:10+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a361f614-2437-11ed-bb58-6e5a60f849fc | InvocationID=a361f8b2-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:35:10+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af572f02-2437-11ed-bb58-6e5a60f849fc | InvocationID=af5730d8-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:35:10+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af572f02-2437-11ed-bb58-6e5a60f849fc | InvocationID=af5730d8-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:10+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af572f02-2437-11ed-bb58-6e5a60f849fc | InvocationID=af5730d8-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:30+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af572f02-2437-11ed-bb58-6e5a60f849fc | InvocationID=af5730d8-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:35:30+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb4c75e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=bb4c786c-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:35:30+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb4c75e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=bb4c786c-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:30+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb4c75e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=bb4c786c-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:32+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adc67bca-2437-11ed-bb58-6e5a60f849fc | InvocationID=adc67e04-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:35:32+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb6b852-2437-11ed-bb58-6e5a60f849fc | InvocationID=bcb6ba32-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:35:32+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb6b852-2437-11ed-bb58-6e5a60f849fc | InvocationID=bcb6ba32-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:35:32+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb6b852-2437-11ed-bb58-6e5a60f849fc | InvocationID=bcb6ba32-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:35:50+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb4c75e2-2437-11ed-bb58-6e5a60f849fc | InvocationID=bb4c786c-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:35:50+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c743aba4-2437-11ed-bb58-6e5a60f849fc | InvocationID=c743b0ea-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:35:50+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c743aba4-2437-11ed-bb58-6e5a60f849fc | InvocationID=c743b0ea-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:50+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c743aba4-2437-11ed-bb58-6e5a60f849fc | InvocationID=c743b0ea-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:35:57+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb6b852-2437-11ed-bb58-6e5a60f849fc | InvocationID=bcb6ba32-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:35:57+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba75b3c-2437-11ed-bb58-6e5a60f849fc | InvocationID=cba75d76-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:35:57+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba75b3c-2437-11ed-bb58-6e5a60f849fc | InvocationID=cba75d76-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:35:57+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba75b3c-2437-11ed-bb58-6e5a60f849fc | InvocationID=cba75d76-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:36:10+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c743aba4-2437-11ed-bb58-6e5a60f849fc | InvocationID=c743b0ea-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:36:10+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d339f3a0-2437-11ed-bb58-6e5a60f849fc | InvocationID=d339f616-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:36:10+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d339f3a0-2437-11ed-bb58-6e5a60f849fc | InvocationID=d339f616-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:36:10+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d339f3a0-2437-11ed-bb58-6e5a60f849fc | InvocationID=d339f616-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:36:22+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba75b3c-2437-11ed-bb58-6e5a60f849fc | InvocationID=cba75d76-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:36:22+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da99d58e-2437-11ed-bb58-6e5a60f849fc | InvocationID=da99d840-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:36:22+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da99d58e-2437-11ed-bb58-6e5a60f849fc | InvocationID=da99d840-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:36:22+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da99d58e-2437-11ed-bb58-6e5a60f849fc | InvocationID=da99d840-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:36:30+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d339f3a0-2437-11ed-bb58-6e5a60f849fc | InvocationID=d339f616-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:36:30+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df2feeda-2437-11ed-bb58-6e5a60f849fc | InvocationID=df2ff114-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:36:30+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df2feeda-2437-11ed-bb58-6e5a60f849fc | InvocationID=df2ff114-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:36:30+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df2feeda-2437-11ed-bb58-6e5a60f849fc | InvocationID=df2ff114-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:36:47+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da99d58e-2437-11ed-bb58-6e5a60f849fc | InvocationID=da99d840-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:36:47+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e989cb6c-2437-11ed-bb58-6e5a60f849fc | InvocationID=e989cdf6-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:36:47+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e989cb6c-2437-11ed-bb58-6e5a60f849fc | InvocationID=e989cdf6-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:36:47+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e989cb6c-2437-11ed-bb58-6e5a60f849fc | InvocationID=e989cdf6-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:36:50+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df2feeda-2437-11ed-bb58-6e5a60f849fc | InvocationID=df2ff114-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:36:50+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb255ed2-2437-11ed-bb58-6e5a60f849fc | InvocationID=eb2562b0-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:36:50+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb255ed2-2437-11ed-bb58-6e5a60f849fc | InvocationID=eb2562b0-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:36:50+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb255ed2-2437-11ed-bb58-6e5a60f849fc | InvocationID=eb2562b0-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:10+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb255ed2-2437-11ed-bb58-6e5a60f849fc | InvocationID=eb2562b0-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:37:10+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f724734e-2437-11ed-bb58-6e5a60f849fc | InvocationID=f72478a8-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:37:10+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f724734e-2437-11ed-bb58-6e5a60f849fc | InvocationID=f72478a8-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:10+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f724734e-2437-11ed-bb58-6e5a60f849fc | InvocationID=f72478a8-2437-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:12+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e989cb6c-2437-11ed-bb58-6e5a60f849fc | InvocationID=e989cdf6-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:37:12+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f877f874-2437-11ed-bb58-6e5a60f849fc | InvocationID=f878074c-2437-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:37:12+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f877f874-2437-11ed-bb58-6e5a60f849fc | InvocationID=f878074c-2437-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:37:12+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f877f874-2437-11ed-bb58-6e5a60f849fc | InvocationID=f878074c-2437-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:37:30+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f724734e-2437-11ed-bb58-6e5a60f849fc | InvocationID=f72478a8-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:37:30+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031f40a2-2438-11ed-bb58-6e5a60f849fc | InvocationID=031f42be-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:37:30+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031f40a2-2438-11ed-bb58-6e5a60f849fc | InvocationID=031f42be-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:30+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=031f40a2-2438-11ed-bb58-6e5a60f849fc | InvocationID=031f42be-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:37+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f877f874-2437-11ed-bb58-6e5a60f849fc | InvocationID=f878074c-2437-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:37:37+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076652ae-2438-11ed-bb58-6e5a60f849fc | InvocationID=0766554c-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:37:37+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076652ae-2438-11ed-bb58-6e5a60f849fc | InvocationID=0766554c-2438-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:37:37+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=076652ae-2438-11ed-bb58-6e5a60f849fc | InvocationID=0766554c-2438-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:37:50+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=031f40a2-2438-11ed-bb58-6e5a60f849fc | InvocationID=031f42be-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:37:50+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1389e0-2438-11ed-bb58-6e5a60f849fc | InvocationID=0f138cf6-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:37:50+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1389e0-2438-11ed-bb58-6e5a60f849fc | InvocationID=0f138cf6-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:37:50+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f1389e0-2438-11ed-bb58-6e5a60f849fc | InvocationID=0f138cf6-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:02+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=076652ae-2438-11ed-bb58-6e5a60f849fc | InvocationID=0766554c-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:38:02+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1657b82a-2438-11ed-bb58-6e5a60f849fc | InvocationID=1657bc94-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:38:03+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1657b82a-2438-11ed-bb58-6e5a60f849fc | InvocationID=1657bc94-2438-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:38:03+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1657b82a-2438-11ed-bb58-6e5a60f849fc | InvocationID=1657bc94-2438-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:38:10+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f1389e0-2438-11ed-bb58-6e5a60f849fc | InvocationID=0f138cf6-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:38:10+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b08ce0e-2438-11ed-bb58-6e5a60f849fc | InvocationID=1b08d002-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:38:10+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b08ce0e-2438-11ed-bb58-6e5a60f849fc | InvocationID=1b08d002-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:10+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b08ce0e-2438-11ed-bb58-6e5a60f849fc | InvocationID=1b08d002-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:28+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1657b82a-2438-11ed-bb58-6e5a60f849fc | InvocationID=1657bc94-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:38:28+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2549dce6-2438-11ed-bb58-6e5a60f849fc | InvocationID=2549df66-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:38:28+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2549dce6-2438-11ed-bb58-6e5a60f849fc | InvocationID=2549df66-2438-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:38:28+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2549dce6-2438-11ed-bb58-6e5a60f849fc | InvocationID=2549df66-2438-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:38:30+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b08ce0e-2438-11ed-bb58-6e5a60f849fc | InvocationID=1b08d002-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:38:30+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fe06de-2438-11ed-bb58-6e5a60f849fc | InvocationID=26fe0a62-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:38:30+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fe06de-2438-11ed-bb58-6e5a60f849fc | InvocationID=26fe0a62-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:30+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26fe06de-2438-11ed-bb58-6e5a60f849fc | InvocationID=26fe0a62-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:50+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26fe06de-2438-11ed-bb58-6e5a60f849fc | InvocationID=26fe0a62-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:38:50+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f0fbe0-2438-11ed-bb58-6e5a60f849fc | InvocationID=32f0fdc0-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:38:51+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f0fbe0-2438-11ed-bb58-6e5a60f849fc | InvocationID=32f0fdc0-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:51+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f0fbe0-2438-11ed-bb58-6e5a60f849fc | InvocationID=32f0fdc0-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:38:53+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2549dce6-2438-11ed-bb58-6e5a60f849fc | InvocationID=2549df66-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:38:53+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3438c654-2438-11ed-bb58-6e5a60f849fc | InvocationID=3438c866-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:38:53+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3438c654-2438-11ed-bb58-6e5a60f849fc | InvocationID=3438c866-2438-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:38:53+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3438c654-2438-11ed-bb58-6e5a60f849fc | InvocationID=3438c866-2438-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:39:11+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f0fbe0-2438-11ed-bb58-6e5a60f849fc | InvocationID=32f0fdc0-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF AAI events.
2022-08-25T05:39:11+0000 | aai_event_thread | 139714638777120 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee78874-2438-11ed-bb58-6e5a60f849fc | InvocationID=3ee78a86-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-25T05:39:11+0000 | aai_event_thread | 139714638777120 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee78874-2438-11ed-bb58-6e5a60f849fc | InvocationID=3ee78a86-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:39:11+0000 | aai_event_thread | 139714638777120 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee78874-2438-11ed-bb58-6e5a60f849fc | InvocationID=3ee78a86-2438-11ed-bb58-6e5a60f849fc | 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-08-25T05:39:18+0000 | policy_event_thread | 139714639837984 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3438c654-2438-11ed-bb58-6e5a60f849fc | InvocationID=3438c866-2438-11ed-bb58-6e5a60f849fc | Polling MR for XNF activation/deactivation policy response events.
2022-08-25T05:39:18+0000 | policy_event_thread | 139714639837984 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432733b2-2438-11ed-bb58-6e5a60f849fc | InvocationID=43273628-2438-11ed-bb58-6e5a60f849fc | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-25T05:39:18+0000 | policy_event_thread | 139714639837984 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432733b2-2438-11ed-bb58-6e5a60f849fc | InvocationID=43273628-2438-11ed-bb58-6e5a60f849fc | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:39:18+0000 | policy_event_thread | 139714639837984 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432733b2-2438-11ed-bb58-6e5a60f849fc | InvocationID=43273628-2438-11ed-bb58-6e5a60f849fc | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-25T05:39:31+0000 | aai_event_thread | 139714638777120 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee78874-2438-11ed-bb58-6e5a60f849fc | InvocationID=3ee78a86-2438-11ed-bb58-6e5a60f849f