Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-08-07T05:19:21+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72168f14-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=721691da-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:19:21+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea49b5e-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=7ea49dde-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:19:31+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=750d7110-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=750d7372-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:19:31+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84931892-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=84931a40-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:19:32+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84931892-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=84931a40-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:19:32+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84931892-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=84931a40-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:19:57+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84931892-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=84931a40-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:19:57+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a01d76-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=93a01f4c-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:19:57+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a01d76-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=93a01f4c-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:19:57+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a01d76-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=93a01f4c-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:20:22+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a01d76-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=93a01f4c-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:20:22+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2926460-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=a2926b86-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:20:22+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2926460-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=a2926b86-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:20:22+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2926460-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=a2926b86-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:20:47+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2926460-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=a2926b86-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:20:47+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b183b78a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=b183b96a-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:20:47+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b183b78a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=b183b96a-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:20:47+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b183b78a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=b183b96a-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:21:12+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b183b78a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=b183b96a-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:21:12+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c072f49a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=c072f666-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:21:12+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c072f49a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=c072f666-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:21:12+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c072f49a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=c072f666-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:21:31+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea49b5e-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=7ea49dde-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-08-07T05:21:31+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ea49b5e-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=7ea49dde-1610-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-08-07T05:21:37+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c072f49a-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=c072f666-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:21:37+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6a6d84-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=cf6a6f64-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:21:37+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6a6d84-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=cf6a6f64-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:21:37+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6a6d84-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=cf6a6f64-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:21:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ea49b5e-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=7ea49dde-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:21:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7abffa8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=d7ac0142-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:21:51+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7abffa8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=d7ac0142-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:21:51+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7abffa8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=d7ac0142-1610-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:02+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6a6d84-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=cf6a6f64-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:22:02+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de580ba8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=de580d56-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:22:02+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de580ba8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=de580d56-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:22:02+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de580ba8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=de580d56-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:22:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7abffa8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=d7ac0142-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:22:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a0af34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=e3a0b0c4-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:22:11+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a0af34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=e3a0b0c4-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:11+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3a0af34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=e3a0b0c4-1610-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:27+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de580ba8-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=de580d56-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:22:27+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed514f34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ed5151a0-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:22:27+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed514f34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ed5151a0-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:22:27+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed514f34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ed5151a0-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:22:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3a0af34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=e3a0b0c4-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:22:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef94d43c-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ef94d5f4-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:22:31+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef94d43c-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ef94d5f4-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:31+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef94d43c-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ef94d5f4-1610-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef94d43c-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ef94d5f4-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:22:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb899cbe-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fb899e62-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:22:51+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb899cbe-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fb899e62-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:51+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb899cbe-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fb899e62-1610-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:22:52+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed514f34-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=ed5151a0-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:22:52+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc3f43ac-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fc3f455a-1610-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:22:52+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc3f43ac-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fc3f455a-1610-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:22:52+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc3f43ac-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fc3f455a-1610-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:23:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb899cbe-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fb899e62-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:23:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077dffce-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=077e0208-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:23:11+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077dffce-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=077e0208-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:23:11+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=077dffce-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=077e0208-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:23:17+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc3f43ac-1610-11ed-8177-12fbc0c8a0b7 | InvocationID=fc3f455a-1610-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:23:17+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2d50d4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=0b2d52dc-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:23:17+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2d50d4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=0b2d52dc-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:23:17+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b2d50d4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=0b2d52dc-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:23:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=077dffce-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=077e0208-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:23:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137528de-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=13752afa-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:23:31+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137528de-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=13752afa-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:23:31+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=137528de-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=13752afa-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:23:42+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b2d50d4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=0b2d52dc-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:23:42+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1d8140-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1a1d8816-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:23:42+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1d8140-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1a1d8816-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:23:42+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1d8140-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1a1d8816-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:23:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=137528de-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=13752afa-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:23:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f69c258-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1f69c4ba-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:23:51+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f69c258-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1f69c4ba-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:23:51+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f69c258-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1f69c4ba-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:07+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1d8140-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1a1d8816-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:24:07+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=290bc6a8-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=290bcac2-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:24:07+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=290bc6a8-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=290bcac2-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:24:07+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=290bc6a8-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=290bcac2-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:24:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f69c258-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=1f69c4ba-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:24:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b60622e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=2b6063dc-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:24:11+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b60622e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=2b6063dc-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:11+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b60622e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=2b6063dc-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b60622e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=2b6063dc-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:24:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37534a9c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37534d3a-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:24:31+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37534a9c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37534d3a-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:31+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37534a9c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37534d3a-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:32+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=290bc6a8-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=290bcac2-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:24:32+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37fb1a38-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37fb1c4a-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:24:32+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37fb1a38-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37fb1c4a-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:24:32+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37fb1a38-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37fb1c4a-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:24:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37534a9c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37534d3a-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:24:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4346b316-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4346b4ec-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:24:51+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4346b316-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4346b4ec-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:51+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4346b316-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4346b4ec-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:24:57+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37fb1a38-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=37fb1c4a-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:24:57+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e89502-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=46e8969c-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:24:57+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e89502-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=46e8969c-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:24:57+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e89502-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=46e8969c-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:25:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4346b316-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4346b4ec-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:25:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f39a9d0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4f39ab88-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:25:11+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f39a9d0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4f39ab88-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:25:11+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f39a9d0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4f39ab88-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:25:22+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e89502-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=46e8969c-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:25:22+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d8e058-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=55d8e1f2-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:25:22+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d8e058-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=55d8e1f2-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:25:22+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d8e058-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=55d8e1f2-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:25:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f39a9d0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=4f39ab88-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:25:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b2ca8f0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=5b2caaa8-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:25:31+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b2ca8f0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=5b2caaa8-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:25:31+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b2ca8f0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=5b2caaa8-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:25:47+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d8e058-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=55d8e1f2-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:25:47+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c6677a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=64c67256-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:25:47+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c6677a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=64c67256-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:25:47+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c6677a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=64c67256-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:25:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b2ca8f0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=5b2caaa8-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:25:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=671edd54-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=671edfd4-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:25:51+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=671edd54-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=671edfd4-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:25:51+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=671edd54-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=671edfd4-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=671edd54-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=671edfd4-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:26:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73127a12-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73127bd4-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:26:11+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73127a12-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73127bd4-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:11+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73127a12-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73127bd4-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:12+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c6677a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=64c67256-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:26:12+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b660d2-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73b66280-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:26:13+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b660d2-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73b66280-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:26:13+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b660d2-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73b66280-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:26:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73127a12-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73127bd4-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:26:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f059944-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=7f059ae8-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:26:32+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f059944-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=7f059ae8-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:32+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f059944-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=7f059ae8-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:38+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b660d2-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=73b66280-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:26:38+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a5d4b0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=82a5d6fe-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:26:38+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a5d4b0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=82a5d6fe-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:26:38+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82a5d4b0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=82a5d6fe-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:26:52+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f059944-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=7f059ae8-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:26:52+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af972ac-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=8af97504-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:26:52+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af972ac-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=8af97504-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:26:52+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8af972ac-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=8af97504-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:03+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82a5d4b0-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=82a5d6fe-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:27:03+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9199b78e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=9199b964-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:27:03+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9199b78e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=9199b964-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:27:03+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9199b78e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=9199b964-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:27:12+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8af972ac-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=8af97504-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:27:12+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ef49a6-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=96ef4b72-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:27:12+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ef49a6-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=96ef4b72-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:12+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ef49a6-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=96ef4b72-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:28+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9199b78e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=9199b964-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:27:28+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08a3ee4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a08a40c4-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:27:28+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08a3ee4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a08a40c4-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:27:28+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08a3ee4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a08a40c4-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:27:32+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ef49a6-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=96ef4b72-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:27:32+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e3f072-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a2e3f266-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:27:32+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e3f072-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a2e3f266-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:32+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2e3f072-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a2e3f266-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:52+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2e3f072-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a2e3f266-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:27:52+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aed64c18-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=aed64df8-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:27:52+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aed64c18-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=aed64df8-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:52+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aed64c18-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=aed64df8-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:27:53+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08a3ee4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=a08a40c4-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:27:53+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af77a25c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=af77a3ec-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:27:53+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af77a25c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=af77a3ec-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:27:53+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af77a25c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=af77a3ec-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:28:12+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aed64c18-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=aed64df8-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:28:12+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacab892-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=bacaba36-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:28:12+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacab892-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=bacaba36-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:28:12+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bacab892-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=bacaba36-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:28:18+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af77a25c-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=af77a3ec-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:28:18+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be654daa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=be654f80-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:28:18+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be654daa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=be654f80-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:28:18+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be654daa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=be654f80-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:28:32+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bacab892-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=bacaba36-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:28:32+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6bf1832-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=c6bf1e4a-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:28:32+0000 | aai_event_thread | 140482565712672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6bf1832-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=c6bf1e4a-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:28:32+0000 | aai_event_thread | 140482565712672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6bf1832-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=c6bf1e4a-1611-11ed-8177-12fbc0c8a0b7 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-08-07T05:28:43+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be654daa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=be654f80-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:28:43+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd530942-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=cd530d84-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:28:43+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd530942-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=cd530d84-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:28:43+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd530942-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=cd530d84-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:28:52+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6bf1832-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=c6bf1e4a-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:28:52+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b360da-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=d2b36292-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:29:08+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd530942-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=cd530d84-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:29:08+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc42cd8e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=dc42cf82-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:29:08+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc42cd8e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=dc42cf82-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:29:08+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc42cd8e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=dc42cf82-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:29:16+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2b360da-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=d2b36292-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:29:16+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15e42e4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=e15e4500-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:29:33+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc42cd8e-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=dc42cf82-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:29:33+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb32aa26-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=eb32abca-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:29:33+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb32aa26-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=eb32abca-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:29:33+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb32aa26-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=eb32abca-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:29:37+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e15e42e4-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=e15e4500-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:29:37+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed60d520-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=ed60d6c4-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:29:57+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed60d520-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=ed60d6c4-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:29:57+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f95b6f2a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=f95b7178-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:29:58+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb32aa26-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=eb32abca-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:29:58+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa27feaa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=fa2800bc-1611-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:29:58+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa27feaa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=fa2800bc-1611-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:29:58+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa27feaa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=fa2800bc-1611-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:30:17+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f95b6f2a-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=f95b7178-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:30:17+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0551d9f4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0551db98-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:30:23+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa27feaa-1611-11ed-8177-12fbc0c8a0b7 | InvocationID=fa2800bc-1611-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:30:23+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0915b92a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0915bb14-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:30:23+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0915b92a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0915bb14-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:30:23+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0915b92a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0915bb14-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:30:37+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0551d9f4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0551db98-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:30:37+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a7f86e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=11a7fa1c-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:30:48+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0915b92a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=0915bb14-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:30:48+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18074bce-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=18074ea8-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:30:48+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18074bce-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=18074ea8-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:30:48+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18074bce-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=18074ea8-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:31:02+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11a7f86e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=11a7fa1c-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:31:02+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=206d7e00-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=206d7fa4-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:31:13+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18074bce-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=18074ea8-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:31:13+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f57926-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=26f57b38-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:31:13+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f57926-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=26f57b38-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:31:13+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f57926-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=26f57b38-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:31:27+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=206d7e00-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=206d7fa4-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:31:27+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f314598-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=2f31478c-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:31:38+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f57926-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=26f57b38-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:31:38+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e30b10-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=35e30d5e-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:31:38+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e30b10-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=35e30d5e-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:31:38+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e30b10-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=35e30d5e-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:31:52+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f314598-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=2f31478c-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:31:52+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df3a10c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=3df3a2c4-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:32:03+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e30b10-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=35e30d5e-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:32:03+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d0808a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=44d09408-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:32:03+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d0808a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=44d09408-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:32:03+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d0808a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=44d09408-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:32:17+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3df3a10c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=3df3a2c4-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:32:17+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb8e4d6-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=4cb8e850-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:32:28+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d0808a-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=44d09408-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:32:28+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bf1a70-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=53bf220e-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:32:28+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bf1a70-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=53bf220e-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:32:28+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bf1a70-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=53bf220e-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:32:41+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb8e4d6-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=4cb8e850-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:32:41+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7ef58c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=5b7ef8f2-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:32:53+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bf1a70-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=53bf220e-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:32:53+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62ae7ce2-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=62ae7efe-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:32:53+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62ae7ce2-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=62ae7efe-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:32:53+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62ae7ce2-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=62ae7efe-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:33:06+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b7ef58c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=5b7ef8f2-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:33:06+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4374ee-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=6a437854-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:33:18+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62ae7ce2-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=62ae7efe-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:33:18+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719c64f8-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=719c676e-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:33:19+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719c64f8-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=719c676e-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:33:19+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719c64f8-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=719c676e-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:33:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a4374ee-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=6a437854-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:33:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79075e3c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=79076058-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:33:44+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719c64f8-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=719c676e-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:33:44+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808a7fea-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=808a8814-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:33:44+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808a7fea-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=808a8814-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:33:44+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808a7fea-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=808a8814-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:33:56+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79075e3c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=79076058-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:33:56+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87caa514-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=87caa7a8-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:34:09+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808a7fea-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=808a8814-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:34:09+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7bad76-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=8f7bb01e-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:34:09+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7bad76-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=8f7bb01e-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:34:09+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7bad76-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=8f7bb01e-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:34:20+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87caa514-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=87caa7a8-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:34:20+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96915052-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=96915534-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:34:34+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7bad76-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=8f7bb01e-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:34:34+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e6de5ec-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=9e6de7cc-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:34:34+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e6de5ec-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=9e6de7cc-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:34:34+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e6de5ec-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=9e6de7cc-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:34:45+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96915052-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=96915534-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:34:45+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5557f8c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=a5558126-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:34:59+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e6de5ec-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=9e6de7cc-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:34:59+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad5b6412-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ad5b65d4-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:34:59+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad5b6412-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ad5b65d4-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:34:59+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad5b6412-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ad5b65d4-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:35:10+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5557f8c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=a5558126-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:35:10+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4182808-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=b4182a24-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:35:24+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad5b6412-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ad5b65d4-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:35:24+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4a1270-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=bc4a1ffe-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:35:24+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4a1270-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=bc4a1ffe-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:35:24+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc4a1270-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=bc4a1ffe-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:35:35+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4182808-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=b4182a24-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:35:35+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2db0e6e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=c2db10c6-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:35:49+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc4a1270-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=bc4a1ffe-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:35:49+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3bc56c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=cb3bc864-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:35:49+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3bc56c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=cb3bc864-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:35:49+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb3bc56c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=cb3bc864-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:36:00+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2db0e6e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=c2db10c6-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:36:00+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19db370-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=d19db5aa-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:36:14+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb3bc56c-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=cb3bc864-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:36:14+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da28fa68-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=da28fc5c-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:36:14+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da28fa68-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=da28fc5c-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:36:14+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da28fa68-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=da28fc5c-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:36:24+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d19db370-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=d19db5aa-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:36:24+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e060c014-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e060c1fe-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:36:39+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da28fa68-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=da28fc5c-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:36:39+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91632d4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e91634aa-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:36:39+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91632d4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e91634aa-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:36:39+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91632d4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e91634aa-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:36:49+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e060c014-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e060c1fe-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:36:49+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef234e6e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ef23540e-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:37:04+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91632d4-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=e91634aa-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:37:04+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f803b320-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=f803b4ce-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:37:04+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f803b320-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=f803b4ce-1612-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:37:04+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f803b320-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=f803b4ce-1612-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:37:14+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef234e6e-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=ef23540e-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:37:14+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde85822-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=fde859c6-1612-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:37:29+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f803b320-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=f803b4ce-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:37:29+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06f29874-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=06f29a54-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:37:29+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06f29874-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=06f29a54-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:37:29+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06f29874-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=06f29a54-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:37:39+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fde85822-1612-11ed-8177-12fbc0c8a0b7 | InvocationID=fde859c6-1612-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:37:39+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cad30ee-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=0cad32a6-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:37:54+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06f29874-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=06f29a54-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:37:54+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e089a4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=15e08b8e-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:37:54+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e089a4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=15e08b8e-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:37:54+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e089a4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=15e08b8e-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:38:03+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cad30ee-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=0cad32a6-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:38:03+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b70d7de-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=1b70d9a0-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:38:19+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e089a4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=15e08b8e-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:38:19+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cdfeba-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=24ce0068-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:38:19+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cdfeba-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=24ce0068-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:38:19+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24cdfeba-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=24ce0068-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:38:28+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b70d7de-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=1b70d9a0-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:38:28+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3dbb88-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=2a3dbd2c-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:38:44+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24cdfeba-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=24ce0068-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:38:44+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bd2838-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=33bd29fa-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:38:44+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bd2838-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=33bd29fa-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:38:44+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33bd2838-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=33bd29fa-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:38:53+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a3dbb88-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=2a3dbd2c-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:38:53+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39045e88-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=390460f4-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:39:09+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33bd2838-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=33bd29fa-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:39:09+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42acc2ae-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=42acc48e-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:39:09+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42acc2ae-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=42acc48e-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:39:09+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42acc2ae-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=42acc48e-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:39:18+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39045e88-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=390460f4-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:39:18+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c849c0-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=47c84b96-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:39:34+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42acc2ae-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=42acc48e-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:39:34+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519ab348-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=519ab4f6-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:39:34+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519ab348-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=519ab4f6-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:39:34+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519ab348-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=519ab4f6-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:39:43+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c849c0-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=47c84b96-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:39:43+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568b9cfa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=568ba326-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:39:59+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519ab348-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=519ab4f6-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:39:59+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608bdf6c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=608be35e-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:39:59+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608bdf6c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=608be35e-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:39:59+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608bdf6c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=608be35e-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:40:07+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=568b9cfa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=568ba326-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:40:07+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=655137f4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=655139ac-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:40:24+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608bdf6c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=608be35e-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:40:24+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7a7ff6-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=6f7a81a4-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:40:24+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7a7ff6-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=6f7a81a4-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:40:24+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7a7ff6-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=6f7a81a4-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:40:32+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=655137f4-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=655139ac-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:40:32+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7415a3ec-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7415a6d0-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:40:49+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7a7ff6-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=6f7a81a4-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:40:49+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e683ba2-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7e683da0-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:40:49+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e683ba2-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7e683da0-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:40:49+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e683ba2-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7e683da0-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:40:57+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7415a3ec-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7415a6d0-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:40:57+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82d94c30-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=82d94dc0-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:41:14+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e683ba2-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=7e683da0-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:41:14+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d57fd96-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=8d57ff44-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:41:15+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d57fd96-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=8d57ff44-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:41:15+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d57fd96-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=8d57ff44-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:41:22+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82d94c30-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=82d94dc0-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:41:22+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=919d6a8a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=919d6c2e-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:41:40+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d57fd96-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=8d57ff44-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:41:40+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4605aa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=9c460780-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:41:40+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4605aa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=9c460780-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:41:40+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4605aa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=9c460780-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:41:46+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=919d6a8a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=919d6c2e-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:41:46+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a063c5c8-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=a063d054-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:42:05+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4605aa-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=9c460780-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:42:05+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab337b2e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ab337d2c-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:42:05+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab337b2e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ab337d2c-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:42:05+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab337b2e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ab337d2c-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:42:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a063c5c8-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=a063d054-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:42:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af268e60-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=af26902c-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:42:30+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab337b2e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ab337d2c-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:42:30+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba21ce7e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ba21d02c-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:42:30+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba21ce7e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ba21d02c-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:42:30+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba21ce7e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ba21d02c-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:42:36+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af268e60-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=af26902c-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:42:36+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde9ed5c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=bde9efa0-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:42:55+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba21ce7e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ba21d02c-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:42:55+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90fd660-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=c90fd8d6-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:42:55+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90fd660-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=c90fd8d6-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:42:55+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90fd660-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=c90fd8d6-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:43:01+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bde9ed5c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=bde9efa0-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:43:01+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccacf758-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ccacf906-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:43:20+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90fd660-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=c90fd8d6-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:43:20+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fdb55c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=d7fdb6f6-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:43:20+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fdb55c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=d7fdb6f6-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:43:20+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7fdb55c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=d7fdb6f6-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:43:26+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccacf758-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ccacf906-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:43:26+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7025d0-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=db70276a-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:43:45+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7fdb55c-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=d7fdb6f6-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:43:45+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6eb3d0a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=e6eb3ea4-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:43:45+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6eb3d0a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=e6eb3ea4-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:43:45+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6eb3d0a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=e6eb3ea4-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:43:50+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db7025d0-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=db70276a-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:43:50+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea34622a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ea3463c4-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:44:10+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6eb3d0a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=e6eb3ea4-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:44:10+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5db1d9e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f5db1f74-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:44:10+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5db1d9e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f5db1f74-1613-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:44:10+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5db1d9e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f5db1f74-1613-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:44:15+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea34622a-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=ea3463c4-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:44:15+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8f6d464-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f8f6d626-1613-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:44:35+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5db1d9e-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f5db1f74-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:44:35+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c986d8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=04c98926-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:44:35+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c986d8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=04c98926-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:44:35+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c986d8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=04c98926-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:44:40+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8f6d464-1613-11ed-8177-12fbc0c8a0b7 | InvocationID=f8f6d626-1613-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:44:40+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ba36ee-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=07ba3892-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:45:00+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c986d8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=04c98926-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:45:00+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13b6cfe8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=13b6d1b4-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:45:00+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13b6cfe8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=13b6d1b4-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:00+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13b6cfe8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=13b6d1b4-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:05+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ba36ee-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=07ba3892-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:45:05+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168177e6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=16817a98-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:45:25+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13b6cfe8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=13b6d1b4-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:45:25+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a4a778-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=22a4aab6-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:45:25+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a4a778-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=22a4aab6-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:25+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a4a778-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=22a4aab6-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:29+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=168177e6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=16817a98-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:45:29+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=254804fc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=25480790-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:45:50+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a4a778-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=22a4aab6-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:45:50+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3192f014-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=3192f73a-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:45:50+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3192f014-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=3192f73a-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:50+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3192f014-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=3192f73a-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:45:54+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=254804fc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=25480790-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:45:54+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340b643e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=340b6600-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:46:15+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3192f014-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=3192f73a-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:46:15+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40825eac-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=40826082-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:46:15+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40825eac-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=40826082-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:46:15+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40825eac-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=40826082-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:46:19+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=340b643e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=340b6600-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:46:19+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42cec560-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=42cec740-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:46:40+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40825eac-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=40826082-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:46:40+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6fe15a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=4f6fe312-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:46:40+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6fe15a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=4f6fe312-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:46:40+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6fe15a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=4f6fe312-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:46:44+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42cec560-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=42cec740-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:46:44+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519580ca-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=519582f0-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:47:05+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6fe15a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=4f6fe312-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:47:05+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5d31d6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=5e5d3474-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:47:05+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5d31d6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=5e5d3474-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:05+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5d31d6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=5e5d3474-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:08+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519580ca-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=519582f0-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:47:08+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6058123a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=605819e2-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:47:30+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5d31d6-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=5e5d3474-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:47:30+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4c1eaa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6d4c20a8-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:47:30+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4c1eaa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6d4c20a8-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:30+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4c1eaa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6d4c20a8-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:33+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6058123a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=605819e2-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:47:33+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f1e18fa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6f1e1b3e-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:47:55+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4c1eaa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6d4c20a8-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:47:55+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3a17dc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7c3a1a7a-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:47:55+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3a17dc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7c3a1a7a-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:55+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3a17dc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7c3a1a7a-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:47:58+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f1e18fa-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=6f1e1b3e-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:47:58+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dec7200-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7dec73c2-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:48:20+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3a17dc-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7c3a1a7a-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:48:20+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b27ff48-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8b28011e-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:48:20+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b27ff48-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8b28011e-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:48:20+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b27ff48-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8b28011e-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:48:23+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dec7200-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=7dec73c2-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:48:23+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb164ee-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8cb166b0-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:48:45+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b27ff48-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8b28011e-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:48:45+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1577ec-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9a1579c2-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:48:45+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1577ec-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9a1579c2-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:48:45+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1577ec-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9a1579c2-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:48:48+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cb164ee-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=8cb166b0-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:48:48+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b753730-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9b753906-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:49:10+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1577ec-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9a1579c2-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:49:10+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a902dd8a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=a902dfce-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:49:10+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a902dd8a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=a902dfce-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:49:10+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a902dd8a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=a902dfce-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:49:12+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b753730-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=9b753906-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:49:12+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa3b7c98-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=aa3b830a-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:49:35+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a902dd8a-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=a902dfce-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:49:35+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f125b8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b7f12784-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:49:36+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f125b8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b7f12784-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:49:36+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f125b8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b7f12784-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:49:37+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa3b7c98-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=aa3b830a-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:49:37+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8fdaa6c-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b8fdaca6-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:50:01+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f125b8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b7f12784-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:50:01+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e1cd52-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c6e1cf32-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:50:01+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e1cd52-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c6e1cf32-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:01+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e1cd52-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c6e1cf32-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:02+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8fdaa6c-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=b8fdaca6-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:50:02+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c0abf8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c7c0ad88-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:50:26+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e1cd52-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c6e1cf32-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:50:26+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cff79e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d5cff942-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:50:26+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cff79e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d5cff942-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:26+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5cff79e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d5cff942-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:27+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7c0abf8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=c7c0ad88-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:50:27+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d684ded4-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d684e078-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:50:51+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5cff79e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d5cff942-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:50:51+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bf3f30-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e4bf4372-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:50:51+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bf3f30-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e4bf4372-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:51+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4bf3f30-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e4bf4372-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:50:52+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d684ded4-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=d684e078-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:50:52+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e547c3c8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e547c6a2-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:51:16+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4bf3f30-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e4bf4372-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:51:16+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3addc0e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f3addde4-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:51:16+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3addc0e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f3addde4-1614-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:51:16+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3addc0e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f3addde4-1614-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:51:16+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e547c3c8-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=e547c6a2-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:51:16+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40ad29c-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f40ad62a-1614-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:51:41+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3addc0e-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f3addde4-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:51:41+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029b0d72-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=029b0f20-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:51:41+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029b0d72-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=029b0f20-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:51:41+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029b0d72-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=029b0f20-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:51:41+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40ad29c-1614-11ed-8177-12fbc0c8a0b7 | InvocationID=f40ad62a-1614-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:51:41+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d1a724-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=02d1a8be-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:52:06+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029b0d72-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=029b0f20-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:52:06+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1188958e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=118897f0-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:52:06+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1188958e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=118897f0-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:52:06+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1188958e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=118897f0-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:52:06+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d1a724-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=02d1a8be-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:52:06+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11942340-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=11942444-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:52:31+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11942340-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=11942444-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:52:31+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20573138-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=205733ae-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:52:31+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1188958e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=118897f0-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:52:31+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20763272-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=20763452-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:52:31+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20763272-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=20763452-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:52:31+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20763272-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=20763452-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:52:55+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20573138-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=205733ae-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:52:55+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f1b38ea-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f1b3c64-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:52:56+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20763272-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=20763452-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:52:56+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f646c90-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f646eb6-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:52:56+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f646c90-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f646eb6-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:52:56+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f646c90-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f646eb6-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:53:20+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f1b38ea-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f1b3c64-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:53:20+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ddf9506-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3ddf977c-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:53:21+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f646c90-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=2f646eb6-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:53:21+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e52f4d8-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3e52f7bc-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:53:21+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e52f4d8-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3e52f7bc-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:53:21+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e52f4d8-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3e52f7bc-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:53:45+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ddf9506-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3ddf977c-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:53:45+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca28116-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4ca282e2-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:53:46+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e52f4d8-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=3e52f7bc-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:53:46+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d40f2a6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4d40f468-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:53:46+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d40f2a6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4d40f468-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:53:46+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d40f2a6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4d40f468-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:54:10+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ca28116-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4ca282e2-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:54:10+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b67a7c6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5b67b216-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:54:11+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d40f2a6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=4d40f468-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:54:11+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2e54ac-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5c2e563c-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:54:11+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2e54ac-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5c2e563c-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:54:11+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c2e54ac-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5c2e563c-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:54:34+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b67a7c6-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5b67b216-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:54:34+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a2bcfe4-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6a2bd23c-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:54:36+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c2e54ac-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=5c2e563c-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:54:36+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b1c60b2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6b1c6256-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:54:36+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b1c60b2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6b1c6256-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:54:36+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b1c60b2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6b1c6256-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:54:59+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a2bcfe4-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6a2bd23c-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:54:59+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78ef97c2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=78ef99fc-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:55:01+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b1c60b2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=6b1c6256-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:55:01+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a09ad96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=7a09af6c-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:55:01+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a09ad96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=7a09af6c-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:55:01+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a09ad96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=7a09af6c-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:55:24+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78ef97c2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=78ef99fc-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:55:24+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b2d3be-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=87b2d580-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:55:26+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a09ad96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=7a09af6c-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:55:26+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88f6fb56-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=88f6fd04-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:55:26+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88f6fb56-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=88f6fd04-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:55:26+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88f6fb56-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=88f6fd04-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:55:49+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b2d3be-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=87b2d580-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:55:49+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=967569fc-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=96756ba0-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:55:51+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88f6fb56-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=88f6fd04-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:55:51+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e4074e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=97e40a1e-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:55:51+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e4074e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=97e40a1e-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:55:51+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97e4074e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=97e40a1e-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:56:14+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=967569fc-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=96756ba0-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:56:14+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5379d0c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a5379f46-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:56:16+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97e4074e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=97e40a1e-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:56:16+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6d14f96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a6d15162-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:56:16+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6d14f96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a6d15162-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:56:16+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6d14f96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a6d15162-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:56:38+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5379d0c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a5379f46-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:56:38+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3fb446a-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b3fb462c-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:56:41+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6d14f96-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=a6d15162-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:56:41+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5be7cc2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b5be7e84-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:56:41+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5be7cc2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b5be7e84-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:56:41+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5be7cc2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b5be7e84-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:03+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3fb446a-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b3fb462c-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:57:03+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2bf1b8e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c2bf1d5a-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:57:06+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5be7cc2-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=b5be7e84-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:57:06+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4ac298c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c4ac2b44-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:57:06+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4ac298c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c4ac2b44-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:06+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4ac298c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c4ac2b44-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:28+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2bf1b8e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c2bf1d5a-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:57:28+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d182495c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d1824b0a-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:57:31+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4ac298c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=c4ac2b44-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:57:31+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d399b194-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d399b374-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:57:31+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d399b194-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d399b374-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:31+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d399b194-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d399b374-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:53+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d182495c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d1824b0a-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:57:53+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e045ed7c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e045ef20-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:57:56+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d399b194-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=d399b374-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:57:56+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e286893e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e2868ae2-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:57:56+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e286893e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e2868ae2-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:57:56+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e286893e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e2868ae2-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:58:17+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e045ed7c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e045ef20-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:58:17+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef088900-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=ef088ad6-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:58:21+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e286893e-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=e2868ae2-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:58:21+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f174686c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=f1746ace-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:58:21+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f174686c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=f1746ace-1615-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:58:21+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f174686c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=f1746ace-1615-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:58:42+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef088900-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=ef088ad6-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:58:42+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdcb7524-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=fdcb77a4-1615-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:58:46+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f174686c-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=f1746ace-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:58:46+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00629cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=00629ec0-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:58:47+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00629cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=00629ec0-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:58:47+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00629cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=00629ec0-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:59:07+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdcb7524-1615-11ed-8177-12fbc0c8a0b7 | InvocationID=fdcb77a4-1615-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:59:07+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c900e8a-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0c901060-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:59:12+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00629cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=00629ec0-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:59:12+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f501d90-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0f501fd4-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:59:12+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f501d90-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0f501fd4-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:59:12+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f501d90-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0f501fd4-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:59:32+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c900e8a-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0c901060-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:59:32+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b52683c-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1b527426-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T05:59:37+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f501d90-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=0f501fd4-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T05:59:37+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e3d6420-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1e3d6646-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T05:59:37+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e3d6420-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1e3d6646-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:59:37+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e3d6420-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1e3d6646-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T05:59:56+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b52683c-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1b527426-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T05:59:56+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1b86a0-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2a1b886c-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:00:02+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e3d6420-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=1e3d6646-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:00:02+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2c5dec-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2d2c5fb8-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:00:02+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2c5dec-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2d2c5fb8-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:00:02+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d2c5dec-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2d2c5fb8-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:00:21+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a1b86a0-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2a1b886c-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:00:21+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ded8e0-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=38dedb06-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:00:27+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d2c5dec-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=2d2c5fb8-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:00:27+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c1b9534-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=3c1b9890-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:00:27+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c1b9534-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=3c1b9890-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:00:27+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c1b9534-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=3c1b9890-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:00:46+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38ded8e0-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=38dedb06-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:00:46+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a12fb8-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=47a131e8-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:00:52+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c1b9534-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=3c1b9890-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:00:52+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b095d92-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=4b095f54-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:00:52+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b095d92-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=4b095f54-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:00:52+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b095d92-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=4b095f54-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:01:11+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47a12fb8-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=47a131e8-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:01:11+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56658cce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=56658ec2-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:01:17+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b095d92-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=4b095f54-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:01:17+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f69ed2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=59f6a1ac-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:01:17+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f69ed2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=59f6a1ac-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:01:17+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f69ed2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=59f6a1ac-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:01:36+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56658cce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=56658ec2-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:01:36+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6528cb68-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=6528cdb6-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:01:42+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f69ed2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=59f6a1ac-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:01:42+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e444b2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=68e446ec-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:01:42+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e444b2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=68e446ec-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:01:42+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e444b2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=68e446ec-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:00+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6528cb68-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=6528cdb6-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:02:00+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73eb1624-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=73eb17dc-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:02:07+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e444b2-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=68e446ec-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:02:07+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d1d570-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=77d1d778-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:02:07+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d1d570-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=77d1d778-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:07+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77d1d570-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=77d1d778-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:25+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73eb1624-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=73eb17dc-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:02:25+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82ae2d7c-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=82ae2f2a-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:02:32+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77d1d570-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=77d1d778-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:02:32+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bf0fee-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=86bf126e-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:02:32+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bf0fee-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=86bf126e-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:32+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bf0fee-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=86bf126e-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:50+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82ae2d7c-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=82ae2f2a-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:02:50+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91702784-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=91702932-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:02:57+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bf0fee-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=86bf126e-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:02:57+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b0b912-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=95b0bd54-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:02:57+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b0b912-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=95b0bd54-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:02:57+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b0b912-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=95b0bd54-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:03:15+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91702784-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=91702932-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:03:15+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a032432e-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a03245fe-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:03:22+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b0b912-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=95b0bd54-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:03:22+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49e5dda-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a49e5fec-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:03:22+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49e5dda-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a49e5fec-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:03:22+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49e5dda-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a49e5fec-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:03:39+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a032432e-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a03245fe-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:03:39+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef720b4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=aef722d0-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:03:47+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49e5dda-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=a49e5fec-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:03:47+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b38ea0fc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=b38ea53e-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:03:47+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b38ea0fc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=b38ea53e-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:03:47+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b38ea0fc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=b38ea53e-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:04:04+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aef720b4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=aef722d0-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:04:04+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdbbb6be-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=bdbbb8e4-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:04:12+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b38ea0fc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=b38ea53e-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:04:12+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c27c9fce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=c27ca208-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:04:12+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c27c9fce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=c27ca208-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:04:12+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c27c9fce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=c27ca208-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:04:29+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdbbb6be-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=bdbbb8e4-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:04:29+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc805cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=cc806082-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:04:37+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c27c9fce-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=c27ca208-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:04:37+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16a7146-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=d16a736c-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:04:37+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16a7146-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=d16a736c-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:04:37+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d16a7146-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=d16a736c-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:04:54+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc805cf4-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=cc806082-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:04:54+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4361e6-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=db4363da-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:05:02+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d16a7146-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=d16a736c-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:05:02+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e057e080-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=e057e346-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:05:02+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e057e080-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=e057e346-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:05:02+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e057e080-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=e057e346-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:05:18+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4361e6-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=db4363da-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:05:18+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea074bfc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ea074dd2-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:05:27+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e057e080-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=e057e346-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:05:27+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef476908-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ef476b38-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:05:27+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef476908-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ef476b38-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:05:27+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef476908-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ef476b38-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:05:43+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea074bfc-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ea074dd2-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:05:43+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ca1aac-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=f8ca1d2c-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:05:52+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef476908-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=ef476b38-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:05:52+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe34ecba-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=fe34ee68-1616-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:05:52+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe34ecba-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=fe34ee68-1616-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:05:52+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe34ecba-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=fe34ee68-1616-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:06:08+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8ca1aac-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=f8ca1d2c-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:06:08+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078c670c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=078c6b80-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:06:17+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe34ecba-1616-11ed-8177-12fbc0c8a0b7 | InvocationID=fe34ee68-1616-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:06:17+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d221036-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=0d221216-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:06:17+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d221036-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=0d221216-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:06:17+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d221036-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=0d221216-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:06:33+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=078c670c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=078c6b80-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:06:33+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164f171c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=164f18fc-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:06:42+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d221036-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=0d221216-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:06:42+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c121302-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=1c1214ba-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:06:42+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c121302-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=1c1214ba-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:06:42+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c121302-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=1c1214ba-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:06:58+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=164f171c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=164f18fc-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:06:58+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25160d8c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=25160f3a-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:07:07+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c121302-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=1c1214ba-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:07:07+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2affdf48-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=2affe0f6-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:07:08+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2affdf48-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=2affe0f6-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:07:08+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2affdf48-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=2affe0f6-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:07:22+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25160d8c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=25160f3a-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:07:22+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33da0b3e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=33da0d14-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:07:33+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2affdf48-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=2affe0f6-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:07:33+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39ed927a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=39ed9428-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:07:33+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39ed927a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=39ed9428-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:07:33+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39ed927a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=39ed9428-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:07:47+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33da0b3e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=33da0d14-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:07:47+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=429ceb82-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=429cedee-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:07:58+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39ed927a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=39ed9428-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:07:58+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dd5e78-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=48dd6012-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:07:58+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dd5e78-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=48dd6012-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:07:58+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dd5e78-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=48dd6012-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:08:12+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=429ceb82-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=429cedee-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:08:12+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5162995a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=51629b62-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:08:23+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dd5e78-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=48dd6012-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:08:23+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57cd0b86-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=57cd0dca-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:08:23+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57cd0b86-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=57cd0dca-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:08:23+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57cd0b86-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=57cd0dca-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:08:37+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5162995a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=51629b62-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:08:37+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=602525c0-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=602527d2-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:08:48+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57cd0b86-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=57cd0dca-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:08:48+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ba6ff8-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=66ba719c-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:08:48+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ba6ff8-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=66ba719c-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:08:48+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ba6ff8-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=66ba719c-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:09:01+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=602525c0-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=602527d2-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:09:01+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ee7679e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=6ee76974-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:09:13+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66ba6ff8-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=66ba719c-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:09:13+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a78b7c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=75a78d34-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:09:13+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a78b7c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=75a78d34-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:09:13+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75a78b7c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=75a78d34-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:09:26+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ee7679e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=6ee76974-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:09:26+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7daa28ac-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=7daa2b7c-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:09:38+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75a78b7c-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=75a78d34-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:09:38+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8495119a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8495142e-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:09:38+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8495119a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8495142e-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:09:38+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8495119a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8495142e-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:09:51+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7daa28ac-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=7daa2b7c-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:09:51+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6d65b6-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8c6d7060-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-07T06:10:03+0000 | policy_event_thread | 140482566773536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8495119a-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8495142e-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF activation/deactivation policy response events.
2022-08-07T06:10:03+0000 | policy_event_thread | 140482566773536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9385b75e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=9385b920-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-07T06:10:03+0000 | policy_event_thread | 140482566773536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9385b75e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=9385b920-1617-11ed-8177-12fbc0c8a0b7 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:10:03+0000 | policy_event_thread | 140482566773536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9385b75e-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=9385b920-1617-11ed-8177-12fbc0c8a0b7 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-07T06:10:16+0000 | aai_event_thread | 140482565712672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6d65b6-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=8c6d7060-1617-11ed-8177-12fbc0c8a0b7 | Polling MR for XNF AAI events.
2022-08-07T06:10:16+0000 | aai_event_thread | 140482565712672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2f5eba-1617-11ed-8177-12fbc0c8a0b7 | InvocationID=9b2f6068-1617-11ed-8177-12fbc0c8a0b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT