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-11-16T09:43:07+0000 | MainThread | 139933020196168 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-16T09:43:07+0000 | MainThread | 139933020196168 | 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-11-16T09:43:07+0000 | MainThread | 139933020196168 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-16T09:43:07+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:43:07+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13635b46-6593-11ed-9a17-46cb676bd9f6 | InvocationID=13635d44-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:43:07+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-16T09:43:07+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=136720e6-6593-11ed-9a17-46cb676bd9f6 | InvocationID=136722ee-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:43:08+0000 | MainThread | 139933020196168 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-16T09:43:08+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=136720e6-6593-11ed-9a17-46cb676bd9f6 | InvocationID=136722ee-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:08+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13635b46-6593-11ed-9a17-46cb676bd9f6 | InvocationID=13635d44-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:08+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=136720e6-6593-11ed-9a17-46cb676bd9f6 | InvocationID=136722ee-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:08+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13635b46-6593-11ed-9a17-46cb676bd9f6 | InvocationID=13635d44-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:28+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=136720e6-6593-11ed-9a17-46cb676bd9f6 | InvocationID=136722ee-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:43:28+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbf8982-6593-11ed-9a17-46cb676bd9f6 | InvocationID=1fbf8bb2-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:43:28+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbf8982-6593-11ed-9a17-46cb676bd9f6 | InvocationID=1fbf8bb2-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:28+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fbf8982-6593-11ed-9a17-46cb676bd9f6 | InvocationID=1fbf8bb2-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:33+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13635b46-6593-11ed-9a17-46cb676bd9f6 | InvocationID=13635d44-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:43:33+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ba9dc0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=22ba9f64-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:43:33+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ba9dc0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=22ba9f64-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:33+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22ba9dc0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=22ba9f64-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fbf8982-6593-11ed-9a17-46cb676bd9f6 | InvocationID=1fbf8bb2-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:43:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb4123a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=2bb414ba-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:43:48+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb4123a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=2bb414ba-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:48+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb4123a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=2bb414ba-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:58+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22ba9dc0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=22ba9f64-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:43:58+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a62a5c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=31a62c00-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:43:58+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a62a5c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=31a62c00-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:43:58+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a62a5c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=31a62c00-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:08+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb4123a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=2bb414ba-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:44:08+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37afa1d0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=37afa39c-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:44:08+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37afa1d0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=37afa39c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:08+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37afa1d0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=37afa39c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:23+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a62a5c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=31a62c00-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:44:23+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40923cfe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=40923fa6-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:44:23+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40923cfe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=40923fa6-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:23+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40923cfe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=40923fa6-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:28+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37afa1d0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=37afa39c-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:44:28+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439f92fc-6593-11ed-9a17-46cb676bd9f6 | InvocationID=439f94dc-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:44:28+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439f92fc-6593-11ed-9a17-46cb676bd9f6 | InvocationID=439f94dc-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:28+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439f92fc-6593-11ed-9a17-46cb676bd9f6 | InvocationID=439f94dc-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:48+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40923cfe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=40923fa6-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:44:48+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7d47fe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f7d49ac-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:44:48+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7d47fe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f7d49ac-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:48+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7d47fe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f7d49ac-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439f92fc-6593-11ed-9a17-46cb676bd9f6 | InvocationID=439f94dc-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:44:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9090c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f909f5c-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:44:48+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9090c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f909f5c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:44:48+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f9090c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f909f5c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:08+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f9090c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f909f5c-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:45:08+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8077ec-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5b80799a-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:45:08+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8077ec-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5b80799a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:08+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8077ec-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5b80799a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:13+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7d47fe-6593-11ed-9a17-46cb676bd9f6 | InvocationID=4f7d49ac-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:45:13+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e684d9a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5e684f34-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:45:13+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e684d9a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5e684f34-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:13+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e684d9a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5e684f34-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:28+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b8077ec-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5b80799a-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:45:28+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67705a5e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=67705e1e-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:45:28+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67705a5e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=67705e1e-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:28+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67705a5e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=67705e1e-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:38+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e684d9a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=5e684f34-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:45:38+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5391c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=6d5393fa-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:45:38+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5391c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=6d5393fa-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:38+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5391c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=6d5393fa-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67705a5e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=67705e1e-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:45:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73609310-6593-11ed-9a17-46cb676bd9f6 | InvocationID=73609860-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:45:48+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73609310-6593-11ed-9a17-46cb676bd9f6 | InvocationID=73609860-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:45:48+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73609310-6593-11ed-9a17-46cb676bd9f6 | InvocationID=73609860-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:03+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5391c0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=6d5393fa-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:46:03+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3eb912-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7c3ebc64-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:46:03+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3eb912-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7c3ebc64-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:03+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3eb912-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7c3ebc64-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:08+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73609310-6593-11ed-9a17-46cb676bd9f6 | InvocationID=73609860-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:46:08+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f511ee2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7f51211c-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:46:08+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f511ee2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7f51211c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:08+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f511ee2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7f51211c-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:28+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3eb912-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7c3ebc64-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:46:28+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b29ff36-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b2a0116-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:46:28+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b29ff36-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b2a0116-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:28+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b29ff36-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b2a0116-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:28+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f511ee2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=7f51211c-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:46:28+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b416a22-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b416cd4-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:46:28+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b416a22-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b416cd4-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:28+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b416a22-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b416cd4-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b416a22-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b416cd4-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:46:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97322f88-6593-11ed-9a17-46cb676bd9f6 | InvocationID=97323280-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:46:48+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97322f88-6593-11ed-9a17-46cb676bd9f6 | InvocationID=97323280-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:48+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97322f88-6593-11ed-9a17-46cb676bd9f6 | InvocationID=97323280-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:53+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b29ff36-6593-11ed-9a17-46cb676bd9f6 | InvocationID=8b2a0116-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:46:53+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a16f2ce-6593-11ed-9a17-46cb676bd9f6 | InvocationID=9a16f530-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:46:53+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a16f2ce-6593-11ed-9a17-46cb676bd9f6 | InvocationID=9a16f530-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:46:53+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a16f2ce-6593-11ed-9a17-46cb676bd9f6 | InvocationID=9a16f530-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:08+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97322f88-6593-11ed-9a17-46cb676bd9f6 | InvocationID=97323280-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:47:08+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3221d12-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a3221eca-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:47:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3221d12-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a3221eca-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3221d12-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a3221eca-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:18+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a16f2ce-6593-11ed-9a17-46cb676bd9f6 | InvocationID=9a16f530-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:47:18+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a901e47e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a901e690-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:47:18+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a901e47e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a901e690-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:18+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a901e47e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a901e690-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3221d12-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a3221eca-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:47:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af11c794-6593-11ed-9a17-46cb676bd9f6 | InvocationID=af11cafa-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:47:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af11c794-6593-11ed-9a17-46cb676bd9f6 | InvocationID=af11cafa-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af11c794-6593-11ed-9a17-46cb676bd9f6 | InvocationID=af11cafa-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:43+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a901e47e-6593-11ed-9a17-46cb676bd9f6 | InvocationID=a901e690-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:47:43+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ed3fe2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=b7ed4186-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:47:43+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ed3fe2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=b7ed4186-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:43+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7ed3fe2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=b7ed4186-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af11c794-6593-11ed-9a17-46cb676bd9f6 | InvocationID=af11cafa-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:47:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0198ea-6593-11ed-9a17-46cb676bd9f6 | InvocationID=bb019a98-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:47:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0198ea-6593-11ed-9a17-46cb676bd9f6 | InvocationID=bb019a98-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:47:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb0198ea-6593-11ed-9a17-46cb676bd9f6 | InvocationID=bb019a98-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:08+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7ed3fe2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=b7ed4186-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:48:08+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d92de0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6d93164-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:48:08+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d92de0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6d93164-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:08+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6d92de0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6d93164-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb0198ea-6593-11ed-9a17-46cb676bd9f6 | InvocationID=bb019a98-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:48:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f134b2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6f1393a-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:48:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f134b2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6f1393a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6f134b2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6f1393a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6f134b2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6f1393a-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:48:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e1162a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d2e118be-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:48:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e1162a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d2e118be-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2e1162a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d2e118be-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:33+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6d92de0-6593-11ed-9a17-46cb676bd9f6 | InvocationID=c6d93164-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:48:33+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c419be-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d5c41b58-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:48:33+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c419be-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d5c41b58-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:33+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c419be-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d5c41b58-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2e1162a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d2e118be-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:48:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ded170e2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=ded17286-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:48:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ded170e2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=ded17286-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ded170e2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=ded17286-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:58+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c419be-6593-11ed-9a17-46cb676bd9f6 | InvocationID=d5c41b58-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:48:58+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4aee85a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=e4affdbc-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:48:59+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4aee85a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=e4affdbc-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:48:59+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4aee85a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=e4affdbc-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ded170e2-6593-11ed-9a17-46cb676bd9f6 | InvocationID=ded17286-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:49:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac1924c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=eac1944a-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:49:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac1924c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=eac1944a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eac1924c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=eac1944a-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:24+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4aee85a-6593-11ed-9a17-46cb676bd9f6 | InvocationID=e4affdbc-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:49:24+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f39c3156-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f39c330e-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:49:24+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f39c3156-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f39c330e-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:24+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f39c3156-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f39c330e-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eac1924c-6593-11ed-9a17-46cb676bd9f6 | InvocationID=eac1944a-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:49:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b14c14-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f6b14e26-6593-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:49:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b14c14-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f6b14e26-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b14c14-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f6b14e26-6593-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:49+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f39c3156-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f39c330e-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:49:49+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02873990-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02873b7a-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:49:49+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02873990-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02873b7a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:49+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02873990-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02873b7a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b14c14-6593-11ed-9a17-46cb676bd9f6 | InvocationID=f6b14e26-6593-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:49:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a0e0e8-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02a0e2dc-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:49:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a0e0e8-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02a0e2dc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:49:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02a0e0e8-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02a0e2dc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02a0e0e8-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02a0e2dc-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:50:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e910aea-6594-11ed-9a17-46cb676bd9f6 | InvocationID=0e910c7a-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:50:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e910aea-6594-11ed-9a17-46cb676bd9f6 | InvocationID=0e910c7a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e910aea-6594-11ed-9a17-46cb676bd9f6 | InvocationID=0e910c7a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:14+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02873990-6594-11ed-9a17-46cb676bd9f6 | InvocationID=02873b7a-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:50:14+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11728c84-6594-11ed-9a17-46cb676bd9f6 | InvocationID=11728e28-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:50:14+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11728c84-6594-11ed-9a17-46cb676bd9f6 | InvocationID=11728e28-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:14+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11728c84-6594-11ed-9a17-46cb676bd9f6 | InvocationID=11728e28-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e910aea-6594-11ed-9a17-46cb676bd9f6 | InvocationID=0e910c7a-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:50:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a8062ce-6594-11ed-9a17-46cb676bd9f6 | InvocationID=1a806472-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:50:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a8062ce-6594-11ed-9a17-46cb676bd9f6 | InvocationID=1a806472-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a8062ce-6594-11ed-9a17-46cb676bd9f6 | InvocationID=1a806472-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:39+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11728c84-6594-11ed-9a17-46cb676bd9f6 | InvocationID=11728e28-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:50:39+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205e142a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=205e1c68-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:50:39+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205e142a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=205e1c68-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:39+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205e142a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=205e1c68-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a8062ce-6594-11ed-9a17-46cb676bd9f6 | InvocationID=1a806472-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:50:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26723ab2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=26723d82-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:50:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26723ab2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=26723d82-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:50:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26723ab2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=26723d82-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:04+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205e142a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=205e1c68-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:51:04+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4b0d80-6594-11ed-9a17-46cb676bd9f6 | InvocationID=2f4b1032-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:51:04+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4b0d80-6594-11ed-9a17-46cb676bd9f6 | InvocationID=2f4b1032-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:04+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4b0d80-6594-11ed-9a17-46cb676bd9f6 | InvocationID=2f4b1032-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26723ab2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=26723d82-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:51:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3262d142-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3262d3a4-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:51:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3262d142-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3262d3a4-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3262d142-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3262d3a4-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:29+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4b0d80-6594-11ed-9a17-46cb676bd9f6 | InvocationID=2f4b1032-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:51:29+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e36eb5c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e36efbc-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:51:29+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e36eb5c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e36efbc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:29+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e36eb5c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e36efbc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3262d142-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3262d3a4-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:51:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e553616-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e553800-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:51:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e553616-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e553800-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e553616-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e553800-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e553616-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e553800-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:51:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a456ca2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4a456e5a-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:51:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a456ca2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4a456e5a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a456ca2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4a456e5a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:54+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e36eb5c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=3e36efbc-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:51:54+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d22779e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4d227974-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:51:54+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d22779e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4d227974-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:51:54+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d22779e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4d227974-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a456ca2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4a456e5a-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:52:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563608e6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=56360c6a-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:52:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563608e6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=56360c6a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=563608e6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=56360c6a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:19+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d22779e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=4d227974-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:52:19+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0e8842-6594-11ed-9a17-46cb676bd9f6 | InvocationID=5c0eaaca-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:52:19+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0e8842-6594-11ed-9a17-46cb676bd9f6 | InvocationID=5c0eaaca-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:19+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0e8842-6594-11ed-9a17-46cb676bd9f6 | InvocationID=5c0eaaca-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=563608e6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=56360c6a-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:52:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6226396e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=62263b62-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:52:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6226396e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=62263b62-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6226396e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=62263b62-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:44+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0e8842-6594-11ed-9a17-46cb676bd9f6 | InvocationID=5c0eaaca-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:52:44+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b00ec00-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6b00edc2-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:52:44+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b00ec00-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6b00edc2-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:44+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b00ec00-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6b00edc2-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6226396e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=62263b62-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:52:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1700d2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6e1709ba-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:52:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1700d2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6e1709ba-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:52:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e1700d2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6e1709ba-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:09+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b00ec00-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6b00edc2-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:53:09+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ebc654-6594-11ed-9a17-46cb676bd9f6 | InvocationID=79ebcba4-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:53:09+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ebc654-6594-11ed-9a17-46cb676bd9f6 | InvocationID=79ebcba4-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:09+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ebc654-6594-11ed-9a17-46cb676bd9f6 | InvocationID=79ebcba4-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e1700d2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=6e1709ba-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:53:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a07205c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=7a072250-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:53:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a07205c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=7a072250-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a07205c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=7a072250-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a07205c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=7a072250-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:53:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f8735c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=85f87514-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:53:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f8735c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=85f87514-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f8735c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=85f87514-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:34+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ebc654-6594-11ed-9a17-46cb676bd9f6 | InvocationID=79ebcba4-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:53:34+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88db279a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=88db2952-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:53:34+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88db279a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=88db2952-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:34+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88db279a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=88db2952-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f8735c-6594-11ed-9a17-46cb676bd9f6 | InvocationID=85f87514-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:53:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e8f808-6594-11ed-9a17-46cb676bd9f6 | InvocationID=91e8fa2e-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:53:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e8f808-6594-11ed-9a17-46cb676bd9f6 | InvocationID=91e8fa2e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e8f808-6594-11ed-9a17-46cb676bd9f6 | InvocationID=91e8fa2e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:59+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88db279a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=88db2952-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:53:59+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c606ee-6594-11ed-9a17-46cb676bd9f6 | InvocationID=97c60a36-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:53:59+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c606ee-6594-11ed-9a17-46cb676bd9f6 | InvocationID=97c60a36-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:53:59+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c606ee-6594-11ed-9a17-46cb676bd9f6 | InvocationID=97c60a36-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e8f808-6594-11ed-9a17-46cb676bd9f6 | InvocationID=91e8fa2e-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:54:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dda3d20-6594-11ed-9a17-46cb676bd9f6 | InvocationID=9dda3ed8-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:54:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dda3d20-6594-11ed-9a17-46cb676bd9f6 | InvocationID=9dda3ed8-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dda3d20-6594-11ed-9a17-46cb676bd9f6 | InvocationID=9dda3ed8-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:24+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c606ee-6594-11ed-9a17-46cb676bd9f6 | InvocationID=97c60a36-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:54:24+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b18ed0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a6b1907e-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:54:24+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b18ed0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a6b1907e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:24+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b18ed0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a6b1907e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dda3d20-6594-11ed-9a17-46cb676bd9f6 | InvocationID=9dda3ed8-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:54:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cb5be6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a9cb5e2a-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:54:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cb5be6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a9cb5e2a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9cb5be6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a9cb5e2a-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:49+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b18ed0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a6b1907e-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:54:49+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59e0bd0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b59e0ea0-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:54:49+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59e0bd0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b59e0ea0-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:49+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b59e0bd0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b59e0ea0-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9cb5be6-6594-11ed-9a17-46cb676bd9f6 | InvocationID=a9cb5e2a-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:54:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bd432e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b5bd44dc-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:54:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bd432e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b5bd44dc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:54:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bd432e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b5bd44dc-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bd432e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b5bd44dc-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:55:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1adf7be-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c1adf980-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:55:09+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1adf7be-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c1adf980-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:09+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1adf7be-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c1adf980-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:14+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b59e0bd0-6594-11ed-9a17-46cb676bd9f6 | InvocationID=b59e0ea0-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:55:14+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c488fb6e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c488fd94-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:55:14+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c488fb6e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c488fd94-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:14+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c488fb6e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c488fd94-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1adf7be-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c1adf980-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:55:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd9ec9cc-6594-11ed-9a17-46cb676bd9f6 | InvocationID=cd9ecbb6-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:55:29+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd9ec9cc-6594-11ed-9a17-46cb676bd9f6 | InvocationID=cd9ecbb6-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:29+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd9ec9cc-6594-11ed-9a17-46cb676bd9f6 | InvocationID=cd9ecbb6-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:39+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c488fb6e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=c488fd94-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:55:39+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d373bc9a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d373be3e-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:55:39+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d373bc9a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d373be3e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:39+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d373bc9a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d373be3e-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd9ec9cc-6594-11ed-9a17-46cb676bd9f6 | InvocationID=cd9ecbb6-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:55:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d98ff6a2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d98ff8e6-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:55:49+0000 | aai_event_thread | 139932969458464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d98ff6a2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d98ff8e6-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:55:49+0000 | aai_event_thread | 139932969458464 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d98ff6a2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d98ff8e6-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:04+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d373bc9a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d373be3e-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:56:04+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e25f1128-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e25f12e0-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:56:04+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e25f1128-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e25f12e0-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:04+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e25f1128-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e25f12e0-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d98ff6a2-6594-11ed-9a17-46cb676bd9f6 | InvocationID=d98ff8e6-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:56:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e580aa06-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e580acae-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:56:29+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e25f1128-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e25f12e0-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:56:29+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14a7e3e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f14a80aa-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:56:29+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14a7e3e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f14a80aa-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:29+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14a7e3e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f14a80aa-6594-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:34+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e580aa06-6594-11ed-9a17-46cb676bd9f6 | InvocationID=e580acae-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:56:34+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e9075a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f3e90926-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:56:54+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3e9075a-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f3e90926-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:56:54+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffdd7636-6594-11ed-9a17-46cb676bd9f6 | InvocationID=ffdd78de-6594-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:56:54+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14a7e3e-6594-11ed-9a17-46cb676bd9f6 | InvocationID=f14a80aa-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:56:54+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00354140-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0035437a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:56:54+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00354140-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0035437a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:56:54+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00354140-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0035437a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:57:14+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffdd7636-6594-11ed-9a17-46cb676bd9f6 | InvocationID=ffdd78de-6594-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:57:14+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd1ed0a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0bd1ef08-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:57:19+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00354140-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0035437a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:57:19+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f204cf4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0f204f92-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:57:19+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f204cf4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0f204f92-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:57:19+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f204cf4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0f204f92-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:57:34+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd1ed0a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0bd1ef08-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:57:34+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17c839ac-6595-11ed-9a17-46cb676bd9f6 | InvocationID=17c83b64-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:57:44+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f204cf4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=0f204f92-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:57:44+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0ba33a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=1e0baa6a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:57:44+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0ba33a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=1e0baa6a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:57:44+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0ba33a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=1e0baa6a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:57:54+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17c839ac-6595-11ed-9a17-46cb676bd9f6 | InvocationID=17c83b64-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:57:54+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24164a50-6595-11ed-9a17-46cb676bd9f6 | InvocationID=24164dfc-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:58:09+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0ba33a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=1e0baa6a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:58:09+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf6d9be-6595-11ed-9a17-46cb676bd9f6 | InvocationID=2cf6dc2a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:58:09+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf6d9be-6595-11ed-9a17-46cb676bd9f6 | InvocationID=2cf6dc2a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:58:09+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf6d9be-6595-11ed-9a17-46cb676bd9f6 | InvocationID=2cf6dc2a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:58:19+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24164a50-6595-11ed-9a17-46cb676bd9f6 | InvocationID=24164dfc-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:58:19+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32dd6c3a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=32dd6e74-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:58:34+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf6d9be-6595-11ed-9a17-46cb676bd9f6 | InvocationID=2cf6dc2a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:58:34+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3be4f136-6595-11ed-9a17-46cb676bd9f6 | InvocationID=3be4f2ee-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:58:34+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3be4f136-6595-11ed-9a17-46cb676bd9f6 | InvocationID=3be4f2ee-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:58:34+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3be4f136-6595-11ed-9a17-46cb676bd9f6 | InvocationID=3be4f2ee-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:58:44+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32dd6c3a-6595-11ed-9a17-46cb676bd9f6 | InvocationID=32dd6e74-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:58:44+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=419f4f68-6595-11ed-9a17-46cb676bd9f6 | InvocationID=419f5206-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:58:59+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3be4f136-6595-11ed-9a17-46cb676bd9f6 | InvocationID=3be4f2ee-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:58:59+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ad04aa6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=4ad04d94-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:58:59+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ad04aa6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=4ad04d94-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:58:59+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ad04aa6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=4ad04d94-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:59:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=419f4f68-6595-11ed-9a17-46cb676bd9f6 | InvocationID=419f5206-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:59:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5062e1ea-6595-11ed-9a17-46cb676bd9f6 | InvocationID=5062e398-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:59:24+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ad04aa6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=4ad04d94-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:59:24+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bc3d0e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=59bc3fd4-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:59:24+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bc3d0e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=59bc3fd4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:59:24+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bc3d0e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=59bc3fd4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:59:33+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5062e1ea-6595-11ed-9a17-46cb676bd9f6 | InvocationID=5062e398-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:59:33+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f27dde8-6595-11ed-9a17-46cb676bd9f6 | InvocationID=5f27dff0-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T09:59:49+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bc3d0e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=59bc3fd4-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T09:59:49+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a8f51e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=68a8f6c2-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T09:59:49+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a8f51e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=68a8f6c2-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:59:49+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a8f51e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=68a8f6c2-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T09:59:58+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f27dde8-6595-11ed-9a17-46cb676bd9f6 | InvocationID=5f27dff0-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T09:59:58+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6deaa374-6595-11ed-9a17-46cb676bd9f6 | InvocationID=6deaa55e-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:00:14+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a8f51e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=68a8f6c2-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:00:14+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7795a7ca-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7795a9a0-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:00:14+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7795a7ca-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7795a9a0-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:00:14+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7795a7ca-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7795a9a0-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:00:23+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6deaa374-6595-11ed-9a17-46cb676bd9f6 | InvocationID=6deaa55e-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:00:23+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ccd1a8e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7ccd1c46-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:00:39+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7795a7ca-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7795a9a0-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:00:39+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86839bf2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=86839e5e-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:00:40+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86839bf2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=86839e5e-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:00:40+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86839bf2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=86839e5e-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:00:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ccd1a8e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=7ccd1c46-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:00:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9ed110-6595-11ed-9a17-46cb676bd9f6 | InvocationID=8b9ed2c8-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:01:05+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86839bf2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=86839e5e-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:01:05+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957128e6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=95712c10-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:01:05+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957128e6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=95712c10-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:01:05+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957128e6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=95712c10-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:01:13+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b9ed110-6595-11ed-9a17-46cb676bd9f6 | InvocationID=8b9ed2c8-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:01:13+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7d8cb2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=9a7d8ec4-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:01:30+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957128e6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=95712c10-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:01:30+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45f1b4c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a45f20c4-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:01:30+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45f1b4c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a45f20c4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:01:30+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a45f1b4c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a45f20c4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:01:38+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7d8cb2-6595-11ed-9a17-46cb676bd9f6 | InvocationID=9a7d8ec4-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:01:38+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9406828-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a94069cc-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:01:55+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a45f1b4c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a45f20c4-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:01:55+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b34c6b46-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b34c6d44-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:01:55+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b34c6b46-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b34c6d44-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:01:55+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b34c6b46-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b34c6d44-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:02:03+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9406828-6595-11ed-9a17-46cb676bd9f6 | InvocationID=a94069cc-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:02:03+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8042480-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b80427d2-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:02:20+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b34c6b46-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b34c6d44-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:02:20+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c237aea4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c237b03e-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:02:20+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c237aea4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c237b03e-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:02:20+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c237aea4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c237b03e-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:02:27+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8042480-6595-11ed-9a17-46cb676bd9f6 | InvocationID=b80427d2-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:02:27+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c83452-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c6c8360a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:02:45+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c237aea4-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c237b03e-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:02:45+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d122f34c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d122f59a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:02:45+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d122f34c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d122f59a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:02:45+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d122f34c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d122f59a-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:02:52+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c83452-6595-11ed-9a17-46cb676bd9f6 | InvocationID=c6c8360a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:02:52+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d589b75e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d589b902-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:03:10+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d122f34c-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d122f59a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:03:10+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e00dd516-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e00dd6c4-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:03:10+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e00dd516-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e00dd6c4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:03:10+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e00dd516-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e00dd6c4-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:03:17+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d589b75e-6595-11ed-9a17-46cb676bd9f6 | InvocationID=d589b902-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:03:17+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44c2b28-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e44c350a-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:03:35+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e00dd516-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e00dd6c4-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:03:35+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eefd0768-6595-11ed-9a17-46cb676bd9f6 | InvocationID=eefd0916-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:03:35+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eefd0768-6595-11ed-9a17-46cb676bd9f6 | InvocationID=eefd0916-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:03:35+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eefd0768-6595-11ed-9a17-46cb676bd9f6 | InvocationID=eefd0916-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:03:42+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44c2b28-6595-11ed-9a17-46cb676bd9f6 | InvocationID=e44c350a-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:03:42+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30d1848-6595-11ed-9a17-46cb676bd9f6 | InvocationID=f30d1d84-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:04:00+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eefd0768-6595-11ed-9a17-46cb676bd9f6 | InvocationID=eefd0916-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:04:00+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde9abe6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=fde9adbc-6595-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:04:00+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde9abe6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=fde9adbc-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:00+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fde9abe6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=fde9adbc-6595-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:06+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f30d1848-6595-11ed-9a17-46cb676bd9f6 | InvocationID=f30d1d84-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:04:06+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01cf04e0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=01cf06d4-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:04:25+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fde9abe6-6595-11ed-9a17-46cb676bd9f6 | InvocationID=fde9adbc-6595-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:04:25+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd4ab56-6596-11ed-9a17-46cb676bd9f6 | InvocationID=0cd4ad40-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:04:25+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd4ab56-6596-11ed-9a17-46cb676bd9f6 | InvocationID=0cd4ad40-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:25+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd4ab56-6596-11ed-9a17-46cb676bd9f6 | InvocationID=0cd4ad40-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:31+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01cf04e0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=01cf06d4-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:04:31+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10905d8a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=10905fce-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:04:50+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd4ab56-6596-11ed-9a17-46cb676bd9f6 | InvocationID=0cd4ad40-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:04:50+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc0fab6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1bc0fc6e-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:04:50+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc0fab6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1bc0fc6e-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:50+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc0fab6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1bc0fc6e-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:04:56+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10905d8a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=10905fce-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:04:56+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f51890c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1f518aba-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:05:15+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc0fab6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1bc0fc6e-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:05:15+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aac198e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2aac1e20-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:05:15+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aac198e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2aac1e20-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:05:15+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aac198e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2aac1e20-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:05:21+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f51890c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=1f518aba-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:05:21+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e13a4b6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2e13aa06-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:05:40+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aac198e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2aac1e20-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:05:40+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3998b844-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3998baa6-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:05:40+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3998b844-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3998baa6-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:05:40+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3998b844-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3998baa6-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:05:45+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e13a4b6-6596-11ed-9a17-46cb676bd9f6 | InvocationID=2e13aa06-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:05:45+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd64c42-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3cd64e0e-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:06:05+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3998b844-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3998baa6-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:06:05+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4884a82c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4884aa8e-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:06:05+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4884a82c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4884aa8e-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:06:05+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4884a82c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4884aa8e-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:06:10+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cd64c42-6596-11ed-9a17-46cb676bd9f6 | InvocationID=3cd64e0e-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:06:10+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b98c642-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4b98c7fa-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:06:30+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4884a82c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4884aa8e-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:06:30+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=576fea5e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=576fecf2-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:06:30+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=576fea5e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=576fecf2-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:06:30+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=576fea5e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=576fecf2-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:06:35+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b98c642-6596-11ed-9a17-46cb676bd9f6 | InvocationID=4b98c7fa-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:06:35+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a59f85e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=5a59fc8c-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:06:55+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=576fea5e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=576fecf2-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:06:55+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665cd66c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=665cd90a-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:06:55+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665cd66c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=665cd90a-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:06:55+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=665cd66c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=665cd90a-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:07:00+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a59f85e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=5a59fc8c-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:07:00+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691af0c8-6596-11ed-9a17-46cb676bd9f6 | InvocationID=691af2c6-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:07:20+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=665cd66c-6596-11ed-9a17-46cb676bd9f6 | InvocationID=665cd90a-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:07:20+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7548c1ea-6596-11ed-9a17-46cb676bd9f6 | InvocationID=7548c9c4-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:07:20+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7548c1ea-6596-11ed-9a17-46cb676bd9f6 | InvocationID=7548c9c4-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:07:20+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7548c1ea-6596-11ed-9a17-46cb676bd9f6 | InvocationID=7548c9c4-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:07:24+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=691af0c8-6596-11ed-9a17-46cb676bd9f6 | InvocationID=691af2c6-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:07:24+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dbe40a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=77dbe61c-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:07:45+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7548c1ea-6596-11ed-9a17-46cb676bd9f6 | InvocationID=7548c9c4-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:07:45+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8433d622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=8433d80c-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:07:45+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8433d622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=8433d80c-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:07:45+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8433d622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=8433d80c-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:07:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77dbe40a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=77dbe61c-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:07:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=869f5ecc-6596-11ed-9a17-46cb676bd9f6 | InvocationID=869f6084-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:08:10+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8433d622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=8433d80c-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:08:10+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931f8140-6596-11ed-9a17-46cb676bd9f6 | InvocationID=931f84ec-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:08:10+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931f8140-6596-11ed-9a17-46cb676bd9f6 | InvocationID=931f84ec-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:08:10+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931f8140-6596-11ed-9a17-46cb676bd9f6 | InvocationID=931f84ec-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:08:14+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=869f5ecc-6596-11ed-9a17-46cb676bd9f6 | InvocationID=869f6084-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:08:14+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95600fd8-6596-11ed-9a17-46cb676bd9f6 | InvocationID=95601226-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:08:35+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931f8140-6596-11ed-9a17-46cb676bd9f6 | InvocationID=931f84ec-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:08:35+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20aeeba-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a20af270-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:08:35+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20aeeba-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a20af270-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:08:35+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20aeeba-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a20af270-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:08:39+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95600fd8-6596-11ed-9a17-46cb676bd9f6 | InvocationID=95601226-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:08:39+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a421f05e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a421f220-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:09:00+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20aeeba-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a20af270-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:09:00+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f6572a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b0f658e2-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:09:00+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f6572a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b0f658e2-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:00+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f6572a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b0f658e2-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:03+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a421f05e-6596-11ed-9a17-46cb676bd9f6 | InvocationID=a421f220-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:09:03+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2e40456-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b2e405fa-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:09:25+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f6572a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b0f658e2-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:09:25+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe15820-6596-11ed-9a17-46cb676bd9f6 | InvocationID=bfe159ba-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:09:25+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe15820-6596-11ed-9a17-46cb676bd9f6 | InvocationID=bfe159ba-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:25+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe15820-6596-11ed-9a17-46cb676bd9f6 | InvocationID=bfe159ba-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:28+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2e40456-6596-11ed-9a17-46cb676bd9f6 | InvocationID=b2e405fa-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:09:28+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a58d34-6596-11ed-9a17-46cb676bd9f6 | InvocationID=c1a58ee2-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:09:50+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe15820-6596-11ed-9a17-46cb676bd9f6 | InvocationID=bfe159ba-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:09:50+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecc8576-6596-11ed-9a17-46cb676bd9f6 | InvocationID=cecc8fa8-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:09:50+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecc8576-6596-11ed-9a17-46cb676bd9f6 | InvocationID=cecc8fa8-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:50+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecc8576-6596-11ed-9a17-46cb676bd9f6 | InvocationID=cecc8fa8-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:09:53+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1a58d34-6596-11ed-9a17-46cb676bd9f6 | InvocationID=c1a58ee2-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:09:53+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06928d0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=d0692a88-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:10:15+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecc8576-6596-11ed-9a17-46cb676bd9f6 | InvocationID=cecc8fa8-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:10:15+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb7dac2-6596-11ed-9a17-46cb676bd9f6 | InvocationID=ddb7dc98-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:10:15+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb7dac2-6596-11ed-9a17-46cb676bd9f6 | InvocationID=ddb7dc98-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:10:15+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddb7dac2-6596-11ed-9a17-46cb676bd9f6 | InvocationID=ddb7dc98-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:10:18+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d06928d0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=d0692a88-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:10:18+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df2a6622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=df2a68b6-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:10:40+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddb7dac2-6596-11ed-9a17-46cb676bd9f6 | InvocationID=ddb7dc98-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:10:40+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca314c0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=eca31664-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:10:40+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca314c0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=eca31664-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:10:40+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca314c0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=eca31664-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:10:42+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df2a6622-6596-11ed-9a17-46cb676bd9f6 | InvocationID=df2a68b6-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:10:42+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeba662-6596-11ed-9a17-46cb676bd9f6 | InvocationID=edeba96e-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:11:05+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca314c0-6596-11ed-9a17-46cb676bd9f6 | InvocationID=eca31664-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:11:05+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8e297a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fb8e2b28-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:11:05+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8e297a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fb8e2b28-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:05+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb8e297a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fb8e2b28-6596-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:07+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edeba662-6596-11ed-9a17-46cb676bd9f6 | InvocationID=edeba96e-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:11:07+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcac9012-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fcac91ac-6596-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:11:30+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb8e297a-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fb8e2b28-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:11:30+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7a7b96-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0a7a7d44-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:11:30+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7a7b96-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0a7a7d44-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:30+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7a7b96-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0a7a7d44-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:32+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcac9012-6596-11ed-9a17-46cb676bd9f6 | InvocationID=fcac91ac-6596-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:11:32+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b703298-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0b7034be-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:11:55+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7a7b96-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0a7a7d44-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:11:55+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1965aaae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1965ac66-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:11:55+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1965aaae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1965ac66-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:55+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1965aaae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1965ac66-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:11:57+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b703298-6597-11ed-9a17-46cb676bd9f6 | InvocationID=0b7034be-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:11:57+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a305722-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1a305966-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:12:20+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1965aaae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1965ac66-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:12:20+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2850f8c0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=2850fa6e-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:12:20+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2850f8c0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=2850fa6e-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:12:20+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2850f8c0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=2850fa6e-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:12:21+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a305722-6597-11ed-9a17-46cb676bd9f6 | InvocationID=1a305966-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:12:21+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28f1d8b2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=28f1da4c-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:12:45+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2850f8c0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=2850fa6e-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:12:45+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=373bcfd6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=373bd17a-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:12:45+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=373bcfd6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=373bd17a-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:12:45+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=373bcfd6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=373bd17a-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:12:46+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28f1d8b2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=28f1da4c-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:12:46+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b33f1c-6597-11ed-9a17-46cb676bd9f6 | InvocationID=37b34160-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:13:10+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=373bcfd6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=373bd17a-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:13:10+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4626d3d8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4626d5cc-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:13:11+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4626d3d8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4626d5cc-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:13:11+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4626d3d8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4626d5cc-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:13:11+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37b33f1c-6597-11ed-9a17-46cb676bd9f6 | InvocationID=37b34160-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:13:11+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4674bcc4-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4674bf12-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:13:36+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4626d3d8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4626d5cc-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:13:36+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5515bb48-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5515bcf6-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:13:36+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5515bb48-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5515bcf6-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:13:36+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5515bb48-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5515bcf6-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:13:36+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4674bcc4-6597-11ed-9a17-46cb676bd9f6 | InvocationID=4674bf12-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:13:36+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55356ef2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5535719a-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:14:00+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55356ef2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5535719a-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:14:00+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63f759a0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=63f75bbc-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:14:01+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5515bb48-6597-11ed-9a17-46cb676bd9f6 | InvocationID=5515bcf6-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:14:01+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64014488-6597-11ed-9a17-46cb676bd9f6 | InvocationID=64014730-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:14:01+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64014488-6597-11ed-9a17-46cb676bd9f6 | InvocationID=64014730-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:14:01+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64014488-6597-11ed-9a17-46cb676bd9f6 | InvocationID=64014730-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:14:25+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63f759a0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=63f75bbc-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:14:25+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b89030-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72b894d6-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:14:26+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64014488-6597-11ed-9a17-46cb676bd9f6 | InvocationID=64014730-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:14:26+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ef77d0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72ef797e-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:14:26+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ef77d0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72ef797e-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:14:26+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72ef77d0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72ef797e-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:14:50+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72b89030-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72b894d6-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:14:50+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817c11a0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=817c16dc-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:14:51+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72ef77d0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=72ef797e-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:14:51+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81da4f0e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=81da5148-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:14:51+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81da4f0e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=81da5148-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:14:51+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81da4f0e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=81da5148-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:15:15+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=817c11a0-6597-11ed-9a17-46cb676bd9f6 | InvocationID=817c16dc-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:15:15+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=903f643a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=903f6746-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:15:16+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81da4f0e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=81da5148-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:15:16+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90c5b4c2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=90c5b6c0-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:15:16+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90c5b4c2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=90c5b6c0-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:15:16+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90c5b4c2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=90c5b6c0-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:15:40+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=903f643a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=903f6746-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:15:40+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f013e3a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9f0140c4-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:15:41+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90c5b4c2-6597-11ed-9a17-46cb676bd9f6 | InvocationID=90c5b6c0-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:15:41+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fb303ae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9fb305d4-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:15:41+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fb303ae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9fb305d4-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:15:41+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fb303ae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9fb305d4-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:04+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f013e3a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9f0140c4-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:16:04+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc6f8ec-6597-11ed-9a17-46cb676bd9f6 | InvocationID=adc6fb26-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:16:06+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fb303ae-6597-11ed-9a17-46cb676bd9f6 | InvocationID=9fb305d4-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:16:06+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9defaa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ae9df252-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:16:06+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9defaa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ae9df252-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:06+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae9defaa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ae9df252-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:29+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adc6f8ec-6597-11ed-9a17-46cb676bd9f6 | InvocationID=adc6fb26-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:16:29+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc88752c-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bc887874-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:16:31+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae9defaa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ae9df252-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:16:31+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd88be46-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bd88c08a-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:16:31+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd88be46-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bd88c08a-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:31+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd88be46-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bd88c08a-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:54+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc88752c-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bc887874-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:16:54+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4a1a20-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cb4a22ea-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:16:56+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd88be46-6597-11ed-9a17-46cb676bd9f6 | InvocationID=bd88c08a-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:16:56+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc742bb6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cc742d64-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:16:56+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc742bb6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cc742d64-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:16:56+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc742bb6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cc742d64-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:17:19+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb4a1a20-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cb4a22ea-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:17:19+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da0c533e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=da0c5596-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:17:21+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc742bb6-6597-11ed-9a17-46cb676bd9f6 | InvocationID=cc742d64-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:17:21+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db5f2ce8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=db5f3012-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:17:21+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db5f2ce8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=db5f3012-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:17:21+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db5f2ce8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=db5f3012-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:17:43+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da0c533e-6597-11ed-9a17-46cb676bd9f6 | InvocationID=da0c5596-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:17:43+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8cce4c4-6597-11ed-9a17-46cb676bd9f6 | InvocationID=e8cce6e0-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:17:46+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db5f2ce8-6597-11ed-9a17-46cb676bd9f6 | InvocationID=db5f3012-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:17:46+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea49c60a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ea49c8f8-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:17:46+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea49c60a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ea49c8f8-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:17:46+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea49c60a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ea49c8f8-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:18:08+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8cce4c4-6597-11ed-9a17-46cb676bd9f6 | InvocationID=e8cce6e0-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:18:08+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78dc352-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f78dc73a-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:18:11+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea49c60a-6597-11ed-9a17-46cb676bd9f6 | InvocationID=ea49c8f8-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:18:11+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9349afa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f9349ca8-6597-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:18:11+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9349afa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f9349ca8-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:18:11+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9349afa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f9349ca8-6597-11ed-9a17-46cb676bd9f6 | 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-11-16T10:18:33+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f78dc352-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f78dc73a-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:18:33+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0650f512-6598-11ed-9a17-46cb676bd9f6 | InvocationID=0650f968-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:18:36+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9349afa-6597-11ed-9a17-46cb676bd9f6 | InvocationID=f9349ca8-6597-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:18:36+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=081f5eb0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=081f668a-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:18:36+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=081f5eb0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=081f668a-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:18:36+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=081f5eb0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=081f668a-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:18:58+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0650f512-6598-11ed-9a17-46cb676bd9f6 | InvocationID=0650f968-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:18:58+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15121388-6598-11ed-9a17-46cb676bd9f6 | InvocationID=1512155e-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:19:01+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=081f5eb0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=081f668a-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:19:01+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170a52b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=170a545c-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:19:01+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170a52b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=170a545c-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:19:01+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=170a52b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=170a545c-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:19:22+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15121388-6598-11ed-9a17-46cb676bd9f6 | InvocationID=1512155e-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:19:22+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d48c2a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=23d48fe0-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:19:26+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=170a52b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=170a545c-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:19:26+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25f5ba10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=25f5bc54-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:19:26+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25f5ba10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=25f5bc54-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:19:26+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25f5ba10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=25f5bc54-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:19:47+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23d48c2a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=23d48fe0-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:19:47+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3296eb54-6598-11ed-9a17-46cb676bd9f6 | InvocationID=3296edde-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:19:51+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25f5ba10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=25f5bc54-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:19:51+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e09996-6598-11ed-9a17-46cb676bd9f6 | InvocationID=34e09b30-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:19:51+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e09996-6598-11ed-9a17-46cb676bd9f6 | InvocationID=34e09b30-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:19:51+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e09996-6598-11ed-9a17-46cb676bd9f6 | InvocationID=34e09b30-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:20:12+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3296eb54-6598-11ed-9a17-46cb676bd9f6 | InvocationID=3296edde-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:20:12+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4159866a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=41598872-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:20:16+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e09996-6598-11ed-9a17-46cb676bd9f6 | InvocationID=34e09b30-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:20:16+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43cb9f00-6598-11ed-9a17-46cb676bd9f6 | InvocationID=43cba0a4-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:20:16+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43cb9f00-6598-11ed-9a17-46cb676bd9f6 | InvocationID=43cba0a4-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:20:16+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43cb9f00-6598-11ed-9a17-46cb676bd9f6 | InvocationID=43cba0a4-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:20:37+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4159866a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=41598872-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:20:37+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501a97e8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=501a9a86-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:20:41+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43cb9f00-6598-11ed-9a17-46cb676bd9f6 | InvocationID=43cba0a4-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:20:41+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b65546-6598-11ed-9a17-46cb676bd9f6 | InvocationID=52b656e0-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:20:41+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b65546-6598-11ed-9a17-46cb676bd9f6 | InvocationID=52b656e0-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:20:41+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52b65546-6598-11ed-9a17-46cb676bd9f6 | InvocationID=52b656e0-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:01+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=501a97e8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=501a9a86-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:21:01+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5edd5e78-6598-11ed-9a17-46cb676bd9f6 | InvocationID=5edd60c6-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:21:06+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52b65546-6598-11ed-9a17-46cb676bd9f6 | InvocationID=52b656e0-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:21:06+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a148b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=61a14a70-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:21:06+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a148b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=61a14a70-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:06+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61a148b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=61a14a70-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:26+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5edd5e78-6598-11ed-9a17-46cb676bd9f6 | InvocationID=5edd60c6-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:21:26+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9fa9ca-6598-11ed-9a17-46cb676bd9f6 | InvocationID=6d9fabfa-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:21:31+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61a148b8-6598-11ed-9a17-46cb676bd9f6 | InvocationID=61a14a70-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:21:31+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=708c3b8a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=708c3d2e-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:21:31+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=708c3b8a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=708c3d2e-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:31+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=708c3b8a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=708c3d2e-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:51+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9fa9ca-6598-11ed-9a17-46cb676bd9f6 | InvocationID=6d9fabfa-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:21:51+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c60d29a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7c60d63c-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:21:56+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=708c3b8a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=708c3d2e-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:21:56+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f770738-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7f7708d2-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:21:56+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f770738-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7f7708d2-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:21:56+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f770738-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7f7708d2-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:22:16+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c60d29a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7c60d63c-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:22:16+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b23c922-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8b23cf9e-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:22:21+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f770738-6598-11ed-9a17-46cb676bd9f6 | InvocationID=7f7708d2-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:22:21+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e621e9a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8e6220de-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:22:21+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e621e9a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8e6220de-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:22:21+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e621e9a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8e6220de-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:22:40+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b23c922-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8b23cf9e-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:22:40+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99e4dc94-6598-11ed-9a17-46cb676bd9f6 | InvocationID=99e4dece-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:22:46+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e621e9a-6598-11ed-9a17-46cb676bd9f6 | InvocationID=8e6220de-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:22:46+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4d8444-6598-11ed-9a17-46cb676bd9f6 | InvocationID=9d4d85e8-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:22:46+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4d8444-6598-11ed-9a17-46cb676bd9f6 | InvocationID=9d4d85e8-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:22:46+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4d8444-6598-11ed-9a17-46cb676bd9f6 | InvocationID=9d4d85e8-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:23:05+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99e4dc94-6598-11ed-9a17-46cb676bd9f6 | InvocationID=99e4dece-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:23:05+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8a572b6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=a8a57450-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:23:11+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4d8444-6598-11ed-9a17-46cb676bd9f6 | InvocationID=9d4d85e8-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:23:11+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac391aa4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ac391d06-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:23:11+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac391aa4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ac391d06-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:23:11+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac391aa4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ac391d06-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:23:30+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8a572b6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=a8a57450-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:23:30+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7659c86-6598-11ed-9a17-46cb676bd9f6 | InvocationID=b7659ed4-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:23:36+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac391aa4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ac391d06-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:23:36+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb28a9d0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=bb28ac00-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:23:36+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb28a9d0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=bb28ac00-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:23:36+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb28a9d0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=bb28ac00-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:23:55+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7659c86-6598-11ed-9a17-46cb676bd9f6 | InvocationID=b7659ed4-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:23:55+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62c965c-6598-11ed-9a17-46cb676bd9f6 | InvocationID=c62c980a-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:24:01+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb28a9d0-6598-11ed-9a17-46cb676bd9f6 | InvocationID=bb28ac00-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:24:01+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca165b18-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ca165d2a-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:24:01+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca165b18-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ca165d2a-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:24:01+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca165b18-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ca165d2a-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:24:20+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c62c965c-6598-11ed-9a17-46cb676bd9f6 | InvocationID=c62c980a-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:24:20+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ed786e-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d4ed7a76-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:24:26+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca165b18-6598-11ed-9a17-46cb676bd9f6 | InvocationID=ca165d2a-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:24:26+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d90188b4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d9018a62-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:24:26+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d90188b4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d9018a62-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:24:26+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d90188b4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d9018a62-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:24:44+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4ed786e-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d4ed7a76-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:24:44+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3b05e8e-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e3b06028-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:24:51+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d90188b4-6598-11ed-9a17-46cb676bd9f6 | InvocationID=d9018a62-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:24:51+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ec7ef6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e7ec8298-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:24:51+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ec7ef6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e7ec8298-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:24:51+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ec7ef6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e7ec8298-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:25:09+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3b05e8e-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e3b06028-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:25:09+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2709ea2-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f270a3fc-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:25:16+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ec7ef6-6598-11ed-9a17-46cb676bd9f6 | InvocationID=e7ec8298-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:25:16+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d83d10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f6d83fb8-6598-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:25:16+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d83d10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f6d83fb8-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:25:16+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d83d10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f6d83fb8-6598-11ed-9a17-46cb676bd9f6 | 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-11-16T10:25:34+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2709ea2-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f270a3fc-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:25:34+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01313faa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=0131432e-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:25:41+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d83d10-6598-11ed-9a17-46cb676bd9f6 | InvocationID=f6d83fb8-6598-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:25:41+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c3b890-6599-11ed-9a17-46cb676bd9f6 | InvocationID=05c3baa2-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:25:41+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c3b890-6599-11ed-9a17-46cb676bd9f6 | InvocationID=05c3baa2-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:25:41+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c3b890-6599-11ed-9a17-46cb676bd9f6 | InvocationID=05c3baa2-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:25:59+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01313faa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=0131432e-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:25:59+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff2ed90-6599-11ed-9a17-46cb676bd9f6 | InvocationID=0ff2efd4-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:26:06+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c3b890-6599-11ed-9a17-46cb676bd9f6 | InvocationID=05c3baa2-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:26:06+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14afe07c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=14afe202-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:26:07+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14afe07c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=14afe202-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:26:07+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14afe07c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=14afe202-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:26:23+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff2ed90-6599-11ed-9a17-46cb676bd9f6 | InvocationID=0ff2efd4-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:26:23+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb61d34-6599-11ed-9a17-46cb676bd9f6 | InvocationID=1eb62086-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:26:32+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14afe07c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=14afe202-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:26:32+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=239ab92c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=239abae4-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:26:32+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=239ab92c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=239abae4-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:26:32+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=239ab92c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=239abae4-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:26:48+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eb61d34-6599-11ed-9a17-46cb676bd9f6 | InvocationID=1eb62086-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:26:48+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d77b1f2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=2d77b49a-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:26:57+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=239ab92c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=239abae4-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:26:57+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32864c26-6599-11ed-9a17-46cb676bd9f6 | InvocationID=32864e56-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:26:57+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32864c26-6599-11ed-9a17-46cb676bd9f6 | InvocationID=32864e56-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:26:57+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32864c26-6599-11ed-9a17-46cb676bd9f6 | InvocationID=32864e56-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:27:13+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d77b1f2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=2d77b49a-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:27:13+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c386e70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=3c3870a0-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:27:22+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32864c26-6599-11ed-9a17-46cb676bd9f6 | InvocationID=32864e56-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:27:22+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4171335e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=41713570-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:27:22+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4171335e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=41713570-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:27:22+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4171335e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=41713570-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:27:38+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c386e70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=3c3870a0-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:27:38+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4afbe1e4-6599-11ed-9a17-46cb676bd9f6 | InvocationID=4afbe46e-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:27:47+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4171335e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=41713570-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:27:47+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505c88fa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=505c8abc-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:27:47+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505c88fa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=505c8abc-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:27:47+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505c88fa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=505c8abc-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:28:02+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4afbe1e4-6599-11ed-9a17-46cb676bd9f6 | InvocationID=4afbe46e-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:28:02+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bf3f46-6599-11ed-9a17-46cb676bd9f6 | InvocationID=59bf4108-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:28:12+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505c88fa-6599-11ed-9a17-46cb676bd9f6 | InvocationID=505c8abc-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:28:12+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f47aa70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=5f47aeee-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:28:12+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f47aa70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=5f47aeee-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:28:12+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f47aa70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=5f47aeee-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:28:27+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59bf3f46-6599-11ed-9a17-46cb676bd9f6 | InvocationID=59bf4108-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:28:27+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68808bac-6599-11ed-9a17-46cb676bd9f6 | InvocationID=68808dbe-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:28:37+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f47aa70-6599-11ed-9a17-46cb676bd9f6 | InvocationID=5f47aeee-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:28:37+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3396ca-6599-11ed-9a17-46cb676bd9f6 | InvocationID=6e3398e6-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:28:37+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3396ca-6599-11ed-9a17-46cb676bd9f6 | InvocationID=6e3398e6-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:28:37+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3396ca-6599-11ed-9a17-46cb676bd9f6 | InvocationID=6e3398e6-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:28:52+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68808bac-6599-11ed-9a17-46cb676bd9f6 | InvocationID=68808dbe-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:28:52+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7748217c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=774823de-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:29:02+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3396ca-6599-11ed-9a17-46cb676bd9f6 | InvocationID=6e3398e6-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:29:02+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1eb58e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=7d1eb732-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:29:02+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1eb58e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=7d1eb732-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:29:02+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1eb58e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=7d1eb732-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:29:17+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7748217c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=774823de-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:29:17+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860dfb64-6599-11ed-9a17-46cb676bd9f6 | InvocationID=860dfe48-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:29:27+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1eb58e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=7d1eb732-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:29:27+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c099988-6599-11ed-9a17-46cb676bd9f6 | InvocationID=8c099b22-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:29:27+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c099988-6599-11ed-9a17-46cb676bd9f6 | InvocationID=8c099b22-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:29:27+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c099988-6599-11ed-9a17-46cb676bd9f6 | InvocationID=8c099b22-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:29:41+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860dfb64-6599-11ed-9a17-46cb676bd9f6 | InvocationID=860dfe48-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:29:41+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ce9adc-6599-11ed-9a17-46cb676bd9f6 | InvocationID=94ce9d20-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:29:52+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c099988-6599-11ed-9a17-46cb676bd9f6 | InvocationID=8c099b22-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:29:52+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af4e57e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=9af4e7c2-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:29:52+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9af4e57e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=9af4e7c2-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:29:52+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af4e57e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=9af4e7c2-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:30:06+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94ce9adc-6599-11ed-9a17-46cb676bd9f6 | InvocationID=94ce9d20-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:30:06+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38f430a-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a38f449a-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:30:17+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9af4e57e-6599-11ed-9a17-46cb676bd9f6 | InvocationID=9af4e7c2-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:30:17+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e00a28-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a9e00d20-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:30:17+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9e00a28-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a9e00d20-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:30:17+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e00a28-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a9e00d20-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:30:31+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a38f430a-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a38f449a-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:30:31+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b24fb014-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b24fb1c2-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:30:42+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9e00a28-6599-11ed-9a17-46cb676bd9f6 | InvocationID=a9e00d20-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:30:42+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8cb30b2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b8cb3242-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:30:42+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8cb30b2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b8cb3242-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:30:42+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8cb30b2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b8cb3242-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:30:56+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b24fb014-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b24fb1c2-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:30:56+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c111f9b8-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c111fbe8-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:31:07+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8cb30b2-6599-11ed-9a17-46cb676bd9f6 | InvocationID=b8cb3242-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:31:07+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b6208c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c7b62316-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:31:07+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b6208c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c7b62316-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:31:07+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7b6208c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c7b62316-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:31:20+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c111f9b8-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c111fbe8-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:31:20+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd31da6-6599-11ed-9a17-46cb676bd9f6 | InvocationID=cfd321e8-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:31:32+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7b6208c-6599-11ed-9a17-46cb676bd9f6 | InvocationID=c7b62316-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:31:32+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6a13370-6599-11ed-9a17-46cb676bd9f6 | InvocationID=d6a13564-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:31:32+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6a13370-6599-11ed-9a17-46cb676bd9f6 | InvocationID=d6a13564-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:31:32+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6a13370-6599-11ed-9a17-46cb676bd9f6 | InvocationID=d6a13564-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:31:45+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd31da6-6599-11ed-9a17-46cb676bd9f6 | InvocationID=cfd321e8-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:31:45+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de959710-6599-11ed-9a17-46cb676bd9f6 | InvocationID=de9599f4-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:31:57+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6a13370-6599-11ed-9a17-46cb676bd9f6 | InvocationID=d6a13564-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:31:57+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58c7462-6599-11ed-9a17-46cb676bd9f6 | InvocationID=e58c77fa-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:31:57+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58c7462-6599-11ed-9a17-46cb676bd9f6 | InvocationID=e58c77fa-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:31:57+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58c7462-6599-11ed-9a17-46cb676bd9f6 | InvocationID=e58c77fa-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:32:10+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de959710-6599-11ed-9a17-46cb676bd9f6 | InvocationID=de9599f4-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:32:10+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed58bb74-6599-11ed-9a17-46cb676bd9f6 | InvocationID=ed58bdb8-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:32:22+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58c7462-6599-11ed-9a17-46cb676bd9f6 | InvocationID=e58c77fa-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:32:22+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47a5494-6599-11ed-9a17-46cb676bd9f6 | InvocationID=f47a567e-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:32:22+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47a5494-6599-11ed-9a17-46cb676bd9f6 | InvocationID=f47a567e-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:32:22+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f47a5494-6599-11ed-9a17-46cb676bd9f6 | InvocationID=f47a567e-6599-11ed-9a17-46cb676bd9f6 | 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-11-16T10:32:35+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed58bb74-6599-11ed-9a17-46cb676bd9f6 | InvocationID=ed58bdb8-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:32:35+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1bb8c8-6599-11ed-9a17-46cb676bd9f6 | InvocationID=fc1bbbfc-6599-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:32:47+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f47a5494-6599-11ed-9a17-46cb676bd9f6 | InvocationID=f47a567e-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:32:47+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0366a336-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0366a4e4-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:32:47+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0366a336-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0366a4e4-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:32:47+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0366a336-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0366a4e4-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:32:59+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1bb8c8-6599-11ed-9a17-46cb676bd9f6 | InvocationID=fc1bbbfc-6599-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:32:59+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0add2054-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0add220c-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:33:12+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0366a336-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0366a4e4-659a-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:33:12+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12518f6e-659a-11ed-9a17-46cb676bd9f6 | InvocationID=125191e4-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:33:12+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12518f6e-659a-11ed-9a17-46cb676bd9f6 | InvocationID=125191e4-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:33:12+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12518f6e-659a-11ed-9a17-46cb676bd9f6 | InvocationID=125191e4-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:33:24+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0add2054-659a-11ed-9a17-46cb676bd9f6 | InvocationID=0add220c-659a-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:33:24+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199eab62-659a-11ed-9a17-46cb676bd9f6 | InvocationID=199eada6-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:33:37+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12518f6e-659a-11ed-9a17-46cb676bd9f6 | InvocationID=125191e4-659a-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:33:37+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2142047c-659a-11ed-9a17-46cb676bd9f6 | InvocationID=2142068e-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:33:37+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2142047c-659a-11ed-9a17-46cb676bd9f6 | InvocationID=2142068e-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:33:37+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2142047c-659a-11ed-9a17-46cb676bd9f6 | InvocationID=2142068e-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:33:49+0000 | aai_event_thread | 139932969458464 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=199eab62-659a-11ed-9a17-46cb676bd9f6 | InvocationID=199eada6-659a-11ed-9a17-46cb676bd9f6 | Polling MR for XNF AAI events.
2022-11-16T10:33:49+0000 | aai_event_thread | 139932969458464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285fa638-659a-11ed-9a17-46cb676bd9f6 | InvocationID=285fa7f0-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T10:34:02+0000 | policy_event_thread | 139932970519328 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2142047c-659a-11ed-9a17-46cb676bd9f6 | InvocationID=2142068e-659a-11ed-9a17-46cb676bd9f6 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T10:34:02+0000 | policy_event_thread | 139932970519328 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=302f44ea-659a-11ed-9a17-46cb676bd9f6 | InvocationID=302f472e-659a-11ed-9a17-46cb676bd9f6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T10:34:02+0000 | policy_event_thread | 139932970519328 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=302f44ea-659a-11ed-9a17-46cb676bd9f6 | InvocationID=302f472e-659a-11ed-9a17-46cb676bd9f6 | 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-11-16T10:34:02+0000 | policy_event_thread | 139932970519328 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=302f44ea-659a-11ed-9a17-46cb676bd9f6 | InvocationID=302f472e-659a-11ed-9a17-46cb676bd9f6 | 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