Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-07-21T05:19:16+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d989d94-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=9d989ff6-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:19:16+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa26583a-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=aa265aec-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:19:16+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa26583a-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=aa265aec-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:19:16+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa26583a-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=aa265aec-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:19:30+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2f65326-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=a2f654de-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:19:30+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27e73a0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b27e762a-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:19:30+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27e73a0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b27e762a-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:19:30+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27e73a0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b27e762a-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:19:36+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa26583a-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=aa265aec-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:19:36+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b642b9c4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b642bf50-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:19:36+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b642b9c4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b642bf50-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:19:36+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b642b9c4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b642bf50-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:19:55+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27e73a0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b27e762a-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:19:55+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c175e262-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c175e618-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:19:55+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c175e262-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c175e618-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:19:55+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c175e262-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c175e618-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:19:56+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b642b9c4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=b642bf50-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:19:56+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23e3866-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c23e3a64-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:19:56+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23e3866-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c23e3a64-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:19:56+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c23e3866-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c23e3a64-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:16+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c23e3866-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c23e3a64-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:20:16+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce345b78-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ce345da8-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:20:16+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce345b78-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ce345da8-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:16+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce345b78-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ce345da8-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:20+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c175e262-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=c175e618-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:20:20+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06f83f4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=d06f8692-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:20:20+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06f83f4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=d06f8692-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:20:20+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d06f83f4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=d06f8692-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:20:36+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce345b78-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ce345da8-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:20:36+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da35275e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=da352998-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:20:36+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da35275e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=da352998-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:36+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da35275e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=da352998-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:45+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d06f83f4-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=d06f8692-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:20:45+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df68f5ac-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=df68f7e6-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:20:45+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df68f5ac-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=df68f7e6-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:20:45+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df68f5ac-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=df68f7e6-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:20:56+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da35275e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=da352998-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:20:56+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e62cd7f0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=e62cda84-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:20:56+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e62cd7f0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=e62cda84-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:20:56+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e62cd7f0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=e62cda84-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:10+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df68f5ac-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=df68f7e6-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:21:10+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee600244-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ee6004ba-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:21:10+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee600244-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ee6004ba-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:21:10+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee600244-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ee6004ba-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:21:16+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e62cd7f0-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=e62cda84-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:21:16+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22b6d1e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=f22b7a70-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:21:16+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22b6d1e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=f22b7a70-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:16+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f22b6d1e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=f22b7a70-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:35+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee600244-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=ee6004ba-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:21:35+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd59265e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fd592848-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:21:35+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd59265e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fd592848-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:21:35+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd59265e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fd592848-08b4-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:21:36+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f22b6d1e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=f22b7a70-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:21:36+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe232d3c-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fe232f94-08b4-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:21:36+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe232d3c-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fe232f94-08b4-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:36+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe232d3c-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fe232f94-08b4-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:56+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe232d3c-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fe232f94-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:21:56+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a1a0822-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0a1a0aca-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:21:57+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a1a0822-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0a1a0aca-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:21:57+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a1a0822-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0a1a0aca-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:00+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd59265e-08b4-11ed-a7e5-060acd1ccc7a | InvocationID=fd592848-08b4-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:22:00+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c52e41a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0c52e74e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:22:00+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c52e41a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0c52e74e-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:00+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c52e41a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0c52e74e-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a1a0822-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0a1a0aca-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:22:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1612aca6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1612b4ee-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:22:17+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1612aca6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1612b4ee-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:17+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1612aca6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1612b4ee-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:25+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c52e41a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=0c52e74e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:22:25+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b45dd6a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1b45df7c-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:22:25+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b45dd6a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1b45df7c-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:25+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b45dd6a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1b45df7c-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1612aca6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1612b4ee-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:22:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220868ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=22086e56-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:22:37+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220868ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=22086e56-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:37+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220868ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=22086e56-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:50+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b45dd6a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=1b45df7c-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:22:50+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3844e8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2a3846f0-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:22:50+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3844e8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2a3846f0-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:50+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3844e8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2a3846f0-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:22:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220868ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=22086e56-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:22:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dfebd46-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2dfed128-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:22:57+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dfebd46-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2dfed128-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:22:57+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dfebd46-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2dfed128-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:15+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3844e8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2a3846f0-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:23:15+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392f00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=392f039c-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:23:16+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392f00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=392f039c-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:23:16+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392f00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=392f039c-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:23:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dfebd46-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=2dfed128-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:23:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f8b6a6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=39f8b91c-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:23:17+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f8b6a6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=39f8b91c-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:17+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f8b6a6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=39f8b91c-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f8b6a6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=39f8b91c-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:23:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f1c5b0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=45f1c88a-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:23:37+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f1c5b0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=45f1c88a-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:37+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f1c5b0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=45f1c88a-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:41+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392f00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=392f039c-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:23:41+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48230b82-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=48230dee-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:23:41+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48230b82-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=48230dee-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:23:41+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48230b82-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=48230dee-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:23:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f1c5b0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=45f1c88a-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:23:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e78ada-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=51e78d6e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:23:57+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e78ada-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=51e78d6e-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:23:57+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e78ada-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=51e78d6e-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:06+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48230b82-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=48230dee-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:24:06+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57171ce6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=57171ffc-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:24:06+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57171ce6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=57171ffc-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:06+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57171ce6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=57171ffc-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e78ada-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=51e78d6e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:24:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de10474-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=5de108de-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:24:17+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de10474-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=5de108de-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:17+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5de10474-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=5de108de-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:31+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57171ce6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=57171ffc-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:24:31+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6608015c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=660803aa-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:24:31+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6608015c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=660803aa-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:31+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6608015c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=660803aa-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5de10474-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=5de108de-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:24:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69dc6674-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=69dc698a-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:24:37+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69dc6674-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=69dc698a-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:37+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69dc6674-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=69dc698a-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:56+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6608015c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=660803aa-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:24:56+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74fbec00-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=74fbee58-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:24:56+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74fbec00-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=74fbee58-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:56+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74fbec00-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=74fbee58-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:24:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69dc6674-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=69dc698a-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:24:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d4eac8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=75d4ed3e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:24:57+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d4eac8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=75d4ed3e-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:24:57+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75d4eac8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=75d4ed3e-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75d4eac8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=75d4ed3e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:25:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81cad266-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=81cad464-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:25:17+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81cad266-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=81cad464-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:17+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81cad266-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=81cad464-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:21+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74fbec00-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=74fbee58-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:25:21+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec7054-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=83ec741e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:25:21+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec7054-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=83ec741e-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:25:21+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec7054-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=83ec741e-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:25:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81cad266-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=81cad464-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:25:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc49890-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=8dc49b2e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:25:37+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc49890-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=8dc49b2e-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:37+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc49890-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=8dc49b2e-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:46+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec7054-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=83ec741e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:25:46+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92de45ce-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=92de4826-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:25:46+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92de45ce-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=92de4826-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:25:46+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92de45ce-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=92de4826-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:25:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc49890-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=8dc49b2e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:25:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99bdcefa-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=99bdd1ca-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:25:58+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99bdcefa-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=99bdd1ca-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:25:58+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99bdcefa-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=99bdd1ca-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:11+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92de45ce-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=92de4826-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:26:11+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1df00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a1df07e8-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:26:11+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1df00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a1df07e8-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:26:11+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1df00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a1df07e8-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:26:18+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99bdcefa-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=99bdd1ca-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:26:18+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b62cca-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a5b62ee6-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:26:18+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b62cca-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a5b62ee6-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:18+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5b62cca-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a5b62ee6-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:36+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1df00ae-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a1df07e8-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:26:36+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d4b504-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b0d4b8c4-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:26:36+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d4b504-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b0d4b8c4-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:26:36+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0d4b504-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b0d4b8c4-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:26:38+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5b62cca-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=a5b62ee6-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:26:38+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b14924-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b1b14be0-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:26:38+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b14924-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b1b14be0-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:38+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1b14924-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b1b14be0-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:58+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1b14924-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b1b14be0-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:26:58+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda877b6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bda87a36-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:26:58+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda877b6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bda87a36-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:26:58+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda877b6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bda87a36-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:27:01+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0d4b504-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=b0d4b8c4-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:27:01+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc42ae0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bfc42ca2-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:27:01+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc42ae0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bfc42ca2-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:27:01+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc42ae0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bfc42ca2-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:27:18+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda877b6-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bda87a36-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:27:18+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99def4c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=c99df1a4-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:27:18+0000 | aai_event_thread | 140694869867296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99def4c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=c99df1a4-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:27:18+0000 | aai_event_thread | 140694869867296 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c99def4c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=c99df1a4-08b5-11ed-a7e5-060acd1ccc7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-07-21T05:27:26+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc42ae0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=bfc42ca2-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:27:26+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb3590e-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ceb35b70-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:27:26+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb3590e-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ceb35b70-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:27:26+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceb3590e-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ceb35b70-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:27:38+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c99def4c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=c99df1a4-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:27:38+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d59603ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=d596085c-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:27:51+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceb3590e-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ceb35b70-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:27:51+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda25f5a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=dda2618a-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:27:51+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda25f5a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=dda2618a-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:27:51+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda25f5a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=dda2618a-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:28:02+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d59603ac-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=d596085c-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:28:02+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4111ea8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=e41121aa-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:28:16+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda25f5a-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=dda2618a-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:28:16+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec9157f0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ec915a84-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:28:17+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec9157f0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ec915a84-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:28:17+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec9157f0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ec915a84-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:28:22+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4111ea8-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=e41121aa-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:28:22+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00dde1c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=f00de11e-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:28:42+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec9157f0-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=ec915a84-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:28:42+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb84a820-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fb84b392-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:28:42+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb84a820-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fb84b392-08b5-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:28:42+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb84a820-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fb84b392-08b5-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:28:42+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f00dde1c-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=f00de11e-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:28:42+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc058f30-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fc0591b0-08b5-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:29:03+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc058f30-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fc0591b0-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:29:03+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0814e384-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0814e564-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:29:07+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb84a820-08b5-11ed-a7e5-060acd1ccc7a | InvocationID=fb84b392-08b5-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:29:07+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7690c8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0a769654-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:29:07+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7690c8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0a769654-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:29:07+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7690c8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0a769654-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:29:23+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0814e384-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0814e564-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:29:23+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1466a992-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=1466abfe-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:29:32+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7690c8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=0a769654-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:29:32+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19652a7c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=19652d1a-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:29:32+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19652a7c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=19652d1a-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:29:32+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19652a7c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=19652d1a-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:29:48+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1466a992-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=1466abfe-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:29:48+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23328cf2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=23329080-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:29:57+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19652a7c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=19652d1a-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:29:57+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285a27ee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=285a2e6a-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:29:57+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285a27ee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=285a2e6a-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:29:57+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=285a27ee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=285a2e6a-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:30:13+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23328cf2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=23329080-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:30:13+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32026f54-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=32027328-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:30:22+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=285a27ee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=285a2e6a-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:30:22+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374d530c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=374d56b8-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:30:22+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374d530c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=374d56b8-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:30:22+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374d530c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=374d56b8-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:30:38+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32026f54-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=32027328-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:30:38+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40cb4b3c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=40cb4e20-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:30:47+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374d530c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=374d56b8-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:30:47+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463c70aa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=463c730c-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:30:47+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463c70aa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=463c730c-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:30:47+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463c70aa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=463c730c-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:31:03+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40cb4b3c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=40cb4e20-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:31:03+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f92904e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=4f9292ce-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:31:12+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463c70aa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=463c730c-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:31:12+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552e471e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=552e49c6-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:31:12+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552e471e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=552e49c6-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:31:12+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552e471e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=552e49c6-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:31:27+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f92904e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=4f9292ce-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:31:27+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5d8746-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=5e5d8a16-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:31:37+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552e471e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=552e49c6-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:31:37+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64217354-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=642175e8-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:31:37+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64217354-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=642175e8-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:31:37+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64217354-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=642175e8-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:31:52+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e5d8746-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=5e5d8a16-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:31:52+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d257766-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=6d25793c-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:32:02+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64217354-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=642175e8-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:32:02+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73131b6a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=73131dfe-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:32:02+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73131b6a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=73131dfe-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:32:02+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73131b6a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=73131dfe-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:32:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d257766-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=6d25793c-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:32:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7beb67e2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=7beb6a6c-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:32:27+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73131b6a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=73131dfe-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:32:27+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=820458fa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=82045e9a-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:32:27+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=820458fa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=82045e9a-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:32:27+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=820458fa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=82045e9a-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:32:42+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7beb67e2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=7beb6a6c-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:32:42+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ab54c5c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=8ab54ed2-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:32:52+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=820458fa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=82045e9a-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:32:52+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f6cda2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=90f6cf96-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:32:52+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f6cda2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=90f6cf96-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:32:52+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f6cda2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=90f6cf96-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:33:07+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ab54c5c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=8ab54ed2-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:33:07+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=997f148e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=997f16aa-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:33:17+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f6cda2-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=90f6cf96-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:33:17+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe767b8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=9fe76c68-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:33:17+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe767b8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=9fe76c68-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:33:17+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fe767b8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=9fe76c68-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:33:31+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=997f148e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=997f16aa-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:33:31+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a844adee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=a844b05a-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:33:42+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fe767b8-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=9fe76c68-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:33:42+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aed87e60-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=aed8859a-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:33:42+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aed87e60-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=aed8859a-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:33:42+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aed87e60-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=aed8859a-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:33:56+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a844adee-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=a844b05a-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:33:56+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70f144a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=b70f1710-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:34:07+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aed87e60-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=aed8859a-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:34:07+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdce86bc-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=bdce8928-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:34:08+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdce86bc-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=bdce8928-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:34:08+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdce86bc-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=bdce8928-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:34:21+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b70f144a-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=b70f1710-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:34:21+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d5ddf6-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=c5d5e0bc-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:34:33+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdce86bc-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=bdce8928-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:34:33+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbe8078-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=ccbe84c4-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:34:33+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbe8078-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=ccbe84c4-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:34:33+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbe8078-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=ccbe84c4-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:34:46+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d5ddf6-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=c5d5e0bc-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:34:46+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49c5eaa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=d49c6620-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:34:58+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbe8078-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=ccbe84c4-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:34:58+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbad77ce-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=dbad7ab2-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:34:58+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbad77ce-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=dbad7ab2-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:34:58+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbad77ce-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=dbad7ab2-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:35:11+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d49c5eaa-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=d49c6620-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:35:11+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36918ba-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=e3693034-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:35:23+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbad77ce-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=dbad7ab2-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:35:23+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa10d0e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=eaa11088-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:35:23+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa10d0e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=eaa11088-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:35:23+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa10d0e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=eaa11088-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:35:35+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e36918ba-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=e3693034-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:35:35+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f232747c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f2327738-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:35:48+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa10d0e-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=eaa11088-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:35:48+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f996fa1c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f996fc38-08b6-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:35:48+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f996fa1c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f996fc38-08b6-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:35:48+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f996fa1c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f996fc38-08b6-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:36:00+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f232747c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f2327738-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:36:00+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f97ef6-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=00f98194-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:36:13+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f996fa1c-08b6-11ed-a7e5-060acd1ccc7a | InvocationID=f996fc38-08b6-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:36:13+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08881f74-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0888241a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:36:13+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08881f74-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0888241a-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:36:13+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08881f74-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0888241a-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:36:25+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00f97ef6-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=00f98194-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:36:25+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc8ca2c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0fc8ccf2-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:36:38+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08881f74-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0888241a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:36:38+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=177d7416-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=177d7678-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:36:38+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=177d7416-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=177d7678-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:36:38+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=177d7416-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=177d7678-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:36:50+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fc8ca2c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=0fc8ccf2-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:36:50+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9521e0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=1e952438-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:37:03+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=177d7416-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=177d7678-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:37:03+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2670bb04-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2670c39c-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:37:03+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2670bb04-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2670c39c-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:37:03+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2670bb04-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2670c39c-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:37:15+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e9521e0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=1e952438-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:37:15+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d651310-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2d65159a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:37:28+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2670bb04-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2670c39c-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:37:28+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3562d9e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3562dc50-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:37:28+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3562d9e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3562dc50-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:37:28+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3562d9e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3562dc50-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:37:40+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d651310-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=2d65159a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:37:40+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c5225a2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3c5228ae-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:37:53+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3562d9e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3562dc50-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:37:53+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4475d012-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4475d544-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:37:54+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4475d012-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4475d544-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:37:54+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4475d012-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4475d544-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:38:05+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c5225a2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=3c5228ae-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:38:05+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5980f4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4b598374-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:38:19+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4475d012-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4475d544-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:38:19+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537e98b4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=537e9b66-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:38:19+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537e98b4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=537e9b66-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:38:19+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=537e98b4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=537e9b66-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:38:30+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b5980f4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=4b598374-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:38:30+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5a6db6-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=5a5a7090-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:38:44+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=537e98b4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=537e9b66-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:38:44+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62741ba0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=62741e20-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:38:44+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62741ba0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=62741e20-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:38:44+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62741ba0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=62741e20-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:38:55+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a5a6db6-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=5a5a7090-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:38:55+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693a4f4a-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=693a515c-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:39:09+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62741ba0-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=62741e20-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:39:09+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7167e790-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=7167ea1a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:39:09+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7167e790-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=7167ea1a-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:39:09+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7167e790-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=7167ea1a-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:39:20+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=693a4f4a-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=693a515c-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:39:20+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780e66be-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=780e6934-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:39:34+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7167e790-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=7167ea1a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:39:34+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8060fcbe-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=80610006-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:39:34+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8060fcbe-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=80610006-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:39:34+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8060fcbe-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=80610006-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:39:45+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=780e66be-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=780e6934-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:39:45+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e0b732-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=86e0b944-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:39:59+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8060fcbe-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=80610006-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:39:59+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f53c38c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=8f53c67a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:39:59+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f53c38c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=8f53c67a-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:39:59+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f53c38c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=8f53c67a-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:40:10+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e0b732-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=86e0b944-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:40:10+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ab3076-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=95ab38e6-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:40:24+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f53c38c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=8f53c67a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:40:24+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4aa6e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=9e4aa90a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:40:24+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4aa6e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=9e4aa90a-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:40:24+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4aa6e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=9e4aa90a-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:40:35+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95ab3076-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=95ab38e6-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:40:35+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4838c7e-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=a4838f1c-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:40:49+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4aa6e4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=9e4aa90a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:40:49+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3e69e2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ad3e6c80-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:40:49+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3e69e2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ad3e6c80-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:40:49+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3e69e2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ad3e6c80-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:40:59+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4838c7e-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=a4838f1c-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:40:59+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35170f4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=b351740a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:41:14+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3e69e2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ad3e6c80-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:41:14+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3b7dc2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=bc3b7f7a-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:41:14+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3b7dc2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=bc3b7f7a-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:41:14+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3b7dc2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=bc3b7f7a-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:41:24+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35170f4-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=b351740a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:41:24+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21ef05c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=c21ef336-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:41:39+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3b7dc2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=bc3b7f7a-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:41:39+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb345628-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=cb345880-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:41:40+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb345628-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=cb345880-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:41:40+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb345628-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=cb345880-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:41:49+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c21ef05c-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=c21ef336-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:41:49+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e87428-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=d0e87810-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:42:05+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb345628-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=cb345880-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:42:05+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da285968-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=da285bfc-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:42:05+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da285968-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=da285bfc-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:42:05+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da285968-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=da285bfc-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:42:14+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e87428-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=d0e87810-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:42:14+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfb604a2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=dfb606be-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:42:30+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da285968-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=da285bfc-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:42:30+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91d0f72-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=e91d11fc-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:42:30+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91d0f72-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=e91d11fc-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:42:30+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91d0f72-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=e91d11fc-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:42:39+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfb604a2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=dfb606be-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:42:39+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee842748-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ee8429c8-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:42:55+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91d0f72-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=e91d11fc-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:42:55+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81566d2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=f8156d80-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:42:55+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81566d2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=f8156d80-08b7-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:42:55+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81566d2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=f8156d80-08b7-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:43:04+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee842748-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=ee8429c8-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:43:04+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5556fc-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=fd55590e-08b7-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:43:20+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81566d2-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=f8156d80-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:43:20+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=070f6f0c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=070f71a0-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:43:20+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=070f6f0c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=070f71a0-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:43:20+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=070f6f0c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=070f71a0-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:43:28+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5556fc-08b7-11ed-a7e5-060acd1ccc7a | InvocationID=fd55590e-08b7-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:43:28+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c21b7e8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=0c21ba54-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:43:45+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=070f6f0c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=070f71a0-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:43:45+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160248a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=16024b38-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:43:45+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160248a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=16024b38-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:43:45+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=160248a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=16024b38-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:43:53+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c21b7e8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=0c21ba54-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:43:53+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1af081c8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=1af083f8-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:44:10+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=160248a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=16024b38-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:44:10+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24faaff4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=24fab288-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:44:10+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24faaff4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=24fab288-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:44:10+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24faaff4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=24fab288-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:44:18+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1af081c8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=1af083f8-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:44:18+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c003e0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=29c0070a-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:44:35+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24faaff4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=24fab288-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:44:35+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f6b354-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=33f6c254-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:44:35+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f6b354-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=33f6c254-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:44:35+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f6b354-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=33f6c254-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:44:43+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c003e0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=29c0070a-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:44:43+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389175fc-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=3891782c-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:45:00+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f6b354-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=33f6c254-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:45:00+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e692e4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=42e6962c-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:45:00+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e692e4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=42e6962c-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:00+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e692e4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=42e6962c-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:08+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=389175fc-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=3891782c-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:45:08+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4769469a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=4769491a-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:45:25+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e692e4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=42e6962c-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:45:25+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51db5f1e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=51db61bc-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:45:25+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51db5f1e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=51db61bc-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:25+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51db5f1e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=51db61bc-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:33+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4769469a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=4769491a-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:45:33+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5633cea2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=5633d0fa-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:45:50+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51db5f1e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=51db61bc-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:45:50+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60cd9906-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=60cd9c08-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:45:50+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60cd9906-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=60cd9c08-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:50+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60cd9906-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=60cd9c08-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:45:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5633cea2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=5633d0fa-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:45:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f8e882-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=64f8ebca-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:46:16+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60cd9906-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=60cd9c08-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:46:16+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbe022a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=6fbe07d4-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:46:16+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbe022a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=6fbe07d4-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:46:16+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbe022a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=6fbe07d4-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:46:22+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64f8e882-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=64f8ebca-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:46:22+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c1f728-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=73c1fdfe-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:46:41+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fbe022a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=6fbe07d4-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:46:41+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb4d556-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=7eb4d844-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:46:41+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb4d556-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=7eb4d844-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:46:41+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb4d556-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=7eb4d844-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:46:47+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73c1f728-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=73c1fdfe-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:46:47+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=828a279e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=828a2a28-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:47:06+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb4d556-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=7eb4d844-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:47:06+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da4b5fe-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=8da4b874-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:47:06+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da4b5fe-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=8da4b874-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:47:06+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da4b5fe-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=8da4b874-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:47:12+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=828a279e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=828a2a28-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:47:12+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9154b1a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9154b3f2-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:47:31+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da4b5fe-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=8da4b874-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:47:31+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c97533c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9c9755da-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:47:31+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c97533c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9c9755da-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:47:31+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c97533c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9c9755da-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:47:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9154b1a4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9154b3f2-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:47:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01b3a32-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=a01b3c4e-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:47:56+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c97533c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=9c9755da-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:47:56+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab888e92-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ab88911c-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:47:56+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab888e92-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ab88911c-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:47:56+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab888e92-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ab88911c-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:48:01+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a01b3a32-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=a01b3c4e-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:48:01+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee227e2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=aee22ab2-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:48:21+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab888e92-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ab88911c-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:48:21+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba78c2b4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ba78c62e-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:48:21+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba78c2b4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ba78c62e-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:48:21+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba78c2b4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ba78c62e-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:48:26+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aee227e2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=aee22ab2-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:48:26+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdab25da-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=bdab2936-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:48:46+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba78c2b4-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=ba78c62e-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:48:46+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9699bc2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=c9699e56-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:48:46+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9699bc2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=c9699e56-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:48:46+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9699bc2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=c9699e56-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:48:51+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdab25da-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=bdab2936-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:48:51+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc7388c8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=cc738b66-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:49:11+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9699bc2-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=c9699e56-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:49:11+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85b57b0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=d85b5abc-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:49:11+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85b57b0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=d85b5abc-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:49:11+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d85b57b0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=d85b5abc-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:49:16+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc7388c8-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=cc738b66-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:49:16+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db38b59a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=db38b752-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:49:36+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d85b57b0-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=d85b5abc-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:49:36+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74da584-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e74da944-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:49:36+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74da584-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e74da944-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:49:36+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74da584-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e74da944-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:49:41+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db38b59a-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=db38b752-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:49:41+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9feda32-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e9fede24-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:50:01+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74da584-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e74da944-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:50:01+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63f237e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f63f261c-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:50:01+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63f237e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f63f261c-08b8-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:01+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63f237e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f63f261c-08b8-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:05+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9feda32-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=e9fede24-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:50:05+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c6890c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f8c68b5a-08b8-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:50:26+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63f237e-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f63f261c-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:50:26+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052e440a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=052e4d06-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:50:26+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052e440a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=052e4d06-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:26+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052e440a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=052e4d06-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:30+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8c6890c-08b8-11ed-a7e5-060acd1ccc7a | InvocationID=f8c68b5a-08b8-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:50:30+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078eba18-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=078ebe5a-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:50:51+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052e440a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=052e4d06-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:50:51+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141dfeba-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=141e018a-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:50:51+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141dfeba-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=141e018a-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:51+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141dfeba-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=141e018a-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:50:55+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=078eba18-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=078ebe5a-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:50:55+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16581a4e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=16581c4c-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:51:16+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141dfeba-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=141e018a-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:51:16+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230cc262-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=230cc4c4-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:51:16+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230cc262-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=230cc4c4-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:51:16+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230cc262-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=230cc4c4-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:51:20+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16581a4e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=16581c4c-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:51:20+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251fbbcc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=251fbe42-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:51:41+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230cc262-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=230cc4c4-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:51:41+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fc7b28-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=31fc7dee-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:51:41+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fc7b28-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=31fc7dee-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:51:41+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fc7b28-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=31fc7dee-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:51:45+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=251fbbcc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=251fbe42-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:51:45+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e4fe10-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=33e50090-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:52:06+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fc7b28-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=31fc7dee-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:52:06+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40eafa56-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=40eafccc-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:52:07+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40eafa56-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=40eafccc-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:07+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40eafa56-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=40eafccc-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:09+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e4fe10-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=33e50090-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:52:09+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b0da86-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=42b0dc52-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:52:32+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40eafa56-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=40eafccc-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:52:32+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fdbd40e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=4fdbd620-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:52:32+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fdbd40e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=4fdbd620-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:32+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fdbd40e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=4fdbd620-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:34+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42b0da86-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=42b0dc52-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:52:34+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=517ffa6a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=517ffc22-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:52:57+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fdbd40e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=4fdbd620-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:52:57+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecae45a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=5ecae70c-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:52:57+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecae45a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=5ecae70c-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:57+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ecae45a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=5ecae70c-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:52:59+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=517ffa6a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=517ffc22-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:52:59+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6048042a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=60480740-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:53:22+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ecae45a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=5ecae70c-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:53:22+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbdfe48-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6dbe0046-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:53:22+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbdfe48-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6dbe0046-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:53:22+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dbdfe48-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6dbe0046-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:53:24+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6048042a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=60480740-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:53:24+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0f4234-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6f0f4630-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:53:47+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dbdfe48-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6dbe0046-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:53:47+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7caca5da-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7cacaaee-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:53:47+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7caca5da-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7cacaaee-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:53:47+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7caca5da-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7cacaaee-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:53:49+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f0f4234-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=6f0f4630-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:53:49+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dd601ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7dd60406-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:54:12+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7caca5da-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7cacaaee-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:54:12+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9eccee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8b9ee0b2-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:54:12+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9eccee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8b9ee0b2-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:54:12+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9eccee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8b9ee0b2-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:54:13+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dd601ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=7dd60406-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:54:13+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca09686-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8ca09956-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:54:37+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9eccee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8b9ee0b2-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:54:37+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a900ff6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9a901276-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:54:37+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a900ff6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9a901276-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:54:37+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a900ff6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9a901276-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:54:38+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ca09686-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=8ca09956-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:54:38+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b748406-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9b7486c2-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:55:02+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a900ff6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9a901276-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:55:02+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a981d72e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=a981d9c2-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:55:02+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a981d72e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=a981d9c2-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:02+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a981d72e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=a981d9c2-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:03+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b748406-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=9b7486c2-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:55:03+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa38df8c-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=aa38e19e-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:55:27+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a981d72e-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=a981d9c2-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:55:27+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b871c1cc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b871c44c-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:55:27+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b871c1cc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b871c44c-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:27+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b871c1cc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b871c44c-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:28+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa38df8c-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=aa38e19e-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:55:28+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8fcc268-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b8fcc4fc-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:55:52+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b871c1cc-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b871c44c-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:55:52+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76609ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7660c06-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:55:52+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76609ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7660c06-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:52+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76609ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7660c06-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:55:53+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8fcc268-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=b8fcc4fc-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:55:53+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c175f0-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7c18a0e-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:56:17+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76609ae-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7660c06-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:56:17+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6577d76-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6577f9c-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:56:17+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6577d76-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6577f9c-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:56:17+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6577d76-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6577f9c-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:56:17+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7c175f0-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=c7c18a0e-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:56:17+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68801ee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6880478-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:56:42+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6577d76-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6577f9c-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:56:42+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e549d86a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e549dae0-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:56:42+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d68801ee-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=d6880478-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:56:42+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54e67d6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e54e6a42-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:56:42+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e549d86a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e549dae0-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:56:42+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e549d86a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e549dae0-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:07+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e54e67d6-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e54e6a42-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:57:07+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f419f8ca-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f419fb36-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:57:07+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e549d86a-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=e549dae0-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:57:07+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f440a8f8-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f440ab96-08b9-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:57:07+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f440a8f8-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f440ab96-08b9-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:07+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f440a8f8-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f440ab96-08b9-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:32+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f419f8ca-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f419fb36-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:57:32+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ea9792-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=02eaa1ba-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:57:32+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f440a8f8-08b9-11ed-a7e5-060acd1ccc7a | InvocationID=f440ab96-08b9-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:57:32+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03303860-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=03303b12-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:57:32+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03303860-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=03303b12-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:32+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03303860-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=03303b12-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:57+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ea9792-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=02eaa1ba-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:57:57+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11b34486-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=11b346c0-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:57:57+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03303860-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=03303b12-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:57:57+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12212dac-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=12212ff0-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:57:57+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12212dac-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=12212ff0-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:57:57+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12212dac-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=12212ff0-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:58:22+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11b34486-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=11b346c0-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:58:22+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207929e0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=20792be8-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:58:22+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12212dac-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=12212ff0-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:58:22+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210ffc30-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=210ffec4-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:58:23+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210ffc30-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=210ffec4-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:58:23+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=210ffc30-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=210ffec4-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:58:46+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=207929e0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=20792be8-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:58:46+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f3d68c4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=2f3d6b58-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:58:48+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=210ffc30-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=210ffec4-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:58:48+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30000c44-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=30000e92-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:58:48+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30000c44-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=30000e92-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:58:48+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30000c44-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=30000e92-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:59:11+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f3d68c4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=2f3d6b58-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:59:11+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e050362-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3e050600-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:59:13+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30000c44-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=30000e92-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:59:13+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef1ea10-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3ef1ecea-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:59:13+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef1ea10-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3ef1ecea-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:59:13+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef1ea10-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3ef1ecea-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:59:36+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e050362-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3e050600-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T05:59:36+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cca39c6-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4cca3b74-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T05:59:38+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef1ea10-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=3ef1ecea-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T05:59:38+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de4329e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4de434f6-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T05:59:38+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de4329e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4de434f6-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T05:59:38+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de4329e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4de434f6-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:01+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cca39c6-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4cca3b74-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:00:01+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b9b6b96-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5b9b6e84-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:00:03+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de4329e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=4de434f6-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:00:03+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cdad6f4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5cdadb86-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:00:03+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cdad6f4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5cdadb86-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:03+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cdad6f4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5cdadb86-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:26+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b9b6b96-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5b9b6e84-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:00:26+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a631980-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6a631c6e-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:00:28+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cdad6f4-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=5cdadb86-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:00:28+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bca92a8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6bca95fa-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:00:28+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bca92a8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6bca95fa-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:28+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bca92a8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6bca95fa-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:50+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a631980-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6a631c6e-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:00:50+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792a1ef0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=792a2102-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:00:53+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bca92a8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=6bca95fa-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:00:53+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aba479a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=7aba4aa6-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:00:53+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aba479a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=7aba4aa6-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:00:53+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aba479a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=7aba4aa6-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:01:15+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=792a1ef0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=792a2102-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:01:15+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ee698c-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=87ee7116-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:01:18+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aba479a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=7aba4aa6-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:01:18+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89af2b26-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=89af2e32-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:01:18+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89af2b26-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=89af2e32-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:01:18+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89af2b26-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=89af2e32-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:01:40+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87ee698c-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=87ee7116-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:01:40+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b82a70-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=96b82de0-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:01:43+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89af2b26-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=89af2e32-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:01:43+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a19056-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=98a23574-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:01:43+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a19056-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=98a23574-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:01:43+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a19056-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=98a23574-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:05+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b82a70-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=96b82de0-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:02:05+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5815784-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a5815a7c-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:02:08+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a19056-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=98a23574-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:02:08+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a794d6b8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a794d884-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:02:08+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a794d6b8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a794d884-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:08+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a794d6b8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a794d884-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:30+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5815784-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a5815a7c-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:02:30+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b44b8050-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b44b8208-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:02:33+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a794d6b8-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=a794d884-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:02:33+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b686129a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b6861452-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:02:33+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b686129a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b6861452-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:33+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b686129a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b6861452-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:54+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b44b8050-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b44b8208-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:02:54+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3126694-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c3126900-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:02:58+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b686129a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=b6861452-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:02:58+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57416d0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c5741b1c-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:02:58+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57416d0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c5741b1c-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:02:58+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57416d0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c5741b1c-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:03:19+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3126694-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c3126900-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:03:19+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d9963e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d1d998be-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:03:23+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57416d0-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=c5741b1c-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:03:23+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d463b240-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d463b4ac-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:03:23+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d463b240-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d463b4ac-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:03:23+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d463b240-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d463b4ac-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:03:44+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1d9963e-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d1d998be-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:03:44+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0a37216-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e0a37504-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:03:48+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d463b240-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=d463b4ac-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:03:48+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3543a9a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e3543d06-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:03:49+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3543a9a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e3543d06-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:03:49+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3543a9a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e3543d06-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:04:09+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0a37216-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e0a37504-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:04:09+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6a297a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=ef6a3686-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:04:14+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3543a9a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=e3543d06-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:04:14+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2476810-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=f2476a9a-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:04:14+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2476810-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=f2476a9a-08ba-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:04:14+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2476810-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=f2476a9a-08ba-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:04:33+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef6a297a-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=ef6a3686-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:04:33+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2eb354-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=fe2eb6f6-08ba-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:04:39+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2476810-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=f2476a9a-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:04:39+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0137e426-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0137e638-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:04:39+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0137e426-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0137e638-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:04:39+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0137e426-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0137e638-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:04:58+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe2eb354-08ba-11ed-a7e5-060acd1ccc7a | InvocationID=fe2eb6f6-08ba-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:04:58+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf25f9e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0cf2617e-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:05:04+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0137e426-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0137e638-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:05:04+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1028527c-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=10285538-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:05:04+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1028527c-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=10285538-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:05:04+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1028527c-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=10285538-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:05:23+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cf25f9e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=0cf2617e-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:05:23+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bbb55da-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1bbb5850-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:05:29+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1028527c-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=10285538-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:05:29+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1d2500-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1f1d2726-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:05:29+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1d2500-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1f1d2726-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:05:29+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1d2500-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1f1d2726-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:05:48+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bbb55da-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1bbb5850-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:05:48+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a85dd24-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2a85e15c-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:05:54+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1d2500-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=1f1d2726-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:05:54+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0e553e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2e0e57c8-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:05:54+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0e553e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2e0e57c8-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:05:54+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0e553e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2e0e57c8-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:06:13+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a85dd24-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2a85e15c-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:06:13+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394ec6fe-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=394ec974-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:06:19+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0e553e-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=2e0e57c8-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:06:19+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d00eade-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=3d00ece6-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:06:19+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d00eade-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=3d00ece6-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:06:19+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d00eade-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=3d00ece6-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:06:37+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=394ec6fe-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=394ec974-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:06:37+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=481582b8-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=481584e8-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-21T06:06:44+0000 | policy_event_thread | 140694870928160 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d00eade-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=3d00ece6-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF activation/deactivation policy response events.
2022-07-21T06:06:44+0000 | policy_event_thread | 140694870928160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf2e60a-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=4bf2e876-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-21T06:06:44+0000 | policy_event_thread | 140694870928160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf2e60a-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=4bf2e876-08bb-11ed-a7e5-060acd1ccc7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:06:44+0000 | policy_event_thread | 140694870928160 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bf2e60a-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=4bf2e876-08bb-11ed-a7e5-060acd1ccc7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-21T06:07:02+0000 | aai_event_thread | 140694869867296 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=481582b8-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=481584e8-08bb-11ed-a7e5-060acd1ccc7a | Polling MR for XNF AAI events.
2022-07-21T06:07:02+0000 | aai_event_thread | 140694869867296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56de76e2-08bb-11ed-a7e5-060acd1ccc7a | InvocationID=56de79a8-08bb-11ed-a7e5-060acd1ccc7a | Fetching messages from MR topic: http