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-09-06T23:20:14+0000 | MainThread | 139784569908552 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-09-06T23:20:14+0000 | MainThread | 139784569908552 | 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': False, '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': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-09-06T23:20:14+0000 | MainThread | 139784569908552 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-09-06T23:20:14+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:20:14+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7626fcaa-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=7626fea8-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:20:14+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-09-06T23:20:14+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76297098-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=762972aa-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:20:14+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7626fcaa-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=7626fea8-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:20:14+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7626fcaa-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=7626fea8-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:20:14+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7626fcaa-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=7626fea8-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:20:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76297098-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=762972aa-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:20:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76297098-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=762972aa-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:20:14+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76297098-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=762972aa-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:20:14+0000 | MainThread | 139784569908552 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-09-06T23:20:34+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76297098-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=762972aa-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:20:34+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823438dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=82343ada-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:20:34+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823438dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=82343ada-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:20:34+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823438dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=82343ada-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:20:34+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=823438dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=82343ada-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:20:39+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7626fcaa-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=7626fea8-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:20:39+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852f204c-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=852f2236-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:20:39+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852f204c-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=852f2236-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:20:39+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852f204c-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=852f2236-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:20:39+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852f204c-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=852f2236-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:20:54+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=823438dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=82343ada-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:20:54+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e23089e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=8e230a24-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:20:54+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e23089e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=8e230a24-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:20:54+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e23089e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=8e230a24-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:20:54+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e23089e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=8e230a24-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:04+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852f204c-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=852f2236-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:21:04+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941895f2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9418980e-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:21:04+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941895f2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9418980e-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:04+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941895f2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9418980e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:04+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=941895f2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9418980e-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:14+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e23089e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=8e230a24-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:21:14+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a11cbcc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9a11cdfc-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:21:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a11cbcc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9a11cdfc-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a11cbcc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9a11cdfc-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:14+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a11cbcc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9a11cdfc-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:29+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=941895f2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9418980e-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:21:29+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3026912-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a3026ae8-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:21:29+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3026912-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a3026ae8-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:29+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3026912-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a3026ae8-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:29+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3026912-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a3026ae8-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:34+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a11cbcc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=9a11cdfc-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:21:34+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60135ee-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a601377e-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:21:34+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60135ee-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a601377e-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:34+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60135ee-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a601377e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:34+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a60135ee-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a601377e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:54+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3026912-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a3026ae8-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:21:54+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ec4042-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1ec420e-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:21:54+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ec4042-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1ec420e-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:54+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ec4042-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1ec420e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:54+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ec4042-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1ec420e-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:21:54+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a60135ee-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=a601377e-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:21:54+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f02ca2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1f02f86-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:21:54+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f02ca2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1f02f86-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:21:54+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f02ca2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1f02f86-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:21:54+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f02ca2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1f02f86-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:14+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f02ca2-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1f02f86-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:22:14+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdde800e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=bdde819e-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:22:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdde800e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=bdde819e-2e3a-11ed-a9f4-ea764454c0d9 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-06T23:22:14+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdde800e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=bdde819e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:14+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdde800e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=bdde819e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:19+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ec4042-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=b1ec420e-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:22:19+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d612a4-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c0d61434-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:22:20+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d612a4-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c0d61434-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:22:20+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d612a4-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c0d61434-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:22:34+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdde800e-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=bdde819e-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:22:34+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9cecd6a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c9ced0a8-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:22:35+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9cecd6a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c9ced0a8-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:35+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9cecd6a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c9ced0a8-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:45+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d612a4-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c0d61434-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:22:45+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d001c0de-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d001c26e-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:22:45+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d001c0de-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d001c26e-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:22:45+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d001c0de-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d001c26e-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:22:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9cecd6a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=c9ced0a8-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:22:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd22-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d5f5dfca-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:22:55+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5dd22-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d5f5dfca-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:22:55+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5f5dd22-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d5f5dfca-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:10+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d001c0de-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d001c26e-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:23:10+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defbd3ae-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=defbd5f2-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:23:10+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defbd3ae-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=defbd5f2-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:23:10+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defbd3ae-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=defbd5f2-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:23:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5f5dd22-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=d5f5dfca-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:23:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1eb30dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=e1eb3276-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:23:15+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1eb30dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=e1eb3276-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:15+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1eb30dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=e1eb3276-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1eb30dc-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=e1eb3276-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:23:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edde24da-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edde26ce-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:23:35+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defbd3ae-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=defbd5f2-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:23:35+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeb88f0-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edeb8b48-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:23:35+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edde24da-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edde26ce-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:35+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edde24da-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edde26ce-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:35+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeb88f0-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edeb8b48-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:23:35+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edeb88f0-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edeb8b48-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:23:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edde24da-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edde26ce-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:23:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9dbda7a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=f9dbe0ba-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:23:55+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9dbda7a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=f9dbe0ba-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:23:55+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9dbda7a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=f9dbe0ba-2e3a-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:00+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edeb88f0-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=edeb8b48-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:24:00+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce25898-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=fce2631a-2e3a-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:24:00+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce25898-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=fce2631a-2e3a-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:00+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce25898-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=fce2631a-2e3a-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9dbda7a-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=f9dbe0ba-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:24:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d907f8-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=05d90a46-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:24:15+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d907f8-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=05d90a46-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:15+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d907f8-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=05d90a46-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:25+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce25898-2e3a-11ed-a9f4-ea764454c0d9 | InvocationID=fce2631a-2e3a-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:24:25+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd6f994-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=0bd6fbe2-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:24:25+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd6f994-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=0bd6fbe2-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:25+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd6f994-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=0bd6fbe2-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d907f8-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=05d90a46-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:24:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cdbe3c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=11cdbff4-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:24:35+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cdbe3c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=11cdbff4-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:35+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11cdbe3c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=11cdbff4-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:50+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd6f994-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=0bd6fbe2-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:24:50+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac554fa-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1ac55752-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:24:50+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac554fa-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1ac55752-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:50+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac554fa-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1ac55752-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:24:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11cdbe3c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=11cdbff4-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:24:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc154ba-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1dc1565e-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:24:55+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc154ba-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1dc1565e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:24:55+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc154ba-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1dc1565e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:15+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac554fa-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1ac55752-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:25:15+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b4205e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29b422d4-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:25:15+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b4205e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29b422d4-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:25:15+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b4205e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29b422d4-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:25:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc154ba-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=1dc1565e-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:25:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c13a1e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29c13bae-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:25:15+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c13a1e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29c13bae-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:15+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c13a1e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29c13bae-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c13a1e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29c13bae-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:25:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b3c274-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=35b3c40e-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:25:35+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b3c274-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=35b3c40e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:35+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b3c274-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=35b3c40e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:40+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b4205e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=29b422d4-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:25:40+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a11c70-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=38a11df6-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:25:40+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a11c70-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=38a11df6-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:25:40+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a11c70-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=38a11df6-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:25:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b3c274-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=35b3c40e-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:25:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a83ca4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=41a83eca-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:25:55+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a83ca4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=41a83eca-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:25:55+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a83ca4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=41a83eca-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:05+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a11c70-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=38a11df6-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:26:05+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478d0fdc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=478d11a8-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:26:05+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478d0fdc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=478d11a8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:05+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478d0fdc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=478d11a8-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a83ca4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=41a83eca-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:26:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9fee76-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=4d9ff0a6-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:26:15+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9fee76-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=4d9ff0a6-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:15+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9fee76-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=4d9ff0a6-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:30+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478d0fdc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=478d11a8-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:26:30+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56794e02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=56794fd8-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:26:30+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56794e02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=56794fd8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:30+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56794e02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=56794fd8-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9fee76-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=4d9ff0a6-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:26:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5993b352-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=5993b4e2-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:26:35+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5993b352-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=5993b4e2-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:35+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5993b352-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=5993b4e2-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:55+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56794e02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=56794fd8-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:26:55+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65667f16-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=656680b0-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:26:55+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65667f16-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=656680b0-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:55+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65667f16-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=656680b0-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:26:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5993b352-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=5993b4e2-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:26:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6585491e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=65854b30-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:26:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6585491e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=65854b30-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:26:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6585491e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=65854b30-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6585491e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=65854b30-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:27:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717982b2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=71798438-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:27:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717982b2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=71798438-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=717982b2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=71798438-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:20+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65667f16-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=656680b0-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:27:20+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7455ea02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7455ec46-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:27:20+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7455ea02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7455ec46-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:27:20+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7455ea02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7455ec46-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:27:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=717982b2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=71798438-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:27:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6bb93c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7d6bbb12-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:27:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6bb93c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7d6bbb12-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d6bb93c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7d6bbb12-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:45+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7455ea02-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7455ec46-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:27:45+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=834322d2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=8343246c-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:27:45+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=834322d2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=8343246c-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:27:45+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=834322d2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=8343246c-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:27:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d6bb93c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=7d6bbb12-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:27:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89612d3a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=89612f1a-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:27:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89612d3a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=89612f1a-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:27:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89612d3a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=89612f1a-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:10+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=834322d2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=8343246c-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:28:10+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9236b9d4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=9236c0e6-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:28:10+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9236b9d4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=9236c0e6-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:28:10+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9236b9d4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=9236c0e6-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:28:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89612d3a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=89612f1a-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:28:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=955438bc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=95543b96-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:28:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=955438bc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=95543b96-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=955438bc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=95543b96-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:35+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9236b9d4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=9236c0e6-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:28:35+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a125b44a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a125b65c-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:28:36+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a125b44a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a125b65c-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:28:36+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a125b44a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a125b65c-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:28:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=955438bc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=95543b96-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:28:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1479448-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a14795d8-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:28:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1479448-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a14795d8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1479448-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a14795d8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1479448-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a14795d8-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:28:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3d540e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ad3d5594-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:28:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3d540e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ad3d5594-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:28:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad3d540e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ad3d5594-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:01+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a125b44a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=a125b65c-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:29:01+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0183ad6-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b0183cca-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:29:01+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0183ad6-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b0183cca-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:01+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0183ad6-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b0183cca-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad3d540e-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ad3d5594-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:29:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b936bd04-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b936be9e-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:29:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b936bd04-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b936be9e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b936bd04-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b936be9e-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:26+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0183ad6-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b0183cca-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:29:26+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf077386-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=bf077520-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:29:26+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf077386-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=bf077520-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:26+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf077386-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=bf077520-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b936bd04-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=b936be9e-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:29:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52dd084-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=c52dd264-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:29:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52dd084-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=c52dd264-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c52dd084-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=c52dd264-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:51+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf077386-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=bf077520-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:29:51+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf56dee-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=cdf5700a-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:29:51+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf56dee-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=cdf5700a-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:51+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf56dee-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=cdf5700a-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:29:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c52dd084-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=c52dd264-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:29:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1205ed4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=d1206122-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:29:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1205ed4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=d1206122-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:29:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1205ed4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=d1206122-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:16+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf56dee-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=cdf5700a-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:30:16+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce37ec2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dce38110-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:30:16+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce37ec2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dce38110-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:30:16+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce37ec2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dce38110-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:30:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1205ed4-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=d1206122-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:30:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd144714-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dd1448ae-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:30:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd144714-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dd1448ae-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd144714-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dd1448ae-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd144714-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dd1448ae-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:30:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9074ba2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=e9074dc8-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:30:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9074ba2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=e9074dc8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9074ba2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=e9074dc8-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:41+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce37ec2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=dce38110-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:30:41+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd0914a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ebd092ee-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:30:41+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd0914a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ebd092ee-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:30:41+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd0914a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ebd092ee-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:30:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9074ba2-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=e9074dc8-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:30:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4fb66dc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=f4fb68e4-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:30:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4fb66dc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=f4fb68e4-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:30:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4fb66dc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=f4fb68e4-2e3b-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:06+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd0914a-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=ebd092ee-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:31:06+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac16a6c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=fac16cce-2e3b-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:31:06+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac16a6c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=fac16cce-2e3b-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:06+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fac16a6c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=fac16cce-2e3b-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4fb66dc-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=f4fb68e4-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:31:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00eeb0ca-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=00eeb25a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:31:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00eeb0ca-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=00eeb25a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00eeb0ca-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=00eeb25a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:31+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fac16a6c-2e3b-11ed-a9f4-ea764454c0d9 | InvocationID=fac16cce-2e3b-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:31:31+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09af6272-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=09af640c-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:31:31+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09af6272-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=09af640c-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:31+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09af6272-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=09af640c-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00eeb0ca-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=00eeb25a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:31:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce0aa82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=0ce0ac80-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:31:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce0aa82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=0ce0ac80-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce0aa82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=0ce0ac80-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:56+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09af6272-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=09af640c-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:31:56+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18a3a874-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18a3b300-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:31:56+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18a3a874-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18a3b300-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:56+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18a3a874-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18a3b300-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:31:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce0aa82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=0ce0ac80-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:31:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d54df2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18d55158-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:31:56+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d54df2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18d55158-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:31:56+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d54df2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18d55158-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d54df2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18d55158-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:32:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cc12da-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=24cc17ee-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:32:16+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cc12da-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=24cc17ee-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:16+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cc12da-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=24cc17ee-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:21+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18a3a874-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=18a3b300-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:32:21+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2791f3f4-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=2791f606-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:32:21+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2791f3f4-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=2791f606-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:32:21+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2791f3f4-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=2791f606-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:32:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cc12da-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=24cc17ee-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:32:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c0e07a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=30c0e21e-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:32:36+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c0e07a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=30c0e21e-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:36+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c0e07a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=30c0e21e-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:46+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2791f3f4-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=2791f606-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:32:46+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36881c44-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=36881e9c-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:32:46+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36881c44-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=36881e9c-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:32:46+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36881c44-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=36881e9c-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:32:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c0e07a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=30c0e21e-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:32:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb32f00-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=3cb3322a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:32:57+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb32f00-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=3cb3322a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:32:57+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cb32f00-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=3cb3322a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:11+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36881c44-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=36881e9c-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:33:11+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457d4abc-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=457d4d1e-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:33:11+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457d4abc-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=457d4d1e-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:33:11+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457d4abc-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=457d4d1e-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:33:17+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cb32f00-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=3cb3322a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:33:17+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a93304-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=48a934ee-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:33:17+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a93304-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=48a934ee-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:17+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a93304-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=48a934ee-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:36+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457d4abc-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=457d4d1e-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:33:36+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546a8e4a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=546a902a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:33:36+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546a8e4a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=546a902a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:33:36+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546a8e4a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=546a902a-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:33:37+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a93304-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=48a934ee-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:33:37+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549aabac-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=549aad46-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:33:37+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549aabac-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=549aad46-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:37+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=549aabac-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=549aad46-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:57+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=549aabac-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=549aad46-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:33:57+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608f85c2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=608f8770-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:33:57+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608f85c2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=608f8770-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:33:57+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=608f85c2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=608f8770-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:01+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546a8e4a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=546a902a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:34:01+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6356a0e2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6356a2d6-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:34:01+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6356a0e2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6356a2d6-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:01+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6356a0e2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6356a2d6-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:17+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=608f85c2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=608f8770-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:34:17+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c80dc8c-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6c80dfb6-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:34:17+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c80dc8c-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6c80dfb6-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:17+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c80dc8c-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6c80dfb6-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:26+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6356a0e2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6356a2d6-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:34:26+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7245caa6-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7245cc86-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:34:26+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7245caa6-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7245cc86-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:26+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7245caa6-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7245cc86-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:37+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c80dc8c-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=6c80dfb6-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:34:37+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7872d77a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7872d90a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:34:37+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7872d77a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7872d90a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:37+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7872d77a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7872d90a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:51+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7245caa6-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7245cc86-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:34:51+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=813790b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=8137924c-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:34:51+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=813790b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=8137924c-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:51+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=813790b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=8137924c-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:34:57+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7872d77a-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=7872d90a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:34:57+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84654450-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=846545ea-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:34:57+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84654450-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=846545ea-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:34:57+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84654450-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=846545ea-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:16+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=813790b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=8137924c-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:35:16+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9024b064-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9024b28a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:35:17+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9024b064-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9024b28a-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:35:17+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9024b064-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9024b28a-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:35:17+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84654450-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=846545ea-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:35:17+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90565948-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=90565c54-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:35:17+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90565948-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=90565c54-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:17+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90565948-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=90565c54-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:37+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90565948-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=90565c54-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:35:37+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c485d82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9c485fb2-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:35:37+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c485d82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9c485fb2-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:37+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c485d82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9c485fb2-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:42+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9024b064-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9024b28a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:35:42+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f12ba76-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9f12bc10-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:35:42+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f12ba76-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9f12bc10-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:35:42+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f12ba76-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9f12bc10-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:35:57+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c485d82-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9c485fb2-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:35:57+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85a82b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=a85a8906-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:35:57+0000 | aai_event_thread | 139784519170848 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85a82b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=a85a8906-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:35:57+0000 | aai_event_thread | 139784519170848 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85a82b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=a85a8906-2e3c-11ed-a9f4-ea764454c0d9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-06T23:36:07+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f12ba76-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=9f12bc10-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:36:07+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae012b26-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ae012ed2-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:36:07+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae012b26-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ae012ed2-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:36:07+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae012b26-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ae012ed2-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:36:17+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85a82b2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=a85a8906-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:36:17+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b44e9068-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=b44e9356-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:36:32+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae012b26-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ae012ed2-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:36:32+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf06f52-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=bcf07204-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:36:32+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf06f52-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=bcf07204-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:36:32+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf06f52-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=bcf07204-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:36:42+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b44e9068-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=b44e9356-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:36:42+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3157292-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=c315742c-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:36:57+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf06f52-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=bcf07204-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:36:57+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdf691e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cbdf6afe-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:36:57+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdf691e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cbdf6afe-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:36:57+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbdf691e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cbdf6afe-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:37:02+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3157292-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=c315742c-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:37:02+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf0ff41e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cf0ff7ac-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:37:22+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbdf691e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cbdf6afe-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:37:22+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacce5d2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=dacce76c-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:37:22+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacce5d2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=dacce76c-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:37:22+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacce5d2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=dacce76c-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:37:22+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf0ff41e-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=cf0ff7ac-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:37:22+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0d26ba-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=db0d2840-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:37:43+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db0d26ba-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=db0d2840-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:37:43+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7328714-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e732947a-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:37:47+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacce5d2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=dacce76c-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:37:47+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c12bf2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e9c12dfa-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:37:47+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c12bf2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e9c12dfa-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:37:47+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c12bf2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e9c12dfa-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:38:03+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7328714-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e732947a-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:38:03+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3489f84-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f348a164-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:38:12+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c12bf2-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=e9c12dfa-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:38:12+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8afe676-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f8afe8c4-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:38:12+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8afe676-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f8afe8c4-2e3c-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:38:12+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8afe676-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f8afe8c4-2e3c-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:38:23+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3489f84-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f348a164-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:38:23+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff494d10-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ff494ea0-2e3c-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:38:37+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8afe676-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=f8afe8c4-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:38:37+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079ea7bc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=079ea96a-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:38:37+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079ea7bc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=079ea96a-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:38:37+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079ea7bc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=079ea96a-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:38:44+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff494d10-2e3c-11ed-a9f4-ea764454c0d9 | InvocationID=ff494ea0-2e3c-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:38:44+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba4607c-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=0ba4625c-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:39:02+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079ea7bc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=079ea96a-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:39:02+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168f0dd4-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=168f0f6e-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:39:02+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168f0dd4-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=168f0f6e-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:39:02+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168f0dd4-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=168f0f6e-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:39:08+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba4607c-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=0ba4625c-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:39:08+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6d168a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=1a6d181a-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:39:27+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168f0dd4-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=168f0f6e-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:39:27+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2581554a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=258156e4-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:39:27+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2581554a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=258156e4-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:39:27+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2581554a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=258156e4-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:39:33+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a6d168a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=1a6d181a-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:39:33+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2942ea18-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=2942ec66-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:39:52+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2581554a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=258156e4-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:39:52+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=346d8e52-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=346d9028-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:39:52+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=346d8e52-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=346d9028-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:39:52+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=346d8e52-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=346d9028-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:40:00+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2942ea18-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=2942ec66-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:40:00+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392dc1c8-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=392dc42a-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:40:17+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=346d8e52-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=346d9028-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:40:17+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=436f3cc0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=436f4256-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:40:17+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=436f3cc0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=436f4256-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:40:17+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=436f3cc0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=436f4256-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:40:25+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392dc1c8-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=392dc42a-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:40:25+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4817edb2-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=4817f938-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:40:42+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=436f3cc0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=436f4256-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:40:42+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526d3e2a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=526d408c-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:40:42+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526d3e2a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=526d408c-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:40:42+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=526d3e2a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=526d408c-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:40:50+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4817edb2-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=4817f938-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:40:50+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56f0c354-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=56f0c4f8-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:41:07+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=526d3e2a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=526d408c-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:41:07+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=615ac006-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=615ac236-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:41:08+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=615ac006-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=615ac236-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:41:08+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=615ac006-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=615ac236-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:41:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56f0c354-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=56f0c4f8-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:41:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c2b388-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=65c2b518-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:41:33+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=615ac006-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=615ac236-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:41:33+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7048d738-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7048d8c8-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:41:33+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7048d738-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7048d8c8-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:41:33+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7048d738-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7048d8c8-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:41:40+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65c2b388-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=65c2b518-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:41:40+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7490ec5e-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7490edf8-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:41:58+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7048d738-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7048d8c8-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:41:58+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f3aa1e0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7f3aa37a-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:41:58+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f3aa1e0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7f3aa37a-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:41:58+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f3aa1e0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7f3aa37a-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:42:05+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7490ec5e-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7490edf8-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:42:05+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83654d42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=83654f86-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:42:23+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f3aa1e0-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=7f3aa37a-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:42:23+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e353944-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=8e353c00-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:42:23+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e353944-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=8e353c00-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:42:23+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e353944-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=8e353c00-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:42:29+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83654d42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=83654f86-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:42:29+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=922f8f40-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=922f90da-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:42:48+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e353944-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=8e353c00-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:42:48+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d303b42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=9d303d90-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:42:48+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d303b42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=9d303d90-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:42:48+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d303b42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=9d303d90-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:42:54+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=922f8f40-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=922f90da-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:42:54+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0f8f728-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=a0f8f8ae-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:43:13+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d303b42-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=9d303d90-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:43:13+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3236d6-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ac32c8da-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:43:13+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3236d6-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ac32c8da-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:43:13+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3236d6-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ac32c8da-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:43:19+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0f8f728-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=a0f8f8ae-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:43:19+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd4cd6c-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=afd4cf60-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:43:38+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3236d6-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ac32c8da-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:43:38+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2225ac-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=bb22273c-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:43:38+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2225ac-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=bb22273c-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:43:38+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2225ac-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=bb22273c-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:43:44+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afd4cd6c-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=afd4cf60-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:43:44+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be9cecda-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=be9ceeb0-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:44:03+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2225ac-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=bb22273c-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:44:03+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca10a0de-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ca10a28c-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:44:03+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca10a0de-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ca10a28c-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:44:03+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca10a0de-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ca10a28c-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:44:09+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be9cecda-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=be9ceeb0-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:44:09+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd7f42ca-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=cd7f44a0-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:44:28+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca10a0de-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=ca10a28c-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:44:28+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8feafaa-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=d8feb158-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:44:28+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8feafaa-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=d8feb158-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:44:28+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8feafaa-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=d8feb158-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:44:34+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd7f42ca-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=cd7f44a0-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:44:34+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc60879a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=dc60893e-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:44:53+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8feafaa-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=d8feb158-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:44:53+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f0d420-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=e7f0d6e6-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:44:53+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f0d420-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=e7f0d6e6-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:44:53+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f0d420-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=e7f0d6e6-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:45:01+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc60879a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=dc60893e-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:45:01+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca7ee4a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=eca7f02a-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:45:18+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f0d420-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=e7f0d6e6-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:45:18+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ebeb86-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=f6ebed20-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:45:18+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ebeb86-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=f6ebed20-2e3d-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:45:18+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ebeb86-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=f6ebed20-2e3d-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:45:26+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eca7ee4a-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=eca7f02a-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:45:26+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8ededc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=fb8ee2c4-2e3d-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:45:43+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ebeb86-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=f6ebed20-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:45:43+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ddcba0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=05ddce7a-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:45:44+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ddcba0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=05ddce7a-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:45:44+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05ddcba0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=05ddce7a-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:45:51+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb8ededc-2e3d-11ed-a9f4-ea764454c0d9 | InvocationID=fb8ee2c4-2e3d-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:45:51+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a776310-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=0a776630-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:46:09+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05ddcba0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=05ddce7a-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:46:09+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14cf15ec-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=14cf1812-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:46:09+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14cf15ec-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=14cf1812-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:46:09+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14cf15ec-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=14cf1812-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:46:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a776310-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=0a776630-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:46:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195d4ef8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=195d513c-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:46:34+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14cf15ec-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=14cf1812-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:46:34+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c665dc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=23c66776-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:46:34+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23c665dc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=23c66776-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:46:34+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23c665dc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=23c66776-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:46:41+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=195d4ef8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=195d513c-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:46:41+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2841fd2e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=2841ff68-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:46:59+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23c665dc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=23c66776-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:46:59+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b811c6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=32b813a6-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:46:59+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b811c6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=32b813a6-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:46:59+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32b811c6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=32b813a6-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:47:06+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2841fd2e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=2841ff68-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:47:06+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37140220-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=371403c4-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:47:24+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32b811c6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=32b813a6-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:47:24+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a75fca-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=41a762f4-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:47:24+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a75fca-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=41a762f4-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:47:24+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41a75fca-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=41a762f4-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:47:31+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37140220-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=371403c4-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:47:31+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45df42d8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=45df4468-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:47:49+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41a75fca-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=41a762f4-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:47:49+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5095c36e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5095c508-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:47:49+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5095c36e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5095c508-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:47:49+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5095c36e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5095c508-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:47:56+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45df42d8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=45df4468-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:47:56+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b11020-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=54b111ce-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:48:14+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5095c36e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5095c508-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:48:14+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8204e6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5f8206c6-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:48:14+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8204e6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5f8206c6-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:48:14+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f8204e6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5f8206c6-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:48:21+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54b11020-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=54b111ce-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:48:21+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638679b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=63867b4e-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:48:39+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f8204e6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=5f8206c6-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:48:39+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e700dd6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=6e700f7a-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:48:39+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e700dd6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=6e700f7a-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:48:39+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e700dd6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=6e700f7a-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:48:46+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=638679b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=63867b4e-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:48:46+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726f1314-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=726f14ae-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:49:04+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e700dd6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=6e700f7a-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:49:04+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d5c99e0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=7d5c9ca6-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:49:04+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d5c99e0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=7d5c9ca6-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:49:04+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d5c99e0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=7d5c9ca6-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:49:10+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=726f1314-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=726f14ae-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:49:10+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8137843a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=813785ca-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:49:29+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d5c99e0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=7d5c9ca6-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:49:29+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4910b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=8c4913c0-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:49:29+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4910b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=8c4913c0-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:49:29+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c4910b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=8c4913c0-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:49:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8137843a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=813785ca-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:49:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90002c1a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=90002e5e-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:49:54+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c4910b4-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=8c4913c0-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:49:54+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b34af2a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9b34b0c4-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:49:54+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b34af2a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9b34b0c4-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:49:54+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b34af2a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9b34b0c4-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:50:00+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90002c1a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=90002e5e-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:50:00+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ece2e5e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9ece3002-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:50:19+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b34af2a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9b34b0c4-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:50:19+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa200a52-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=aa200bd8-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:50:19+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa200a52-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=aa200bd8-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:50:19+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa200a52-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=aa200bd8-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:50:25+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ece2e5e-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=9ece3002-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:50:25+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9959b8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=ad995d64-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:50:44+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa200a52-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=aa200bd8-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:50:44+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b90b10c0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=b90b12a0-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:50:44+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b90b10c0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=b90b12a0-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:50:44+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b90b10c0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=b90b12a0-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:50:50+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad9959b8-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=ad995d64-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:50:50+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc650082-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=bc6502b2-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:51:09+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b90b10c0-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=b90b12a0-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:51:09+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7f7024c-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=c7f70580-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:51:09+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7f7024c-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=c7f70580-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:51:09+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7f7024c-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=c7f70580-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:51:15+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc650082-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=bc6502b2-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:51:15+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb2f8182-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=cb2f89d4-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:51:34+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7f7024c-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=c7f70580-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:51:34+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e42a64-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d6e42ece-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:51:34+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6e42a64-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d6e42ece-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:51:34+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6e42a64-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d6e42ece-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:51:39+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb2f8182-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=cb2f89d4-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:51:39+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f6fdbc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d9f6ff4c-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:51:59+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6e42a64-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d6e42ece-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:51:59+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1d828-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e5d1dc74-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:51:59+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1d828-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e5d1dc74-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:51:59+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d1d828-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e5d1dc74-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:52:04+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9f6fdbc-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=d9f6ff4c-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:52:04+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bfe980-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e8bfec82-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:52:24+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d1d828-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e5d1dc74-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:52:24+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4bfacb6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f4bfb35a-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:52:24+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4bfacb6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f4bfb35a-2e3e-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:52:24+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4bfacb6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f4bfb35a-2e3e-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:52:29+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8bfe980-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=e8bfec82-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:52:29+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f788277a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f78829aa-2e3e-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:52:49+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4bfacb6-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f4bfb35a-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:52:49+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03afb3a6-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=03afb5e0-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:52:49+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03afb3a6-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=03afb5e0-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:52:49+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03afb3a6-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=03afb5e0-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:52:54+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f788277a-2e3e-11ed-a9f4-ea764454c0d9 | InvocationID=f78829aa-2e3e-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:52:54+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064e9bf4-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=064e9dac-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:53:14+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03afb3a6-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=03afb5e0-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:53:14+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=129ca162-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=129ca2fc-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:53:14+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=129ca162-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=129ca2fc-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:53:14+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=129ca162-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=129ca2fc-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:53:18+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=064e9bf4-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=064e9dac-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:53:18+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1512ed16-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=1512eea6-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:53:39+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=129ca162-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=129ca2fc-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:53:39+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2187e25e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=2187e434-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:53:39+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2187e25e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=2187e434-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:53:39+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2187e25e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=2187e434-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:53:43+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1512ed16-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=1512eea6-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:53:43+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23dba5ae-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=23dba748-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:54:04+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2187e25e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=2187e434-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:54:04+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30751d40-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=30751ed0-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:54:04+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30751d40-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=30751ed0-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:04+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30751d40-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=30751ed0-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:08+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23dba5ae-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=23dba748-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:54:08+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a413fa-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=32a4158a-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:54:29+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30751d40-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=30751ed0-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:54:29+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f65937a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=3f659f0a-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:54:30+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f65937a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=3f659f0a-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:30+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f65937a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=3f659f0a-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:33+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32a413fa-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=32a4158a-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:54:33+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417e45da-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=417e48d2-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:54:55+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f65937a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=3f659f0a-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:54:55+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e510928-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=4e510aae-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:54:55+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e510928-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=4e510aae-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:55+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e510928-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=4e510aae-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:54:58+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=417e45da-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=417e48d2-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:54:58+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5049eeac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5049f082-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:55:20+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e510928-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=4e510aae-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:55:20+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3cde94-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5d3ce0d8-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:55:20+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3cde94-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5d3ce0d8-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:55:20+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3cde94-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5d3ce0d8-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:55:23+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5049eeac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5049f082-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:55:23+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0f90e0-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5f0f93b0-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:55:45+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d3cde94-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5d3ce0d8-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:55:45+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2aa67a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6c2aa80a-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:55:45+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2aa67a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6c2aa80a-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:55:45+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2aa67a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6c2aa80a-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:55:47+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f0f90e0-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=5f0f93b0-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:55:47+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de06144-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6de062de-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:56:10+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2aa67a-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6c2aa80a-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:56:10+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b173d10-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7b173f5e-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:56:10+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b173d10-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7b173f5e-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:56:10+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b173d10-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7b173f5e-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:56:12+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6de06144-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=6de062de-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:56:12+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca628e4-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7ca62ac4-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:56:35+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b173d10-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7b173f5e-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:56:35+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a04aa2e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8a04ac9a-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:56:35+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a04aa2e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8a04ac9a-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:56:35+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a04aa2e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8a04ac9a-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:56:37+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ca628e4-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=7ca62ac4-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:56:37+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b6edf92-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8b6ee26c-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:57:00+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a04aa2e-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8a04ac9a-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:57:00+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f54aa2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=98f54c3c-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:57:00+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f54aa2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=98f54c3c-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:00+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f54aa2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=98f54c3c-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:02+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b6edf92-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=8b6ee26c-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:57:02+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a38d636-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=9a38d898-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:57:25+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f54aa2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=98f54c3c-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:57:25+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e154ac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a7e1563c-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:57:25+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e154ac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a7e1563c-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:25+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e154ac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a7e1563c-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:27+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a38d636-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=9a38d898-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:57:27+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe7482-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a8fe7612-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:57:50+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e154ac-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a7e1563c-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:57:50+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6cdf290-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b6cdf4c0-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:57:50+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6cdf290-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b6cdf4c0-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:50+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6cdf290-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b6cdf4c0-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:57:51+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8fe7482-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=a8fe7612-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:57:51+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7c45d38-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b7c460e4-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:58:15+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6cdf290-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b6cdf4c0-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:58:15+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ba224c-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c5ba2724-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:58:15+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ba224c-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c5ba2724-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:58:15+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5ba224c-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c5ba2724-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:58:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7c45d38-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=b7c460e4-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:58:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68805ae-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c688073e-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:58:40+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5ba224c-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c5ba2724-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:58:40+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a8c024-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d4a8c1be-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:58:40+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a8c024-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d4a8c1be-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:58:40+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a8c024-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d4a8c1be-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:58:41+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c68805ae-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=c688073e-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:58:41+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55073be-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d55075b2-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:59:05+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a8c024-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d4a8c1be-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:59:05+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e394eca2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e394eeaa-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:59:05+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e394eca2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e394eeaa-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:05+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e394eca2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e394eeaa-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:06+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d55073be-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=d55075b2-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:59:06+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e41b6ebc-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e41b7056-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:59:30+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e394eca2-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e394eeaa-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:59:30+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2805530-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f28056ca-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:59:30+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2805530-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f28056ca-2e3f-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:30+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2805530-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f28056ca-2e3f-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:31+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e41b6ebc-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=e41b7056-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:59:31+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e42f42-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f2e430d2-2e3f-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-06T23:59:55+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2805530-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f28056ca-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-06T23:59:55+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016cd7bc-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=016cd99c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-06T23:59:55+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016cd7bc-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=016cd99c-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:55+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016cd7bc-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=016cd99c-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-06T23:59:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2e42f42-2e3f-11ed-a9f4-ea764454c0d9 | InvocationID=f2e430d2-2e3f-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-06T23:59:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ae9a76-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=01ae9c6a-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:00:20+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016cd7bc-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=016cd99c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:00:20+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10594fa8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10595304-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:00:20+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10594fa8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10595304-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:00:20+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10594fa8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10595304-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:00:20+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ae9a76-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=01ae9c6a-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:00:20+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10773c3e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10773dd8-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:00:45+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10773c3e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10773dd8-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:00:45+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3d1900-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f3d1a86-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:00:45+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10594fa8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=10595304-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:00:45+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f45451c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f45474c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:00:45+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f45451c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f45474c-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:00:45+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f45451c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f45474c-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:01:10+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f3d1900-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f3d1a86-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:01:10+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0cd79a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e0cdc5e-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:01:10+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f45451c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=1f45474c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:01:10+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e30e81a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e30eb4e-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:01:10+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e30e81a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e30eb4e-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:01:10+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e30e81a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e30eb4e-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:01:35+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e0cd79a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e0cdc5e-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:01:35+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd51e9a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3cd52070-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:01:35+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e30e81a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=2e30eb4e-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:01:35+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d201878-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3d2019fe-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:01:35+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d201878-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3d2019fe-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:01:35+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d201878-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3d2019fe-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:01:59+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cd51e9a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3cd52070-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:01:59+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b985370-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4b98550a-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:02:00+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d201878-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=3d2019fe-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:02:00+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0c764c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4c0c7804-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:02:00+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0c764c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4c0c7804-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:02:00+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0c764c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4c0c7804-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:02:24+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b985370-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4b98550a-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:02:24+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5eb714-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5a5eb87c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:02:25+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0c764c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=4c0c7804-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:02:25+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af84bb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5af84d34-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:02:25+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af84bb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5af84d34-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:02:25+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af84bb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5af84d34-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:02:49+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a5eb714-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5a5eb87c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:02:49+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69274216-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=692743ba-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:02:50+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af84bb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=5af84d34-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:02:50+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e3b6d0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=69e3b914-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:02:50+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e3b6d0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=69e3b914-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:02:50+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e3b6d0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=69e3b914-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:03:14+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69274216-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=692743ba-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:03:14+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77f16182-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=77f163d0-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:03:15+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e3b6d0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=69e3b914-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:03:15+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cfde58-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=78cfe07e-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:03:15+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cfde58-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=78cfe07e-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:03:15+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cfde58-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=78cfe07e-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:03:39+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77f16182-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=77f163d0-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:03:39+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b7dca0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=86b7e0c4-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:03:40+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cfde58-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=78cfe07e-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:03:40+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87bb9f6a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=87bba3e8-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:03:40+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87bb9f6a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=87bba3e8-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:03:40+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87bb9f6a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=87bba3e8-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:03+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86b7dca0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=86b7e0c4-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:04:03+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95877cb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=95877e5c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:04:05+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87bb9f6a-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=87bba3e8-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:04:05+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ab5b82-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=96ab5d80-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:04:05+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ab5b82-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=96ab5d80-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:05+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96ab5b82-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=96ab5d80-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:28+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95877cb8-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=95877e5c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:04:28+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a44cd540-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a44cd7f2-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:04:30+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96ab5b82-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=96ab5d80-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:04:30+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a597345e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a59735ee-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:04:30+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a597345e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a59735ee-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:30+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a597345e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a59735ee-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:53+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a44cd540-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a44cd7f2-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:04:53+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b310b86c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b310bd30-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:04:55+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a597345e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=a59735ee-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:04:55+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b483c9f0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b483cb9e-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:04:56+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b483c9f0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b483cb9e-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:04:56+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b483c9f0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b483cb9e-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:05:18+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b310b86c-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b310bd30-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:05:18+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d8dc62-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c1d8e04a-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:05:21+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b483c9f0-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=b483cb9e-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:05:21+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37051f4-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c3705410-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:05:21+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37051f4-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c3705410-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:05:21+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c37051f4-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c3705410-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:05:43+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d8dc62-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c1d8e04a-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:05:43+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a4907e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d0a4920e-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:05:46+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c37051f4-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=c3705410-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:05:46+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25c448e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d25c4664-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:05:46+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25c448e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d25c4664-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:05:46+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25c448e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d25c4664-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:06:07+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a4907e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d0a4920e-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:06:07+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df69cb2e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=df69cd7c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:06:11+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25c448e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=d25c4664-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:06:11+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14a2a60-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=e14a2d12-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:06:11+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14a2a60-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=e14a2d12-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:06:11+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14a2a60-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=e14a2d12-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:06:32+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df69cb2e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=df69cd7c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:06:32+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee418876-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ee418a74-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:06:36+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14a2a60-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=e14a2d12-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:06:36+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f038d922-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=f038dab2-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:06:36+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f038d922-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=f038dab2-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:06:36+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f038d922-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=f038dab2-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:06:57+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee418876-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ee418a74-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:06:57+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0cd73e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=fd0cd9d2-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:07:01+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f038d922-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=f038dab2-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:07:01+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff2566da-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ff25693c-2e40-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:07:01+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff2566da-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ff25693c-2e40-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:07:01+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff2566da-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ff25693c-2e40-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:07:22+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0cd73e-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=fd0cd9d2-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:07:22+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd5ac64-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0bd5b006-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:07:26+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff2566da-2e40-11ed-a9f4-ea764454c0d9 | InvocationID=ff25693c-2e40-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:07:26+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e12176a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0e1219ae-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:07:26+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e12176a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0e1219ae-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:07:26+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e12176a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0e1219ae-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:07:47+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd5ac64-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0bd5b006-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:07:47+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa020b2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1aa02350-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:07:51+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e12176a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=0e1219ae-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:07:51+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d00d50e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1d00d6ee-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:07:51+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d00d50e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1d00d6ee-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:07:51+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d00d50e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1d00d6ee-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:08:12+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1aa020b2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1aa02350-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:08:12+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=296403de-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2964065e-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:08:16+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d00d50e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=1d00d6ee-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:08:16+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2becac6e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2becb934-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:08:16+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2becac6e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2becb934-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:08:16+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2becac6e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2becb934-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:08:36+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=296403de-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2964065e-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:08:36+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382cf8d0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=382cfb14-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:08:41+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2becac6e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=2becb934-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:08:41+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad7fba2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=3ad7fd64-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:08:41+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad7fba2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=3ad7fd64-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:08:41+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ad7fba2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=3ad7fd64-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:01+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=382cf8d0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=382cfb14-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:09:01+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f82ff6-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=46f83276-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:09:06+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ad7fba2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=3ad7fd64-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:09:06+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c457f0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=49c459a8-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:09:06+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c457f0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=49c459a8-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:06+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c457f0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=49c459a8-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:26+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46f82ff6-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=46f83276-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:09:26+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55bd769a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=55bd791a-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:09:31+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c457f0-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=49c459a8-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:09:31+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58afa29c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=58afa53a-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:09:31+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58afa29c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=58afa53a-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:31+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58afa29c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=58afa53a-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:51+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55bd769a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=55bd791a-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:09:51+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6485423e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=6485461c-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:09:56+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58afa29c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=58afa53a-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:09:56+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679cf5ca-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=679cfa3e-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:09:56+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679cf5ca-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=679cfa3e-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:09:56+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=679cf5ca-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=679cfa3e-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:10:16+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6485423e-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=6485461c-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:10:16+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734e19f8-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=734e1fde-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:10:21+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=679cf5ca-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=679cfa3e-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:10:21+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768ac8b4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=768acb34-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:10:21+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768ac8b4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=768acb34-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:10:21+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=768ac8b4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=768acb34-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:10:40+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=734e19f8-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=734e1fde-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:10:40+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=821afc3a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=821afe56-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:10:46+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=768ac8b4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=768acb34-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:10:46+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=857780c4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=8577827c-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:10:46+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=857780c4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=8577827c-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:10:46+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=857780c4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=8577827c-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:11:05+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=821afc3a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=821afe56-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:11:05+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e81fea-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=90e821a2-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:11:11+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=857780c4-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=8577827c-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:11:11+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9464224a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=94642cfe-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:11:11+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9464224a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=94642cfe-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:11:11+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9464224a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=94642cfe-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:11:30+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90e81fea-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=90e821a2-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:11:30+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9faf4d32-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=9faf50b6-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:11:36+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9464224a-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=94642cfe-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:11:36+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3597714-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=a35978b8-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:11:36+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3597714-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=a35978b8-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:11:36+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3597714-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=a35978b8-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:11:55+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9faf4d32-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=9faf50b6-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:11:55+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7a323c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ae7a34da-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:12:01+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3597714-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=a35978b8-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:12:01+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2456530-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=b24568a0-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:12:01+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2456530-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=b24568a0-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:12:01+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2456530-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=b24568a0-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:12:20+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7a323c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ae7a34da-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:12:20+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd461128-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=bd4614e8-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:12:26+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2456530-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=b24568a0-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:12:26+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1395b82-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=c1395d80-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:12:26+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1395b82-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=c1395d80-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:12:26+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1395b82-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=c1395d80-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:12:44+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd461128-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=bd4614e8-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:12:44+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc10257c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=cc102946-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:12:51+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1395b82-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=c1395d80-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:12:51+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d03139f2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=d0313ba0-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:12:51+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d03139f2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=d0313ba0-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:12:51+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d03139f2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=d0313ba0-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:13:09+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc10257c-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=cc102946-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:13:09+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad77614-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=dad77a38-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:13:16+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d03139f2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=d0313ba0-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:13:16+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1da8e2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=df1daae0-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:13:16+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1da8e2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=df1daae0-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:13:16+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1da8e2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=df1daae0-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:13:34+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dad77614-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=dad77a38-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:13:34+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99acd72-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=e99ad146-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:13:41+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1da8e2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=df1daae0-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:13:41+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0918d2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ee091a6c-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:13:42+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0918d2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ee091a6c-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:13:42+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0918d2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ee091a6c-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:13:59+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e99acd72-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=e99ad146-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:13:59+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f86ccd64-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=f86ccf1c-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:14:07+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0918d2-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=ee091a6c-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:14:07+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf73310-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=fcf734b4-2e41-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:14:07+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf73310-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=fcf734b4-2e41-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:14:07+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf73310-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=fcf734b4-2e41-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:14:24+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f86ccd64-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=f86ccf1c-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:14:24+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0735e88a-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0735ea4c-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:14:32+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf73310-2e41-11ed-a9f4-ea764454c0d9 | InvocationID=fcf734b4-2e41-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:14:32+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0be3c910-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0be3cad2-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:14:32+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0be3c910-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0be3cad2-2e42-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:14:32+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0be3c910-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0be3cad2-2e42-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:14:49+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0735e88a-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0735ea4c-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:14:49+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16053b5e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=16053d16-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:14:57+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0be3c910-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=0be3cad2-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:14:57+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1acfc5fa-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=1acfc7bc-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:14:57+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1acfc5fa-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=1acfc7bc-2e42-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:14:57+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1acfc5fa-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=1acfc7bc-2e42-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:15:13+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16053b5e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=16053d16-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:15:13+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d06104-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=24d062c6-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:15:22+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1acfc5fa-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=1acfc7bc-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:15:22+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bc4a3e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=29bc4c5a-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:15:22+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bc4a3e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=29bc4c5a-2e42-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:15:22+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29bc4a3e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=29bc4c5a-2e42-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:15:38+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24d06104-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=24d062c6-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:15:38+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3393b632-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=3393b880-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:15:47+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29bc4a3e-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=29bc4c5a-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:15:47+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a982be-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=38a98476-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:15:47+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a982be-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=38a98476-2e42-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:15:47+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a982be-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=38a98476-2e42-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:16:03+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3393b632-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=3393b880-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF AAI events.
2022-09-07T00:16:03+0000 | aai_event_thread | 139784519170848 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4267e174-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=4267e3d6-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-07T00:16:12+0000 | policy_event_thread | 139784520231712 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a982be-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=38a98476-2e42-11ed-a9f4-ea764454c0d9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T00:16:12+0000 | policy_event_thread | 139784520231712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4796a496-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=4796a644-2e42-11ed-a9f4-ea764454c0d9 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T00:16:12+0000 | policy_event_thread | 139784520231712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4796a496-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=4796a644-2e42-11ed-a9f4-ea764454c0d9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:16:12+0000 | policy_event_thread | 139784520231712 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4796a496-2e42-11ed-a9f4-ea764454c0d9 | InvocationID=4796a644-2e42-11ed-a9f4-ea764454c0d9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T00:16:28+0000 | aai_event_thread | 139784519170848 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4267e174-2e42-11ed-a9f