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-18T09:56:24+0000 | MainThread | 139916709784904 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-18T09:56:24+0000 | MainThread | 139916709784904 | 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-18T09:56:24+0000 | MainThread | 139916709784904 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-18T09:56:24+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:56:24+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d66bf8-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d66df6-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:56:24+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-18T09:56:24+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d87042-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d87150-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:56:24+0000 | MainThread | 139916709784904 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-18T09:56:24+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d66bf8-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d66df6-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:24+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42d87042-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d87150-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:24+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42d66bf8-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d66df6-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:24+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d87042-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d87150-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:44+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42d87042-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d87150-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:56:44+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0ce5b4-6727-11ed-85f9-d2e0b2308088 | InvocationID=4f0ce79e-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:56:44+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0ce5b4-6727-11ed-85f9-d2e0b2308088 | InvocationID=4f0ce79e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:44+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0ce5b4-6727-11ed-85f9-d2e0b2308088 | InvocationID=4f0ce79e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:49+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42d66bf8-6727-11ed-85f9-d2e0b2308088 | InvocationID=42d66df6-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:56:49+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5207e692-6727-11ed-85f9-d2e0b2308088 | InvocationID=5207f0f6-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:56:49+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5207e692-6727-11ed-85f9-d2e0b2308088 | InvocationID=5207f0f6-6727-11ed-85f9-d2e0b2308088 | 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-18T09:56:49+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5207e692-6727-11ed-85f9-d2e0b2308088 | InvocationID=5207f0f6-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:04+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0ce5b4-6727-11ed-85f9-d2e0b2308088 | InvocationID=4f0ce79e-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:57:04+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afe99b2-6727-11ed-85f9-d2e0b2308088 | InvocationID=5afe9ed0-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:57:04+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afe99b2-6727-11ed-85f9-d2e0b2308088 | InvocationID=5afe9ed0-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:04+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5afe99b2-6727-11ed-85f9-d2e0b2308088 | InvocationID=5afe9ed0-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:14+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5207e692-6727-11ed-85f9-d2e0b2308088 | InvocationID=5207f0f6-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:57:14+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f64b3a-6727-11ed-85f9-d2e0b2308088 | InvocationID=60f64d24-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:57:14+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f64b3a-6727-11ed-85f9-d2e0b2308088 | InvocationID=60f64d24-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:14+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f64b3a-6727-11ed-85f9-d2e0b2308088 | InvocationID=60f64d24-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:24+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5afe99b2-6727-11ed-85f9-d2e0b2308088 | InvocationID=5afe9ed0-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:57:24+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66efb2ec-6727-11ed-85f9-d2e0b2308088 | InvocationID=66efb79c-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:57:24+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66efb2ec-6727-11ed-85f9-d2e0b2308088 | InvocationID=66efb79c-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:24+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66efb2ec-6727-11ed-85f9-d2e0b2308088 | InvocationID=66efb79c-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:39+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f64b3a-6727-11ed-85f9-d2e0b2308088 | InvocationID=60f64d24-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:57:39+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe5146e-6727-11ed-85f9-d2e0b2308088 | InvocationID=6fe51766-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:57:39+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe5146e-6727-11ed-85f9-d2e0b2308088 | InvocationID=6fe51766-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:39+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fe5146e-6727-11ed-85f9-d2e0b2308088 | InvocationID=6fe51766-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:44+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66efb2ec-6727-11ed-85f9-d2e0b2308088 | InvocationID=66efb79c-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:57:44+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e078d4-6727-11ed-85f9-d2e0b2308088 | InvocationID=72e07afa-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:57:44+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e078d4-6727-11ed-85f9-d2e0b2308088 | InvocationID=72e07afa-6727-11ed-85f9-d2e0b2308088 | 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-18T09:57:44+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e078d4-6727-11ed-85f9-d2e0b2308088 | InvocationID=72e07afa-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:04+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fe5146e-6727-11ed-85f9-d2e0b2308088 | InvocationID=6fe51766-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:58:04+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed13840-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ed13afc-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:58:04+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed13840-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ed13afc-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:04+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed13840-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ed13afc-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:04+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e078d4-6727-11ed-85f9-d2e0b2308088 | InvocationID=72e07afa-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:58:04+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee8409e-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ee8426a-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:58:04+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee8409e-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ee8426a-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:04+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee8409e-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ee8426a-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:24+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee8409e-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ee8426a-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:58:24+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ada3bd2-6727-11ed-85f9-d2e0b2308088 | InvocationID=8ada3d9e-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:58:24+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ada3bd2-6727-11ed-85f9-d2e0b2308088 | InvocationID=8ada3d9e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:24+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ada3bd2-6727-11ed-85f9-d2e0b2308088 | InvocationID=8ada3d9e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:29+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed13840-6727-11ed-85f9-d2e0b2308088 | InvocationID=7ed13afc-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:58:29+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dbc7b58-6727-11ed-85f9-d2e0b2308088 | InvocationID=8dbc7d2e-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:58:29+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dbc7b58-6727-11ed-85f9-d2e0b2308088 | InvocationID=8dbc7d2e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:29+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dbc7b58-6727-11ed-85f9-d2e0b2308088 | InvocationID=8dbc7d2e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:44+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ada3bd2-6727-11ed-85f9-d2e0b2308088 | InvocationID=8ada3d9e-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:58:44+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96cc509c-6727-11ed-85f9-d2e0b2308088 | InvocationID=96cc5358-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:58:44+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96cc509c-6727-11ed-85f9-d2e0b2308088 | InvocationID=96cc5358-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:44+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96cc509c-6727-11ed-85f9-d2e0b2308088 | InvocationID=96cc5358-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:54+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dbc7b58-6727-11ed-85f9-d2e0b2308088 | InvocationID=8dbc7d2e-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:58:54+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cadd2ce-6727-11ed-85f9-d2e0b2308088 | InvocationID=9cadd788-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:58:54+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cadd2ce-6727-11ed-85f9-d2e0b2308088 | InvocationID=9cadd788-6727-11ed-85f9-d2e0b2308088 | 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-18T09:58:54+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cadd2ce-6727-11ed-85f9-d2e0b2308088 | InvocationID=9cadd788-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96cc509c-6727-11ed-85f9-d2e0b2308088 | InvocationID=96cc5358-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:59:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bcb4f0-6727-11ed-85f9-d2e0b2308088 | InvocationID=a2bcb716-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:59:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bcb4f0-6727-11ed-85f9-d2e0b2308088 | InvocationID=a2bcb716-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bcb4f0-6727-11ed-85f9-d2e0b2308088 | InvocationID=a2bcb716-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:19+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cadd2ce-6727-11ed-85f9-d2e0b2308088 | InvocationID=9cadd788-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:59:19+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9b4460-6727-11ed-85f9-d2e0b2308088 | InvocationID=ab9b469a-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:59:20+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9b4460-6727-11ed-85f9-d2e0b2308088 | InvocationID=ab9b469a-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:20+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9b4460-6727-11ed-85f9-d2e0b2308088 | InvocationID=ab9b469a-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bcb4f0-6727-11ed-85f9-d2e0b2308088 | InvocationID=a2bcb716-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:59:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aead191c-6727-11ed-85f9-d2e0b2308088 | InvocationID=aead1b56-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:59:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aead191c-6727-11ed-85f9-d2e0b2308088 | InvocationID=aead1b56-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aead191c-6727-11ed-85f9-d2e0b2308088 | InvocationID=aead1b56-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:45+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9b4460-6727-11ed-85f9-d2e0b2308088 | InvocationID=ab9b469a-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T09:59:45+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba99c1a8-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba99c37e-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T09:59:45+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba99c1a8-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba99c37e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:45+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba99c1a8-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba99c37e-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aead191c-6727-11ed-85f9-d2e0b2308088 | InvocationID=aead1b56-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T09:59:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9fc012-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba9fc148-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T09:59:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9fc012-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba9fc148-6727-11ed-85f9-d2e0b2308088 | 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-18T09:59:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba9fc012-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba9fc148-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba9fc012-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba9fc148-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:00:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68f75fc-6727-11ed-85f9-d2e0b2308088 | InvocationID=c68f7822-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:00:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68f75fc-6727-11ed-85f9-d2e0b2308088 | InvocationID=c68f7822-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c68f75fc-6727-11ed-85f9-d2e0b2308088 | InvocationID=c68f7822-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:10+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba99c1a8-6727-11ed-85f9-d2e0b2308088 | InvocationID=ba99c37e-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:00:10+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c984345a-6727-11ed-85f9-d2e0b2308088 | InvocationID=c984363a-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:00:10+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c984345a-6727-11ed-85f9-d2e0b2308088 | InvocationID=c984363a-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:10+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c984345a-6727-11ed-85f9-d2e0b2308088 | InvocationID=c984363a-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c68f75fc-6727-11ed-85f9-d2e0b2308088 | InvocationID=c68f7822-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:00:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d27f8118-6727-11ed-85f9-d2e0b2308088 | InvocationID=d27f8456-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:00:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d27f8118-6727-11ed-85f9-d2e0b2308088 | InvocationID=d27f8456-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d27f8118-6727-11ed-85f9-d2e0b2308088 | InvocationID=d27f8456-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:35+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c984345a-6727-11ed-85f9-d2e0b2308088 | InvocationID=c984363a-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:00:35+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d873fe3c-6727-11ed-85f9-d2e0b2308088 | InvocationID=d874006c-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:00:35+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d873fe3c-6727-11ed-85f9-d2e0b2308088 | InvocationID=d874006c-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:35+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d873fe3c-6727-11ed-85f9-d2e0b2308088 | InvocationID=d874006c-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d27f8118-6727-11ed-85f9-d2e0b2308088 | InvocationID=d27f8456-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:00:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de6f6826-6727-11ed-85f9-d2e0b2308088 | InvocationID=de6f6b46-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:00:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de6f6826-6727-11ed-85f9-d2e0b2308088 | InvocationID=de6f6b46-6727-11ed-85f9-d2e0b2308088 | 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-18T10:00:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de6f6826-6727-11ed-85f9-d2e0b2308088 | InvocationID=de6f6b46-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:00+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d873fe3c-6727-11ed-85f9-d2e0b2308088 | InvocationID=d874006c-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:01:00+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75eb0ae-6727-11ed-85f9-d2e0b2308088 | InvocationID=e75eb2c0-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:01:00+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75eb0ae-6727-11ed-85f9-d2e0b2308088 | InvocationID=e75eb2c0-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:00+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75eb0ae-6727-11ed-85f9-d2e0b2308088 | InvocationID=e75eb2c0-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de6f6826-6727-11ed-85f9-d2e0b2308088 | InvocationID=de6f6b46-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:01:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea5f5722-6727-11ed-85f9-d2e0b2308088 | InvocationID=ea5f5952-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:01:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea5f5722-6727-11ed-85f9-d2e0b2308088 | InvocationID=ea5f5952-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea5f5722-6727-11ed-85f9-d2e0b2308088 | InvocationID=ea5f5952-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:25+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75eb0ae-6727-11ed-85f9-d2e0b2308088 | InvocationID=e75eb2c0-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:01:25+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64aafc8-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ab414-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:01:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea5f5722-6727-11ed-85f9-d2e0b2308088 | InvocationID=ea5f5952-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:01:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64eca2c-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ecbbc-6727-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:01:25+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64aafc8-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ab414-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:25+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f64aafc8-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ab414-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64eca2c-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ecbbc-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f64eca2c-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ecbbc-6727-11ed-85f9-d2e0b2308088 | 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-18T10:01:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f64eca2c-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ecbbc-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:01:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=023fff2c-6728-11ed-85f9-d2e0b2308088 | InvocationID=024001ac-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:01:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=023fff2c-6728-11ed-85f9-d2e0b2308088 | InvocationID=024001ac-6728-11ed-85f9-d2e0b2308088 | 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-18T10:01:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=023fff2c-6728-11ed-85f9-d2e0b2308088 | InvocationID=024001ac-6728-11ed-85f9-d2e0b2308088 | 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-18T10:01:50+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f64aafc8-6727-11ed-85f9-d2e0b2308088 | InvocationID=f64ab414-6727-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:01:50+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0538e7ac-6728-11ed-85f9-d2e0b2308088 | InvocationID=0538e98c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:01:50+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0538e7ac-6728-11ed-85f9-d2e0b2308088 | InvocationID=0538e98c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:01:50+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0538e7ac-6728-11ed-85f9-d2e0b2308088 | InvocationID=0538e98c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=023fff2c-6728-11ed-85f9-d2e0b2308088 | InvocationID=024001ac-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:02:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e32c92c-6728-11ed-85f9-d2e0b2308088 | InvocationID=0e32d0fc-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:02:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e32c92c-6728-11ed-85f9-d2e0b2308088 | InvocationID=0e32d0fc-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e32c92c-6728-11ed-85f9-d2e0b2308088 | InvocationID=0e32d0fc-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:15+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0538e7ac-6728-11ed-85f9-d2e0b2308088 | InvocationID=0538e98c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:02:15+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=142361e8-6728-11ed-85f9-d2e0b2308088 | InvocationID=142363b4-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:02:15+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=142361e8-6728-11ed-85f9-d2e0b2308088 | InvocationID=142363b4-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:15+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=142361e8-6728-11ed-85f9-d2e0b2308088 | InvocationID=142363b4-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e32c92c-6728-11ed-85f9-d2e0b2308088 | InvocationID=0e32d0fc-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:02:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a22a9dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=1a22ad60-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:02:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a22a9dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=1a22ad60-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a22a9dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=1a22ad60-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:40+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=142361e8-6728-11ed-85f9-d2e0b2308088 | InvocationID=142363b4-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:02:40+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230fc106-6728-11ed-85f9-d2e0b2308088 | InvocationID=230fc782-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:02:40+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230fc106-6728-11ed-85f9-d2e0b2308088 | InvocationID=230fc782-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:40+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230fc106-6728-11ed-85f9-d2e0b2308088 | InvocationID=230fc782-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a22a9dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=1a22ad60-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:02:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26128b04-6728-11ed-85f9-d2e0b2308088 | InvocationID=26128cbc-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:02:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26128b04-6728-11ed-85f9-d2e0b2308088 | InvocationID=26128cbc-6728-11ed-85f9-d2e0b2308088 | 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-18T10:02:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26128b04-6728-11ed-85f9-d2e0b2308088 | InvocationID=26128cbc-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:05+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230fc106-6728-11ed-85f9-d2e0b2308088 | InvocationID=230fc782-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:03:05+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fc8be0-6728-11ed-85f9-d2e0b2308088 | InvocationID=31fc8e4c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:03:05+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fc8be0-6728-11ed-85f9-d2e0b2308088 | InvocationID=31fc8e4c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:05+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fc8be0-6728-11ed-85f9-d2e0b2308088 | InvocationID=31fc8e4c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26128b04-6728-11ed-85f9-d2e0b2308088 | InvocationID=26128cbc-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:03:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3202732a-6728-11ed-85f9-d2e0b2308088 | InvocationID=32027488-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:03:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3202732a-6728-11ed-85f9-d2e0b2308088 | InvocationID=32027488-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3202732a-6728-11ed-85f9-d2e0b2308088 | InvocationID=32027488-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3202732a-6728-11ed-85f9-d2e0b2308088 | InvocationID=32027488-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:03:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df28c74-6728-11ed-85f9-d2e0b2308088 | InvocationID=3df28efe-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:03:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df28c74-6728-11ed-85f9-d2e0b2308088 | InvocationID=3df28efe-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3df28c74-6728-11ed-85f9-d2e0b2308088 | InvocationID=3df28efe-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:30+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fc8be0-6728-11ed-85f9-d2e0b2308088 | InvocationID=31fc8e4c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:03:30+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e7c1ec-6728-11ed-85f9-d2e0b2308088 | InvocationID=40e7c4d0-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:03:30+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e7c1ec-6728-11ed-85f9-d2e0b2308088 | InvocationID=40e7c4d0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:30+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e7c1ec-6728-11ed-85f9-d2e0b2308088 | InvocationID=40e7c4d0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3df28c74-6728-11ed-85f9-d2e0b2308088 | InvocationID=3df28efe-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:03:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e2853e-6728-11ed-85f9-d2e0b2308088 | InvocationID=49e2878c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:03:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e2853e-6728-11ed-85f9-d2e0b2308088 | InvocationID=49e2878c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49e2853e-6728-11ed-85f9-d2e0b2308088 | InvocationID=49e2878c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:55+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e7c1ec-6728-11ed-85f9-d2e0b2308088 | InvocationID=40e7c4d0-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:03:55+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd28566-6728-11ed-85f9-d2e0b2308088 | InvocationID=4fd28890-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:03:55+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd28566-6728-11ed-85f9-d2e0b2308088 | InvocationID=4fd28890-6728-11ed-85f9-d2e0b2308088 | 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-18T10:03:55+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd28566-6728-11ed-85f9-d2e0b2308088 | InvocationID=4fd28890-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49e2853e-6728-11ed-85f9-d2e0b2308088 | InvocationID=49e2878c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:04:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d256b2-6728-11ed-85f9-d2e0b2308088 | InvocationID=55d25888-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:04:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d256b2-6728-11ed-85f9-d2e0b2308088 | InvocationID=55d25888-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55d256b2-6728-11ed-85f9-d2e0b2308088 | InvocationID=55d25888-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:20+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd28566-6728-11ed-85f9-d2e0b2308088 | InvocationID=4fd28890-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:04:20+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebe4e48-6728-11ed-85f9-d2e0b2308088 | InvocationID=5ebe51ea-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:04:20+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebe4e48-6728-11ed-85f9-d2e0b2308088 | InvocationID=5ebe51ea-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:20+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebe4e48-6728-11ed-85f9-d2e0b2308088 | InvocationID=5ebe51ea-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55d256b2-6728-11ed-85f9-d2e0b2308088 | InvocationID=55d25888-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:04:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c2bd5e-6728-11ed-85f9-d2e0b2308088 | InvocationID=61c2bf5c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:04:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c2bd5e-6728-11ed-85f9-d2e0b2308088 | InvocationID=61c2bf5c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c2bd5e-6728-11ed-85f9-d2e0b2308088 | InvocationID=61c2bf5c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:45+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebe4e48-6728-11ed-85f9-d2e0b2308088 | InvocationID=5ebe51ea-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:04:45+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daf9c68-6728-11ed-85f9-d2e0b2308088 | InvocationID=6daf9ef2-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:04:45+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daf9c68-6728-11ed-85f9-d2e0b2308088 | InvocationID=6daf9ef2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:45+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6daf9c68-6728-11ed-85f9-d2e0b2308088 | InvocationID=6daf9ef2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c2bd5e-6728-11ed-85f9-d2e0b2308088 | InvocationID=61c2bf5c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:04:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db4b98c-6728-11ed-85f9-d2e0b2308088 | InvocationID=6db4bb30-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:04:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db4b98c-6728-11ed-85f9-d2e0b2308088 | InvocationID=6db4bb30-6728-11ed-85f9-d2e0b2308088 | 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-18T10:04:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6db4b98c-6728-11ed-85f9-d2e0b2308088 | InvocationID=6db4bb30-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6db4b98c-6728-11ed-85f9-d2e0b2308088 | InvocationID=6db4bb30-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:05:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a40e0a-6728-11ed-85f9-d2e0b2308088 | InvocationID=79a40fc2-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:05:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a40e0a-6728-11ed-85f9-d2e0b2308088 | InvocationID=79a40fc2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a40e0a-6728-11ed-85f9-d2e0b2308088 | InvocationID=79a40fc2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:10+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6daf9c68-6728-11ed-85f9-d2e0b2308088 | InvocationID=6daf9ef2-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:05:10+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9d2e16-6728-11ed-85f9-d2e0b2308088 | InvocationID=7c9d2ff6-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:05:10+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9d2e16-6728-11ed-85f9-d2e0b2308088 | InvocationID=7c9d2ff6-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:10+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c9d2e16-6728-11ed-85f9-d2e0b2308088 | InvocationID=7c9d2ff6-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a40e0a-6728-11ed-85f9-d2e0b2308088 | InvocationID=79a40fc2-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:05:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859480dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=859482b2-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:05:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859480dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=859482b2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859480dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=859482b2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:35+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c9d2e16-6728-11ed-85f9-d2e0b2308088 | InvocationID=7c9d2ff6-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:05:35+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8d72d2-6728-11ed-85f9-d2e0b2308088 | InvocationID=8b8d77aa-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:05:35+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8d72d2-6728-11ed-85f9-d2e0b2308088 | InvocationID=8b8d77aa-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:35+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8d72d2-6728-11ed-85f9-d2e0b2308088 | InvocationID=8b8d77aa-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859480dc-6728-11ed-85f9-d2e0b2308088 | InvocationID=859482b2-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:05:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91853742-6728-11ed-85f9-d2e0b2308088 | InvocationID=918539e0-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:05:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91853742-6728-11ed-85f9-d2e0b2308088 | InvocationID=918539e0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:05:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91853742-6728-11ed-85f9-d2e0b2308088 | InvocationID=918539e0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:00+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8d72d2-6728-11ed-85f9-d2e0b2308088 | InvocationID=8b8d77aa-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:06:00+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a78a56e-6728-11ed-85f9-d2e0b2308088 | InvocationID=9a78a79e-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:06:00+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a78a56e-6728-11ed-85f9-d2e0b2308088 | InvocationID=9a78a79e-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:00+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a78a56e-6728-11ed-85f9-d2e0b2308088 | InvocationID=9a78a79e-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91853742-6728-11ed-85f9-d2e0b2308088 | InvocationID=918539e0-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:06:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7530fc-6728-11ed-85f9-d2e0b2308088 | InvocationID=9d7532be-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:06:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7530fc-6728-11ed-85f9-d2e0b2308088 | InvocationID=9d7532be-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d7530fc-6728-11ed-85f9-d2e0b2308088 | InvocationID=9d7532be-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:25+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a78a56e-6728-11ed-85f9-d2e0b2308088 | InvocationID=9a78a79e-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:06:25+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9645064-6728-11ed-85f9-d2e0b2308088 | InvocationID=a9645226-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:06:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d7530fc-6728-11ed-85f9-d2e0b2308088 | InvocationID=9d7532be-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:06:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9666df4-6728-11ed-85f9-d2e0b2308088 | InvocationID=a96680d2-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:06:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9666df4-6728-11ed-85f9-d2e0b2308088 | InvocationID=a96680d2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9666df4-6728-11ed-85f9-d2e0b2308088 | InvocationID=a96680d2-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:25+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9645064-6728-11ed-85f9-d2e0b2308088 | InvocationID=a9645226-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:25+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9645064-6728-11ed-85f9-d2e0b2308088 | InvocationID=a9645226-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9666df4-6728-11ed-85f9-d2e0b2308088 | InvocationID=a96680d2-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:06:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b55c5cea-6728-11ed-85f9-d2e0b2308088 | InvocationID=b55c5f4c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:06:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b55c5cea-6728-11ed-85f9-d2e0b2308088 | InvocationID=b55c5f4c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b55c5cea-6728-11ed-85f9-d2e0b2308088 | InvocationID=b55c5f4c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:50+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9645064-6728-11ed-85f9-d2e0b2308088 | InvocationID=a9645226-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:06:50+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8585b10-6728-11ed-85f9-d2e0b2308088 | InvocationID=b8585d18-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:06:50+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8585b10-6728-11ed-85f9-d2e0b2308088 | InvocationID=b8585d18-6728-11ed-85f9-d2e0b2308088 | 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-18T10:06:50+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8585b10-6728-11ed-85f9-d2e0b2308088 | InvocationID=b8585d18-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b55c5cea-6728-11ed-85f9-d2e0b2308088 | InvocationID=b55c5f4c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:07:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c14fe8e6-6728-11ed-85f9-d2e0b2308088 | InvocationID=c14feb70-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:07:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c14fe8e6-6728-11ed-85f9-d2e0b2308088 | InvocationID=c14feb70-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c14fe8e6-6728-11ed-85f9-d2e0b2308088 | InvocationID=c14feb70-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:15+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8585b10-6728-11ed-85f9-d2e0b2308088 | InvocationID=b8585d18-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:07:15+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c743e2a2-6728-11ed-85f9-d2e0b2308088 | InvocationID=c743e98c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:07:15+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c743e2a2-6728-11ed-85f9-d2e0b2308088 | InvocationID=c743e98c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:15+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c743e2a2-6728-11ed-85f9-d2e0b2308088 | InvocationID=c743e98c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c14fe8e6-6728-11ed-85f9-d2e0b2308088 | InvocationID=c14feb70-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:07:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd40d160-6728-11ed-85f9-d2e0b2308088 | InvocationID=cd40d32c-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:07:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd40d160-6728-11ed-85f9-d2e0b2308088 | InvocationID=cd40d32c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd40d160-6728-11ed-85f9-d2e0b2308088 | InvocationID=cd40d32c-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:40+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c743e2a2-6728-11ed-85f9-d2e0b2308088 | InvocationID=c743e98c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:07:40+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62ff9e0-6728-11ed-85f9-d2e0b2308088 | InvocationID=d62ffc24-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:07:40+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62ff9e0-6728-11ed-85f9-d2e0b2308088 | InvocationID=d62ffc24-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:40+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d62ff9e0-6728-11ed-85f9-d2e0b2308088 | InvocationID=d62ffc24-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd40d160-6728-11ed-85f9-d2e0b2308088 | InvocationID=cd40d32c-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:07:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9309bf4-6728-11ed-85f9-d2e0b2308088 | InvocationID=d9309dc0-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:07:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9309bf4-6728-11ed-85f9-d2e0b2308088 | InvocationID=d9309dc0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:07:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9309bf4-6728-11ed-85f9-d2e0b2308088 | InvocationID=d9309dc0-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:05+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d62ff9e0-6728-11ed-85f9-d2e0b2308088 | InvocationID=d62ffc24-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:08:05+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e51b04ea-6728-11ed-85f9-d2e0b2308088 | InvocationID=e51b07c4-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:08:05+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e51b04ea-6728-11ed-85f9-d2e0b2308088 | InvocationID=e51b07c4-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:05+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e51b04ea-6728-11ed-85f9-d2e0b2308088 | InvocationID=e51b07c4-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9309bf4-6728-11ed-85f9-d2e0b2308088 | InvocationID=d9309dc0-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:08:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5219440-6728-11ed-85f9-d2e0b2308088 | InvocationID=e5219594-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:08:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5219440-6728-11ed-85f9-d2e0b2308088 | InvocationID=e5219594-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5219440-6728-11ed-85f9-d2e0b2308088 | InvocationID=e5219594-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5219440-6728-11ed-85f9-d2e0b2308088 | InvocationID=e5219594-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:08:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f110f8f4-6728-11ed-85f9-d2e0b2308088 | InvocationID=f110fb56-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:08:25+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f110f8f4-6728-11ed-85f9-d2e0b2308088 | InvocationID=f110fb56-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:25+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f110f8f4-6728-11ed-85f9-d2e0b2308088 | InvocationID=f110fb56-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:30+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e51b04ea-6728-11ed-85f9-d2e0b2308088 | InvocationID=e51b07c4-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:08:30+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4071af2-6728-11ed-85f9-d2e0b2308088 | InvocationID=f4071cbe-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:08:30+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4071af2-6728-11ed-85f9-d2e0b2308088 | InvocationID=f4071cbe-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:30+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4071af2-6728-11ed-85f9-d2e0b2308088 | InvocationID=f4071cbe-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f110f8f4-6728-11ed-85f9-d2e0b2308088 | InvocationID=f110fb56-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:08:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0147ae-6728-11ed-85f9-d2e0b2308088 | InvocationID=fd014b78-6728-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:08:45+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0147ae-6728-11ed-85f9-d2e0b2308088 | InvocationID=fd014b78-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:45+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0147ae-6728-11ed-85f9-d2e0b2308088 | InvocationID=fd014b78-6728-11ed-85f9-d2e0b2308088 | 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-18T10:08:55+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4071af2-6728-11ed-85f9-d2e0b2308088 | InvocationID=f4071cbe-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:08:55+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02f2de20-6729-11ed-85f9-d2e0b2308088 | InvocationID=02f2e064-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:08:55+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02f2de20-6729-11ed-85f9-d2e0b2308088 | InvocationID=02f2e064-6729-11ed-85f9-d2e0b2308088 | 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-18T10:08:55+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02f2de20-6729-11ed-85f9-d2e0b2308088 | InvocationID=02f2e064-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0147ae-6728-11ed-85f9-d2e0b2308088 | InvocationID=fd014b78-6728-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:09:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f1d646-6729-11ed-85f9-d2e0b2308088 | InvocationID=08f1d89e-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:09:05+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f1d646-6729-11ed-85f9-d2e0b2308088 | InvocationID=08f1d89e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:05+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08f1d646-6729-11ed-85f9-d2e0b2308088 | InvocationID=08f1d89e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:20+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02f2de20-6729-11ed-85f9-d2e0b2308088 | InvocationID=02f2e064-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:09:20+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11dde272-6729-11ed-85f9-d2e0b2308088 | InvocationID=11dde452-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:09:20+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11dde272-6729-11ed-85f9-d2e0b2308088 | InvocationID=11dde452-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:20+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11dde272-6729-11ed-85f9-d2e0b2308088 | InvocationID=11dde452-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08f1d646-6729-11ed-85f9-d2e0b2308088 | InvocationID=08f1d89e-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:09:26+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e18bb8-6729-11ed-85f9-d2e0b2308088 | InvocationID=14e18e24-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:09:26+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e18bb8-6729-11ed-85f9-d2e0b2308088 | InvocationID=14e18e24-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:26+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14e18bb8-6729-11ed-85f9-d2e0b2308088 | InvocationID=14e18e24-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:45+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11dde272-6729-11ed-85f9-d2e0b2308088 | InvocationID=11dde452-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:09:45+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20c875ae-6729-11ed-85f9-d2e0b2308088 | InvocationID=20c87a0e-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:09:45+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20c875ae-6729-11ed-85f9-d2e0b2308088 | InvocationID=20c87a0e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:45+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20c875ae-6729-11ed-85f9-d2e0b2308088 | InvocationID=20c87a0e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:46+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14e18bb8-6729-11ed-85f9-d2e0b2308088 | InvocationID=14e18e24-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:09:46+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d2865c-6729-11ed-85f9-d2e0b2308088 | InvocationID=20d28814-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:09:46+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d2865c-6729-11ed-85f9-d2e0b2308088 | InvocationID=20d28814-6729-11ed-85f9-d2e0b2308088 | 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-18T10:09:46+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20d2865c-6729-11ed-85f9-d2e0b2308088 | InvocationID=20d28814-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:06+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20d2865c-6729-11ed-85f9-d2e0b2308088 | InvocationID=20d28814-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:10:06+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc1ce82-6729-11ed-85f9-d2e0b2308088 | InvocationID=2cc1d044-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:10:06+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc1ce82-6729-11ed-85f9-d2e0b2308088 | InvocationID=2cc1d044-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:06+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc1ce82-6729-11ed-85f9-d2e0b2308088 | InvocationID=2cc1d044-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:10+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20c875ae-6729-11ed-85f9-d2e0b2308088 | InvocationID=20c87a0e-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:10:10+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb38630-6729-11ed-85f9-d2e0b2308088 | InvocationID=2fb387fc-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:10:11+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb38630-6729-11ed-85f9-d2e0b2308088 | InvocationID=2fb387fc-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:11+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fb38630-6729-11ed-85f9-d2e0b2308088 | InvocationID=2fb387fc-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:26+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc1ce82-6729-11ed-85f9-d2e0b2308088 | InvocationID=2cc1d044-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:10:26+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b27584-6729-11ed-85f9-d2e0b2308088 | InvocationID=38b2775a-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:10:26+0000 | aai_event_thread | 139916659047200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b27584-6729-11ed-85f9-d2e0b2308088 | InvocationID=38b2775a-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:26+0000 | aai_event_thread | 139916659047200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38b27584-6729-11ed-85f9-d2e0b2308088 | InvocationID=38b2775a-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:36+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fb38630-6729-11ed-85f9-d2e0b2308088 | InvocationID=2fb387fc-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:10:36+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9e19f8-6729-11ed-85f9-d2e0b2308088 | InvocationID=3e9e1eda-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:10:36+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9e19f8-6729-11ed-85f9-d2e0b2308088 | InvocationID=3e9e1eda-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:36+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e9e19f8-6729-11ed-85f9-d2e0b2308088 | InvocationID=3e9e1eda-6729-11ed-85f9-d2e0b2308088 | 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-18T10:10:46+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38b27584-6729-11ed-85f9-d2e0b2308088 | InvocationID=38b2775a-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:10:46+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a288fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=44a28c1c-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:11:01+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e9e19f8-6729-11ed-85f9-d2e0b2308088 | InvocationID=3e9e1eda-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:11:01+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d8a7a10-6729-11ed-85f9-d2e0b2308088 | InvocationID=4d8a7bf0-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:11:01+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d8a7a10-6729-11ed-85f9-d2e0b2308088 | InvocationID=4d8a7bf0-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:01+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d8a7a10-6729-11ed-85f9-d2e0b2308088 | InvocationID=4d8a7bf0-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:11+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a288fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=44a28c1c-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:11:11+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=539a61c2-6729-11ed-85f9-d2e0b2308088 | InvocationID=539a6410-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:11:26+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d8a7a10-6729-11ed-85f9-d2e0b2308088 | InvocationID=4d8a7bf0-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:11:26+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c75b378-6729-11ed-85f9-d2e0b2308088 | InvocationID=5c75b54e-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:11:26+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c75b378-6729-11ed-85f9-d2e0b2308088 | InvocationID=5c75b54e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:26+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c75b378-6729-11ed-85f9-d2e0b2308088 | InvocationID=5c75b54e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:31+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=539a61c2-6729-11ed-85f9-d2e0b2308088 | InvocationID=539a6410-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:11:31+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8f7e2c-6729-11ed-85f9-d2e0b2308088 | InvocationID=5f8f7fd0-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:11:51+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c75b378-6729-11ed-85f9-d2e0b2308088 | InvocationID=5c75b54e-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:11:51+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b608f52-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b609164-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:11:51+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b608f52-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b609164-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:51+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b608f52-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b609164-6729-11ed-85f9-d2e0b2308088 | 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-18T10:11:51+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f8f7e2c-6729-11ed-85f9-d2e0b2308088 | InvocationID=5f8f7fd0-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:11:51+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8547fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b8549c8-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:12:11+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b8547fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b8549c8-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:12:11+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7788bb24-6729-11ed-85f9-d2e0b2308088 | InvocationID=7788bd40-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:12:16+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b608f52-6729-11ed-85f9-d2e0b2308088 | InvocationID=6b609164-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:12:16+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a4bdeea-6729-11ed-85f9-d2e0b2308088 | InvocationID=7a4be246-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:12:16+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a4bdeea-6729-11ed-85f9-d2e0b2308088 | InvocationID=7a4be246-6729-11ed-85f9-d2e0b2308088 | 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-18T10:12:16+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a4bdeea-6729-11ed-85f9-d2e0b2308088 | InvocationID=7a4be246-6729-11ed-85f9-d2e0b2308088 | 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-18T10:12:32+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7788bb24-6729-11ed-85f9-d2e0b2308088 | InvocationID=7788bd40-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:12:32+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83cb2bd8-6729-11ed-85f9-d2e0b2308088 | InvocationID=83cb2e3a-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:12:41+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a4bdeea-6729-11ed-85f9-d2e0b2308088 | InvocationID=7a4be246-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:12:41+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8937b456-6729-11ed-85f9-d2e0b2308088 | InvocationID=8937b640-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:12:41+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8937b456-6729-11ed-85f9-d2e0b2308088 | InvocationID=8937b640-6729-11ed-85f9-d2e0b2308088 | 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-18T10:12:41+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8937b456-6729-11ed-85f9-d2e0b2308088 | InvocationID=8937b640-6729-11ed-85f9-d2e0b2308088 | 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-18T10:12:56+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83cb2bd8-6729-11ed-85f9-d2e0b2308088 | InvocationID=83cb2e3a-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:12:56+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928c9a12-6729-11ed-85f9-d2e0b2308088 | InvocationID=928c9c9c-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:13:06+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8937b456-6729-11ed-85f9-d2e0b2308088 | InvocationID=8937b640-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:13:06+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98224cec-6729-11ed-85f9-d2e0b2308088 | InvocationID=98224f62-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:13:06+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98224cec-6729-11ed-85f9-d2e0b2308088 | InvocationID=98224f62-6729-11ed-85f9-d2e0b2308088 | 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-18T10:13:06+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98224cec-6729-11ed-85f9-d2e0b2308088 | InvocationID=98224f62-6729-11ed-85f9-d2e0b2308088 | 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-18T10:13:21+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=928c9a12-6729-11ed-85f9-d2e0b2308088 | InvocationID=928c9c9c-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:13:21+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a150a5de-6729-11ed-85f9-d2e0b2308088 | InvocationID=a150a7aa-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:13:31+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98224cec-6729-11ed-85f9-d2e0b2308088 | InvocationID=98224f62-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:13:31+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70dc952-6729-11ed-85f9-d2e0b2308088 | InvocationID=a70dcb32-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:13:31+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70dc952-6729-11ed-85f9-d2e0b2308088 | InvocationID=a70dcb32-6729-11ed-85f9-d2e0b2308088 | 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-18T10:13:31+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70dc952-6729-11ed-85f9-d2e0b2308088 | InvocationID=a70dcb32-6729-11ed-85f9-d2e0b2308088 | 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-18T10:13:46+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a150a5de-6729-11ed-85f9-d2e0b2308088 | InvocationID=a150a7aa-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:13:46+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b04db342-6729-11ed-85f9-d2e0b2308088 | InvocationID=b04db504-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:13:56+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70dc952-6729-11ed-85f9-d2e0b2308088 | InvocationID=a70dcb32-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:13:56+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60e27c6-6729-11ed-85f9-d2e0b2308088 | InvocationID=b60e2a46-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:13:56+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60e27c6-6729-11ed-85f9-d2e0b2308088 | InvocationID=b60e2a46-6729-11ed-85f9-d2e0b2308088 | 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-18T10:13:56+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60e27c6-6729-11ed-85f9-d2e0b2308088 | InvocationID=b60e2a46-6729-11ed-85f9-d2e0b2308088 | 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-18T10:14:11+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b04db342-6729-11ed-85f9-d2e0b2308088 | InvocationID=b04db504-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:14:11+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf17a50e-6729-11ed-85f9-d2e0b2308088 | InvocationID=bf17a73e-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:14:21+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60e27c6-6729-11ed-85f9-d2e0b2308088 | InvocationID=b60e2a46-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:14:21+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50dc218-6729-11ed-85f9-d2e0b2308088 | InvocationID=c50dc402-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:14:21+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50dc218-6729-11ed-85f9-d2e0b2308088 | InvocationID=c50dc402-6729-11ed-85f9-d2e0b2308088 | 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-18T10:14:21+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c50dc218-6729-11ed-85f9-d2e0b2308088 | InvocationID=c50dc402-6729-11ed-85f9-d2e0b2308088 | 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-18T10:14:36+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf17a50e-6729-11ed-85f9-d2e0b2308088 | InvocationID=bf17a73e-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:14:36+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce24c7fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=ce24dd78-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:14:46+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c50dc218-6729-11ed-85f9-d2e0b2308088 | InvocationID=c50dc402-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:14:46+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f90cba-6729-11ed-85f9-d2e0b2308088 | InvocationID=d3f90ecc-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:14:46+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f90cba-6729-11ed-85f9-d2e0b2308088 | InvocationID=d3f90ecc-6729-11ed-85f9-d2e0b2308088 | 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-18T10:14:46+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f90cba-6729-11ed-85f9-d2e0b2308088 | InvocationID=d3f90ecc-6729-11ed-85f9-d2e0b2308088 | 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-18T10:15:01+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce24c7fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=ce24dd78-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:15:01+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce804fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=dce806c8-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:15:11+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f90cba-6729-11ed-85f9-d2e0b2308088 | InvocationID=d3f90ecc-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:15:11+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e4dcfe-6729-11ed-85f9-d2e0b2308088 | InvocationID=e2e4df2e-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:15:11+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e4dcfe-6729-11ed-85f9-d2e0b2308088 | InvocationID=e2e4df2e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:15:11+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e4dcfe-6729-11ed-85f9-d2e0b2308088 | InvocationID=e2e4df2e-6729-11ed-85f9-d2e0b2308088 | 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-18T10:15:26+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dce804fc-6729-11ed-85f9-d2e0b2308088 | InvocationID=dce806c8-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:15:26+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebab9b5c-6729-11ed-85f9-d2e0b2308088 | InvocationID=ebab9d3c-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:15:36+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e4dcfe-6729-11ed-85f9-d2e0b2308088 | InvocationID=e2e4df2e-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:15:36+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cfc3a0-6729-11ed-85f9-d2e0b2308088 | InvocationID=f1cfc576-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:15:36+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cfc3a0-6729-11ed-85f9-d2e0b2308088 | InvocationID=f1cfc576-6729-11ed-85f9-d2e0b2308088 | 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-18T10:15:36+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cfc3a0-6729-11ed-85f9-d2e0b2308088 | InvocationID=f1cfc576-6729-11ed-85f9-d2e0b2308088 | 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-18T10:15:51+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebab9b5c-6729-11ed-85f9-d2e0b2308088 | InvocationID=ebab9d3c-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:15:51+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa6d32a4-6729-11ed-85f9-d2e0b2308088 | InvocationID=fa6d3894-6729-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:16:01+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cfc3a0-6729-11ed-85f9-d2e0b2308088 | InvocationID=f1cfc576-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:16:01+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bbf348-672a-11ed-85f9-d2e0b2308088 | InvocationID=00bbf5a0-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:16:01+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bbf348-672a-11ed-85f9-d2e0b2308088 | InvocationID=00bbf5a0-672a-11ed-85f9-d2e0b2308088 | 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-18T10:16:01+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bbf348-672a-11ed-85f9-d2e0b2308088 | InvocationID=00bbf5a0-672a-11ed-85f9-d2e0b2308088 | 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-18T10:16:16+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa6d32a4-6729-11ed-85f9-d2e0b2308088 | InvocationID=fa6d3894-6729-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:16:16+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0948e426-672a-11ed-85f9-d2e0b2308088 | InvocationID=0948e67e-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:16:26+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bbf348-672a-11ed-85f9-d2e0b2308088 | InvocationID=00bbf5a0-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:16:26+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa82430-672a-11ed-85f9-d2e0b2308088 | InvocationID=0fa82700-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:16:26+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa82430-672a-11ed-85f9-d2e0b2308088 | InvocationID=0fa82700-672a-11ed-85f9-d2e0b2308088 | 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-18T10:16:26+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa82430-672a-11ed-85f9-d2e0b2308088 | InvocationID=0fa82700-672a-11ed-85f9-d2e0b2308088 | 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-18T10:16:40+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0948e426-672a-11ed-85f9-d2e0b2308088 | InvocationID=0948e67e-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:16:40+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1815e45e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1815e6d4-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:16:51+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa82430-672a-11ed-85f9-d2e0b2308088 | InvocationID=0fa82700-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:16:51+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e989c0e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1e98a0e6-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:16:51+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e989c0e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1e98a0e6-672a-11ed-85f9-d2e0b2308088 | 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-18T10:16:51+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e989c0e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1e98a0e6-672a-11ed-85f9-d2e0b2308088 | 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-18T10:17:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1815e45e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1815e6d4-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:17:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26dd362c-672a-11ed-85f9-d2e0b2308088 | InvocationID=26dd3866-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:17:16+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e989c0e-672a-11ed-85f9-d2e0b2308088 | InvocationID=1e98a0e6-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:17:16+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d846608-672a-11ed-85f9-d2e0b2308088 | InvocationID=2d846874-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:17:16+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d846608-672a-11ed-85f9-d2e0b2308088 | InvocationID=2d846874-672a-11ed-85f9-d2e0b2308088 | 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-18T10:17:16+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d846608-672a-11ed-85f9-d2e0b2308088 | InvocationID=2d846874-672a-11ed-85f9-d2e0b2308088 | 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-18T10:17:30+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26dd362c-672a-11ed-85f9-d2e0b2308088 | InvocationID=26dd3866-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:17:30+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=359d8c66-672a-11ed-85f9-d2e0b2308088 | InvocationID=359d8eaa-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:17:41+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d846608-672a-11ed-85f9-d2e0b2308088 | InvocationID=2d846874-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:17:41+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6f4246-672a-11ed-85f9-d2e0b2308088 | InvocationID=3c6f46ce-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:17:41+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6f4246-672a-11ed-85f9-d2e0b2308088 | InvocationID=3c6f46ce-672a-11ed-85f9-d2e0b2308088 | 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-18T10:17:41+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6f4246-672a-11ed-85f9-d2e0b2308088 | InvocationID=3c6f46ce-672a-11ed-85f9-d2e0b2308088 | 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-18T10:17:55+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=359d8c66-672a-11ed-85f9-d2e0b2308088 | InvocationID=359d8eaa-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:17:55+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445f2a20-672a-11ed-85f9-d2e0b2308088 | InvocationID=445f2c8c-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:18:06+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6f4246-672a-11ed-85f9-d2e0b2308088 | InvocationID=3c6f46ce-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:18:06+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5a5304-672a-11ed-85f9-d2e0b2308088 | InvocationID=4b5a5566-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:18:06+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5a5304-672a-11ed-85f9-d2e0b2308088 | InvocationID=4b5a5566-672a-11ed-85f9-d2e0b2308088 | 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-18T10:18:06+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5a5304-672a-11ed-85f9-d2e0b2308088 | InvocationID=4b5a5566-672a-11ed-85f9-d2e0b2308088 | 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-18T10:18:19+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445f2a20-672a-11ed-85f9-d2e0b2308088 | InvocationID=445f2c8c-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:18:19+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53222968-672a-11ed-85f9-d2e0b2308088 | InvocationID=53222b34-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:18:31+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5a5304-672a-11ed-85f9-d2e0b2308088 | InvocationID=4b5a5566-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:18:31+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a46d0ae-672a-11ed-85f9-d2e0b2308088 | InvocationID=5a46d266-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:18:31+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a46d0ae-672a-11ed-85f9-d2e0b2308088 | InvocationID=5a46d266-672a-11ed-85f9-d2e0b2308088 | 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-18T10:18:31+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a46d0ae-672a-11ed-85f9-d2e0b2308088 | InvocationID=5a46d266-672a-11ed-85f9-d2e0b2308088 | 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-18T10:18:44+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53222968-672a-11ed-85f9-d2e0b2308088 | InvocationID=53222b34-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:18:44+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e4ed0a-672a-11ed-85f9-d2e0b2308088 | InvocationID=61e4ef9e-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:18:56+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a46d0ae-672a-11ed-85f9-d2e0b2308088 | InvocationID=5a46d266-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:18:56+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69319c48-672a-11ed-85f9-d2e0b2308088 | InvocationID=69319e96-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:18:56+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69319c48-672a-11ed-85f9-d2e0b2308088 | InvocationID=69319e96-672a-11ed-85f9-d2e0b2308088 | 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-18T10:18:56+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69319c48-672a-11ed-85f9-d2e0b2308088 | InvocationID=69319e96-672a-11ed-85f9-d2e0b2308088 | 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-18T10:19:09+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61e4ed0a-672a-11ed-85f9-d2e0b2308088 | InvocationID=61e4ef9e-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:19:09+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70a90eb6-672a-11ed-85f9-d2e0b2308088 | InvocationID=70a91096-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:19:21+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69319c48-672a-11ed-85f9-d2e0b2308088 | InvocationID=69319e96-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:19:21+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781cb576-672a-11ed-85f9-d2e0b2308088 | InvocationID=781cb7e2-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:19:22+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781cb576-672a-11ed-85f9-d2e0b2308088 | InvocationID=781cb7e2-672a-11ed-85f9-d2e0b2308088 | 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-18T10:19:22+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781cb576-672a-11ed-85f9-d2e0b2308088 | InvocationID=781cb7e2-672a-11ed-85f9-d2e0b2308088 | 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-18T10:19:34+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70a90eb6-672a-11ed-85f9-d2e0b2308088 | InvocationID=70a91096-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:19:34+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f69986c-672a-11ed-85f9-d2e0b2308088 | InvocationID=7f699a74-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:19:47+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781cb576-672a-11ed-85f9-d2e0b2308088 | InvocationID=781cb7e2-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:19:47+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870804dc-672a-11ed-85f9-d2e0b2308088 | InvocationID=87080798-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:19:47+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870804dc-672a-11ed-85f9-d2e0b2308088 | InvocationID=87080798-672a-11ed-85f9-d2e0b2308088 | 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-18T10:19:47+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=870804dc-672a-11ed-85f9-d2e0b2308088 | InvocationID=87080798-672a-11ed-85f9-d2e0b2308088 | 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-18T10:19:58+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f69986c-672a-11ed-85f9-d2e0b2308088 | InvocationID=7f699a74-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:19:58+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e2c27c0-672a-11ed-85f9-d2e0b2308088 | InvocationID=8e2c2a40-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:20:12+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=870804dc-672a-11ed-85f9-d2e0b2308088 | InvocationID=87080798-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:20:12+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f4c322-672a-11ed-85f9-d2e0b2308088 | InvocationID=95f4c4f8-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:20:12+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f4c322-672a-11ed-85f9-d2e0b2308088 | InvocationID=95f4c4f8-672a-11ed-85f9-d2e0b2308088 | 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-18T10:20:12+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f4c322-672a-11ed-85f9-d2e0b2308088 | InvocationID=95f4c4f8-672a-11ed-85f9-d2e0b2308088 | 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-18T10:20:23+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e2c27c0-672a-11ed-85f9-d2e0b2308088 | InvocationID=8e2c2a40-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:20:23+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cecc378-672a-11ed-85f9-d2e0b2308088 | InvocationID=9cecc77e-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:20:37+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f4c322-672a-11ed-85f9-d2e0b2308088 | InvocationID=95f4c4f8-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:20:37+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e03466-672a-11ed-85f9-d2e0b2308088 | InvocationID=a4e03632-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:20:37+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e03466-672a-11ed-85f9-d2e0b2308088 | InvocationID=a4e03632-672a-11ed-85f9-d2e0b2308088 | 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-18T10:20:37+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e03466-672a-11ed-85f9-d2e0b2308088 | InvocationID=a4e03632-672a-11ed-85f9-d2e0b2308088 | 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-18T10:20:48+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cecc378-672a-11ed-85f9-d2e0b2308088 | InvocationID=9cecc77e-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:20:48+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abaf5bbe-672a-11ed-85f9-d2e0b2308088 | InvocationID=abaf5d80-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:21:02+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e03466-672a-11ed-85f9-d2e0b2308088 | InvocationID=a4e03632-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:21:02+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3caa07e-672a-11ed-85f9-d2e0b2308088 | InvocationID=b3caa358-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:21:02+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3caa07e-672a-11ed-85f9-d2e0b2308088 | InvocationID=b3caa358-672a-11ed-85f9-d2e0b2308088 | 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-18T10:21:02+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3caa07e-672a-11ed-85f9-d2e0b2308088 | InvocationID=b3caa358-672a-11ed-85f9-d2e0b2308088 | 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-18T10:21:13+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abaf5bbe-672a-11ed-85f9-d2e0b2308088 | InvocationID=abaf5d80-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:21:13+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba733102-672a-11ed-85f9-d2e0b2308088 | InvocationID=ba73335a-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:21:27+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3caa07e-672a-11ed-85f9-d2e0b2308088 | InvocationID=b3caa358-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:21:27+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b5b48e-672a-11ed-85f9-d2e0b2308088 | InvocationID=c2b5b6e6-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:21:27+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b5b48e-672a-11ed-85f9-d2e0b2308088 | InvocationID=c2b5b6e6-672a-11ed-85f9-d2e0b2308088 | 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-18T10:21:27+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b5b48e-672a-11ed-85f9-d2e0b2308088 | InvocationID=c2b5b6e6-672a-11ed-85f9-d2e0b2308088 | 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-18T10:21:38+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba733102-672a-11ed-85f9-d2e0b2308088 | InvocationID=ba73335a-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:21:38+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c934fc66-672a-11ed-85f9-d2e0b2308088 | InvocationID=c934feaa-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:21:52+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b5b48e-672a-11ed-85f9-d2e0b2308088 | InvocationID=c2b5b6e6-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:21:52+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a04180-672a-11ed-85f9-d2e0b2308088 | InvocationID=d1a043ba-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:21:52+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a04180-672a-11ed-85f9-d2e0b2308088 | InvocationID=d1a043ba-672a-11ed-85f9-d2e0b2308088 | 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-18T10:21:52+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a04180-672a-11ed-85f9-d2e0b2308088 | InvocationID=d1a043ba-672a-11ed-85f9-d2e0b2308088 | 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-18T10:22:02+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c934fc66-672a-11ed-85f9-d2e0b2308088 | InvocationID=c934feaa-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:22:02+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f8d43e-672a-11ed-85f9-d2e0b2308088 | InvocationID=d7f8d754-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:22:17+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a04180-672a-11ed-85f9-d2e0b2308088 | InvocationID=d1a043ba-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:22:17+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08f862e-672a-11ed-85f9-d2e0b2308088 | InvocationID=e08f87fa-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:22:17+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08f862e-672a-11ed-85f9-d2e0b2308088 | InvocationID=e08f87fa-672a-11ed-85f9-d2e0b2308088 | 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-18T10:22:17+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08f862e-672a-11ed-85f9-d2e0b2308088 | InvocationID=e08f87fa-672a-11ed-85f9-d2e0b2308088 | 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-18T10:22:27+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f8d43e-672a-11ed-85f9-d2e0b2308088 | InvocationID=d7f8d754-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:22:27+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6bd2cae-672a-11ed-85f9-d2e0b2308088 | InvocationID=e6bd2e98-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:22:42+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08f862e-672a-11ed-85f9-d2e0b2308088 | InvocationID=e08f87fa-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:22:42+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bbcca-672a-11ed-85f9-d2e0b2308088 | InvocationID=ef7bbea0-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:22:42+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bbcca-672a-11ed-85f9-d2e0b2308088 | InvocationID=ef7bbea0-672a-11ed-85f9-d2e0b2308088 | 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-18T10:22:42+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bbcca-672a-11ed-85f9-d2e0b2308088 | InvocationID=ef7bbea0-672a-11ed-85f9-d2e0b2308088 | 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-18T10:22:52+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6bd2cae-672a-11ed-85f9-d2e0b2308088 | InvocationID=e6bd2e98-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:22:52+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57e8d28-672a-11ed-85f9-d2e0b2308088 | InvocationID=f57e9034-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:23:07+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bbcca-672a-11ed-85f9-d2e0b2308088 | InvocationID=ef7bbea0-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:23:07+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe67439e-672a-11ed-85f9-d2e0b2308088 | InvocationID=fe67463c-672a-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:23:07+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe67439e-672a-11ed-85f9-d2e0b2308088 | InvocationID=fe67463c-672a-11ed-85f9-d2e0b2308088 | 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-18T10:23:07+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe67439e-672a-11ed-85f9-d2e0b2308088 | InvocationID=fe67463c-672a-11ed-85f9-d2e0b2308088 | 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-18T10:23:17+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57e8d28-672a-11ed-85f9-d2e0b2308088 | InvocationID=f57e9034-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:23:17+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043fd826-672b-11ed-85f9-d2e0b2308088 | InvocationID=043fda7e-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:23:32+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe67439e-672a-11ed-85f9-d2e0b2308088 | InvocationID=fe67463c-672a-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:23:32+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5232c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=0d523530-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:23:32+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5232c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=0d523530-672b-11ed-85f9-d2e0b2308088 | 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-18T10:23:32+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5232c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=0d523530-672b-11ed-85f9-d2e0b2308088 | 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-18T10:23:41+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043fd826-672b-11ed-85f9-d2e0b2308088 | InvocationID=043fda7e-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:23:41+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1300d3e2-672b-11ed-85f9-d2e0b2308088 | InvocationID=1300e2ec-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:23:57+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5232c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=0d523530-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:23:57+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3dada4-672b-11ed-85f9-d2e0b2308088 | InvocationID=1c3db79a-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:23:57+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3dada4-672b-11ed-85f9-d2e0b2308088 | InvocationID=1c3db79a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:23:57+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3dada4-672b-11ed-85f9-d2e0b2308088 | InvocationID=1c3db79a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:24:06+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1300d3e2-672b-11ed-85f9-d2e0b2308088 | InvocationID=1300e2ec-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:24:06+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21c46bc8-672b-11ed-85f9-d2e0b2308088 | InvocationID=21c46d9e-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:24:22+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3dada4-672b-11ed-85f9-d2e0b2308088 | InvocationID=1c3db79a-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:24:22+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b28b246-672b-11ed-85f9-d2e0b2308088 | InvocationID=2b28b520-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:24:22+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b28b246-672b-11ed-85f9-d2e0b2308088 | InvocationID=2b28b520-672b-11ed-85f9-d2e0b2308088 | 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-18T10:24:22+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b28b246-672b-11ed-85f9-d2e0b2308088 | InvocationID=2b28b520-672b-11ed-85f9-d2e0b2308088 | 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-18T10:24:31+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21c46bc8-672b-11ed-85f9-d2e0b2308088 | InvocationID=21c46d9e-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:24:31+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30867638-672b-11ed-85f9-d2e0b2308088 | InvocationID=30867890-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:24:47+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b28b246-672b-11ed-85f9-d2e0b2308088 | InvocationID=2b28b520-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:24:47+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a13bd64-672b-11ed-85f9-d2e0b2308088 | InvocationID=3a13bfee-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:24:47+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a13bd64-672b-11ed-85f9-d2e0b2308088 | InvocationID=3a13bfee-672b-11ed-85f9-d2e0b2308088 | 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-18T10:24:47+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a13bd64-672b-11ed-85f9-d2e0b2308088 | InvocationID=3a13bfee-672b-11ed-85f9-d2e0b2308088 | 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-18T10:24:56+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30867638-672b-11ed-85f9-d2e0b2308088 | InvocationID=30867890-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:24:56+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f478950-672b-11ed-85f9-d2e0b2308088 | InvocationID=3f478b08-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:25:12+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a13bd64-672b-11ed-85f9-d2e0b2308088 | InvocationID=3a13bfee-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:25:12+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ff6788-672b-11ed-85f9-d2e0b2308088 | InvocationID=48ff6a12-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:25:12+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ff6788-672b-11ed-85f9-d2e0b2308088 | InvocationID=48ff6a12-672b-11ed-85f9-d2e0b2308088 | 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-18T10:25:12+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ff6788-672b-11ed-85f9-d2e0b2308088 | InvocationID=48ff6a12-672b-11ed-85f9-d2e0b2308088 | 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-18T10:25:20+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f478950-672b-11ed-85f9-d2e0b2308088 | InvocationID=3f478b08-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:25:20+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e08a1ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=4e08a38e-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:25:37+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ff6788-672b-11ed-85f9-d2e0b2308088 | InvocationID=48ff6a12-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:25:37+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ea4524-672b-11ed-85f9-d2e0b2308088 | InvocationID=57ea46f0-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:25:37+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ea4524-672b-11ed-85f9-d2e0b2308088 | InvocationID=57ea46f0-672b-11ed-85f9-d2e0b2308088 | 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-18T10:25:37+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57ea4524-672b-11ed-85f9-d2e0b2308088 | InvocationID=57ea46f0-672b-11ed-85f9-d2e0b2308088 | 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-18T10:25:45+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e08a1ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=4e08a38e-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:25:45+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cca6c72-672b-11ed-85f9-d2e0b2308088 | InvocationID=5cca6f7e-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:26:02+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57ea4524-672b-11ed-85f9-d2e0b2308088 | InvocationID=57ea46f0-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:26:02+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d6416e-672b-11ed-85f9-d2e0b2308088 | InvocationID=66d64d76-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:26:02+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d6416e-672b-11ed-85f9-d2e0b2308088 | InvocationID=66d64d76-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:02+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d6416e-672b-11ed-85f9-d2e0b2308088 | InvocationID=66d64d76-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:10+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cca6c72-672b-11ed-85f9-d2e0b2308088 | InvocationID=5cca6f7e-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:26:10+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b908778-672b-11ed-85f9-d2e0b2308088 | InvocationID=6b908c5a-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:26:27+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d6416e-672b-11ed-85f9-d2e0b2308088 | InvocationID=66d64d76-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:26:27+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c367c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=75c36a1c-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:26:27+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c367c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=75c36a1c-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:27+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75c367c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=75c36a1c-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:35+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b908778-672b-11ed-85f9-d2e0b2308088 | InvocationID=6b908c5a-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:26:35+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a515120-672b-11ed-85f9-d2e0b2308088 | InvocationID=7a5153b4-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:26:52+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75c367c4-672b-11ed-85f9-d2e0b2308088 | InvocationID=75c36a1c-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:26:52+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b14e5e-672b-11ed-85f9-d2e0b2308088 | InvocationID=84b150d4-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:26:52+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b14e5e-672b-11ed-85f9-d2e0b2308088 | InvocationID=84b150d4-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:52+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84b14e5e-672b-11ed-85f9-d2e0b2308088 | InvocationID=84b150d4-672b-11ed-85f9-d2e0b2308088 | 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-18T10:26:59+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a515120-672b-11ed-85f9-d2e0b2308088 | InvocationID=7a5153b4-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:26:59+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89140900-672b-11ed-85f9-d2e0b2308088 | InvocationID=89140cb6-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:27:17+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84b14e5e-672b-11ed-85f9-d2e0b2308088 | InvocationID=84b150d4-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:27:17+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939ccd44-672b-11ed-85f9-d2e0b2308088 | InvocationID=939ccf88-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:27:17+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939ccd44-672b-11ed-85f9-d2e0b2308088 | InvocationID=939ccf88-672b-11ed-85f9-d2e0b2308088 | 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-18T10:27:17+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939ccd44-672b-11ed-85f9-d2e0b2308088 | InvocationID=939ccf88-672b-11ed-85f9-d2e0b2308088 | 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-18T10:27:24+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89140900-672b-11ed-85f9-d2e0b2308088 | InvocationID=89140cb6-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:27:24+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97d4f8a0-672b-11ed-85f9-d2e0b2308088 | InvocationID=97d4fcf6-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:27:42+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939ccd44-672b-11ed-85f9-d2e0b2308088 | InvocationID=939ccf88-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:27:42+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2884068-672b-11ed-85f9-d2e0b2308088 | InvocationID=a2884248-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:27:42+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2884068-672b-11ed-85f9-d2e0b2308088 | InvocationID=a2884248-672b-11ed-85f9-d2e0b2308088 | 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-18T10:27:42+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2884068-672b-11ed-85f9-d2e0b2308088 | InvocationID=a2884248-672b-11ed-85f9-d2e0b2308088 | 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-18T10:27:49+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97d4f8a0-672b-11ed-85f9-d2e0b2308088 | InvocationID=97d4fcf6-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:27:49+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6967922-672b-11ed-85f9-d2e0b2308088 | InvocationID=a6967b34-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:28:07+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2884068-672b-11ed-85f9-d2e0b2308088 | InvocationID=a2884248-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:28:07+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b173c7b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=b173c9f8-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:28:07+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b173c7b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=b173c9f8-672b-11ed-85f9-d2e0b2308088 | 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-18T10:28:07+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b173c7b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=b173c9f8-672b-11ed-85f9-d2e0b2308088 | 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-18T10:28:14+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6967922-672b-11ed-85f9-d2e0b2308088 | InvocationID=a6967b34-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:28:14+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b557cc22-672b-11ed-85f9-d2e0b2308088 | InvocationID=b557d5aa-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:28:32+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b173c7b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=b173c9f8-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:28:32+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05e47ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=c05e49de-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:28:32+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05e47ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=c05e49de-672b-11ed-85f9-d2e0b2308088 | 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-18T10:28:32+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05e47ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=c05e49de-672b-11ed-85f9-d2e0b2308088 | 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-18T10:28:38+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b557cc22-672b-11ed-85f9-d2e0b2308088 | InvocationID=b557d5aa-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:28:38+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4186d02-672b-11ed-85f9-d2e0b2308088 | InvocationID=c4186ee2-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:28:57+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05e47ae-672b-11ed-85f9-d2e0b2308088 | InvocationID=c05e49de-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:28:57+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4b1698-672b-11ed-85f9-d2e0b2308088 | InvocationID=cf4b185a-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:28:57+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4b1698-672b-11ed-85f9-d2e0b2308088 | InvocationID=cf4b185a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:28:57+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4b1698-672b-11ed-85f9-d2e0b2308088 | InvocationID=cf4b185a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:29:03+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4186d02-672b-11ed-85f9-d2e0b2308088 | InvocationID=c4186ee2-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:29:03+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2da63d6-672b-11ed-85f9-d2e0b2308088 | InvocationID=d2da65c0-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:29:22+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4b1698-672b-11ed-85f9-d2e0b2308088 | InvocationID=cf4b185a-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:29:22+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3687b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=de368b38-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:29:22+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3687b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=de368b38-672b-11ed-85f9-d2e0b2308088 | 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-18T10:29:22+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3687b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=de368b38-672b-11ed-85f9-d2e0b2308088 | 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-18T10:29:28+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2da63d6-672b-11ed-85f9-d2e0b2308088 | InvocationID=d2da65c0-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:29:28+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e19b056a-672b-11ed-85f9-d2e0b2308088 | InvocationID=e19b0736-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:29:47+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3687b4-672b-11ed-85f9-d2e0b2308088 | InvocationID=de368b38-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:29:47+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed22f488-672b-11ed-85f9-d2e0b2308088 | InvocationID=ed22f65e-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:29:47+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed22f488-672b-11ed-85f9-d2e0b2308088 | InvocationID=ed22f65e-672b-11ed-85f9-d2e0b2308088 | 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-18T10:29:47+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed22f488-672b-11ed-85f9-d2e0b2308088 | InvocationID=ed22f65e-672b-11ed-85f9-d2e0b2308088 | 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-18T10:29:53+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e19b056a-672b-11ed-85f9-d2e0b2308088 | InvocationID=e19b0736-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:29:53+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f05bea7e-672b-11ed-85f9-d2e0b2308088 | InvocationID=f05bed1c-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:30:12+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed22f488-672b-11ed-85f9-d2e0b2308088 | InvocationID=ed22f65e-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:30:12+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0e1a22-672b-11ed-85f9-d2e0b2308088 | InvocationID=fc0e1c7a-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:30:12+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0e1a22-672b-11ed-85f9-d2e0b2308088 | InvocationID=fc0e1c7a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:30:12+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0e1a22-672b-11ed-85f9-d2e0b2308088 | InvocationID=fc0e1c7a-672b-11ed-85f9-d2e0b2308088 | 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-18T10:30:17+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f05bea7e-672b-11ed-85f9-d2e0b2308088 | InvocationID=f05bed1c-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:30:17+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1df4e4-672b-11ed-85f9-d2e0b2308088 | InvocationID=ff1df6b0-672b-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:30:37+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0e1a22-672b-11ed-85f9-d2e0b2308088 | InvocationID=fc0e1c7a-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:30:37+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af925f4-672c-11ed-85f9-d2e0b2308088 | InvocationID=0af9287e-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:30:37+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af925f4-672c-11ed-85f9-d2e0b2308088 | InvocationID=0af9287e-672c-11ed-85f9-d2e0b2308088 | 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-18T10:30:37+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af925f4-672c-11ed-85f9-d2e0b2308088 | InvocationID=0af9287e-672c-11ed-85f9-d2e0b2308088 | 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-18T10:30:42+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff1df4e4-672b-11ed-85f9-d2e0b2308088 | InvocationID=ff1df6b0-672b-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:30:42+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0de0409a-672c-11ed-85f9-d2e0b2308088 | InvocationID=0de04518-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:31:02+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af925f4-672c-11ed-85f9-d2e0b2308088 | InvocationID=0af9287e-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:31:02+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e62f3a-672c-11ed-85f9-d2e0b2308088 | InvocationID=19e63124-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:31:02+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e62f3a-672c-11ed-85f9-d2e0b2308088 | InvocationID=19e63124-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:02+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e62f3a-672c-11ed-85f9-d2e0b2308088 | InvocationID=19e63124-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:07+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0de0409a-672c-11ed-85f9-d2e0b2308088 | InvocationID=0de04518-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:31:07+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca1048e-672c-11ed-85f9-d2e0b2308088 | InvocationID=1ca106c8-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:31:27+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e62f3a-672c-11ed-85f9-d2e0b2308088 | InvocationID=19e63124-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:31:27+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d2f4f6-672c-11ed-85f9-d2e0b2308088 | InvocationID=28d2f6cc-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:31:27+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d2f4f6-672c-11ed-85f9-d2e0b2308088 | InvocationID=28d2f6cc-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:27+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d2f4f6-672c-11ed-85f9-d2e0b2308088 | InvocationID=28d2f6cc-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:32+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ca1048e-672c-11ed-85f9-d2e0b2308088 | InvocationID=1ca106c8-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:31:32+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b62a41e-672c-11ed-85f9-d2e0b2308088 | InvocationID=2b62a5f4-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:31:52+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d2f4f6-672c-11ed-85f9-d2e0b2308088 | InvocationID=28d2f6cc-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:31:52+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37bdd666-672c-11ed-85f9-d2e0b2308088 | InvocationID=37bdd864-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:31:52+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37bdd666-672c-11ed-85f9-d2e0b2308088 | InvocationID=37bdd864-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:53+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37bdd666-672c-11ed-85f9-d2e0b2308088 | InvocationID=37bdd864-672c-11ed-85f9-d2e0b2308088 | 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-18T10:31:57+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b62a41e-672c-11ed-85f9-d2e0b2308088 | InvocationID=2b62a5f4-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:31:57+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a26627e-672c-11ed-85f9-d2e0b2308088 | InvocationID=3a266440-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:32:18+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37bdd666-672c-11ed-85f9-d2e0b2308088 | InvocationID=37bdd864-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:32:18+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46a8a0d4-672c-11ed-85f9-d2e0b2308088 | InvocationID=46a8a5f2-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:32:18+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46a8a0d4-672c-11ed-85f9-d2e0b2308088 | InvocationID=46a8a5f2-672c-11ed-85f9-d2e0b2308088 | 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-18T10:32:18+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46a8a0d4-672c-11ed-85f9-d2e0b2308088 | InvocationID=46a8a5f2-672c-11ed-85f9-d2e0b2308088 | 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-18T10:32:21+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a26627e-672c-11ed-85f9-d2e0b2308088 | InvocationID=3a266440-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:32:21+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48e7b894-672c-11ed-85f9-d2e0b2308088 | InvocationID=48e7bc4a-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:32:43+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46a8a0d4-672c-11ed-85f9-d2e0b2308088 | InvocationID=46a8a5f2-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:32:43+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55947348-672c-11ed-85f9-d2e0b2308088 | InvocationID=559475be-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:32:43+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55947348-672c-11ed-85f9-d2e0b2308088 | InvocationID=559475be-672c-11ed-85f9-d2e0b2308088 | 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-18T10:32:43+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55947348-672c-11ed-85f9-d2e0b2308088 | InvocationID=559475be-672c-11ed-85f9-d2e0b2308088 | 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-18T10:32:46+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48e7b894-672c-11ed-85f9-d2e0b2308088 | InvocationID=48e7bc4a-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:32:46+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ab3e46-672c-11ed-85f9-d2e0b2308088 | InvocationID=57ab401c-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:33:08+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55947348-672c-11ed-85f9-d2e0b2308088 | InvocationID=559475be-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:33:08+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6480d8d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=6480daa4-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:33:08+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6480d8d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=6480daa4-672c-11ed-85f9-d2e0b2308088 | 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-18T10:33:08+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6480d8d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=6480daa4-672c-11ed-85f9-d2e0b2308088 | 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-18T10:33:11+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57ab3e46-672c-11ed-85f9-d2e0b2308088 | InvocationID=57ab401c-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:33:11+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=666ce65a-672c-11ed-85f9-d2e0b2308088 | InvocationID=666ce8c6-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:33:33+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6480d8d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=6480daa4-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:33:33+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736bd9d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=736bdd98-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:33:33+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736bd9d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=736bdd98-672c-11ed-85f9-d2e0b2308088 | 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-18T10:33:33+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736bd9d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=736bdd98-672c-11ed-85f9-d2e0b2308088 | 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-18T10:33:36+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=666ce65a-672c-11ed-85f9-d2e0b2308088 | InvocationID=666ce8c6-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:33:36+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=752ee684-672c-11ed-85f9-d2e0b2308088 | InvocationID=752ee864-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:33:58+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=736bd9d8-672c-11ed-85f9-d2e0b2308088 | InvocationID=736bdd98-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:33:58+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825704c2-672c-11ed-85f9-d2e0b2308088 | InvocationID=825706f2-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:33:58+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825704c2-672c-11ed-85f9-d2e0b2308088 | InvocationID=825706f2-672c-11ed-85f9-d2e0b2308088 | 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-18T10:33:58+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825704c2-672c-11ed-85f9-d2e0b2308088 | InvocationID=825706f2-672c-11ed-85f9-d2e0b2308088 | 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-18T10:34:00+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=752ee684-672c-11ed-85f9-d2e0b2308088 | InvocationID=752ee864-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:34:00+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83efd84a-672c-11ed-85f9-d2e0b2308088 | InvocationID=83efda20-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:34:23+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825704c2-672c-11ed-85f9-d2e0b2308088 | InvocationID=825706f2-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:34:23+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914248e8-672c-11ed-85f9-d2e0b2308088 | InvocationID=91424b2c-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:34:23+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914248e8-672c-11ed-85f9-d2e0b2308088 | InvocationID=91424b2c-672c-11ed-85f9-d2e0b2308088 | 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-18T10:34:23+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=914248e8-672c-11ed-85f9-d2e0b2308088 | InvocationID=91424b2c-672c-11ed-85f9-d2e0b2308088 | 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-18T10:34:25+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83efd84a-672c-11ed-85f9-d2e0b2308088 | InvocationID=83efda20-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:34:25+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b1b948-672c-11ed-85f9-d2e0b2308088 | InvocationID=92b1bb8c-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:34:48+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=914248e8-672c-11ed-85f9-d2e0b2308088 | InvocationID=91424b2c-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:34:48+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02d1356-672c-11ed-85f9-d2e0b2308088 | InvocationID=a02d159a-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:34:48+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02d1356-672c-11ed-85f9-d2e0b2308088 | InvocationID=a02d159a-672c-11ed-85f9-d2e0b2308088 | 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-18T10:34:48+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a02d1356-672c-11ed-85f9-d2e0b2308088 | InvocationID=a02d159a-672c-11ed-85f9-d2e0b2308088 | 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-18T10:34:50+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92b1b948-672c-11ed-85f9-d2e0b2308088 | InvocationID=92b1bb8c-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:34:50+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a171bf0a-672c-11ed-85f9-d2e0b2308088 | InvocationID=a171c1da-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:35:13+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a02d1356-672c-11ed-85f9-d2e0b2308088 | InvocationID=a02d159a-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:35:13+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1851d2-672c-11ed-85f9-d2e0b2308088 | InvocationID=af18539e-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:35:13+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1851d2-672c-11ed-85f9-d2e0b2308088 | InvocationID=af18539e-672c-11ed-85f9-d2e0b2308088 | 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-18T10:35:13+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1851d2-672c-11ed-85f9-d2e0b2308088 | InvocationID=af18539e-672c-11ed-85f9-d2e0b2308088 | 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-18T10:35:15+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a171bf0a-672c-11ed-85f9-d2e0b2308088 | InvocationID=a171c1da-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:35:15+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0333316-672c-11ed-85f9-d2e0b2308088 | InvocationID=b03334d8-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:35:38+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1851d2-672c-11ed-85f9-d2e0b2308088 | InvocationID=af18539e-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:35:38+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be036f56-672c-11ed-85f9-d2e0b2308088 | InvocationID=be03726c-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:35:38+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be036f56-672c-11ed-85f9-d2e0b2308088 | InvocationID=be03726c-672c-11ed-85f9-d2e0b2308088 | 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-18T10:35:38+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be036f56-672c-11ed-85f9-d2e0b2308088 | InvocationID=be03726c-672c-11ed-85f9-d2e0b2308088 | 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-18T10:35:39+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0333316-672c-11ed-85f9-d2e0b2308088 | InvocationID=b03334d8-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:35:39+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef5e574-672c-11ed-85f9-d2e0b2308088 | InvocationID=bef5e9a2-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:36:03+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be036f56-672c-11ed-85f9-d2e0b2308088 | InvocationID=be03726c-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:36:03+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccee6a0c-672c-11ed-85f9-d2e0b2308088 | InvocationID=ccee6c64-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:36:03+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccee6a0c-672c-11ed-85f9-d2e0b2308088 | InvocationID=ccee6c64-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:03+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccee6a0c-672c-11ed-85f9-d2e0b2308088 | InvocationID=ccee6c64-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:04+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef5e574-672c-11ed-85f9-d2e0b2308088 | InvocationID=bef5e9a2-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:36:04+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdb6ff62-672c-11ed-85f9-d2e0b2308088 | InvocationID=cdb7011a-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:36:28+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccee6a0c-672c-11ed-85f9-d2e0b2308088 | InvocationID=ccee6c64-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:36:28+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd91300-672c-11ed-85f9-d2e0b2308088 | InvocationID=dbd914e0-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:36:28+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd91300-672c-11ed-85f9-d2e0b2308088 | InvocationID=dbd914e0-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:28+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbd91300-672c-11ed-85f9-d2e0b2308088 | InvocationID=dbd914e0-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:29+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdb6ff62-672c-11ed-85f9-d2e0b2308088 | InvocationID=cdb7011a-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:36:29+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc7afe0e-672c-11ed-85f9-d2e0b2308088 | InvocationID=dc7b012e-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:36:53+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbd91300-672c-11ed-85f9-d2e0b2308088 | InvocationID=dbd914e0-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:36:53+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac81e38-672c-11ed-85f9-d2e0b2308088 | InvocationID=eac820a4-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:36:53+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac81e38-672c-11ed-85f9-d2e0b2308088 | InvocationID=eac820a4-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:53+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eac81e38-672c-11ed-85f9-d2e0b2308088 | InvocationID=eac820a4-672c-11ed-85f9-d2e0b2308088 | 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-18T10:36:54+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc7afe0e-672c-11ed-85f9-d2e0b2308088 | InvocationID=dc7b012e-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:36:54+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb3b9728-672c-11ed-85f9-d2e0b2308088 | InvocationID=eb3b9908-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:37:18+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eac81e38-672c-11ed-85f9-d2e0b2308088 | InvocationID=eac820a4-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:37:18+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9b3ab88-672c-11ed-85f9-d2e0b2308088 | InvocationID=f9b3ad40-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:37:18+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9b3ab88-672c-11ed-85f9-d2e0b2308088 | InvocationID=f9b3ad40-672c-11ed-85f9-d2e0b2308088 | 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-18T10:37:18+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9b3ab88-672c-11ed-85f9-d2e0b2308088 | InvocationID=f9b3ad40-672c-11ed-85f9-d2e0b2308088 | 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-18T10:37:18+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb3b9728-672c-11ed-85f9-d2e0b2308088 | InvocationID=eb3b9908-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:37:18+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa01ae6e-672c-11ed-85f9-d2e0b2308088 | InvocationID=fa01b602-672c-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:37:43+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9b3ab88-672c-11ed-85f9-d2e0b2308088 | InvocationID=f9b3ad40-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:37:43+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089e9c70-672d-11ed-85f9-d2e0b2308088 | InvocationID=089e9ed2-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:37:43+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089e9c70-672d-11ed-85f9-d2e0b2308088 | InvocationID=089e9ed2-672d-11ed-85f9-d2e0b2308088 | 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-18T10:37:43+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089e9c70-672d-11ed-85f9-d2e0b2308088 | InvocationID=089e9ed2-672d-11ed-85f9-d2e0b2308088 | 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-18T10:37:43+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa01ae6e-672c-11ed-85f9-d2e0b2308088 | InvocationID=fa01b602-672c-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:37:43+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c21dc6-672d-11ed-85f9-d2e0b2308088 | InvocationID=08c22168-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:38:08+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c21dc6-672d-11ed-85f9-d2e0b2308088 | InvocationID=08c22168-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:38:08+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17847f66-672d-11ed-85f9-d2e0b2308088 | InvocationID=17848132-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:38:08+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089e9c70-672d-11ed-85f9-d2e0b2308088 | InvocationID=089e9ed2-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:38:08+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17897232-672d-11ed-85f9-d2e0b2308088 | InvocationID=17897336-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:38:08+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17897232-672d-11ed-85f9-d2e0b2308088 | InvocationID=17897336-672d-11ed-85f9-d2e0b2308088 | 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-18T10:38:08+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17897232-672d-11ed-85f9-d2e0b2308088 | InvocationID=17897336-672d-11ed-85f9-d2e0b2308088 | 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-18T10:38:33+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17847f66-672d-11ed-85f9-d2e0b2308088 | InvocationID=17848132-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:38:33+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2645700a-672d-11ed-85f9-d2e0b2308088 | InvocationID=2645729e-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:38:33+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17897232-672d-11ed-85f9-d2e0b2308088 | InvocationID=17897336-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:38:33+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=267467d4-672d-11ed-85f9-d2e0b2308088 | InvocationID=26746996-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:38:33+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=267467d4-672d-11ed-85f9-d2e0b2308088 | InvocationID=26746996-672d-11ed-85f9-d2e0b2308088 | 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-18T10:38:33+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=267467d4-672d-11ed-85f9-d2e0b2308088 | InvocationID=26746996-672d-11ed-85f9-d2e0b2308088 | 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-18T10:38:57+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2645700a-672d-11ed-85f9-d2e0b2308088 | InvocationID=2645729e-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:38:57+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35068a5c-672d-11ed-85f9-d2e0b2308088 | InvocationID=35068c28-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:38:58+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=267467d4-672d-11ed-85f9-d2e0b2308088 | InvocationID=26746996-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:38:58+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355fc662-672d-11ed-85f9-d2e0b2308088 | InvocationID=355fc892-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:38:58+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355fc662-672d-11ed-85f9-d2e0b2308088 | InvocationID=355fc892-672d-11ed-85f9-d2e0b2308088 | 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-18T10:38:58+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355fc662-672d-11ed-85f9-d2e0b2308088 | InvocationID=355fc892-672d-11ed-85f9-d2e0b2308088 | 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-18T10:39:22+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35068a5c-672d-11ed-85f9-d2e0b2308088 | InvocationID=35068c28-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:39:22+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c8458a-672d-11ed-85f9-d2e0b2308088 | InvocationID=43c84742-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:39:23+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355fc662-672d-11ed-85f9-d2e0b2308088 | InvocationID=355fc892-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:39:23+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444a44d6-672d-11ed-85f9-d2e0b2308088 | InvocationID=444a468e-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:39:23+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444a44d6-672d-11ed-85f9-d2e0b2308088 | InvocationID=444a468e-672d-11ed-85f9-d2e0b2308088 | 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-18T10:39:23+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=444a44d6-672d-11ed-85f9-d2e0b2308088 | InvocationID=444a468e-672d-11ed-85f9-d2e0b2308088 | 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-18T10:39:47+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43c8458a-672d-11ed-85f9-d2e0b2308088 | InvocationID=43c84742-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:39:47+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52889fe8-672d-11ed-85f9-d2e0b2308088 | InvocationID=5288a240-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:39:48+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=444a44d6-672d-11ed-85f9-d2e0b2308088 | InvocationID=444a468e-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:39:48+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=533551de-672d-11ed-85f9-d2e0b2308088 | InvocationID=53355404-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:39:48+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=533551de-672d-11ed-85f9-d2e0b2308088 | InvocationID=53355404-672d-11ed-85f9-d2e0b2308088 | 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-18T10:39:48+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=533551de-672d-11ed-85f9-d2e0b2308088 | InvocationID=53355404-672d-11ed-85f9-d2e0b2308088 | 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-18T10:40:12+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52889fe8-672d-11ed-85f9-d2e0b2308088 | InvocationID=5288a240-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:40:12+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6149b026-672d-11ed-85f9-d2e0b2308088 | InvocationID=6149b418-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:40:13+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=533551de-672d-11ed-85f9-d2e0b2308088 | InvocationID=53355404-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:40:13+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=621fef56-672d-11ed-85f9-d2e0b2308088 | InvocationID=621ff14a-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:40:13+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=621fef56-672d-11ed-85f9-d2e0b2308088 | InvocationID=621ff14a-672d-11ed-85f9-d2e0b2308088 | 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-18T10:40:13+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=621fef56-672d-11ed-85f9-d2e0b2308088 | InvocationID=621ff14a-672d-11ed-85f9-d2e0b2308088 | 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-18T10:40:36+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6149b026-672d-11ed-85f9-d2e0b2308088 | InvocationID=6149b418-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:40:36+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700a8734-672d-11ed-85f9-d2e0b2308088 | InvocationID=700a8aea-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:40:38+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=621fef56-672d-11ed-85f9-d2e0b2308088 | InvocationID=621ff14a-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:40:38+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710c5824-672d-11ed-85f9-d2e0b2308088 | InvocationID=710c5b62-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:40:38+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710c5824-672d-11ed-85f9-d2e0b2308088 | InvocationID=710c5b62-672d-11ed-85f9-d2e0b2308088 | 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-18T10:40:38+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710c5824-672d-11ed-85f9-d2e0b2308088 | InvocationID=710c5b62-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:01+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=700a8734-672d-11ed-85f9-d2e0b2308088 | InvocationID=700a8aea-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:41:01+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ecc659e-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ecc6a08-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:41:03+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710c5824-672d-11ed-85f9-d2e0b2308088 | InvocationID=710c5b62-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:41:03+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff75ab4-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ff75ea6-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:41:03+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff75ab4-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ff75ea6-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:03+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff75ab4-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ff75ea6-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:26+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ecc659e-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ecc6a08-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:41:26+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d93fed4-672d-11ed-85f9-d2e0b2308088 | InvocationID=8d9400aa-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:41:28+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff75ab4-672d-11ed-85f9-d2e0b2308088 | InvocationID=7ff75ea6-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:41:28+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee23a8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=8ee23cc4-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:41:28+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee23a8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=8ee23cc4-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:28+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ee23a8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=8ee23cc4-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:51+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d93fed4-672d-11ed-85f9-d2e0b2308088 | InvocationID=8d9400aa-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:41:51+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c555fda-672d-11ed-85f9-d2e0b2308088 | InvocationID=9c5562be-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:41:53+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ee23a8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=8ee23cc4-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:41:53+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dccf486-672d-11ed-85f9-d2e0b2308088 | InvocationID=9dccf666-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:41:53+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dccf486-672d-11ed-85f9-d2e0b2308088 | InvocationID=9dccf666-672d-11ed-85f9-d2e0b2308088 | 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-18T10:41:53+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dccf486-672d-11ed-85f9-d2e0b2308088 | InvocationID=9dccf666-672d-11ed-85f9-d2e0b2308088 | 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-18T10:42:15+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c555fda-672d-11ed-85f9-d2e0b2308088 | InvocationID=9c5562be-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:42:15+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab172d32-672d-11ed-85f9-d2e0b2308088 | InvocationID=ab1730f2-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:42:18+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dccf486-672d-11ed-85f9-d2e0b2308088 | InvocationID=9dccf666-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:42:18+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb7ab8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=acb7ad2e-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:42:18+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb7ab8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=acb7ad2e-672d-11ed-85f9-d2e0b2308088 | 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-18T10:42:18+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb7ab8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=acb7ad2e-672d-11ed-85f9-d2e0b2308088 | 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-18T10:42:40+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab172d32-672d-11ed-85f9-d2e0b2308088 | InvocationID=ab1730f2-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:42:40+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d8b7a0-672d-11ed-85f9-d2e0b2308088 | InvocationID=b9d8c0f6-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:42:43+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb7ab8a-672d-11ed-85f9-d2e0b2308088 | InvocationID=acb7ad2e-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:42:43+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba38614-672d-11ed-85f9-d2e0b2308088 | InvocationID=bba387d6-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:42:43+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba38614-672d-11ed-85f9-d2e0b2308088 | InvocationID=bba387d6-672d-11ed-85f9-d2e0b2308088 | 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-18T10:42:43+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba38614-672d-11ed-85f9-d2e0b2308088 | InvocationID=bba387d6-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:05+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9d8b7a0-672d-11ed-85f9-d2e0b2308088 | InvocationID=b9d8c0f6-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:43:05+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89bedde-672d-11ed-85f9-d2e0b2308088 | InvocationID=c89bfd56-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:43:08+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba38614-672d-11ed-85f9-d2e0b2308088 | InvocationID=bba387d6-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:43:08+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8eb66c-672d-11ed-85f9-d2e0b2308088 | InvocationID=ca8eb8d8-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:43:08+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8eb66c-672d-11ed-85f9-d2e0b2308088 | InvocationID=ca8eb8d8-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:08+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8eb66c-672d-11ed-85f9-d2e0b2308088 | InvocationID=ca8eb8d8-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:30+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c89bedde-672d-11ed-85f9-d2e0b2308088 | InvocationID=c89bfd56-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:43:30+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75d7950-672d-11ed-85f9-d2e0b2308088 | InvocationID=d75d7b44-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:43:33+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8eb66c-672d-11ed-85f9-d2e0b2308088 | InvocationID=ca8eb8d8-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:43:33+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97965f0-672d-11ed-85f9-d2e0b2308088 | InvocationID=d97967f8-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:43:33+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97965f0-672d-11ed-85f9-d2e0b2308088 | InvocationID=d97967f8-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:33+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97965f0-672d-11ed-85f9-d2e0b2308088 | InvocationID=d97967f8-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:55+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75d7950-672d-11ed-85f9-d2e0b2308088 | InvocationID=d75d7b44-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:43:55+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61ef996-672d-11ed-85f9-d2e0b2308088 | InvocationID=e61efbda-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:43:58+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97965f0-672d-11ed-85f9-d2e0b2308088 | InvocationID=d97967f8-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:43:58+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e863ce7a-672d-11ed-85f9-d2e0b2308088 | InvocationID=e863d122-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:43:58+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e863ce7a-672d-11ed-85f9-d2e0b2308088 | InvocationID=e863d122-672d-11ed-85f9-d2e0b2308088 | 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-18T10:43:58+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e863ce7a-672d-11ed-85f9-d2e0b2308088 | InvocationID=e863d122-672d-11ed-85f9-d2e0b2308088 | 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-18T10:44:19+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61ef996-672d-11ed-85f9-d2e0b2308088 | InvocationID=e61efbda-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:44:19+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4e6adf2-672d-11ed-85f9-d2e0b2308088 | InvocationID=f4e6b054-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:44:23+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e863ce7a-672d-11ed-85f9-d2e0b2308088 | InvocationID=e863d122-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:44:23+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74eb9cc-672d-11ed-85f9-d2e0b2308088 | InvocationID=f74ebb98-672d-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:44:23+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74eb9cc-672d-11ed-85f9-d2e0b2308088 | InvocationID=f74ebb98-672d-11ed-85f9-d2e0b2308088 | 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-18T10:44:23+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f74eb9cc-672d-11ed-85f9-d2e0b2308088 | InvocationID=f74ebb98-672d-11ed-85f9-d2e0b2308088 | 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-18T10:44:44+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4e6adf2-672d-11ed-85f9-d2e0b2308088 | InvocationID=f4e6b054-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:44:44+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03a7824e-672e-11ed-85f9-d2e0b2308088 | InvocationID=03a784ec-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:44:48+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f74eb9cc-672d-11ed-85f9-d2e0b2308088 | InvocationID=f74ebb98-672d-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:44:48+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063aa3d8-672e-11ed-85f9-d2e0b2308088 | InvocationID=063aa5ea-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:44:48+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063aa3d8-672e-11ed-85f9-d2e0b2308088 | InvocationID=063aa5ea-672e-11ed-85f9-d2e0b2308088 | 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-18T10:44:48+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063aa3d8-672e-11ed-85f9-d2e0b2308088 | InvocationID=063aa5ea-672e-11ed-85f9-d2e0b2308088 | 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-18T10:45:09+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03a7824e-672e-11ed-85f9-d2e0b2308088 | InvocationID=03a784ec-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:45:09+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12682fcc-672e-11ed-85f9-d2e0b2308088 | InvocationID=1268329c-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:45:13+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063aa3d8-672e-11ed-85f9-d2e0b2308088 | InvocationID=063aa5ea-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:45:13+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1525008c-672e-11ed-85f9-d2e0b2308088 | InvocationID=15250262-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:45:13+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1525008c-672e-11ed-85f9-d2e0b2308088 | InvocationID=15250262-672e-11ed-85f9-d2e0b2308088 | 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-18T10:45:13+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1525008c-672e-11ed-85f9-d2e0b2308088 | InvocationID=15250262-672e-11ed-85f9-d2e0b2308088 | 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-18T10:45:34+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12682fcc-672e-11ed-85f9-d2e0b2308088 | InvocationID=1268329c-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:45:34+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=212acd3a-672e-11ed-85f9-d2e0b2308088 | InvocationID=212acf92-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:45:38+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1525008c-672e-11ed-85f9-d2e0b2308088 | InvocationID=15250262-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:45:38+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=240fd248-672e-11ed-85f9-d2e0b2308088 | InvocationID=240fd40a-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:45:38+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=240fd248-672e-11ed-85f9-d2e0b2308088 | InvocationID=240fd40a-672e-11ed-85f9-d2e0b2308088 | 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-18T10:45:38+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=240fd248-672e-11ed-85f9-d2e0b2308088 | InvocationID=240fd40a-672e-11ed-85f9-d2e0b2308088 | 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-18T10:45:58+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=212acd3a-672e-11ed-85f9-d2e0b2308088 | InvocationID=212acf92-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:45:58+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff74b0e-672e-11ed-85f9-d2e0b2308088 | InvocationID=2ff74ce4-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:46:03+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=240fd248-672e-11ed-85f9-d2e0b2308088 | InvocationID=240fd40a-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:46:03+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32fa8492-672e-11ed-85f9-d2e0b2308088 | InvocationID=32fa86fe-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:46:04+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32fa8492-672e-11ed-85f9-d2e0b2308088 | InvocationID=32fa86fe-672e-11ed-85f9-d2e0b2308088 | 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-18T10:46:04+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32fa8492-672e-11ed-85f9-d2e0b2308088 | InvocationID=32fa86fe-672e-11ed-85f9-d2e0b2308088 | 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-18T10:46:23+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ff74b0e-672e-11ed-85f9-d2e0b2308088 | InvocationID=2ff74ce4-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:46:23+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb860ba-672e-11ed-85f9-d2e0b2308088 | InvocationID=3eb86286-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:46:29+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32fa8492-672e-11ed-85f9-d2e0b2308088 | InvocationID=32fa86fe-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:46:29+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41e5863c-672e-11ed-85f9-d2e0b2308088 | InvocationID=41e5889e-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:46:29+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41e5863c-672e-11ed-85f9-d2e0b2308088 | InvocationID=41e5889e-672e-11ed-85f9-d2e0b2308088 | 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-18T10:46:29+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41e5863c-672e-11ed-85f9-d2e0b2308088 | InvocationID=41e5889e-672e-11ed-85f9-d2e0b2308088 | 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-18T10:46:48+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eb860ba-672e-11ed-85f9-d2e0b2308088 | InvocationID=3eb86286-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:46:48+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d7949f2-672e-11ed-85f9-d2e0b2308088 | InvocationID=4d794c54-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:46:54+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41e5863c-672e-11ed-85f9-d2e0b2308088 | InvocationID=41e5889e-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:46:54+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d3319e-672e-11ed-85f9-d2e0b2308088 | InvocationID=50d33356-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:46:54+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d3319e-672e-11ed-85f9-d2e0b2308088 | InvocationID=50d33356-672e-11ed-85f9-d2e0b2308088 | 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-18T10:46:54+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d3319e-672e-11ed-85f9-d2e0b2308088 | InvocationID=50d33356-672e-11ed-85f9-d2e0b2308088 | 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-18T10:47:13+0000 | aai_event_thread | 139916659047200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d7949f2-672e-11ed-85f9-d2e0b2308088 | InvocationID=4d794c54-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF AAI events.
2022-11-18T10:47:13+0000 | aai_event_thread | 139916659047200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3d389a-672e-11ed-85f9-d2e0b2308088 | InvocationID=5c3d3b2e-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T10:47:19+0000 | policy_event_thread | 139916660108064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d3319e-672e-11ed-85f9-d2e0b2308088 | InvocationID=50d33356-672e-11ed-85f9-d2e0b2308088 | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T10:47:19+0000 | policy_event_thread | 139916660108064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fbdfb6c-672e-11ed-85f9-d2e0b2308088 | InvocationID=5fbe072e-672e-11ed-85f9-d2e0b2308088 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T10:47:19+0000 | policy_event_thread | 139916660108064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fbdfb6c-672e-11ed-85f9-d2e0b2308088 | InvocationID=5fbe072e-672e-11ed-85f9-d2e0b2308088 | 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-18T10:47:19+0000 | policy_event_thread | 139916660108064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fbdfb6c-672e-11ed-85f9-d2e0b2308088 | InvocationID=5fbe072e-672e-11ed-85f9-d2e0b2308088 | 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