Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-30T05:04:26+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=535042c2-5810-11ed-aec0-b694c7692b42 | InvocationID=535044f2-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-30T05:04:35+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49be3ff2-5810-11ed-aec0-b694c7692b42 | InvocationID=49be41e6-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:04:35+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59447810-5810-11ed-aec0-b694c7692b42 | InvocationID=59447a68-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:04:36+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59447810-5810-11ed-aec0-b694c7692b42 | InvocationID=59447a68-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:04:36+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59447810-5810-11ed-aec0-b694c7692b42 | InvocationID=59447a68-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:04:46+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=535042c2-5810-11ed-aec0-b694c7692b42 | InvocationID=535044f2-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:04:46+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fdd33ce-5810-11ed-aec0-b694c7692b42 | InvocationID=5fdd398c-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:04:47+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fdd33ce-5810-11ed-aec0-b694c7692b42 | InvocationID=5fdd398c-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:04:47+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fdd33ce-5810-11ed-aec0-b694c7692b42 | InvocationID=5fdd398c-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:01+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59447810-5810-11ed-aec0-b694c7692b42 | InvocationID=59447a68-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:05:01+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68571088-5810-11ed-aec0-b694c7692b42 | InvocationID=6857131c-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:05:01+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68571088-5810-11ed-aec0-b694c7692b42 | InvocationID=6857131c-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:05:01+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68571088-5810-11ed-aec0-b694c7692b42 | InvocationID=6857131c-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:05:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fdd33ce-5810-11ed-aec0-b694c7692b42 | InvocationID=5fdd398c-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:05:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bd2eaf2-5810-11ed-aec0-b694c7692b42 | InvocationID=6bd2ed5e-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:05:07+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bd2eaf2-5810-11ed-aec0-b694c7692b42 | InvocationID=6bd2ed5e-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:07+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bd2eaf2-5810-11ed-aec0-b694c7692b42 | InvocationID=6bd2ed5e-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:26+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68571088-5810-11ed-aec0-b694c7692b42 | InvocationID=6857131c-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:05:26+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7747738a-5810-11ed-aec0-b694c7692b42 | InvocationID=77477574-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:05:26+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7747738a-5810-11ed-aec0-b694c7692b42 | InvocationID=77477574-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:05:26+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7747738a-5810-11ed-aec0-b694c7692b42 | InvocationID=77477574-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:05:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bd2eaf2-5810-11ed-aec0-b694c7692b42 | InvocationID=6bd2ed5e-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:05:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c6f83a-5810-11ed-aec0-b694c7692b42 | InvocationID=77c6fa10-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:05:27+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c6f83a-5810-11ed-aec0-b694c7692b42 | InvocationID=77c6fa10-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:27+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c6f83a-5810-11ed-aec0-b694c7692b42 | InvocationID=77c6fa10-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c6f83a-5810-11ed-aec0-b694c7692b42 | InvocationID=77c6fa10-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:05:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b9ddb0-5810-11ed-aec0-b694c7692b42 | InvocationID=83b9df90-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:05:47+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b9ddb0-5810-11ed-aec0-b694c7692b42 | InvocationID=83b9df90-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:47+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b9ddb0-5810-11ed-aec0-b694c7692b42 | InvocationID=83b9df90-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:05:51+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7747738a-5810-11ed-aec0-b694c7692b42 | InvocationID=77477574-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:05:51+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863fc7a2-5810-11ed-aec0-b694c7692b42 | InvocationID=863fc982-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:05:51+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863fc7a2-5810-11ed-aec0-b694c7692b42 | InvocationID=863fc982-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:05:51+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863fc7a2-5810-11ed-aec0-b694c7692b42 | InvocationID=863fc982-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:06:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b9ddb0-5810-11ed-aec0-b694c7692b42 | InvocationID=83b9df90-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:06:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fae9138-5810-11ed-aec0-b694c7692b42 | InvocationID=8fae9318-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:06:07+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fae9138-5810-11ed-aec0-b694c7692b42 | InvocationID=8fae9318-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:06:07+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fae9138-5810-11ed-aec0-b694c7692b42 | InvocationID=8fae9318-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:06:16+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863fc7a2-5810-11ed-aec0-b694c7692b42 | InvocationID=863fc982-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:06:16+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952ddf74-5810-11ed-aec0-b694c7692b42 | InvocationID=952de1d6-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:06:16+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952ddf74-5810-11ed-aec0-b694c7692b42 | InvocationID=952de1d6-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:06:16+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952ddf74-5810-11ed-aec0-b694c7692b42 | InvocationID=952de1d6-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:06:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fae9138-5810-11ed-aec0-b694c7692b42 | InvocationID=8fae9318-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:06:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba461ca-5810-11ed-aec0-b694c7692b42 | InvocationID=9ba463aa-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:06:27+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba461ca-5810-11ed-aec0-b694c7692b42 | InvocationID=9ba463aa-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:06:27+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ba461ca-5810-11ed-aec0-b694c7692b42 | InvocationID=9ba463aa-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:06:41+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952ddf74-5810-11ed-aec0-b694c7692b42 | InvocationID=952de1d6-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:06:41+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41d661c-5810-11ed-aec0-b694c7692b42 | InvocationID=a41d6932-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:06:41+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41d661c-5810-11ed-aec0-b694c7692b42 | InvocationID=a41d6932-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:06:41+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41d661c-5810-11ed-aec0-b694c7692b42 | InvocationID=a41d6932-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:06:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ba461ca-5810-11ed-aec0-b694c7692b42 | InvocationID=9ba463aa-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:06:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79b6be0-5810-11ed-aec0-b694c7692b42 | InvocationID=a79b6df2-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:06:47+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79b6be0-5810-11ed-aec0-b694c7692b42 | InvocationID=a79b6df2-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:06:47+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a79b6be0-5810-11ed-aec0-b694c7692b42 | InvocationID=a79b6df2-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:06+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41d661c-5810-11ed-aec0-b694c7692b42 | InvocationID=a41d6932-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:07:06+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30cfb7e-5810-11ed-aec0-b694c7692b42 | InvocationID=b30cfd5e-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:07:06+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30cfb7e-5810-11ed-aec0-b694c7692b42 | InvocationID=b30cfd5e-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:07:06+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30cfb7e-5810-11ed-aec0-b694c7692b42 | InvocationID=b30cfd5e-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:07:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a79b6be0-5810-11ed-aec0-b694c7692b42 | InvocationID=a79b6df2-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:07:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b391cb10-5810-11ed-aec0-b694c7692b42 | InvocationID=b391ce30-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:07:07+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b391cb10-5810-11ed-aec0-b694c7692b42 | InvocationID=b391ce30-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:07+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b391cb10-5810-11ed-aec0-b694c7692b42 | InvocationID=b391ce30-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b391cb10-5810-11ed-aec0-b694c7692b42 | InvocationID=b391ce30-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:07:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf864f4a-5810-11ed-aec0-b694c7692b42 | InvocationID=bf865170-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:07:27+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf864f4a-5810-11ed-aec0-b694c7692b42 | InvocationID=bf865170-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:27+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf864f4a-5810-11ed-aec0-b694c7692b42 | InvocationID=bf865170-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:31+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30cfb7e-5810-11ed-aec0-b694c7692b42 | InvocationID=b30cfd5e-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:07:31+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fefa88-5810-11ed-aec0-b694c7692b42 | InvocationID=c1fefc54-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:07:31+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fefa88-5810-11ed-aec0-b694c7692b42 | InvocationID=c1fefc54-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:07:31+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1fefa88-5810-11ed-aec0-b694c7692b42 | InvocationID=c1fefc54-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:07:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf864f4a-5810-11ed-aec0-b694c7692b42 | InvocationID=bf865170-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:07:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb7daf0a-5810-11ed-aec0-b694c7692b42 | InvocationID=cb7db70c-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:07:47+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb7daf0a-5810-11ed-aec0-b694c7692b42 | InvocationID=cb7db70c-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:47+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb7daf0a-5810-11ed-aec0-b694c7692b42 | InvocationID=cb7db70c-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:07:56+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1fefa88-5810-11ed-aec0-b694c7692b42 | InvocationID=c1fefc54-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:07:56+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ef4746-5810-11ed-aec0-b694c7692b42 | InvocationID=d0ef49da-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:07:56+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ef4746-5810-11ed-aec0-b694c7692b42 | InvocationID=d0ef49da-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:07:56+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0ef4746-5810-11ed-aec0-b694c7692b42 | InvocationID=d0ef49da-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:08:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb7daf0a-5810-11ed-aec0-b694c7692b42 | InvocationID=cb7db70c-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:08:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7756410-5810-11ed-aec0-b694c7692b42 | InvocationID=d77565e6-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:08:07+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7756410-5810-11ed-aec0-b694c7692b42 | InvocationID=d77565e6-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:08:07+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7756410-5810-11ed-aec0-b694c7692b42 | InvocationID=d77565e6-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:08:21+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0ef4746-5810-11ed-aec0-b694c7692b42 | InvocationID=d0ef49da-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:08:21+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdeb412-5810-11ed-aec0-b694c7692b42 | InvocationID=dfdeb606-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:08:21+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdeb412-5810-11ed-aec0-b694c7692b42 | InvocationID=dfdeb606-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:08:21+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdeb412-5810-11ed-aec0-b694c7692b42 | InvocationID=dfdeb606-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:08:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7756410-5810-11ed-aec0-b694c7692b42 | InvocationID=d77565e6-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:08:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36efa10-5810-11ed-aec0-b694c7692b42 | InvocationID=e36efbdc-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:08:27+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36efa10-5810-11ed-aec0-b694c7692b42 | InvocationID=e36efbdc-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:08:27+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e36efa10-5810-11ed-aec0-b694c7692b42 | InvocationID=e36efbdc-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:08:46+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdeb412-5810-11ed-aec0-b694c7692b42 | InvocationID=dfdeb606-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:08:46+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecdf622-5810-11ed-aec0-b694c7692b42 | InvocationID=eecdf99c-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:08:46+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecdf622-5810-11ed-aec0-b694c7692b42 | InvocationID=eecdf99c-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:08:46+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eecdf622-5810-11ed-aec0-b694c7692b42 | InvocationID=eecdf99c-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:08:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e36efa10-5810-11ed-aec0-b694c7692b42 | InvocationID=e36efbdc-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:08:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef63e7f4-5810-11ed-aec0-b694c7692b42 | InvocationID=ef63eb3c-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:08:47+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef63e7f4-5810-11ed-aec0-b694c7692b42 | InvocationID=ef63eb3c-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:08:47+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef63e7f4-5810-11ed-aec0-b694c7692b42 | InvocationID=ef63eb3c-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:09:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef63e7f4-5810-11ed-aec0-b694c7692b42 | InvocationID=ef63eb3c-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:09:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb581814-5810-11ed-aec0-b694c7692b42 | InvocationID=fb581a4e-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:09:07+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb581814-5810-11ed-aec0-b694c7692b42 | InvocationID=fb581a4e-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:09:07+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb581814-5810-11ed-aec0-b694c7692b42 | InvocationID=fb581a4e-5810-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:09:11+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eecdf622-5810-11ed-aec0-b694c7692b42 | InvocationID=eecdf99c-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:09:11+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc0d5fa-5810-11ed-aec0-b694c7692b42 | InvocationID=fdc0d870-5810-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:09:11+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc0d5fa-5810-11ed-aec0-b694c7692b42 | InvocationID=fdc0d870-5810-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:09:11+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc0d5fa-5810-11ed-aec0-b694c7692b42 | InvocationID=fdc0d870-5810-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:09:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb581814-5810-11ed-aec0-b694c7692b42 | InvocationID=fb581a4e-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:09:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=074cf482-5811-11ed-aec0-b694c7692b42 | InvocationID=074cf66c-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:09:27+0000 | aai_event_thread | 140082734422816 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=074cf482-5811-11ed-aec0-b694c7692b42 | InvocationID=074cf66c-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:09:27+0000 | aai_event_thread | 140082734422816 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=074cf482-5811-11ed-aec0-b694c7692b42 | InvocationID=074cf66c-5811-11ed-aec0-b694c7692b42 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-30T05:09:36+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc0d5fa-5810-11ed-aec0-b694c7692b42 | InvocationID=fdc0d870-5810-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:09:36+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cae0f88-5811-11ed-aec0-b694c7692b42 | InvocationID=0cae11e0-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:09:36+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cae0f88-5811-11ed-aec0-b694c7692b42 | InvocationID=0cae11e0-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:09:36+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cae0f88-5811-11ed-aec0-b694c7692b42 | InvocationID=0cae11e0-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:09:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=074cf482-5811-11ed-aec0-b694c7692b42 | InvocationID=074cf66c-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:09:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13404514-5811-11ed-aec0-b694c7692b42 | InvocationID=13404a96-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:10:01+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cae0f88-5811-11ed-aec0-b694c7692b42 | InvocationID=0cae11e0-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:10:01+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9c01e4-5811-11ed-aec0-b694c7692b42 | InvocationID=1b9c0ba8-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:10:01+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9c01e4-5811-11ed-aec0-b694c7692b42 | InvocationID=1b9c0ba8-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:01+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9c01e4-5811-11ed-aec0-b694c7692b42 | InvocationID=1b9c0ba8-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:12+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13404514-5811-11ed-aec0-b694c7692b42 | InvocationID=13404a96-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:10:12+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21a0b792-5811-11ed-aec0-b694c7692b42 | InvocationID=21a0bb20-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:10:26+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9c01e4-5811-11ed-aec0-b694c7692b42 | InvocationID=1b9c0ba8-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:10:26+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8a27c6-5811-11ed-aec0-b694c7692b42 | InvocationID=2a8a2a1e-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:10:27+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8a27c6-5811-11ed-aec0-b694c7692b42 | InvocationID=2a8a2a1e-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:27+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8a27c6-5811-11ed-aec0-b694c7692b42 | InvocationID=2a8a2a1e-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:32+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21a0b792-5811-11ed-aec0-b694c7692b42 | InvocationID=21a0bb20-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:10:32+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d96f41c-5811-11ed-aec0-b694c7692b42 | InvocationID=2d96f7be-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:10:52+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8a27c6-5811-11ed-aec0-b694c7692b42 | InvocationID=2a8a2a1e-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:10:52+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3978db9c-5811-11ed-aec0-b694c7692b42 | InvocationID=3978e862-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:10:52+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3978db9c-5811-11ed-aec0-b694c7692b42 | InvocationID=3978e862-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:52+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3978db9c-5811-11ed-aec0-b694c7692b42 | InvocationID=3978e862-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:10:52+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d96f41c-5811-11ed-aec0-b694c7692b42 | InvocationID=2d96f7be-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:10:52+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399031d4-5811-11ed-aec0-b694c7692b42 | InvocationID=399060e6-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:11:12+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=399031d4-5811-11ed-aec0-b694c7692b42 | InvocationID=399060e6-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:11:12+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458ef678-5811-11ed-aec0-b694c7692b42 | InvocationID=458ef92a-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:11:17+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3978db9c-5811-11ed-aec0-b694c7692b42 | InvocationID=3978e862-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:11:17+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486725c8-5811-11ed-aec0-b694c7692b42 | InvocationID=48672834-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:11:17+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486725c8-5811-11ed-aec0-b694c7692b42 | InvocationID=48672834-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:11:17+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486725c8-5811-11ed-aec0-b694c7692b42 | InvocationID=48672834-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:11:33+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=458ef678-5811-11ed-aec0-b694c7692b42 | InvocationID=458ef92a-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:11:33+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e52d0c-5811-11ed-aec0-b694c7692b42 | InvocationID=51e52ee2-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:11:42+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486725c8-5811-11ed-aec0-b694c7692b42 | InvocationID=48672834-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:11:42+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57548030-5811-11ed-aec0-b694c7692b42 | InvocationID=5754842c-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:11:42+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57548030-5811-11ed-aec0-b694c7692b42 | InvocationID=5754842c-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:11:42+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57548030-5811-11ed-aec0-b694c7692b42 | InvocationID=5754842c-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:11:57+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e52d0c-5811-11ed-aec0-b694c7692b42 | InvocationID=51e52ee2-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:11:57+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60a99b34-5811-11ed-aec0-b694c7692b42 | InvocationID=60a99d8c-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:12:07+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57548030-5811-11ed-aec0-b694c7692b42 | InvocationID=5754842c-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:12:07+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6644bfb0-5811-11ed-aec0-b694c7692b42 | InvocationID=6644c726-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:12:07+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6644bfb0-5811-11ed-aec0-b694c7692b42 | InvocationID=6644c726-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:12:07+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6644bfb0-5811-11ed-aec0-b694c7692b42 | InvocationID=6644c726-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:12:22+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60a99b34-5811-11ed-aec0-b694c7692b42 | InvocationID=60a99d8c-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:12:22+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6e9ffc-5811-11ed-aec0-b694c7692b42 | InvocationID=6f6ea682-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:12:32+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6644bfb0-5811-11ed-aec0-b694c7692b42 | InvocationID=6644c726-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:12:32+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753403c8-5811-11ed-aec0-b694c7692b42 | InvocationID=7534059e-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:12:32+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753403c8-5811-11ed-aec0-b694c7692b42 | InvocationID=7534059e-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:12:32+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=753403c8-5811-11ed-aec0-b694c7692b42 | InvocationID=7534059e-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:12:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f6e9ffc-5811-11ed-aec0-b694c7692b42 | InvocationID=6f6ea682-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:12:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e342ef8-5811-11ed-aec0-b694c7692b42 | InvocationID=7e343196-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:12:57+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=753403c8-5811-11ed-aec0-b694c7692b42 | InvocationID=7534059e-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:12:57+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8423a1cc-5811-11ed-aec0-b694c7692b42 | InvocationID=8423a3c0-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:12:57+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8423a1cc-5811-11ed-aec0-b694c7692b42 | InvocationID=8423a3c0-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:12:57+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8423a1cc-5811-11ed-aec0-b694c7692b42 | InvocationID=8423a3c0-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:13:12+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e342ef8-5811-11ed-aec0-b694c7692b42 | InvocationID=7e343196-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:13:12+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cfaa4b2-5811-11ed-aec0-b694c7692b42 | InvocationID=8cfaa69c-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:13:22+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8423a1cc-5811-11ed-aec0-b694c7692b42 | InvocationID=8423a3c0-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:13:22+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93128d56-5811-11ed-aec0-b694c7692b42 | InvocationID=93128f54-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:13:22+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93128d56-5811-11ed-aec0-b694c7692b42 | InvocationID=93128f54-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:13:22+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93128d56-5811-11ed-aec0-b694c7692b42 | InvocationID=93128f54-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:13:36+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cfaa4b2-5811-11ed-aec0-b694c7692b42 | InvocationID=8cfaa69c-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:13:36+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbe1542-5811-11ed-aec0-b694c7692b42 | InvocationID=9bbe17b8-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:13:47+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93128d56-5811-11ed-aec0-b694c7692b42 | InvocationID=93128f54-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:13:47+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2014a5a-5811-11ed-aec0-b694c7692b42 | InvocationID=a2014d16-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:13:47+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2014a5a-5811-11ed-aec0-b694c7692b42 | InvocationID=a2014d16-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:13:47+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2014a5a-5811-11ed-aec0-b694c7692b42 | InvocationID=a2014d16-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:14:01+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bbe1542-5811-11ed-aec0-b694c7692b42 | InvocationID=9bbe17b8-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:14:01+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa81aa44-5811-11ed-aec0-b694c7692b42 | InvocationID=aa81ac38-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:14:12+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2014a5a-5811-11ed-aec0-b694c7692b42 | InvocationID=a2014d16-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:14:12+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0ef8df6-5811-11ed-aec0-b694c7692b42 | InvocationID=b0ef9058-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:14:12+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0ef8df6-5811-11ed-aec0-b694c7692b42 | InvocationID=b0ef9058-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:14:12+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0ef8df6-5811-11ed-aec0-b694c7692b42 | InvocationID=b0ef9058-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:14:26+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa81aa44-5811-11ed-aec0-b694c7692b42 | InvocationID=aa81ac38-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:14:26+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b948b18a-5811-11ed-aec0-b694c7692b42 | InvocationID=b948b374-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:14:37+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0ef8df6-5811-11ed-aec0-b694c7692b42 | InvocationID=b0ef9058-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:14:37+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfdd90f6-5811-11ed-aec0-b694c7692b42 | InvocationID=bfdd936c-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:14:37+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfdd90f6-5811-11ed-aec0-b694c7692b42 | InvocationID=bfdd936c-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:14:37+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfdd90f6-5811-11ed-aec0-b694c7692b42 | InvocationID=bfdd936c-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:14:51+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b948b18a-5811-11ed-aec0-b694c7692b42 | InvocationID=b948b374-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:14:51+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8111054-5811-11ed-aec0-b694c7692b42 | InvocationID=c8111234-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:15:02+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfdd90f6-5811-11ed-aec0-b694c7692b42 | InvocationID=bfdd936c-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:15:02+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecf2e80-5811-11ed-aec0-b694c7692b42 | InvocationID=cecf30d8-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:15:02+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecf2e80-5811-11ed-aec0-b694c7692b42 | InvocationID=cecf30d8-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:15:02+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecf2e80-5811-11ed-aec0-b694c7692b42 | InvocationID=cecf30d8-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:15:16+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8111054-5811-11ed-aec0-b694c7692b42 | InvocationID=c8111234-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:15:16+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6d53b74-5811-11ed-aec0-b694c7692b42 | InvocationID=d6d53d54-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:15:27+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecf2e80-5811-11ed-aec0-b694c7692b42 | InvocationID=cecf30d8-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:15:27+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc0870e-5811-11ed-aec0-b694c7692b42 | InvocationID=ddc088ee-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:15:27+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc0870e-5811-11ed-aec0-b694c7692b42 | InvocationID=ddc088ee-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:15:27+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddc0870e-5811-11ed-aec0-b694c7692b42 | InvocationID=ddc088ee-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:15:40+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6d53b74-5811-11ed-aec0-b694c7692b42 | InvocationID=d6d53d54-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:15:40+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e598f8e4-5811-11ed-aec0-b694c7692b42 | InvocationID=e598fec0-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:15:52+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddc0870e-5811-11ed-aec0-b694c7692b42 | InvocationID=ddc088ee-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:15:52+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecae6f92-5811-11ed-aec0-b694c7692b42 | InvocationID=ecae7532-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:15:52+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecae6f92-5811-11ed-aec0-b694c7692b42 | InvocationID=ecae7532-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:15:52+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecae6f92-5811-11ed-aec0-b694c7692b42 | InvocationID=ecae7532-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:16:05+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e598f8e4-5811-11ed-aec0-b694c7692b42 | InvocationID=e598fec0-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:16:05+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45deede-5811-11ed-aec0-b694c7692b42 | InvocationID=f45df19a-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:16:17+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecae6f92-5811-11ed-aec0-b694c7692b42 | InvocationID=ecae7532-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:16:17+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb9ca3ca-5811-11ed-aec0-b694c7692b42 | InvocationID=fb9ca604-5811-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:16:17+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb9ca3ca-5811-11ed-aec0-b694c7692b42 | InvocationID=fb9ca604-5811-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:16:17+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb9ca3ca-5811-11ed-aec0-b694c7692b42 | InvocationID=fb9ca604-5811-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:16:30+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f45deede-5811-11ed-aec0-b694c7692b42 | InvocationID=f45df19a-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:16:30+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0321e286-5812-11ed-aec0-b694c7692b42 | InvocationID=0321e68c-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:16:42+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb9ca3ca-5811-11ed-aec0-b694c7692b42 | InvocationID=fb9ca604-5811-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:16:42+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a8a5b52-5812-11ed-aec0-b694c7692b42 | InvocationID=0a8a5da0-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:16:42+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a8a5b52-5812-11ed-aec0-b694c7692b42 | InvocationID=0a8a5da0-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:16:42+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a8a5b52-5812-11ed-aec0-b694c7692b42 | InvocationID=0a8a5da0-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:16:55+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0321e286-5812-11ed-aec0-b694c7692b42 | InvocationID=0321e68c-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:16:55+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11e8cea6-5812-11ed-aec0-b694c7692b42 | InvocationID=11e8d126-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:17:07+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a8a5b52-5812-11ed-aec0-b694c7692b42 | InvocationID=0a8a5da0-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:17:07+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19787f4a-5812-11ed-aec0-b694c7692b42 | InvocationID=1978818e-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:17:07+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19787f4a-5812-11ed-aec0-b694c7692b42 | InvocationID=1978818e-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:17:07+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19787f4a-5812-11ed-aec0-b694c7692b42 | InvocationID=1978818e-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:17:19+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11e8cea6-5812-11ed-aec0-b694c7692b42 | InvocationID=11e8d126-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:17:19+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20adf81c-5812-11ed-aec0-b694c7692b42 | InvocationID=20adfaa6-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:17:32+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19787f4a-5812-11ed-aec0-b694c7692b42 | InvocationID=1978818e-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:17:32+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28674bbc-5812-11ed-aec0-b694c7692b42 | InvocationID=28674d88-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:17:32+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28674bbc-5812-11ed-aec0-b694c7692b42 | InvocationID=28674d88-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:17:32+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28674bbc-5812-11ed-aec0-b694c7692b42 | InvocationID=28674d88-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:17:44+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20adf81c-5812-11ed-aec0-b694c7692b42 | InvocationID=20adfaa6-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:17:44+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f71ea48-5812-11ed-aec0-b694c7692b42 | InvocationID=2f71eca0-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:17:57+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28674bbc-5812-11ed-aec0-b694c7692b42 | InvocationID=28674d88-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:17:57+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375610f4-5812-11ed-aec0-b694c7692b42 | InvocationID=375613a6-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:17:57+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375610f4-5812-11ed-aec0-b694c7692b42 | InvocationID=375613a6-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:17:57+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375610f4-5812-11ed-aec0-b694c7692b42 | InvocationID=375613a6-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:18:09+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f71ea48-5812-11ed-aec0-b694c7692b42 | InvocationID=2f71eca0-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:18:09+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e39d77a-5812-11ed-aec0-b694c7692b42 | InvocationID=3e39da72-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:18:22+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375610f4-5812-11ed-aec0-b694c7692b42 | InvocationID=375613a6-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:18:22+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4643861e-5812-11ed-aec0-b694c7692b42 | InvocationID=464387fe-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:18:23+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4643861e-5812-11ed-aec0-b694c7692b42 | InvocationID=464387fe-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:18:23+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4643861e-5812-11ed-aec0-b694c7692b42 | InvocationID=464387fe-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:18:34+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e39d77a-5812-11ed-aec0-b694c7692b42 | InvocationID=3e39da72-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:18:34+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cffe77c-5812-11ed-aec0-b694c7692b42 | InvocationID=4cfff258-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:18:48+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4643861e-5812-11ed-aec0-b694c7692b42 | InvocationID=464387fe-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:18:48+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553165e2-5812-11ed-aec0-b694c7692b42 | InvocationID=553167cc-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:18:48+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553165e2-5812-11ed-aec0-b694c7692b42 | InvocationID=553167cc-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:18:48+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=553165e2-5812-11ed-aec0-b694c7692b42 | InvocationID=553167cc-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:18:59+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cffe77c-5812-11ed-aec0-b694c7692b42 | InvocationID=4cfff258-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:18:59+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bc42296-5812-11ed-aec0-b694c7692b42 | InvocationID=5bc42502-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:19:13+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=553165e2-5812-11ed-aec0-b694c7692b42 | InvocationID=553167cc-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:19:13+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641f5c6c-5812-11ed-aec0-b694c7692b42 | InvocationID=641f5fc8-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:19:13+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641f5c6c-5812-11ed-aec0-b694c7692b42 | InvocationID=641f5fc8-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:19:13+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641f5c6c-5812-11ed-aec0-b694c7692b42 | InvocationID=641f5fc8-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:19:23+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bc42296-5812-11ed-aec0-b694c7692b42 | InvocationID=5bc42502-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:19:23+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a8784f8-5812-11ed-aec0-b694c7692b42 | InvocationID=6a8786d8-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:19:38+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641f5c6c-5812-11ed-aec0-b694c7692b42 | InvocationID=641f5fc8-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:19:38+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730cf28e-5812-11ed-aec0-b694c7692b42 | InvocationID=730cf478-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:19:38+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730cf28e-5812-11ed-aec0-b694c7692b42 | InvocationID=730cf478-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:19:38+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730cf28e-5812-11ed-aec0-b694c7692b42 | InvocationID=730cf478-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:19:48+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a8784f8-5812-11ed-aec0-b694c7692b42 | InvocationID=6a8786d8-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:19:48+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794b8d54-5812-11ed-aec0-b694c7692b42 | InvocationID=794b8f3e-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:20:03+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730cf28e-5812-11ed-aec0-b694c7692b42 | InvocationID=730cf478-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:20:03+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81faaa98-5812-11ed-aec0-b694c7692b42 | InvocationID=81fab812-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:20:03+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81faaa98-5812-11ed-aec0-b694c7692b42 | InvocationID=81fab812-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:20:03+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81faaa98-5812-11ed-aec0-b694c7692b42 | InvocationID=81fab812-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:20:13+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794b8d54-5812-11ed-aec0-b694c7692b42 | InvocationID=794b8f3e-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:20:13+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=880ffbc2-5812-11ed-aec0-b694c7692b42 | InvocationID=8810016c-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:20:28+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81faaa98-5812-11ed-aec0-b694c7692b42 | InvocationID=81fab812-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:20:28+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e9f1b2-5812-11ed-aec0-b694c7692b42 | InvocationID=90e9f3e2-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:20:28+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e9f1b2-5812-11ed-aec0-b694c7692b42 | InvocationID=90e9f3e2-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:20:28+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e9f1b2-5812-11ed-aec0-b694c7692b42 | InvocationID=90e9f3e2-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:20:38+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=880ffbc2-5812-11ed-aec0-b694c7692b42 | InvocationID=8810016c-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:20:38+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d48cc2-5812-11ed-aec0-b694c7692b42 | InvocationID=96d48fd8-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:20:53+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e9f1b2-5812-11ed-aec0-b694c7692b42 | InvocationID=90e9f3e2-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:20:53+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd7ef6c-5812-11ed-aec0-b694c7692b42 | InvocationID=9fd7f2be-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:20:53+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd7ef6c-5812-11ed-aec0-b694c7692b42 | InvocationID=9fd7f2be-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:20:53+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd7ef6c-5812-11ed-aec0-b694c7692b42 | InvocationID=9fd7f2be-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:21:02+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96d48cc2-5812-11ed-aec0-b694c7692b42 | InvocationID=96d48fd8-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:21:02+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59868b4-5812-11ed-aec0-b694c7692b42 | InvocationID=a5986a80-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:21:18+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd7ef6c-5812-11ed-aec0-b694c7692b42 | InvocationID=9fd7f2be-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:21:18+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec672a0-5812-11ed-aec0-b694c7692b42 | InvocationID=aec67b2e-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:21:18+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec672a0-5812-11ed-aec0-b694c7692b42 | InvocationID=aec67b2e-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:21:18+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec672a0-5812-11ed-aec0-b694c7692b42 | InvocationID=aec67b2e-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:21:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a59868b4-5812-11ed-aec0-b694c7692b42 | InvocationID=a5986a80-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:21:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b45fc324-5812-11ed-aec0-b694c7692b42 | InvocationID=b45fc6a8-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:21:43+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec672a0-5812-11ed-aec0-b694c7692b42 | InvocationID=aec67b2e-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:21:43+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb5920a-5812-11ed-aec0-b694c7692b42 | InvocationID=bdb594d0-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:21:43+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb5920a-5812-11ed-aec0-b694c7692b42 | InvocationID=bdb594d0-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:21:43+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb5920a-5812-11ed-aec0-b694c7692b42 | InvocationID=bdb594d0-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:21:52+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b45fc324-5812-11ed-aec0-b694c7692b42 | InvocationID=b45fc6a8-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:21:52+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c324f9c4-5812-11ed-aec0-b694c7692b42 | InvocationID=c324fc62-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:22:08+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb5920a-5812-11ed-aec0-b694c7692b42 | InvocationID=bdb594d0-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:22:08+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca3a3f6-5812-11ed-aec0-b694c7692b42 | InvocationID=cca3a5c2-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:22:08+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca3a3f6-5812-11ed-aec0-b694c7692b42 | InvocationID=cca3a5c2-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:22:08+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca3a3f6-5812-11ed-aec0-b694c7692b42 | InvocationID=cca3a5c2-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:22:17+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c324f9c4-5812-11ed-aec0-b694c7692b42 | InvocationID=c324fc62-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:22:17+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ec496c-5812-11ed-aec0-b694c7692b42 | InvocationID=d1ec4b92-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:22:33+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca3a3f6-5812-11ed-aec0-b694c7692b42 | InvocationID=cca3a5c2-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:22:33+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db926bb8-5812-11ed-aec0-b694c7692b42 | InvocationID=db926da2-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:22:33+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db926bb8-5812-11ed-aec0-b694c7692b42 | InvocationID=db926da2-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:22:33+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db926bb8-5812-11ed-aec0-b694c7692b42 | InvocationID=db926da2-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:22:42+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ec496c-5812-11ed-aec0-b694c7692b42 | InvocationID=d1ec4b92-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:22:42+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0af5e30-5812-11ed-aec0-b694c7692b42 | InvocationID=e0af6100-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:22:58+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db926bb8-5812-11ed-aec0-b694c7692b42 | InvocationID=db926da2-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:22:58+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea81164c-5812-11ed-aec0-b694c7692b42 | InvocationID=ea811c6e-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:22:58+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea81164c-5812-11ed-aec0-b694c7692b42 | InvocationID=ea811c6e-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:22:58+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea81164c-5812-11ed-aec0-b694c7692b42 | InvocationID=ea811c6e-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:23:06+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0af5e30-5812-11ed-aec0-b694c7692b42 | InvocationID=e0af6100-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:23:06+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef72ceca-5812-11ed-aec0-b694c7692b42 | InvocationID=ef72d24e-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:23:23+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea81164c-5812-11ed-aec0-b694c7692b42 | InvocationID=ea811c6e-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:23:23+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96eb826-5812-11ed-aec0-b694c7692b42 | InvocationID=f96eb9f2-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:23:23+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96eb826-5812-11ed-aec0-b694c7692b42 | InvocationID=f96eb9f2-5812-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:23:23+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f96eb826-5812-11ed-aec0-b694c7692b42 | InvocationID=f96eb9f2-5812-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:23:31+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef72ceca-5812-11ed-aec0-b694c7692b42 | InvocationID=ef72d24e-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:23:31+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe366dcc-5812-11ed-aec0-b694c7692b42 | InvocationID=fe3671be-5812-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:23:48+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f96eb826-5812-11ed-aec0-b694c7692b42 | InvocationID=f96eb9f2-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:23:48+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085cca80-5813-11ed-aec0-b694c7692b42 | InvocationID=085ccc74-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:23:48+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085cca80-5813-11ed-aec0-b694c7692b42 | InvocationID=085ccc74-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:23:48+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085cca80-5813-11ed-aec0-b694c7692b42 | InvocationID=085ccc74-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:23:56+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe366dcc-5812-11ed-aec0-b694c7692b42 | InvocationID=fe3671be-5812-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:23:56+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf9bab2-5813-11ed-aec0-b694c7692b42 | InvocationID=0cf9c11a-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:24:13+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085cca80-5813-11ed-aec0-b694c7692b42 | InvocationID=085ccc74-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:24:13+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174a7240-5813-11ed-aec0-b694c7692b42 | InvocationID=174a7416-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:24:13+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174a7240-5813-11ed-aec0-b694c7692b42 | InvocationID=174a7416-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:24:13+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174a7240-5813-11ed-aec0-b694c7692b42 | InvocationID=174a7416-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:24:21+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cf9bab2-5813-11ed-aec0-b694c7692b42 | InvocationID=0cf9c11a-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:24:21+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc0aca4-5813-11ed-aec0-b694c7692b42 | InvocationID=1bc0ae70-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:24:38+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174a7240-5813-11ed-aec0-b694c7692b42 | InvocationID=174a7416-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:24:38+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2639fa0a-5813-11ed-aec0-b694c7692b42 | InvocationID=2639fc12-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:24:38+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2639fa0a-5813-11ed-aec0-b694c7692b42 | InvocationID=2639fc12-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:24:38+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2639fa0a-5813-11ed-aec0-b694c7692b42 | InvocationID=2639fc12-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:24:45+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bc0aca4-5813-11ed-aec0-b694c7692b42 | InvocationID=1bc0ae70-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:24:45+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8510b8-5813-11ed-aec0-b694c7692b42 | InvocationID=2a851284-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:25:03+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2639fa0a-5813-11ed-aec0-b694c7692b42 | InvocationID=2639fc12-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:25:03+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352da372-5813-11ed-aec0-b694c7692b42 | InvocationID=352da53e-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:25:03+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352da372-5813-11ed-aec0-b694c7692b42 | InvocationID=352da53e-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:25:03+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352da372-5813-11ed-aec0-b694c7692b42 | InvocationID=352da53e-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:25:10+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8510b8-5813-11ed-aec0-b694c7692b42 | InvocationID=2a851284-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:25:10+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39486f3c-5813-11ed-aec0-b694c7692b42 | InvocationID=39487112-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:25:28+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352da372-5813-11ed-aec0-b694c7692b42 | InvocationID=352da53e-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:25:28+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441ba6b8-5813-11ed-aec0-b694c7692b42 | InvocationID=441ba96a-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:25:28+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441ba6b8-5813-11ed-aec0-b694c7692b42 | InvocationID=441ba96a-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:25:28+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441ba6b8-5813-11ed-aec0-b694c7692b42 | InvocationID=441ba96a-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:25:35+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39486f3c-5813-11ed-aec0-b694c7692b42 | InvocationID=39487112-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:25:35+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=480c74e6-5813-11ed-aec0-b694c7692b42 | InvocationID=480c7748-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:25:53+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441ba6b8-5813-11ed-aec0-b694c7692b42 | InvocationID=441ba96a-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:25:53+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530c3e26-5813-11ed-aec0-b694c7692b42 | InvocationID=530c4074-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:25:53+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530c3e26-5813-11ed-aec0-b694c7692b42 | InvocationID=530c4074-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:25:53+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530c3e26-5813-11ed-aec0-b694c7692b42 | InvocationID=530c4074-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:26:00+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=480c74e6-5813-11ed-aec0-b694c7692b42 | InvocationID=480c7748-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:26:00+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d58030-5813-11ed-aec0-b694c7692b42 | InvocationID=56d581ca-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:26:18+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530c3e26-5813-11ed-aec0-b694c7692b42 | InvocationID=530c4074-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:26:18+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fba76e-5813-11ed-aec0-b694c7692b42 | InvocationID=61fba930-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:26:19+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fba76e-5813-11ed-aec0-b694c7692b42 | InvocationID=61fba930-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:26:19+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fba76e-5813-11ed-aec0-b694c7692b42 | InvocationID=61fba930-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:26:25+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56d58030-5813-11ed-aec0-b694c7692b42 | InvocationID=56d581ca-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:26:25+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6599c4a0-5813-11ed-aec0-b694c7692b42 | InvocationID=6599c6e4-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:26:44+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fba76e-5813-11ed-aec0-b694c7692b42 | InvocationID=61fba930-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:26:44+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e98714-5813-11ed-aec0-b694c7692b42 | InvocationID=70e9902e-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:26:44+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e98714-5813-11ed-aec0-b694c7692b42 | InvocationID=70e9902e-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:26:44+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e98714-5813-11ed-aec0-b694c7692b42 | InvocationID=70e9902e-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:26:49+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6599c4a0-5813-11ed-aec0-b694c7692b42 | InvocationID=6599c6e4-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:26:49+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=745d552e-5813-11ed-aec0-b694c7692b42 | InvocationID=745d5966-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:27:09+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e98714-5813-11ed-aec0-b694c7692b42 | InvocationID=70e9902e-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:27:09+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd74f9a-5813-11ed-aec0-b694c7692b42 | InvocationID=7fd75242-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:27:09+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd74f9a-5813-11ed-aec0-b694c7692b42 | InvocationID=7fd75242-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:27:09+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fd74f9a-5813-11ed-aec0-b694c7692b42 | InvocationID=7fd75242-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:27:14+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=745d552e-5813-11ed-aec0-b694c7692b42 | InvocationID=745d5966-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:27:14+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83209ecc-5813-11ed-aec0-b694c7692b42 | InvocationID=8320a1a6-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:27:34+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fd74f9a-5813-11ed-aec0-b694c7692b42 | InvocationID=7fd75242-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:27:34+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec51316-5813-11ed-aec0-b694c7692b42 | InvocationID=8ec51afa-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:27:34+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec51316-5813-11ed-aec0-b694c7692b42 | InvocationID=8ec51afa-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:27:34+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec51316-5813-11ed-aec0-b694c7692b42 | InvocationID=8ec51afa-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:27:39+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83209ecc-5813-11ed-aec0-b694c7692b42 | InvocationID=8320a1a6-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:27:39+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e5871a-5813-11ed-aec0-b694c7692b42 | InvocationID=91e5895e-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:27:59+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec51316-5813-11ed-aec0-b694c7692b42 | InvocationID=8ec51afa-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:27:59+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9db3e582-5813-11ed-aec0-b694c7692b42 | InvocationID=9db3e794-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:27:59+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9db3e582-5813-11ed-aec0-b694c7692b42 | InvocationID=9db3e794-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:27:59+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9db3e582-5813-11ed-aec0-b694c7692b42 | InvocationID=9db3e794-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:28:04+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e5871a-5813-11ed-aec0-b694c7692b42 | InvocationID=91e5895e-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:28:04+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0addb76-5813-11ed-aec0-b694c7692b42 | InvocationID=a0adde46-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:28:24+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9db3e582-5813-11ed-aec0-b694c7692b42 | InvocationID=9db3e794-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:28:24+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca2ad62-5813-11ed-aec0-b694c7692b42 | InvocationID=aca2b0b4-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:28:24+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca2ad62-5813-11ed-aec0-b694c7692b42 | InvocationID=aca2b0b4-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:28:24+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca2ad62-5813-11ed-aec0-b694c7692b42 | InvocationID=aca2b0b4-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:28:28+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0addb76-5813-11ed-aec0-b694c7692b42 | InvocationID=a0adde46-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:28:28+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7130b8-5813-11ed-aec0-b694c7692b42 | InvocationID=af7133ba-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:28:49+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca2ad62-5813-11ed-aec0-b694c7692b42 | InvocationID=aca2b0b4-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:28:49+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb92c898-5813-11ed-aec0-b694c7692b42 | InvocationID=bb92ca5a-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:28:49+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb92c898-5813-11ed-aec0-b694c7692b42 | InvocationID=bb92ca5a-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:28:49+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb92c898-5813-11ed-aec0-b694c7692b42 | InvocationID=bb92ca5a-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:28:53+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af7130b8-5813-11ed-aec0-b694c7692b42 | InvocationID=af7133ba-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:28:53+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be347f56-5813-11ed-aec0-b694c7692b42 | InvocationID=be3480f0-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:29:14+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb92c898-5813-11ed-aec0-b694c7692b42 | InvocationID=bb92ca5a-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:29:14+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca809bb4-5813-11ed-aec0-b694c7692b42 | InvocationID=ca809ee8-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:29:14+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca809bb4-5813-11ed-aec0-b694c7692b42 | InvocationID=ca809ee8-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:29:14+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca809bb4-5813-11ed-aec0-b694c7692b42 | InvocationID=ca809ee8-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:29:18+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be347f56-5813-11ed-aec0-b694c7692b42 | InvocationID=be3480f0-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:29:18+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccf70d4c-5813-11ed-aec0-b694c7692b42 | InvocationID=ccf70f72-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:29:39+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca809bb4-5813-11ed-aec0-b694c7692b42 | InvocationID=ca809ee8-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:29:39+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9707400-5813-11ed-aec0-b694c7692b42 | InvocationID=d9707608-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:29:39+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9707400-5813-11ed-aec0-b694c7692b42 | InvocationID=d9707608-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:29:39+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9707400-5813-11ed-aec0-b694c7692b42 | InvocationID=d9707608-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:29:43+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccf70d4c-5813-11ed-aec0-b694c7692b42 | InvocationID=ccf70f72-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:29:43+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbb176a-5813-11ed-aec0-b694c7692b42 | InvocationID=dbbb194a-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:30:04+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9707400-5813-11ed-aec0-b694c7692b42 | InvocationID=d9707608-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:30:04+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e85edb32-5813-11ed-aec0-b694c7692b42 | InvocationID=e85edcf4-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:30:04+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e85edb32-5813-11ed-aec0-b694c7692b42 | InvocationID=e85edcf4-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:04+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e85edb32-5813-11ed-aec0-b694c7692b42 | InvocationID=e85edcf4-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:08+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbb176a-5813-11ed-aec0-b694c7692b42 | InvocationID=dbbb194a-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:30:08+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7fbc92-5813-11ed-aec0-b694c7692b42 | InvocationID=ea7fbe5e-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:30:29+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e85edb32-5813-11ed-aec0-b694c7692b42 | InvocationID=e85edcf4-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:30:29+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74da0ba-5813-11ed-aec0-b694c7692b42 | InvocationID=f74da358-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:30:29+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74da0ba-5813-11ed-aec0-b694c7692b42 | InvocationID=f74da358-5813-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:29+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f74da0ba-5813-11ed-aec0-b694c7692b42 | InvocationID=f74da358-5813-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:32+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea7fbc92-5813-11ed-aec0-b694c7692b42 | InvocationID=ea7fbe5e-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:30:32+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f942934e-5813-11ed-aec0-b694c7692b42 | InvocationID=f94295ce-5813-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:30:54+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f74da0ba-5813-11ed-aec0-b694c7692b42 | InvocationID=f74da358-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:30:54+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063bee4c-5814-11ed-aec0-b694c7692b42 | InvocationID=063beff0-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:30:54+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063bee4c-5814-11ed-aec0-b694c7692b42 | InvocationID=063beff0-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:54+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063bee4c-5814-11ed-aec0-b694c7692b42 | InvocationID=063beff0-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:30:57+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f942934e-5813-11ed-aec0-b694c7692b42 | InvocationID=f94295ce-5813-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:30:57+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0807485c-5814-11ed-aec0-b694c7692b42 | InvocationID=08076760-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:31:19+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063bee4c-5814-11ed-aec0-b694c7692b42 | InvocationID=063beff0-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:31:19+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1529db12-5814-11ed-aec0-b694c7692b42 | InvocationID=1529de78-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:31:19+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1529db12-5814-11ed-aec0-b694c7692b42 | InvocationID=1529de78-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:31:19+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1529db12-5814-11ed-aec0-b694c7692b42 | InvocationID=1529de78-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:31:22+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0807485c-5814-11ed-aec0-b694c7692b42 | InvocationID=08076760-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:31:22+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16cd2438-5814-11ed-aec0-b694c7692b42 | InvocationID=16cd264a-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:31:44+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1529db12-5814-11ed-aec0-b694c7692b42 | InvocationID=1529de78-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:31:44+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2417c864-5814-11ed-aec0-b694c7692b42 | InvocationID=2417cb34-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:31:44+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2417c864-5814-11ed-aec0-b694c7692b42 | InvocationID=2417cb34-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:31:44+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2417c864-5814-11ed-aec0-b694c7692b42 | InvocationID=2417cb34-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:31:47+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16cd2438-5814-11ed-aec0-b694c7692b42 | InvocationID=16cd264a-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:31:47+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2591aa02-5814-11ed-aec0-b694c7692b42 | InvocationID=2591acd2-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:32:09+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2417c864-5814-11ed-aec0-b694c7692b42 | InvocationID=2417cb34-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:32:09+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330620f0-5814-11ed-aec0-b694c7692b42 | InvocationID=33062370-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:32:09+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330620f0-5814-11ed-aec0-b694c7692b42 | InvocationID=33062370-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:32:09+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=330620f0-5814-11ed-aec0-b694c7692b42 | InvocationID=33062370-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:32:11+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2591aa02-5814-11ed-aec0-b694c7692b42 | InvocationID=2591acd2-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:32:11+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3454e518-5814-11ed-aec0-b694c7692b42 | InvocationID=3454e766-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:32:34+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=330620f0-5814-11ed-aec0-b694c7692b42 | InvocationID=33062370-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:32:34+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f51c38-5814-11ed-aec0-b694c7692b42 | InvocationID=41f526d8-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:32:34+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f51c38-5814-11ed-aec0-b694c7692b42 | InvocationID=41f526d8-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:32:34+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f51c38-5814-11ed-aec0-b694c7692b42 | InvocationID=41f526d8-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:32:36+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3454e518-5814-11ed-aec0-b694c7692b42 | InvocationID=3454e766-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:32:36+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43191060-5814-11ed-aec0-b694c7692b42 | InvocationID=43191ace-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:32:59+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f51c38-5814-11ed-aec0-b694c7692b42 | InvocationID=41f526d8-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:32:59+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e34882-5814-11ed-aec0-b694c7692b42 | InvocationID=50e34b34-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:32:59+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e34882-5814-11ed-aec0-b694c7692b42 | InvocationID=50e34b34-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:32:59+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e34882-5814-11ed-aec0-b694c7692b42 | InvocationID=50e34b34-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:33:01+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43191060-5814-11ed-aec0-b694c7692b42 | InvocationID=43191ace-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:33:01+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51dd0d40-5814-11ed-aec0-b694c7692b42 | InvocationID=51dd1182-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:33:24+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e34882-5814-11ed-aec0-b694c7692b42 | InvocationID=50e34b34-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:33:24+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd27494-5814-11ed-aec0-b694c7692b42 | InvocationID=5fd276e2-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:33:24+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd27494-5814-11ed-aec0-b694c7692b42 | InvocationID=5fd276e2-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:33:24+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd27494-5814-11ed-aec0-b694c7692b42 | InvocationID=5fd276e2-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:33:26+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51dd0d40-5814-11ed-aec0-b694c7692b42 | InvocationID=51dd1182-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:33:26+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60a138ba-5814-11ed-aec0-b694c7692b42 | InvocationID=60a13a9a-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:33:49+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd27494-5814-11ed-aec0-b694c7692b42 | InvocationID=5fd276e2-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:33:49+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ec08838-5814-11ed-aec0-b694c7692b42 | InvocationID=6ec08d6a-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:33:49+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ec08838-5814-11ed-aec0-b694c7692b42 | InvocationID=6ec08d6a-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:33:49+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ec08838-5814-11ed-aec0-b694c7692b42 | InvocationID=6ec08d6a-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:33:50+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60a138ba-5814-11ed-aec0-b694c7692b42 | InvocationID=60a13a9a-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:33:50+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f64fe18-5814-11ed-aec0-b694c7692b42 | InvocationID=6f64ffd0-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:34:14+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ec08838-5814-11ed-aec0-b694c7692b42 | InvocationID=6ec08d6a-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:34:14+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dae7ad0-5814-11ed-aec0-b694c7692b42 | InvocationID=7dae7d0a-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:34:15+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dae7ad0-5814-11ed-aec0-b694c7692b42 | InvocationID=7dae7d0a-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:34:15+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dae7ad0-5814-11ed-aec0-b694c7692b42 | InvocationID=7dae7d0a-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:34:15+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f64fe18-5814-11ed-aec0-b694c7692b42 | InvocationID=6f64ffd0-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:34:15+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e2819c6-5814-11ed-aec0-b694c7692b42 | InvocationID=7e281cc8-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:34:40+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dae7ad0-5814-11ed-aec0-b694c7692b42 | InvocationID=7dae7d0a-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:34:40+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9f50d2-5814-11ed-aec0-b694c7692b42 | InvocationID=8c9f5320-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:34:40+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9f50d2-5814-11ed-aec0-b694c7692b42 | InvocationID=8c9f5320-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:34:40+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c9f50d2-5814-11ed-aec0-b694c7692b42 | InvocationID=8c9f5320-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:34:40+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e2819c6-5814-11ed-aec0-b694c7692b42 | InvocationID=7e281cc8-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:34:40+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ceb4cf8-5814-11ed-aec0-b694c7692b42 | InvocationID=8ceb4f3c-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:35:05+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c9f50d2-5814-11ed-aec0-b694c7692b42 | InvocationID=8c9f5320-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:35:05+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b91994c-5814-11ed-aec0-b694c7692b42 | InvocationID=9b919f32-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:35:05+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b91994c-5814-11ed-aec0-b694c7692b42 | InvocationID=9b919f32-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:35:05+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b91994c-5814-11ed-aec0-b694c7692b42 | InvocationID=9b919f32-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:35:05+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ceb4cf8-5814-11ed-aec0-b694c7692b42 | InvocationID=8ceb4f3c-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:35:05+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bae25bc-5814-11ed-aec0-b694c7692b42 | InvocationID=9bae27b0-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:35:30+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bae25bc-5814-11ed-aec0-b694c7692b42 | InvocationID=9bae27b0-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:35:30+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa73f748-5814-11ed-aec0-b694c7692b42 | InvocationID=aa73fa68-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:35:30+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b91994c-5814-11ed-aec0-b694c7692b42 | InvocationID=9b919f32-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:35:30+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa7fdcc0-5814-11ed-aec0-b694c7692b42 | InvocationID=aa7fdf54-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:35:30+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa7fdcc0-5814-11ed-aec0-b694c7692b42 | InvocationID=aa7fdf54-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:35:30+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa7fdcc0-5814-11ed-aec0-b694c7692b42 | InvocationID=aa7fdf54-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:35:54+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa73f748-5814-11ed-aec0-b694c7692b42 | InvocationID=aa73fa68-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:35:54+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b93aa204-5814-11ed-aec0-b694c7692b42 | InvocationID=b93aa4ac-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:35:55+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa7fdcc0-5814-11ed-aec0-b694c7692b42 | InvocationID=aa7fdf54-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:35:55+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b96dc81e-5814-11ed-aec0-b694c7692b42 | InvocationID=b96dc9e0-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:35:55+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b96dc81e-5814-11ed-aec0-b694c7692b42 | InvocationID=b96dc9e0-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:35:55+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b96dc81e-5814-11ed-aec0-b694c7692b42 | InvocationID=b96dc9e0-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:36:19+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b93aa204-5814-11ed-aec0-b694c7692b42 | InvocationID=b93aa4ac-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:36:19+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7fd6c18-5814-11ed-aec0-b694c7692b42 | InvocationID=c7fd75be-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:36:20+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b96dc81e-5814-11ed-aec0-b694c7692b42 | InvocationID=b96dc9e0-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:36:20+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85ad2fe-5814-11ed-aec0-b694c7692b42 | InvocationID=c85adcea-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:36:20+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85ad2fe-5814-11ed-aec0-b694c7692b42 | InvocationID=c85adcea-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:36:20+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c85ad2fe-5814-11ed-aec0-b694c7692b42 | InvocationID=c85adcea-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:36:44+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7fd6c18-5814-11ed-aec0-b694c7692b42 | InvocationID=c7fd75be-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:36:44+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c07c2c-5814-11ed-aec0-b694c7692b42 | InvocationID=d6c07de4-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:36:45+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c85ad2fe-5814-11ed-aec0-b694c7692b42 | InvocationID=c85adcea-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:36:45+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d747d7da-5814-11ed-aec0-b694c7692b42 | InvocationID=d747d988-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:36:45+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d747d7da-5814-11ed-aec0-b694c7692b42 | InvocationID=d747d988-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:36:45+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d747d7da-5814-11ed-aec0-b694c7692b42 | InvocationID=d747d988-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:37:09+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6c07c2c-5814-11ed-aec0-b694c7692b42 | InvocationID=d6c07de4-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:37:09+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5844e50-5814-11ed-aec0-b694c7692b42 | InvocationID=e584501c-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:37:10+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d747d7da-5814-11ed-aec0-b694c7692b42 | InvocationID=d747d988-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:37:10+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e636bcca-5814-11ed-aec0-b694c7692b42 | InvocationID=e636be82-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:37:10+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e636bcca-5814-11ed-aec0-b694c7692b42 | InvocationID=e636be82-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:37:10+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e636bcca-5814-11ed-aec0-b694c7692b42 | InvocationID=e636be82-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:37:33+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5844e50-5814-11ed-aec0-b694c7692b42 | InvocationID=e584501c-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:37:33+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4491e34-5814-11ed-aec0-b694c7692b42 | InvocationID=f4492050-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:37:35+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e636bcca-5814-11ed-aec0-b694c7692b42 | InvocationID=e636be82-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:37:35+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5248d2a-5814-11ed-aec0-b694c7692b42 | InvocationID=f5248f1e-5814-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:37:35+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5248d2a-5814-11ed-aec0-b694c7692b42 | InvocationID=f5248f1e-5814-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:37:35+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5248d2a-5814-11ed-aec0-b694c7692b42 | InvocationID=f5248f1e-5814-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:37:58+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4491e34-5814-11ed-aec0-b694c7692b42 | InvocationID=f4492050-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:37:58+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030c224a-5815-11ed-aec0-b694c7692b42 | InvocationID=030c24ca-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:38:00+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5248d2a-5814-11ed-aec0-b694c7692b42 | InvocationID=f5248f1e-5814-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:38:00+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04126b40-5815-11ed-aec0-b694c7692b42 | InvocationID=04126d84-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:38:00+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04126b40-5815-11ed-aec0-b694c7692b42 | InvocationID=04126d84-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:38:00+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04126b40-5815-11ed-aec0-b694c7692b42 | InvocationID=04126d84-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:38:23+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=030c224a-5815-11ed-aec0-b694c7692b42 | InvocationID=030c24ca-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:38:23+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d00b7a-5815-11ed-aec0-b694c7692b42 | InvocationID=11d00e54-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:38:25+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04126b40-5815-11ed-aec0-b694c7692b42 | InvocationID=04126d84-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:38:25+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12ff911e-5815-11ed-aec0-b694c7692b42 | InvocationID=12ff9420-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:38:25+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12ff911e-5815-11ed-aec0-b694c7692b42 | InvocationID=12ff9420-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:38:25+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12ff911e-5815-11ed-aec0-b694c7692b42 | InvocationID=12ff9420-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:38:48+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d00b7a-5815-11ed-aec0-b694c7692b42 | InvocationID=11d00e54-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:38:48+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2095d9c8-5815-11ed-aec0-b694c7692b42 | InvocationID=2095dbe4-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:38:50+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12ff911e-5815-11ed-aec0-b694c7692b42 | InvocationID=12ff9420-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:38:50+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ecefaa-5815-11ed-aec0-b694c7692b42 | InvocationID=21ecf1e4-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:38:50+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ecefaa-5815-11ed-aec0-b694c7692b42 | InvocationID=21ecf1e4-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:38:50+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ecefaa-5815-11ed-aec0-b694c7692b42 | InvocationID=21ecf1e4-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:39:13+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2095d9c8-5815-11ed-aec0-b694c7692b42 | InvocationID=2095dbe4-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:39:13+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f589d24-5815-11ed-aec0-b694c7692b42 | InvocationID=2f589ef0-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:39:15+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ecefaa-5815-11ed-aec0-b694c7692b42 | InvocationID=21ecf1e4-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:39:15+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30db4304-5815-11ed-aec0-b694c7692b42 | InvocationID=30db44c6-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:39:15+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30db4304-5815-11ed-aec0-b694c7692b42 | InvocationID=30db44c6-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:39:15+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30db4304-5815-11ed-aec0-b694c7692b42 | InvocationID=30db44c6-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:39:37+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f589d24-5815-11ed-aec0-b694c7692b42 | InvocationID=2f589ef0-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:39:37+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e1b89c0-5815-11ed-aec0-b694c7692b42 | InvocationID=3e1b8c04-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:39:40+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30db4304-5815-11ed-aec0-b694c7692b42 | InvocationID=30db44c6-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:39:40+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc8b842-5815-11ed-aec0-b694c7692b42 | InvocationID=3fc8ba86-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:39:40+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc8b842-5815-11ed-aec0-b694c7692b42 | InvocationID=3fc8ba86-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:39:40+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fc8b842-5815-11ed-aec0-b694c7692b42 | InvocationID=3fc8ba86-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:02+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e1b89c0-5815-11ed-aec0-b694c7692b42 | InvocationID=3e1b8c04-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:40:02+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cdecaee-5815-11ed-aec0-b694c7692b42 | InvocationID=4cdecd8c-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:40:05+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fc8b842-5815-11ed-aec0-b694c7692b42 | InvocationID=3fc8ba86-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:40:05+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb75a70-5815-11ed-aec0-b694c7692b42 | InvocationID=4eb75cc8-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:40:05+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb75a70-5815-11ed-aec0-b694c7692b42 | InvocationID=4eb75cc8-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:05+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb75a70-5815-11ed-aec0-b694c7692b42 | InvocationID=4eb75cc8-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:27+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cdecaee-5815-11ed-aec0-b694c7692b42 | InvocationID=4cdecd8c-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:40:27+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba2fc58-5815-11ed-aec0-b694c7692b42 | InvocationID=5ba2fe9c-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:40:30+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb75a70-5815-11ed-aec0-b694c7692b42 | InvocationID=4eb75cc8-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:40:30+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5da4b474-5815-11ed-aec0-b694c7692b42 | InvocationID=5da4be74-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:40:30+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5da4b474-5815-11ed-aec0-b694c7692b42 | InvocationID=5da4be74-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:30+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5da4b474-5815-11ed-aec0-b694c7692b42 | InvocationID=5da4be74-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:52+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ba2fc58-5815-11ed-aec0-b694c7692b42 | InvocationID=5ba2fe9c-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:40:52+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a671936-5815-11ed-aec0-b694c7692b42 | InvocationID=6a671af8-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:40:55+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5da4b474-5815-11ed-aec0-b694c7692b42 | InvocationID=5da4be74-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:40:55+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c924762-5815-11ed-aec0-b694c7692b42 | InvocationID=6c9249d8-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:40:55+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c924762-5815-11ed-aec0-b694c7692b42 | InvocationID=6c9249d8-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:40:55+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c924762-5815-11ed-aec0-b694c7692b42 | InvocationID=6c9249d8-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:41:16+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a671936-5815-11ed-aec0-b694c7692b42 | InvocationID=6a671af8-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:41:16+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792a1b4e-5815-11ed-aec0-b694c7692b42 | InvocationID=792a1d2e-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:41:20+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c924762-5815-11ed-aec0-b694c7692b42 | InvocationID=6c9249d8-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:41:20+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b7fc2ea-5815-11ed-aec0-b694c7692b42 | InvocationID=7b7fc52e-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:41:20+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b7fc2ea-5815-11ed-aec0-b694c7692b42 | InvocationID=7b7fc52e-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:41:20+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b7fc2ea-5815-11ed-aec0-b694c7692b42 | InvocationID=7b7fc52e-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:41:41+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=792a1b4e-5815-11ed-aec0-b694c7692b42 | InvocationID=792a1d2e-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:41:41+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87efcaa2-5815-11ed-aec0-b694c7692b42 | InvocationID=87efceb2-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:41:45+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b7fc2ea-5815-11ed-aec0-b694c7692b42 | InvocationID=7b7fc52e-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:41:45+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a6daf10-5815-11ed-aec0-b694c7692b42 | InvocationID=8a6db97e-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:41:45+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a6daf10-5815-11ed-aec0-b694c7692b42 | InvocationID=8a6db97e-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:41:45+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a6daf10-5815-11ed-aec0-b694c7692b42 | InvocationID=8a6db97e-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:42:06+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87efcaa2-5815-11ed-aec0-b694c7692b42 | InvocationID=87efceb2-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:42:06+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b3c142-5815-11ed-aec0-b694c7692b42 | InvocationID=96b3c32c-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:42:10+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a6daf10-5815-11ed-aec0-b694c7692b42 | InvocationID=8a6db97e-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:42:10+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995b0cb6-5815-11ed-aec0-b694c7692b42 | InvocationID=995b0f2c-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:42:10+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995b0cb6-5815-11ed-aec0-b694c7692b42 | InvocationID=995b0f2c-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:42:10+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=995b0cb6-5815-11ed-aec0-b694c7692b42 | InvocationID=995b0f2c-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:42:31+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b3c142-5815-11ed-aec0-b694c7692b42 | InvocationID=96b3c32c-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:42:31+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5765c12-5815-11ed-aec0-b694c7692b42 | InvocationID=a5765e88-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:42:35+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=995b0cb6-5815-11ed-aec0-b694c7692b42 | InvocationID=995b0f2c-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:42:35+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a848ce3e-5815-11ed-aec0-b694c7692b42 | InvocationID=a848d0a0-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:42:35+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a848ce3e-5815-11ed-aec0-b694c7692b42 | InvocationID=a848d0a0-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:42:35+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a848ce3e-5815-11ed-aec0-b694c7692b42 | InvocationID=a848d0a0-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:42:55+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5765c12-5815-11ed-aec0-b694c7692b42 | InvocationID=a5765e88-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:42:55+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b43bb5c6-5815-11ed-aec0-b694c7692b42 | InvocationID=b43bbb7a-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:43:00+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a848ce3e-5815-11ed-aec0-b694c7692b42 | InvocationID=a848d0a0-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:43:00+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7368346-5815-11ed-aec0-b694c7692b42 | InvocationID=b736868e-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:43:01+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7368346-5815-11ed-aec0-b694c7692b42 | InvocationID=b736868e-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:43:01+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7368346-5815-11ed-aec0-b694c7692b42 | InvocationID=b736868e-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:43:20+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b43bb5c6-5815-11ed-aec0-b694c7692b42 | InvocationID=b43bbb7a-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:43:20+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c300aa76-5815-11ed-aec0-b694c7692b42 | InvocationID=c300adaa-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:43:26+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7368346-5815-11ed-aec0-b694c7692b42 | InvocationID=b736868e-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:43:26+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c624ca2a-5815-11ed-aec0-b694c7692b42 | InvocationID=c624cd5e-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:43:26+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c624ca2a-5815-11ed-aec0-b694c7692b42 | InvocationID=c624cd5e-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:43:26+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c624ca2a-5815-11ed-aec0-b694c7692b42 | InvocationID=c624cd5e-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:43:45+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c300aa76-5815-11ed-aec0-b694c7692b42 | InvocationID=c300adaa-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:43:45+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c63742-5815-11ed-aec0-b694c7692b42 | InvocationID=d1c639d6-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:43:51+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c624ca2a-5815-11ed-aec0-b694c7692b42 | InvocationID=c624cd5e-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:43:51+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5154dfc-5815-11ed-aec0-b694c7692b42 | InvocationID=d5155040-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:43:51+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5154dfc-5815-11ed-aec0-b694c7692b42 | InvocationID=d5155040-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:43:51+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5154dfc-5815-11ed-aec0-b694c7692b42 | InvocationID=d5155040-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:44:10+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c63742-5815-11ed-aec0-b694c7692b42 | InvocationID=d1c639d6-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:44:10+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08bb2c0-5815-11ed-aec0-b694c7692b42 | InvocationID=e08bb4b4-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:44:16+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5154dfc-5815-11ed-aec0-b694c7692b42 | InvocationID=d5155040-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:44:16+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4047194-5815-11ed-aec0-b694c7692b42 | InvocationID=e404736a-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:44:16+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4047194-5815-11ed-aec0-b694c7692b42 | InvocationID=e404736a-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:44:16+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4047194-5815-11ed-aec0-b694c7692b42 | InvocationID=e404736a-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:44:35+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e08bb2c0-5815-11ed-aec0-b694c7692b42 | InvocationID=e08bb4b4-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:44:35+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef50c9da-5815-11ed-aec0-b694c7692b42 | InvocationID=ef50cbb0-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:44:41+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4047194-5815-11ed-aec0-b694c7692b42 | InvocationID=e404736a-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:44:41+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f2fc48-5815-11ed-aec0-b694c7692b42 | InvocationID=f2f2fe78-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:44:41+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f2fc48-5815-11ed-aec0-b694c7692b42 | InvocationID=f2f2fe78-5815-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:44:41+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f2fc48-5815-11ed-aec0-b694c7692b42 | InvocationID=f2f2fe78-5815-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:44:59+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef50c9da-5815-11ed-aec0-b694c7692b42 | InvocationID=ef50cbb0-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:44:59+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe13f262-5815-11ed-aec0-b694c7692b42 | InvocationID=fe13f604-5815-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:45:06+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f2fc48-5815-11ed-aec0-b694c7692b42 | InvocationID=f2f2fe78-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:45:06+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e46e3a-5816-11ed-aec0-b694c7692b42 | InvocationID=01e46ff2-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:45:06+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e46e3a-5816-11ed-aec0-b694c7692b42 | InvocationID=01e46ff2-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:45:06+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e46e3a-5816-11ed-aec0-b694c7692b42 | InvocationID=01e46ff2-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:45:24+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe13f262-5815-11ed-aec0-b694c7692b42 | InvocationID=fe13f604-5815-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:45:24+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd84ba4-5816-11ed-aec0-b694c7692b42 | InvocationID=0cd84da2-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:45:31+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e46e3a-5816-11ed-aec0-b694c7692b42 | InvocationID=01e46ff2-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:45:31+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d1d2c0-5816-11ed-aec0-b694c7692b42 | InvocationID=10d1d48c-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:45:31+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d1d2c0-5816-11ed-aec0-b694c7692b42 | InvocationID=10d1d48c-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:45:31+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d1d2c0-5816-11ed-aec0-b694c7692b42 | InvocationID=10d1d48c-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:45:49+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cd84ba4-5816-11ed-aec0-b694c7692b42 | InvocationID=0cd84da2-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:45:49+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9c5bda-5816-11ed-aec0-b694c7692b42 | InvocationID=1b9c5da6-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:45:56+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d1d2c0-5816-11ed-aec0-b694c7692b42 | InvocationID=10d1d48c-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:45:56+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbfc4c2-5816-11ed-aec0-b694c7692b42 | InvocationID=1fbfc72e-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:45:56+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbfc4c2-5816-11ed-aec0-b694c7692b42 | InvocationID=1fbfc72e-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:45:56+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fbfc4c2-5816-11ed-aec0-b694c7692b42 | InvocationID=1fbfc72e-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:46:14+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b9c5bda-5816-11ed-aec0-b694c7692b42 | InvocationID=1b9c5da6-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:46:14+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a67613c-5816-11ed-aec0-b694c7692b42 | InvocationID=2a67638a-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:46:21+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fbfc4c2-5816-11ed-aec0-b694c7692b42 | InvocationID=1fbfc72e-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:46:21+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eae217c-5816-11ed-aec0-b694c7692b42 | InvocationID=2eae232a-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:46:21+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eae217c-5816-11ed-aec0-b694c7692b42 | InvocationID=2eae232a-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:46:21+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eae217c-5816-11ed-aec0-b694c7692b42 | InvocationID=2eae232a-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:46:39+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a67613c-5816-11ed-aec0-b694c7692b42 | InvocationID=2a67638a-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:46:39+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392de8b2-5816-11ed-aec0-b694c7692b42 | InvocationID=392deb82-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:46:46+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eae217c-5816-11ed-aec0-b694c7692b42 | InvocationID=2eae232a-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:46:46+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9bc6ee-5816-11ed-aec0-b694c7692b42 | InvocationID=3d9bc950-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:46:46+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9bc6ee-5816-11ed-aec0-b694c7692b42 | InvocationID=3d9bc950-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:46:46+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9bc6ee-5816-11ed-aec0-b694c7692b42 | InvocationID=3d9bc950-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:47:03+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392de8b2-5816-11ed-aec0-b694c7692b42 | InvocationID=392deb82-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:47:03+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f178c8-5816-11ed-aec0-b694c7692b42 | InvocationID=47f17abc-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:47:11+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9bc6ee-5816-11ed-aec0-b694c7692b42 | InvocationID=3d9bc950-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:47:11+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c89401e-5816-11ed-aec0-b694c7692b42 | InvocationID=4c8941fe-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:47:11+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c89401e-5816-11ed-aec0-b694c7692b42 | InvocationID=4c8941fe-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:47:11+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c89401e-5816-11ed-aec0-b694c7692b42 | InvocationID=4c8941fe-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:47:28+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47f178c8-5816-11ed-aec0-b694c7692b42 | InvocationID=47f17abc-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:47:28+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b4978c-5816-11ed-aec0-b694c7692b42 | InvocationID=56b49976-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:47:36+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c89401e-5816-11ed-aec0-b694c7692b42 | InvocationID=4c8941fe-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:47:36+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b772320-5816-11ed-aec0-b694c7692b42 | InvocationID=5b7724ce-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:47:36+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b772320-5816-11ed-aec0-b694c7692b42 | InvocationID=5b7724ce-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:47:36+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b772320-5816-11ed-aec0-b694c7692b42 | InvocationID=5b7724ce-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:47:53+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56b4978c-5816-11ed-aec0-b694c7692b42 | InvocationID=56b49976-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:47:53+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65782f4a-5816-11ed-aec0-b694c7692b42 | InvocationID=657831ac-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:48:01+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b772320-5816-11ed-aec0-b694c7692b42 | InvocationID=5b7724ce-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:48:01+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a660464-5816-11ed-aec0-b694c7692b42 | InvocationID=6a660630-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:48:01+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a660464-5816-11ed-aec0-b694c7692b42 | InvocationID=6a660630-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:48:01+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a660464-5816-11ed-aec0-b694c7692b42 | InvocationID=6a660630-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:48:18+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65782f4a-5816-11ed-aec0-b694c7692b42 | InvocationID=657831ac-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:48:18+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743aca4c-5816-11ed-aec0-b694c7692b42 | InvocationID=743acc22-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:48:26+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a660464-5816-11ed-aec0-b694c7692b42 | InvocationID=6a660630-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:48:26+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79539036-5816-11ed-aec0-b694c7692b42 | InvocationID=795392de-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:48:26+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79539036-5816-11ed-aec0-b694c7692b42 | InvocationID=795392de-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:48:26+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79539036-5816-11ed-aec0-b694c7692b42 | InvocationID=795392de-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:48:42+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=743aca4c-5816-11ed-aec0-b694c7692b42 | InvocationID=743acc22-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:48:42+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fd90fa-5816-11ed-aec0-b694c7692b42 | InvocationID=82fd9334-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:48:51+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79539036-5816-11ed-aec0-b694c7692b42 | InvocationID=795392de-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:48:51+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8841a3da-5816-11ed-aec0-b694c7692b42 | InvocationID=8841a59c-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:48:51+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8841a3da-5816-11ed-aec0-b694c7692b42 | InvocationID=8841a59c-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:48:51+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8841a3da-5816-11ed-aec0-b694c7692b42 | InvocationID=8841a59c-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:49:07+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82fd90fa-5816-11ed-aec0-b694c7692b42 | InvocationID=82fd9334-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:49:07+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c1133c-5816-11ed-aec0-b694c7692b42 | InvocationID=91c114d6-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:49:16+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8841a3da-5816-11ed-aec0-b694c7692b42 | InvocationID=8841a59c-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:49:16+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972f908c-5816-11ed-aec0-b694c7692b42 | InvocationID=972f9424-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:49:16+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972f908c-5816-11ed-aec0-b694c7692b42 | InvocationID=972f9424-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:49:16+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972f908c-5816-11ed-aec0-b694c7692b42 | InvocationID=972f9424-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:49:32+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91c1133c-5816-11ed-aec0-b694c7692b42 | InvocationID=91c114d6-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:49:32+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0867330-5816-11ed-aec0-b694c7692b42 | InvocationID=a0867524-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:49:41+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=972f908c-5816-11ed-aec0-b694c7692b42 | InvocationID=972f9424-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:49:41+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61dd28e-5816-11ed-aec0-b694c7692b42 | InvocationID=a61dd464-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:49:41+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61dd28e-5816-11ed-aec0-b694c7692b42 | InvocationID=a61dd464-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:49:41+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61dd28e-5816-11ed-aec0-b694c7692b42 | InvocationID=a61dd464-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:49:57+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0867330-5816-11ed-aec0-b694c7692b42 | InvocationID=a0867524-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:49:57+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4a0b16-5816-11ed-aec0-b694c7692b42 | InvocationID=af4a158e-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:50:06+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61dd28e-5816-11ed-aec0-b694c7692b42 | InvocationID=a61dd464-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:50:06+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50c97d0-5816-11ed-aec0-b694c7692b42 | InvocationID=b50c9a00-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:50:06+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50c97d0-5816-11ed-aec0-b694c7692b42 | InvocationID=b50c9a00-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:50:06+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b50c97d0-5816-11ed-aec0-b694c7692b42 | InvocationID=b50c9a00-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:50:21+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af4a0b16-5816-11ed-aec0-b694c7692b42 | InvocationID=af4a158e-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:50:21+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be0d2584-5816-11ed-aec0-b694c7692b42 | InvocationID=be0d2840-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:50:31+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b50c97d0-5816-11ed-aec0-b694c7692b42 | InvocationID=b50c9a00-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:50:31+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3faa7aa-5816-11ed-aec0-b694c7692b42 | InvocationID=c3faa96c-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:50:31+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3faa7aa-5816-11ed-aec0-b694c7692b42 | InvocationID=c3faa96c-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:50:31+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3faa7aa-5816-11ed-aec0-b694c7692b42 | InvocationID=c3faa96c-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:50:46+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be0d2584-5816-11ed-aec0-b694c7692b42 | InvocationID=be0d2840-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:50:46+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd039da-5816-11ed-aec0-b694c7692b42 | InvocationID=ccd03c5a-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:50:56+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3faa7aa-5816-11ed-aec0-b694c7692b42 | InvocationID=c3faa96c-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:50:56+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e8884a-5816-11ed-aec0-b694c7692b42 | InvocationID=d2e88a5c-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:50:56+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e8884a-5816-11ed-aec0-b694c7692b42 | InvocationID=d2e88a5c-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:50:56+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e8884a-5816-11ed-aec0-b694c7692b42 | InvocationID=d2e88a5c-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:51:11+0000 | aai_event_thread | 140082734422816 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccd039da-5816-11ed-aec0-b694c7692b42 | InvocationID=ccd03c5a-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF AAI events.
2022-10-30T05:51:11+0000 | aai_event_thread | 140082734422816 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db94a91a-5816-11ed-aec0-b694c7692b42 | InvocationID=db94abea-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-30T05:51:21+0000 | policy_event_thread | 140082735483680 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e8884a-5816-11ed-aec0-b694c7692b42 | InvocationID=d2e88a5c-5816-11ed-aec0-b694c7692b42 | Polling MR for XNF activation/deactivation policy response events.
2022-10-30T05:51:21+0000 | policy_event_thread | 140082735483680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d5de02-5816-11ed-aec0-b694c7692b42 | InvocationID=e1d5e384-5816-11ed-aec0-b694c7692b42 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-30T05:51:22+0000 | policy_event_thread | 140082735483680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d5de02-5816-11ed-aec0-b694c7692b42 | InvocationID=e1d5e384-5816-11ed-aec0-b694c7692b42 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-30T05:51:22+0000 | policy_event_thread | 140082735483680 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1d5de02-5816-11ed-aec0-b694c7692b42 | InvocationID=e1d5e384-5816-11ed-aec0-b694c7692b42 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000