Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-10-28T22:58:44+0000 | MainThread | 140299789126984 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-10-28T22:58:44+0000 | MainThread | 140299789126984 | 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-10-28T22:58:44+0000 | MainThread | 140299789126984 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-10-28T22:58:44+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T22:58:44+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c04cd6-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c04ee8-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T22:58:44+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-10-28T22:58:44+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c32514-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c32686-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T22:58:44+0000 | MainThread | 140299789126984 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-10-28T22:58:45+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c04cd6-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c04ee8-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:58:45+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c04cd6-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c04ee8-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:58:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c32514-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c32686-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:58:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c32514-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c32686-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c32514-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c32686-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T22:59:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f2a82f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=1f2a8572-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T22:59:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f2a82f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=1f2a8572-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f2a82f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=1f2a8572-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:10+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c04cd6-5714-11ed-9e7c-4a7d53675140 | InvocationID=12c04ee8-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T22:59:10+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22246bbc-5714-11ed-9e7c-4a7d53675140 | InvocationID=22246f90-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T22:59:10+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22246bbc-5714-11ed-9e7c-4a7d53675140 | InvocationID=22246f90-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:59:10+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22246bbc-5714-11ed-9e7c-4a7d53675140 | InvocationID=22246f90-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:59:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f2a82f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=1f2a8572-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T22:59:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1b2f6c-5714-11ed-9e7c-4a7d53675140 | InvocationID=2b1b3138-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T22:59:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1b2f6c-5714-11ed-9e7c-4a7d53675140 | InvocationID=2b1b3138-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b1b2f6c-5714-11ed-9e7c-4a7d53675140 | InvocationID=2b1b3138-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:35+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22246bbc-5714-11ed-9e7c-4a7d53675140 | InvocationID=22246f90-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T22:59:35+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311024f4-5714-11ed-9e7c-4a7d53675140 | InvocationID=311026ca-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T22:59:35+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311024f4-5714-11ed-9e7c-4a7d53675140 | InvocationID=311026ca-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:59:35+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311024f4-5714-11ed-9e7c-4a7d53675140 | InvocationID=311026ca-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T22:59:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b1b2f6c-5714-11ed-9e7c-4a7d53675140 | InvocationID=2b1b3138-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T22:59:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370b2390-5714-11ed-9e7c-4a7d53675140 | InvocationID=370b27d2-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T22:59:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370b2390-5714-11ed-9e7c-4a7d53675140 | InvocationID=370b27d2-5714-11ed-9e7c-4a7d53675140 | 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-10-28T22:59:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=370b2390-5714-11ed-9e7c-4a7d53675140 | InvocationID=370b27d2-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:00+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311024f4-5714-11ed-9e7c-4a7d53675140 | InvocationID=311026ca-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:00:00+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ffbfe16-5714-11ed-9e7c-4a7d53675140 | InvocationID=3ffc001e-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:00:00+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ffbfe16-5714-11ed-9e7c-4a7d53675140 | InvocationID=3ffc001e-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:00:00+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ffbfe16-5714-11ed-9e7c-4a7d53675140 | InvocationID=3ffc001e-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:00:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=370b2390-5714-11ed-9e7c-4a7d53675140 | InvocationID=370b27d2-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:00:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fdc658-5714-11ed-9e7c-4a7d53675140 | InvocationID=42fdc874-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:00:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fdc658-5714-11ed-9e7c-4a7d53675140 | InvocationID=42fdc874-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fdc658-5714-11ed-9e7c-4a7d53675140 | InvocationID=42fdc874-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fdc658-5714-11ed-9e7c-4a7d53675140 | InvocationID=42fdc874-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:00:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eee6f1c-5714-11ed-9e7c-4a7d53675140 | InvocationID=4eee7106-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:00:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eee6f1c-5714-11ed-9e7c-4a7d53675140 | InvocationID=4eee7106-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eee6f1c-5714-11ed-9e7c-4a7d53675140 | InvocationID=4eee7106-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:25+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ffbfe16-5714-11ed-9e7c-4a7d53675140 | InvocationID=3ffc001e-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:00:25+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef65af6-5714-11ed-9e7c-4a7d53675140 | InvocationID=4ef65cea-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:00:25+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef65af6-5714-11ed-9e7c-4a7d53675140 | InvocationID=4ef65cea-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:00:25+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef65af6-5714-11ed-9e7c-4a7d53675140 | InvocationID=4ef65cea-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:00:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eee6f1c-5714-11ed-9e7c-4a7d53675140 | InvocationID=4eee7106-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:00:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adf6420-5714-11ed-9e7c-4a7d53675140 | InvocationID=5adf6b0a-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:00:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adf6420-5714-11ed-9e7c-4a7d53675140 | InvocationID=5adf6b0a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5adf6420-5714-11ed-9e7c-4a7d53675140 | InvocationID=5adf6b0a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:00:50+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef65af6-5714-11ed-9e7c-4a7d53675140 | InvocationID=4ef65cea-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:00:50+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de0feb8-5714-11ed-9e7c-4a7d53675140 | InvocationID=5de10048-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:00:50+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de0feb8-5714-11ed-9e7c-4a7d53675140 | InvocationID=5de10048-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:00:50+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5de0feb8-5714-11ed-9e7c-4a7d53675140 | InvocationID=5de10048-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:01:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5adf6420-5714-11ed-9e7c-4a7d53675140 | InvocationID=5adf6b0a-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:01:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d0e88a-5714-11ed-9e7c-4a7d53675140 | InvocationID=66d0ed94-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:01:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d0e88a-5714-11ed-9e7c-4a7d53675140 | InvocationID=66d0ed94-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:01:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66d0e88a-5714-11ed-9e7c-4a7d53675140 | InvocationID=66d0ed94-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:01:15+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5de0feb8-5714-11ed-9e7c-4a7d53675140 | InvocationID=5de10048-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:01:15+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ccb4d3e-5714-11ed-9e7c-4a7d53675140 | InvocationID=6ccb4f6e-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:01:15+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ccb4d3e-5714-11ed-9e7c-4a7d53675140 | InvocationID=6ccb4f6e-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:01:15+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ccb4d3e-5714-11ed-9e7c-4a7d53675140 | InvocationID=6ccb4f6e-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:01:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66d0e88a-5714-11ed-9e7c-4a7d53675140 | InvocationID=66d0ed94-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:01:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c278f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=72c27b2c-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:01:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c278f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=72c27b2c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:01:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72c278f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=72c27b2c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:01:40+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ccb4d3e-5714-11ed-9e7c-4a7d53675140 | InvocationID=6ccb4f6e-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:01:40+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb5c432-5714-11ed-9e7c-4a7d53675140 | InvocationID=7bb5c6da-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:01:40+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb5c432-5714-11ed-9e7c-4a7d53675140 | InvocationID=7bb5c6da-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:01:40+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb5c432-5714-11ed-9e7c-4a7d53675140 | InvocationID=7bb5c6da-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:01:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72c278f2-5714-11ed-9e7c-4a7d53675140 | InvocationID=72c27b2c-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:01:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb39eca-5714-11ed-9e7c-4a7d53675140 | InvocationID=7eb3a064-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:01:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb39eca-5714-11ed-9e7c-4a7d53675140 | InvocationID=7eb3a064-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:01:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eb39eca-5714-11ed-9e7c-4a7d53675140 | InvocationID=7eb3a064-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:05+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb5c432-5714-11ed-9e7c-4a7d53675140 | InvocationID=7bb5c6da-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:02:05+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa0774e-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa0a156-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:02:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eb39eca-5714-11ed-9e7c-4a7d53675140 | InvocationID=7eb3a064-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:02:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa431b8-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa4333e-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:02:05+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa0774e-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa0a156-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:02:05+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa0774e-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa0a156-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:02:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa431b8-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa4333e-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa431b8-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa4333e-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa431b8-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa4333e-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:02:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96962544-5714-11ed-9e7c-4a7d53675140 | InvocationID=96962724-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:02:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96962544-5714-11ed-9e7c-4a7d53675140 | InvocationID=96962724-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96962544-5714-11ed-9e7c-4a7d53675140 | InvocationID=96962724-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:30+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa0774e-5714-11ed-9e7c-4a7d53675140 | InvocationID=8aa0a156-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:02:30+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998de764-5714-11ed-9e7c-4a7d53675140 | InvocationID=998df25e-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:02:30+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998de764-5714-11ed-9e7c-4a7d53675140 | InvocationID=998df25e-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:02:30+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998de764-5714-11ed-9e7c-4a7d53675140 | InvocationID=998df25e-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:02:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96962544-5714-11ed-9e7c-4a7d53675140 | InvocationID=96962724-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:02:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28fe722-5714-11ed-9e7c-4a7d53675140 | InvocationID=a28fe916-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:02:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28fe722-5714-11ed-9e7c-4a7d53675140 | InvocationID=a28fe916-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a28fe722-5714-11ed-9e7c-4a7d53675140 | InvocationID=a28fe916-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:02:55+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998de764-5714-11ed-9e7c-4a7d53675140 | InvocationID=998df25e-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:02:55+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8789b84-5714-11ed-9e7c-4a7d53675140 | InvocationID=a8789de6-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:02:55+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8789b84-5714-11ed-9e7c-4a7d53675140 | InvocationID=a8789de6-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:02:55+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8789b84-5714-11ed-9e7c-4a7d53675140 | InvocationID=a8789de6-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:03:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a28fe722-5714-11ed-9e7c-4a7d53675140 | InvocationID=a28fe916-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:03:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7fcd54-5714-11ed-9e7c-4a7d53675140 | InvocationID=ae7fcf2a-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:03:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7fcd54-5714-11ed-9e7c-4a7d53675140 | InvocationID=ae7fcf2a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:03:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7fcd54-5714-11ed-9e7c-4a7d53675140 | InvocationID=ae7fcf2a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:03:20+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8789b84-5714-11ed-9e7c-4a7d53675140 | InvocationID=a8789de6-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:03:20+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7638eba-5714-11ed-9e7c-4a7d53675140 | InvocationID=b7639090-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:03:20+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7638eba-5714-11ed-9e7c-4a7d53675140 | InvocationID=b7639090-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:03:20+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7638eba-5714-11ed-9e7c-4a7d53675140 | InvocationID=b7639090-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:03:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7fcd54-5714-11ed-9e7c-4a7d53675140 | InvocationID=ae7fcf2a-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:03:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6f73b2-5714-11ed-9e7c-4a7d53675140 | InvocationID=ba6f754c-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:03:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6f73b2-5714-11ed-9e7c-4a7d53675140 | InvocationID=ba6f754c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:03:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba6f73b2-5714-11ed-9e7c-4a7d53675140 | InvocationID=ba6f754c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:03:45+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7638eba-5714-11ed-9e7c-4a7d53675140 | InvocationID=b7639090-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:03:45+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64dffdc-5714-11ed-9e7c-4a7d53675140 | InvocationID=c64e022a-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:03:45+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64dffdc-5714-11ed-9e7c-4a7d53675140 | InvocationID=c64e022a-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:03:45+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64dffdc-5714-11ed-9e7c-4a7d53675140 | InvocationID=c64e022a-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:03:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba6f73b2-5714-11ed-9e7c-4a7d53675140 | InvocationID=ba6f754c-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:03:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65f0a98-5714-11ed-9e7c-4a7d53675140 | InvocationID=c65f0c8c-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:03:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65f0a98-5714-11ed-9e7c-4a7d53675140 | InvocationID=c65f0c8c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:03:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c65f0a98-5714-11ed-9e7c-4a7d53675140 | InvocationID=c65f0c8c-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c65f0a98-5714-11ed-9e7c-4a7d53675140 | InvocationID=c65f0c8c-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:04:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24edd60-5714-11ed-9e7c-4a7d53675140 | InvocationID=d24edf86-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:04:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24edd60-5714-11ed-9e7c-4a7d53675140 | InvocationID=d24edf86-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d24edd60-5714-11ed-9e7c-4a7d53675140 | InvocationID=d24edf86-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:10+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64dffdc-5714-11ed-9e7c-4a7d53675140 | InvocationID=c64e022a-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:04:10+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5388ef4-5714-11ed-9e7c-4a7d53675140 | InvocationID=d5389b42-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:04:10+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5388ef4-5714-11ed-9e7c-4a7d53675140 | InvocationID=d5389b42-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:04:10+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5388ef4-5714-11ed-9e7c-4a7d53675140 | InvocationID=d5389b42-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:04:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d24edd60-5714-11ed-9e7c-4a7d53675140 | InvocationID=d24edf86-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:04:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3ed5bc-5714-11ed-9e7c-4a7d53675140 | InvocationID=de3edd0a-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:04:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3ed5bc-5714-11ed-9e7c-4a7d53675140 | InvocationID=de3edd0a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de3ed5bc-5714-11ed-9e7c-4a7d53675140 | InvocationID=de3edd0a-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:35+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5388ef4-5714-11ed-9e7c-4a7d53675140 | InvocationID=d5389b42-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:04:35+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e424c93c-5714-11ed-9e7c-4a7d53675140 | InvocationID=e424cb12-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:04:35+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e424c93c-5714-11ed-9e7c-4a7d53675140 | InvocationID=e424cb12-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:04:35+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e424c93c-5714-11ed-9e7c-4a7d53675140 | InvocationID=e424cb12-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:04:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de3ed5bc-5714-11ed-9e7c-4a7d53675140 | InvocationID=de3edd0a-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:04:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea300350-5714-11ed-9e7c-4a7d53675140 | InvocationID=ea300a26-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:04:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea300350-5714-11ed-9e7c-4a7d53675140 | InvocationID=ea300a26-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:04:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea300350-5714-11ed-9e7c-4a7d53675140 | InvocationID=ea300a26-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:00+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e424c93c-5714-11ed-9e7c-4a7d53675140 | InvocationID=e424cb12-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:05:00+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3104976-5714-11ed-9e7c-4a7d53675140 | InvocationID=f3104c64-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:05:00+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3104976-5714-11ed-9e7c-4a7d53675140 | InvocationID=f3104c64-5714-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:05:00+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3104976-5714-11ed-9e7c-4a7d53675140 | InvocationID=f3104c64-5714-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:05:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea300350-5714-11ed-9e7c-4a7d53675140 | InvocationID=ea300a26-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:05:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61ff5a8-5714-11ed-9e7c-4a7d53675140 | InvocationID=f61ff788-5714-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:05:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61ff5a8-5714-11ed-9e7c-4a7d53675140 | InvocationID=f61ff788-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61ff5a8-5714-11ed-9e7c-4a7d53675140 | InvocationID=f61ff788-5714-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:25+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3104976-5714-11ed-9e7c-4a7d53675140 | InvocationID=f3104c64-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:05:25+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01fad26c-5715-11ed-9e7c-4a7d53675140 | InvocationID=01fad492-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:05:25+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01fad26c-5715-11ed-9e7c-4a7d53675140 | InvocationID=01fad492-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:05:25+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01fad26c-5715-11ed-9e7c-4a7d53675140 | InvocationID=01fad492-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:05:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61ff5a8-5714-11ed-9e7c-4a7d53675140 | InvocationID=f61ff788-5714-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:05:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021054a2-5715-11ed-9e7c-4a7d53675140 | InvocationID=021056fa-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:05:25+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021054a2-5715-11ed-9e7c-4a7d53675140 | InvocationID=021056fa-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:25+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=021054a2-5715-11ed-9e7c-4a7d53675140 | InvocationID=021056fa-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=021054a2-5715-11ed-9e7c-4a7d53675140 | InvocationID=021056fa-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:05:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e003b2e-5715-11ed-9e7c-4a7d53675140 | InvocationID=0e003d7c-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:05:45+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e003b2e-5715-11ed-9e7c-4a7d53675140 | InvocationID=0e003d7c-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:45+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e003b2e-5715-11ed-9e7c-4a7d53675140 | InvocationID=0e003d7c-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:05:50+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01fad26c-5715-11ed-9e7c-4a7d53675140 | InvocationID=01fad492-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:05:50+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e5b396-5715-11ed-9e7c-4a7d53675140 | InvocationID=10e5b53a-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:05:50+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e5b396-5715-11ed-9e7c-4a7d53675140 | InvocationID=10e5b53a-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:05:50+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10e5b396-5715-11ed-9e7c-4a7d53675140 | InvocationID=10e5b53a-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:06:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e003b2e-5715-11ed-9e7c-4a7d53675140 | InvocationID=0e003d7c-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:06:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f0aed2-5715-11ed-9e7c-4a7d53675140 | InvocationID=19f0b0b2-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:06:05+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f0aed2-5715-11ed-9e7c-4a7d53675140 | InvocationID=19f0b0b2-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:06:05+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19f0aed2-5715-11ed-9e7c-4a7d53675140 | InvocationID=19f0b0b2-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:06:15+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10e5b396-5715-11ed-9e7c-4a7d53675140 | InvocationID=10e5b53a-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:06:15+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd2e0e0-5715-11ed-9e7c-4a7d53675140 | InvocationID=1fd2e298-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:06:15+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd2e0e0-5715-11ed-9e7c-4a7d53675140 | InvocationID=1fd2e298-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:06:15+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd2e0e0-5715-11ed-9e7c-4a7d53675140 | InvocationID=1fd2e298-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:06:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19f0aed2-5715-11ed-9e7c-4a7d53675140 | InvocationID=19f0b0b2-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:06:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e15a0c-5715-11ed-9e7c-4a7d53675140 | InvocationID=25e15bc4-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:06:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e15a0c-5715-11ed-9e7c-4a7d53675140 | InvocationID=25e15bc4-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:06:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25e15a0c-5715-11ed-9e7c-4a7d53675140 | InvocationID=25e15bc4-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:06:40+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd2e0e0-5715-11ed-9e7c-4a7d53675140 | InvocationID=1fd2e298-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:06:40+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ebd4c9e-5715-11ed-9e7c-4a7d53675140 | InvocationID=2ebd4ece-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:06:40+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ebd4c9e-5715-11ed-9e7c-4a7d53675140 | InvocationID=2ebd4ece-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:06:40+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ebd4c9e-5715-11ed-9e7c-4a7d53675140 | InvocationID=2ebd4ece-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:06:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25e15a0c-5715-11ed-9e7c-4a7d53675140 | InvocationID=25e15bc4-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:06:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d1444e-5715-11ed-9e7c-4a7d53675140 | InvocationID=31d145de-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:06:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d1444e-5715-11ed-9e7c-4a7d53675140 | InvocationID=31d145de-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:06:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d1444e-5715-11ed-9e7c-4a7d53675140 | InvocationID=31d145de-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:05+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ebd4c9e-5715-11ed-9e7c-4a7d53675140 | InvocationID=2ebd4ece-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:07:05+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da7a894-5715-11ed-9e7c-4a7d53675140 | InvocationID=3da7aa88-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:07:05+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da7a894-5715-11ed-9e7c-4a7d53675140 | InvocationID=3da7aa88-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:07:05+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da7a894-5715-11ed-9e7c-4a7d53675140 | InvocationID=3da7aa88-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:07:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d1444e-5715-11ed-9e7c-4a7d53675140 | InvocationID=31d145de-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:07:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc1105e-5715-11ed-9e7c-4a7d53675140 | InvocationID=3dc11266-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:07:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc1105e-5715-11ed-9e7c-4a7d53675140 | InvocationID=3dc11266-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc1105e-5715-11ed-9e7c-4a7d53675140 | InvocationID=3dc11266-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc1105e-5715-11ed-9e7c-4a7d53675140 | InvocationID=3dc11266-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:07:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b0c44a-5715-11ed-9e7c-4a7d53675140 | InvocationID=49b0c684-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:07:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b0c44a-5715-11ed-9e7c-4a7d53675140 | InvocationID=49b0c684-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b0c44a-5715-11ed-9e7c-4a7d53675140 | InvocationID=49b0c684-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:30+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da7a894-5715-11ed-9e7c-4a7d53675140 | InvocationID=3da7aa88-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:07:30+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c92c7da-5715-11ed-9e7c-4a7d53675140 | InvocationID=4c92cae6-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:07:30+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c92c7da-5715-11ed-9e7c-4a7d53675140 | InvocationID=4c92cae6-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:07:30+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c92c7da-5715-11ed-9e7c-4a7d53675140 | InvocationID=4c92cae6-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:07:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b0c44a-5715-11ed-9e7c-4a7d53675140 | InvocationID=49b0c684-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:07:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a07750-5715-11ed-9e7c-4a7d53675140 | InvocationID=55a07f02-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:07:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a07750-5715-11ed-9e7c-4a7d53675140 | InvocationID=55a07f02-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55a07750-5715-11ed-9e7c-4a7d53675140 | InvocationID=55a07f02-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:07:55+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c92c7da-5715-11ed-9e7c-4a7d53675140 | InvocationID=4c92cae6-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:07:55+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7f450c-5715-11ed-9e7c-4a7d53675140 | InvocationID=5b7f46f6-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:07:55+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7f450c-5715-11ed-9e7c-4a7d53675140 | InvocationID=5b7f46f6-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:07:55+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7f450c-5715-11ed-9e7c-4a7d53675140 | InvocationID=5b7f46f6-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:08:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55a07750-5715-11ed-9e7c-4a7d53675140 | InvocationID=55a07f02-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:08:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619072b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=61907510-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:08:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619072b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=61907510-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:08:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=619072b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=61907510-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:08:20+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7f450c-5715-11ed-9e7c-4a7d53675140 | InvocationID=5b7f46f6-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:08:20+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6b8616-5715-11ed-9e7c-4a7d53675140 | InvocationID=6a6b8878-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:08:20+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6b8616-5715-11ed-9e7c-4a7d53675140 | InvocationID=6a6b8878-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:08:20+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6b8616-5715-11ed-9e7c-4a7d53675140 | InvocationID=6a6b8878-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:08:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=619072b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=61907510-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:08:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d803130-5715-11ed-9e7c-4a7d53675140 | InvocationID=6d8032ca-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:08:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d803130-5715-11ed-9e7c-4a7d53675140 | InvocationID=6d8032ca-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:08:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d803130-5715-11ed-9e7c-4a7d53675140 | InvocationID=6d8032ca-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:08:45+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6b8616-5715-11ed-9e7c-4a7d53675140 | InvocationID=6a6b8878-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:08:45+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79566196-5715-11ed-9e7c-4a7d53675140 | InvocationID=79566682-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:08:46+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79566196-5715-11ed-9e7c-4a7d53675140 | InvocationID=79566682-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:08:46+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79566196-5715-11ed-9e7c-4a7d53675140 | InvocationID=79566682-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:08:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d803130-5715-11ed-9e7c-4a7d53675140 | InvocationID=6d8032ca-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:08:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79702dce-5715-11ed-9e7c-4a7d53675140 | InvocationID=79702f90-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:08:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79702dce-5715-11ed-9e7c-4a7d53675140 | InvocationID=79702f90-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:08:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79702dce-5715-11ed-9e7c-4a7d53675140 | InvocationID=79702f90-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79702dce-5715-11ed-9e7c-4a7d53675140 | InvocationID=79702f90-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:09:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856087b4-5715-11ed-9e7c-4a7d53675140 | InvocationID=856092ea-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:09:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856087b4-5715-11ed-9e7c-4a7d53675140 | InvocationID=856092ea-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856087b4-5715-11ed-9e7c-4a7d53675140 | InvocationID=856092ea-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:11+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79566196-5715-11ed-9e7c-4a7d53675140 | InvocationID=79566682-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:09:11+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88451350-5715-11ed-9e7c-4a7d53675140 | InvocationID=884514d6-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:09:11+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88451350-5715-11ed-9e7c-4a7d53675140 | InvocationID=884514d6-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:09:11+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88451350-5715-11ed-9e7c-4a7d53675140 | InvocationID=884514d6-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:09:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856087b4-5715-11ed-9e7c-4a7d53675140 | InvocationID=856092ea-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:09:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915173f8-5715-11ed-9e7c-4a7d53675140 | InvocationID=91517eca-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:09:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915173f8-5715-11ed-9e7c-4a7d53675140 | InvocationID=91517eca-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=915173f8-5715-11ed-9e7c-4a7d53675140 | InvocationID=91517eca-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:36+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88451350-5715-11ed-9e7c-4a7d53675140 | InvocationID=884514d6-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:09:36+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97338c48-5715-11ed-9e7c-4a7d53675140 | InvocationID=97338db0-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:09:36+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97338c48-5715-11ed-9e7c-4a7d53675140 | InvocationID=97338db0-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:09:36+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97338c48-5715-11ed-9e7c-4a7d53675140 | InvocationID=97338db0-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:09:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=915173f8-5715-11ed-9e7c-4a7d53675140 | InvocationID=91517eca-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:09:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d41530e-5715-11ed-9e7c-4a7d53675140 | InvocationID=9d415502-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:09:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d41530e-5715-11ed-9e7c-4a7d53675140 | InvocationID=9d415502-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:09:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d41530e-5715-11ed-9e7c-4a7d53675140 | InvocationID=9d415502-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:01+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97338c48-5715-11ed-9e7c-4a7d53675140 | InvocationID=97338db0-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:10:01+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61e141c-5715-11ed-9e7c-4a7d53675140 | InvocationID=a61e16ce-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:10:01+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61e141c-5715-11ed-9e7c-4a7d53675140 | InvocationID=a61e16ce-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:10:01+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61e141c-5715-11ed-9e7c-4a7d53675140 | InvocationID=a61e16ce-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:10:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d41530e-5715-11ed-9e7c-4a7d53675140 | InvocationID=9d415502-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:10:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9315204-5715-11ed-9e7c-4a7d53675140 | InvocationID=a93153da-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:10:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9315204-5715-11ed-9e7c-4a7d53675140 | InvocationID=a93153da-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9315204-5715-11ed-9e7c-4a7d53675140 | InvocationID=a93153da-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:26+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61e141c-5715-11ed-9e7c-4a7d53675140 | InvocationID=a61e16ce-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:10:26+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b509482a-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5094b9a-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:10:26+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b509482a-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5094b9a-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:10:26+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b509482a-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5094b9a-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:10:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9315204-5715-11ed-9e7c-4a7d53675140 | InvocationID=a93153da-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:10:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52126ca-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5212922-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:10:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52126ca-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5212922-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b52126ca-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5212922-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b52126ca-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5212922-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:10:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c110cbd4-5715-11ed-9e7c-4a7d53675140 | InvocationID=c110cdbe-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:10:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c110cbd4-5715-11ed-9e7c-4a7d53675140 | InvocationID=c110cdbe-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c110cbd4-5715-11ed-9e7c-4a7d53675140 | InvocationID=c110cdbe-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:10:51+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b509482a-5715-11ed-9e7c-4a7d53675140 | InvocationID=b5094b9a-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:10:51+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f6044a-5715-11ed-9e7c-4a7d53675140 | InvocationID=c3f60620-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:10:51+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f6044a-5715-11ed-9e7c-4a7d53675140 | InvocationID=c3f60620-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:10:51+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f6044a-5715-11ed-9e7c-4a7d53675140 | InvocationID=c3f60620-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:11:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c110cbd4-5715-11ed-9e7c-4a7d53675140 | InvocationID=c110cdbe-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:11:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0084e8-5715-11ed-9e7c-4a7d53675140 | InvocationID=cd008858-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:11:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0084e8-5715-11ed-9e7c-4a7d53675140 | InvocationID=cd008858-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:11:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0084e8-5715-11ed-9e7c-4a7d53675140 | InvocationID=cd008858-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:11:16+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f6044a-5715-11ed-9e7c-4a7d53675140 | InvocationID=c3f60620-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:11:16+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e120c0-5715-11ed-9e7c-4a7d53675140 | InvocationID=d2e12368-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:11:16+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e120c0-5715-11ed-9e7c-4a7d53675140 | InvocationID=d2e12368-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:11:16+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e120c0-5715-11ed-9e7c-4a7d53675140 | InvocationID=d2e12368-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:11:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0084e8-5715-11ed-9e7c-4a7d53675140 | InvocationID=cd008858-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:11:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f0a4b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=d8f0a652-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:11:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f0a4b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=d8f0a652-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:11:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8f0a4b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=d8f0a652-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:11:41+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e120c0-5715-11ed-9e7c-4a7d53675140 | InvocationID=d2e12368-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:11:41+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cbe1d8-5715-11ed-9e7c-4a7d53675140 | InvocationID=e1cbe368-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:11:41+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cbe1d8-5715-11ed-9e7c-4a7d53675140 | InvocationID=e1cbe368-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:11:41+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cbe1d8-5715-11ed-9e7c-4a7d53675140 | InvocationID=e1cbe368-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:11:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8f0a4b8-5715-11ed-9e7c-4a7d53675140 | InvocationID=d8f0a652-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:11:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e01984-5715-11ed-9e7c-4a7d53675140 | InvocationID=e4e01b14-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:11:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e01984-5715-11ed-9e7c-4a7d53675140 | InvocationID=e4e01b14-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:11:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4e01984-5715-11ed-9e7c-4a7d53675140 | InvocationID=e4e01b14-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:06+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cbe1d8-5715-11ed-9e7c-4a7d53675140 | InvocationID=e1cbe368-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:12:06+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b6299c-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0b62c3a-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:12:06+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b6299c-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0b62c3a-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:12:06+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b6299c-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0b62c3a-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:12:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4e01984-5715-11ed-9e7c-4a7d53675140 | InvocationID=e4e01b14-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:12:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d0358a-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0d0377e-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:12:06+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d0358a-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0d0377e-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:06+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0d0358a-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0d0377e-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0d0358a-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0d0377e-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:12:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbf5222-5715-11ed-9e7c-4a7d53675140 | InvocationID=fcbf6276-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:12:26+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbf5222-5715-11ed-9e7c-4a7d53675140 | InvocationID=fcbf6276-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:26+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbf5222-5715-11ed-9e7c-4a7d53675140 | InvocationID=fcbf6276-5715-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:31+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b6299c-5715-11ed-9e7c-4a7d53675140 | InvocationID=f0b62c3a-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:12:31+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa09d98-5715-11ed-9e7c-4a7d53675140 | InvocationID=ffa0a86a-5715-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:12:31+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa09d98-5715-11ed-9e7c-4a7d53675140 | InvocationID=ffa0a86a-5715-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:12:31+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa09d98-5715-11ed-9e7c-4a7d53675140 | InvocationID=ffa0a86a-5715-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:12:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbf5222-5715-11ed-9e7c-4a7d53675140 | InvocationID=fcbf6276-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:12:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08af16f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=08af18ce-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:12:46+0000 | aai_event_thread | 140299738385184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08af16f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=08af18ce-5716-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:46+0000 | aai_event_thread | 140299738385184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08af16f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=08af18ce-5716-11ed-9e7c-4a7d53675140 | 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-10-28T23:12:56+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa09d98-5715-11ed-9e7c-4a7d53675140 | InvocationID=ffa0a86a-5715-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:12:56+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8c441a-5716-11ed-9e7c-4a7d53675140 | InvocationID=0e8c4ee2-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:12:56+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8c441a-5716-11ed-9e7c-4a7d53675140 | InvocationID=0e8c4ee2-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:12:56+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8c441a-5716-11ed-9e7c-4a7d53675140 | InvocationID=0e8c4ee2-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:13:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08af16f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=08af18ce-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:13:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149ee9de-5716-11ed-9e7c-4a7d53675140 | InvocationID=149eec04-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:13:21+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8c441a-5716-11ed-9e7c-4a7d53675140 | InvocationID=0e8c4ee2-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:13:21+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d77c364-5716-11ed-9e7c-4a7d53675140 | InvocationID=1d77c5e4-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:13:21+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d77c364-5716-11ed-9e7c-4a7d53675140 | InvocationID=1d77c5e4-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:13:21+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d77c364-5716-11ed-9e7c-4a7d53675140 | InvocationID=1d77c5e4-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:13:31+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=149ee9de-5716-11ed-9e7c-4a7d53675140 | InvocationID=149eec04-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:13:31+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2353d4c6-5716-11ed-9e7c-4a7d53675140 | InvocationID=2353d782-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:13:46+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d77c364-5716-11ed-9e7c-4a7d53675140 | InvocationID=1d77c5e4-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:13:46+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6363ec-5716-11ed-9e7c-4a7d53675140 | InvocationID=2c6365d6-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:13:46+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6363ec-5716-11ed-9e7c-4a7d53675140 | InvocationID=2c6365d6-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:13:46+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6363ec-5716-11ed-9e7c-4a7d53675140 | InvocationID=2c6365d6-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:13:51+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2353d4c6-5716-11ed-9e7c-4a7d53675140 | InvocationID=2353d782-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:13:51+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f48077a-5716-11ed-9e7c-4a7d53675140 | InvocationID=2f480946-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:14:11+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f48077a-5716-11ed-9e7c-4a7d53675140 | InvocationID=2f480946-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:14:11+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b412f52-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b41315a-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:14:11+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6363ec-5716-11ed-9e7c-4a7d53675140 | InvocationID=2c6365d6-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:14:11+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4e7db0-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b4e7f9a-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:14:11+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4e7db0-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b4e7f9a-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:14:11+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4e7db0-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b4e7f9a-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:14:32+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b412f52-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b41315a-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:14:32+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47934146-5716-11ed-9e7c-4a7d53675140 | InvocationID=47934b6e-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:14:36+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4e7db0-5716-11ed-9e7c-4a7d53675140 | InvocationID=3b4e7f9a-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:14:36+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a397078-5716-11ed-9e7c-4a7d53675140 | InvocationID=4a397366-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:14:36+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a397078-5716-11ed-9e7c-4a7d53675140 | InvocationID=4a397366-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:14:36+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a397078-5716-11ed-9e7c-4a7d53675140 | InvocationID=4a397366-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:14:56+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47934146-5716-11ed-9e7c-4a7d53675140 | InvocationID=47934b6e-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:14:56+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5654d30c-5716-11ed-9e7c-4a7d53675140 | InvocationID=5654d640-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:15:01+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a397078-5716-11ed-9e7c-4a7d53675140 | InvocationID=4a397366-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:15:01+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5924e234-5716-11ed-9e7c-4a7d53675140 | InvocationID=5924e4b4-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:15:01+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5924e234-5716-11ed-9e7c-4a7d53675140 | InvocationID=5924e4b4-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:15:01+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5924e234-5716-11ed-9e7c-4a7d53675140 | InvocationID=5924e4b4-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:15:21+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5654d30c-5716-11ed-9e7c-4a7d53675140 | InvocationID=5654d640-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:15:21+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6516f6b8-5716-11ed-9e7c-4a7d53675140 | InvocationID=6516fcee-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:15:26+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5924e234-5716-11ed-9e7c-4a7d53675140 | InvocationID=5924e4b4-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:15:26+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68121686-5716-11ed-9e7c-4a7d53675140 | InvocationID=68121884-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:15:26+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68121686-5716-11ed-9e7c-4a7d53675140 | InvocationID=68121884-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:15:26+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68121686-5716-11ed-9e7c-4a7d53675140 | InvocationID=68121884-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:15:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6516f6b8-5716-11ed-9e7c-4a7d53675140 | InvocationID=6516fcee-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:15:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73dcc45c-5716-11ed-9e7c-4a7d53675140 | InvocationID=73dcd866-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:15:51+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68121686-5716-11ed-9e7c-4a7d53675140 | InvocationID=68121884-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:15:51+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fdc56e-5716-11ed-9e7c-4a7d53675140 | InvocationID=76fdc708-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:15:51+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fdc56e-5716-11ed-9e7c-4a7d53675140 | InvocationID=76fdc708-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:15:51+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fdc56e-5716-11ed-9e7c-4a7d53675140 | InvocationID=76fdc708-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:16:11+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73dcc45c-5716-11ed-9e7c-4a7d53675140 | InvocationID=73dcd866-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:16:11+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b7f514-5716-11ed-9e7c-4a7d53675140 | InvocationID=82b7f8f2-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:16:16+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fdc56e-5716-11ed-9e7c-4a7d53675140 | InvocationID=76fdc708-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:16:16+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ea7fe0-5716-11ed-9e7c-4a7d53675140 | InvocationID=85ea81b6-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:16:16+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ea7fe0-5716-11ed-9e7c-4a7d53675140 | InvocationID=85ea81b6-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:16:16+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85ea7fe0-5716-11ed-9e7c-4a7d53675140 | InvocationID=85ea81b6-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:16:36+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82b7f514-5716-11ed-9e7c-4a7d53675140 | InvocationID=82b7f8f2-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:16:36+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c52d56-5716-11ed-9e7c-4a7d53675140 | InvocationID=91c53ba2-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:16:41+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85ea7fe0-5716-11ed-9e7c-4a7d53675140 | InvocationID=85ea81b6-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:16:41+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d4de92-5716-11ed-9e7c-4a7d53675140 | InvocationID=94d4e054-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:16:41+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d4de92-5716-11ed-9e7c-4a7d53675140 | InvocationID=94d4e054-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:16:41+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d4de92-5716-11ed-9e7c-4a7d53675140 | InvocationID=94d4e054-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:01+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91c52d56-5716-11ed-9e7c-4a7d53675140 | InvocationID=91c53ba2-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:17:01+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a092174a-5716-11ed-9e7c-4a7d53675140 | InvocationID=a092193e-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:17:06+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d4de92-5716-11ed-9e7c-4a7d53675140 | InvocationID=94d4e054-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:17:06+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c18180-5716-11ed-9e7c-4a7d53675140 | InvocationID=a3c18338-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:17:06+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c18180-5716-11ed-9e7c-4a7d53675140 | InvocationID=a3c18338-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:06+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c18180-5716-11ed-9e7c-4a7d53675140 | InvocationID=a3c18338-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a092174a-5716-11ed-9e7c-4a7d53675140 | InvocationID=a092193e-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:17:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af55cc40-5716-11ed-9e7c-4a7d53675140 | InvocationID=af55ce5c-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:17:31+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c18180-5716-11ed-9e7c-4a7d53675140 | InvocationID=a3c18338-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:17:31+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ba6da0-5716-11ed-9e7c-4a7d53675140 | InvocationID=b2ba7016-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:17:31+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ba6da0-5716-11ed-9e7c-4a7d53675140 | InvocationID=b2ba7016-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:31+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ba6da0-5716-11ed-9e7c-4a7d53675140 | InvocationID=b2ba7016-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:50+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af55cc40-5716-11ed-9e7c-4a7d53675140 | InvocationID=af55ce5c-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:17:50+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be1ec8f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=be1ecb32-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:17:56+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ba6da0-5716-11ed-9e7c-4a7d53675140 | InvocationID=b2ba7016-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:17:56+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a9286a-5716-11ed-9e7c-4a7d53675140 | InvocationID=c1a92a54-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:17:57+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a9286a-5716-11ed-9e7c-4a7d53675140 | InvocationID=c1a92a54-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:17:57+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a9286a-5716-11ed-9e7c-4a7d53675140 | InvocationID=c1a92a54-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:18:15+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be1ec8f8-5716-11ed-9e7c-4a7d53675140 | InvocationID=be1ecb32-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:18:15+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cce4784c-5716-11ed-9e7c-4a7d53675140 | InvocationID=cce47a22-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:18:22+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a9286a-5716-11ed-9e7c-4a7d53675140 | InvocationID=c1a92a54-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:18:22+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ad9f9e-5716-11ed-9e7c-4a7d53675140 | InvocationID=d0ada142-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:18:22+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ad9f9e-5716-11ed-9e7c-4a7d53675140 | InvocationID=d0ada142-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:18:22+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0ad9f9e-5716-11ed-9e7c-4a7d53675140 | InvocationID=d0ada142-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:18:40+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cce4784c-5716-11ed-9e7c-4a7d53675140 | InvocationID=cce47a22-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:18:40+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba72b18-5716-11ed-9e7c-4a7d53675140 | InvocationID=dba72cda-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:18:47+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0ad9f9e-5716-11ed-9e7c-4a7d53675140 | InvocationID=d0ada142-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:18:47+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df98e4c8-5716-11ed-9e7c-4a7d53675140 | InvocationID=df98e676-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:18:47+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df98e4c8-5716-11ed-9e7c-4a7d53675140 | InvocationID=df98e676-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:18:47+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df98e4c8-5716-11ed-9e7c-4a7d53675140 | InvocationID=df98e676-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:19:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dba72b18-5716-11ed-9e7c-4a7d53675140 | InvocationID=dba72cda-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:19:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea68823c-5716-11ed-9e7c-4a7d53675140 | InvocationID=ea68fae6-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:19:12+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df98e4c8-5716-11ed-9e7c-4a7d53675140 | InvocationID=df98e676-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:19:12+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee88d470-5716-11ed-9e7c-4a7d53675140 | InvocationID=ee88d63c-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:19:12+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee88d470-5716-11ed-9e7c-4a7d53675140 | InvocationID=ee88d63c-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:19:12+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee88d470-5716-11ed-9e7c-4a7d53675140 | InvocationID=ee88d63c-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:19:29+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea68823c-5716-11ed-9e7c-4a7d53675140 | InvocationID=ea68fae6-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:19:29+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f92e1192-5716-11ed-9e7c-4a7d53675140 | InvocationID=f92e13d6-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:19:37+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee88d470-5716-11ed-9e7c-4a7d53675140 | InvocationID=ee88d63c-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:19:37+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd740a7c-5716-11ed-9e7c-4a7d53675140 | InvocationID=fd740c52-5716-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:19:37+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd740a7c-5716-11ed-9e7c-4a7d53675140 | InvocationID=fd740c52-5716-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:19:37+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd740a7c-5716-11ed-9e7c-4a7d53675140 | InvocationID=fd740c52-5716-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:19:54+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f92e1192-5716-11ed-9e7c-4a7d53675140 | InvocationID=f92e13d6-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:19:54+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f5ee66-5717-11ed-9e7c-4a7d53675140 | InvocationID=07f5f0e6-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:20:02+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd740a7c-5716-11ed-9e7c-4a7d53675140 | InvocationID=fd740c52-5716-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:20:02+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c5f2ab2-5717-11ed-9e7c-4a7d53675140 | InvocationID=0c5f357a-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:20:02+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c5f2ab2-5717-11ed-9e7c-4a7d53675140 | InvocationID=0c5f357a-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:20:02+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c5f2ab2-5717-11ed-9e7c-4a7d53675140 | InvocationID=0c5f357a-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:20:19+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07f5ee66-5717-11ed-9e7c-4a7d53675140 | InvocationID=07f5f0e6-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:20:19+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b8ab0a-5717-11ed-9e7c-4a7d53675140 | InvocationID=16b8ad3a-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:20:27+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c5f2ab2-5717-11ed-9e7c-4a7d53675140 | InvocationID=0c5f357a-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:20:27+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4a8472-5717-11ed-9e7c-4a7d53675140 | InvocationID=1b4a8670-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:20:27+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4a8472-5717-11ed-9e7c-4a7d53675140 | InvocationID=1b4a8670-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:20:27+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4a8472-5717-11ed-9e7c-4a7d53675140 | InvocationID=1b4a8670-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:20:44+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b8ab0a-5717-11ed-9e7c-4a7d53675140 | InvocationID=16b8ad3a-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:20:44+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2579b2a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=2579b4d6-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:20:52+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4a8472-5717-11ed-9e7c-4a7d53675140 | InvocationID=1b4a8670-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:20:52+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3541e8-5717-11ed-9e7c-4a7d53675140 | InvocationID=2a3543aa-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:20:52+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3541e8-5717-11ed-9e7c-4a7d53675140 | InvocationID=2a3543aa-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:20:52+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3541e8-5717-11ed-9e7c-4a7d53675140 | InvocationID=2a3543aa-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:21:09+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2579b2a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=2579b4d6-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:21:09+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343a40f8-5717-11ed-9e7c-4a7d53675140 | InvocationID=343a4332-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:21:17+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3541e8-5717-11ed-9e7c-4a7d53675140 | InvocationID=2a3543aa-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:21:17+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392095ae-5717-11ed-9e7c-4a7d53675140 | InvocationID=3920975c-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:21:17+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392095ae-5717-11ed-9e7c-4a7d53675140 | InvocationID=3920975c-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:21:17+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392095ae-5717-11ed-9e7c-4a7d53675140 | InvocationID=3920975c-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:21:33+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=343a40f8-5717-11ed-9e7c-4a7d53675140 | InvocationID=343a4332-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:21:33+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fbd66a-5717-11ed-9e7c-4a7d53675140 | InvocationID=42fbd8b8-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:21:42+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392095ae-5717-11ed-9e7c-4a7d53675140 | InvocationID=3920975c-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:21:42+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=480ba180-5717-11ed-9e7c-4a7d53675140 | InvocationID=480ba3b0-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:21:42+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=480ba180-5717-11ed-9e7c-4a7d53675140 | InvocationID=480ba3b0-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:21:42+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=480ba180-5717-11ed-9e7c-4a7d53675140 | InvocationID=480ba3b0-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:21:58+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fbd66a-5717-11ed-9e7c-4a7d53675140 | InvocationID=42fbd8b8-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:21:58+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51be63b6-5717-11ed-9e7c-4a7d53675140 | InvocationID=51be6618-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:22:07+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=480ba180-5717-11ed-9e7c-4a7d53675140 | InvocationID=480ba3b0-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:22:07+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56f663a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=56f665cc-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:22:07+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56f663a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=56f665cc-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:22:07+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56f663a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=56f665cc-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:22:23+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51be63b6-5717-11ed-9e7c-4a7d53675140 | InvocationID=51be6618-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:22:23+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60802f1a-5717-11ed-9e7c-4a7d53675140 | InvocationID=608030dc-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:22:32+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56f663a6-5717-11ed-9e7c-4a7d53675140 | InvocationID=56f665cc-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:22:32+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65e2710c-5717-11ed-9e7c-4a7d53675140 | InvocationID=65e27530-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:22:32+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65e2710c-5717-11ed-9e7c-4a7d53675140 | InvocationID=65e27530-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:22:32+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65e2710c-5717-11ed-9e7c-4a7d53675140 | InvocationID=65e27530-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:22:48+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60802f1a-5717-11ed-9e7c-4a7d53675140 | InvocationID=608030dc-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:22:48+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f41093e-5717-11ed-9e7c-4a7d53675140 | InvocationID=6f410b78-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:22:57+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65e2710c-5717-11ed-9e7c-4a7d53675140 | InvocationID=65e27530-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:22:57+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74d14bb6-5717-11ed-9e7c-4a7d53675140 | InvocationID=74d14d78-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:22:57+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74d14bb6-5717-11ed-9e7c-4a7d53675140 | InvocationID=74d14d78-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:22:57+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74d14bb6-5717-11ed-9e7c-4a7d53675140 | InvocationID=74d14d78-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:23:12+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f41093e-5717-11ed-9e7c-4a7d53675140 | InvocationID=6f410b78-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:23:12+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e02fa86-5717-11ed-9e7c-4a7d53675140 | InvocationID=7e02fc48-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:23:22+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74d14bb6-5717-11ed-9e7c-4a7d53675140 | InvocationID=74d14d78-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:23:22+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83bc4f4a-5717-11ed-9e7c-4a7d53675140 | InvocationID=83bc517a-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:23:22+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83bc4f4a-5717-11ed-9e7c-4a7d53675140 | InvocationID=83bc517a-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:23:22+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83bc4f4a-5717-11ed-9e7c-4a7d53675140 | InvocationID=83bc517a-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:23:37+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e02fa86-5717-11ed-9e7c-4a7d53675140 | InvocationID=7e02fc48-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:23:37+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc55d52-5717-11ed-9e7c-4a7d53675140 | InvocationID=8cc55fb4-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:23:47+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83bc4f4a-5717-11ed-9e7c-4a7d53675140 | InvocationID=83bc517a-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:23:47+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a85346-5717-11ed-9e7c-4a7d53675140 | InvocationID=92a8560c-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:23:47+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a85346-5717-11ed-9e7c-4a7d53675140 | InvocationID=92a8560c-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:23:47+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92a85346-5717-11ed-9e7c-4a7d53675140 | InvocationID=92a8560c-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:24:02+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc55d52-5717-11ed-9e7c-4a7d53675140 | InvocationID=8cc55fb4-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:24:02+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b865d82-5717-11ed-9e7c-4a7d53675140 | InvocationID=9b865f3a-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:24:12+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92a85346-5717-11ed-9e7c-4a7d53675140 | InvocationID=92a8560c-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:24:12+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1939186-5717-11ed-9e7c-4a7d53675140 | InvocationID=a19395aa-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:24:12+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1939186-5717-11ed-9e7c-4a7d53675140 | InvocationID=a19395aa-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:24:12+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1939186-5717-11ed-9e7c-4a7d53675140 | InvocationID=a19395aa-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:24:27+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b865d82-5717-11ed-9e7c-4a7d53675140 | InvocationID=9b865f3a-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:24:27+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa46f0b6-5717-11ed-9e7c-4a7d53675140 | InvocationID=aa46f5ca-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:24:37+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1939186-5717-11ed-9e7c-4a7d53675140 | InvocationID=a19395aa-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:24:37+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b07eb28e-5717-11ed-9e7c-4a7d53675140 | InvocationID=b07eb446-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:24:37+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b07eb28e-5717-11ed-9e7c-4a7d53675140 | InvocationID=b07eb446-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:24:37+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b07eb28e-5717-11ed-9e7c-4a7d53675140 | InvocationID=b07eb446-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:24:51+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa46f0b6-5717-11ed-9e7c-4a7d53675140 | InvocationID=aa46f5ca-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:24:51+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b90ba6dc-5717-11ed-9e7c-4a7d53675140 | InvocationID=b90ba902-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:25:02+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b07eb28e-5717-11ed-9e7c-4a7d53675140 | InvocationID=b07eb446-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:25:02+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6a3962-5717-11ed-9e7c-4a7d53675140 | InvocationID=bf6a3c64-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:25:02+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6a3962-5717-11ed-9e7c-4a7d53675140 | InvocationID=bf6a3c64-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:25:02+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf6a3962-5717-11ed-9e7c-4a7d53675140 | InvocationID=bf6a3c64-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:25:16+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b90ba6dc-5717-11ed-9e7c-4a7d53675140 | InvocationID=b90ba902-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:25:16+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ce7bcc-5717-11ed-9e7c-4a7d53675140 | InvocationID=c7ce7df2-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:25:27+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf6a3962-5717-11ed-9e7c-4a7d53675140 | InvocationID=bf6a3c64-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:25:27+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce56f078-5717-11ed-9e7c-4a7d53675140 | InvocationID=ce56f2d0-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:25:27+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce56f078-5717-11ed-9e7c-4a7d53675140 | InvocationID=ce56f2d0-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:25:27+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce56f078-5717-11ed-9e7c-4a7d53675140 | InvocationID=ce56f2d0-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:25:41+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7ce7bcc-5717-11ed-9e7c-4a7d53675140 | InvocationID=c7ce7df2-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:25:41+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68ffcee-5717-11ed-9e7c-4a7d53675140 | InvocationID=d68fff0a-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:25:52+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce56f078-5717-11ed-9e7c-4a7d53675140 | InvocationID=ce56f2d0-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:25:52+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd41b42e-5717-11ed-9e7c-4a7d53675140 | InvocationID=dd41b67c-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:25:52+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd41b42e-5717-11ed-9e7c-4a7d53675140 | InvocationID=dd41b67c-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:25:52+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd41b42e-5717-11ed-9e7c-4a7d53675140 | InvocationID=dd41b67c-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:26:06+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d68ffcee-5717-11ed-9e7c-4a7d53675140 | InvocationID=d68fff0a-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:26:06+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e550a06c-5717-11ed-9e7c-4a7d53675140 | InvocationID=e550a238-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:26:17+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd41b42e-5717-11ed-9e7c-4a7d53675140 | InvocationID=dd41b67c-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:26:17+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec2cabf6-5717-11ed-9e7c-4a7d53675140 | InvocationID=ec2cadf4-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:26:17+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec2cabf6-5717-11ed-9e7c-4a7d53675140 | InvocationID=ec2cadf4-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:26:17+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec2cabf6-5717-11ed-9e7c-4a7d53675140 | InvocationID=ec2cadf4-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:26:30+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e550a06c-5717-11ed-9e7c-4a7d53675140 | InvocationID=e550a238-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:26:30+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4121f72-5717-11ed-9e7c-4a7d53675140 | InvocationID=f4122148-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:26:42+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec2cabf6-5717-11ed-9e7c-4a7d53675140 | InvocationID=ec2cadf4-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:26:42+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb17b5a2-5717-11ed-9e7c-4a7d53675140 | InvocationID=fb17b76e-5717-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:26:42+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb17b5a2-5717-11ed-9e7c-4a7d53675140 | InvocationID=fb17b76e-5717-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:26:42+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb17b5a2-5717-11ed-9e7c-4a7d53675140 | InvocationID=fb17b76e-5717-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:26:55+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4121f72-5717-11ed-9e7c-4a7d53675140 | InvocationID=f4122148-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:26:55+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d434aa-5718-11ed-9e7c-4a7d53675140 | InvocationID=02d4378e-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:27:07+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb17b5a2-5717-11ed-9e7c-4a7d53675140 | InvocationID=fb17b76e-5717-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:27:07+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a02a702-5718-11ed-9e7c-4a7d53675140 | InvocationID=0a02a8ba-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:27:07+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a02a702-5718-11ed-9e7c-4a7d53675140 | InvocationID=0a02a8ba-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:27:07+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a02a702-5718-11ed-9e7c-4a7d53675140 | InvocationID=0a02a8ba-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:27:20+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d434aa-5718-11ed-9e7c-4a7d53675140 | InvocationID=02d4378e-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:27:20+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1194a1b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=1194a40c-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:27:32+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a02a702-5718-11ed-9e7c-4a7d53675140 | InvocationID=0a02a8ba-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:27:32+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18eda5b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=18eda7b2-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:27:32+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18eda5b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=18eda7b2-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:27:32+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18eda5b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=18eda7b2-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:27:45+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1194a1b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=1194a40c-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:27:45+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20556f8a-5718-11ed-9e7c-4a7d53675140 | InvocationID=205571ce-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:27:57+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18eda5b4-5718-11ed-9e7c-4a7d53675140 | InvocationID=18eda7b2-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:27:57+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d88760-5718-11ed-9e7c-4a7d53675140 | InvocationID=27d88918-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:27:57+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d88760-5718-11ed-9e7c-4a7d53675140 | InvocationID=27d88918-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:27:57+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d88760-5718-11ed-9e7c-4a7d53675140 | InvocationID=27d88918-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:28:09+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20556f8a-5718-11ed-9e7c-4a7d53675140 | InvocationID=205571ce-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:28:09+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f167564-5718-11ed-9e7c-4a7d53675140 | InvocationID=2f167884-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:28:22+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27d88760-5718-11ed-9e7c-4a7d53675140 | InvocationID=27d88918-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:28:22+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c3f3ae-5718-11ed-9e7c-4a7d53675140 | InvocationID=36c3f534-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:28:22+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c3f3ae-5718-11ed-9e7c-4a7d53675140 | InvocationID=36c3f534-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:28:22+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c3f3ae-5718-11ed-9e7c-4a7d53675140 | InvocationID=36c3f534-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:28:34+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f167564-5718-11ed-9e7c-4a7d53675140 | InvocationID=2f167884-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:28:34+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dd8ee7e-5718-11ed-9e7c-4a7d53675140 | InvocationID=3dd8f59a-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:28:47+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36c3f3ae-5718-11ed-9e7c-4a7d53675140 | InvocationID=36c3f534-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:28:47+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45af41ca-5718-11ed-9e7c-4a7d53675140 | InvocationID=45af4378-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:28:47+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45af41ca-5718-11ed-9e7c-4a7d53675140 | InvocationID=45af4378-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:28:47+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45af41ca-5718-11ed-9e7c-4a7d53675140 | InvocationID=45af4378-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:28:59+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dd8ee7e-5718-11ed-9e7c-4a7d53675140 | InvocationID=3dd8f59a-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:28:59+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca5dce6-5718-11ed-9e7c-4a7d53675140 | InvocationID=4ca5df7a-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:29:12+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45af41ca-5718-11ed-9e7c-4a7d53675140 | InvocationID=45af4378-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:29:12+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549d587a-5718-11ed-9e7c-4a7d53675140 | InvocationID=549d5b90-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:29:12+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549d587a-5718-11ed-9e7c-4a7d53675140 | InvocationID=549d5b90-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:29:12+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=549d587a-5718-11ed-9e7c-4a7d53675140 | InvocationID=549d5b90-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:29:24+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ca5dce6-5718-11ed-9e7c-4a7d53675140 | InvocationID=4ca5df7a-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:29:24+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b67dd06-5718-11ed-9e7c-4a7d53675140 | InvocationID=5b67e2a6-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:29:37+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=549d587a-5718-11ed-9e7c-4a7d53675140 | InvocationID=549d5b90-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:29:37+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6388daee-5718-11ed-9e7c-4a7d53675140 | InvocationID=6388dca6-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:29:37+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6388daee-5718-11ed-9e7c-4a7d53675140 | InvocationID=6388dca6-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:29:37+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6388daee-5718-11ed-9e7c-4a7d53675140 | InvocationID=6388dca6-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:29:49+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b67dd06-5718-11ed-9e7c-4a7d53675140 | InvocationID=5b67e2a6-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:29:49+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a2b6bfa-5718-11ed-9e7c-4a7d53675140 | InvocationID=6a2b6da8-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:30:02+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6388daee-5718-11ed-9e7c-4a7d53675140 | InvocationID=6388dca6-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:30:02+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72740290-5718-11ed-9e7c-4a7d53675140 | InvocationID=72740574-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:30:02+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72740290-5718-11ed-9e7c-4a7d53675140 | InvocationID=72740574-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:30:02+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72740290-5718-11ed-9e7c-4a7d53675140 | InvocationID=72740574-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:30:13+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a2b6bfa-5718-11ed-9e7c-4a7d53675140 | InvocationID=6a2b6da8-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:30:13+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78ec0366-5718-11ed-9e7c-4a7d53675140 | InvocationID=78ec06b8-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:30:27+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72740290-5718-11ed-9e7c-4a7d53675140 | InvocationID=72740574-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:30:27+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815f22ee-5718-11ed-9e7c-4a7d53675140 | InvocationID=815f24c4-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:30:27+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815f22ee-5718-11ed-9e7c-4a7d53675140 | InvocationID=815f24c4-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:30:27+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815f22ee-5718-11ed-9e7c-4a7d53675140 | InvocationID=815f24c4-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:30:38+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78ec0366-5718-11ed-9e7c-4a7d53675140 | InvocationID=78ec06b8-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:30:38+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87adec66-5718-11ed-9e7c-4a7d53675140 | InvocationID=87adedc4-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:30:52+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815f22ee-5718-11ed-9e7c-4a7d53675140 | InvocationID=815f24c4-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:30:52+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9049eff0-5718-11ed-9e7c-4a7d53675140 | InvocationID=9049f19e-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:30:53+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9049eff0-5718-11ed-9e7c-4a7d53675140 | InvocationID=9049f19e-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:30:53+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9049eff0-5718-11ed-9e7c-4a7d53675140 | InvocationID=9049f19e-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:31:03+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87adec66-5718-11ed-9e7c-4a7d53675140 | InvocationID=87adedc4-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:31:03+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966f4718-5718-11ed-9e7c-4a7d53675140 | InvocationID=966f490c-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:31:18+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9049eff0-5718-11ed-9e7c-4a7d53675140 | InvocationID=9049f19e-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:31:18+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f34f550-5718-11ed-9e7c-4a7d53675140 | InvocationID=9f34f762-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:31:18+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f34f550-5718-11ed-9e7c-4a7d53675140 | InvocationID=9f34f762-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:31:18+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f34f550-5718-11ed-9e7c-4a7d53675140 | InvocationID=9f34f762-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:31:28+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966f4718-5718-11ed-9e7c-4a7d53675140 | InvocationID=966f490c-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:31:28+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5307128-5718-11ed-9e7c-4a7d53675140 | InvocationID=a5307358-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:31:43+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f34f550-5718-11ed-9e7c-4a7d53675140 | InvocationID=9f34f762-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:31:43+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1fad3a-5718-11ed-9e7c-4a7d53675140 | InvocationID=ae1faf7e-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:31:43+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1fad3a-5718-11ed-9e7c-4a7d53675140 | InvocationID=ae1faf7e-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:31:43+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1fad3a-5718-11ed-9e7c-4a7d53675140 | InvocationID=ae1faf7e-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:31:52+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5307128-5718-11ed-9e7c-4a7d53675140 | InvocationID=a5307358-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:31:52+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f10722-5718-11ed-9e7c-4a7d53675140 | InvocationID=b3f108e4-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:32:08+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1fad3a-5718-11ed-9e7c-4a7d53675140 | InvocationID=ae1faf7e-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:32:08+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0ab7e0-5718-11ed-9e7c-4a7d53675140 | InvocationID=bd0aba1a-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:32:08+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0ab7e0-5718-11ed-9e7c-4a7d53675140 | InvocationID=bd0aba1a-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:32:08+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0ab7e0-5718-11ed-9e7c-4a7d53675140 | InvocationID=bd0aba1a-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:32:17+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3f10722-5718-11ed-9e7c-4a7d53675140 | InvocationID=b3f108e4-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:32:17+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b1a514-5718-11ed-9e7c-4a7d53675140 | InvocationID=c2b1a7c6-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:32:33+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0ab7e0-5718-11ed-9e7c-4a7d53675140 | InvocationID=bd0aba1a-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:32:33+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf57ab0-5718-11ed-9e7c-4a7d53675140 | InvocationID=cbf57de4-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:32:33+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf57ab0-5718-11ed-9e7c-4a7d53675140 | InvocationID=cbf57de4-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:32:33+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf57ab0-5718-11ed-9e7c-4a7d53675140 | InvocationID=cbf57de4-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:32:42+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2b1a514-5718-11ed-9e7c-4a7d53675140 | InvocationID=c2b1a7c6-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:32:42+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d172981a-5718-11ed-9e7c-4a7d53675140 | InvocationID=d1729dec-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:32:58+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf57ab0-5718-11ed-9e7c-4a7d53675140 | InvocationID=cbf57de4-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:32:58+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae07ffc-5718-11ed-9e7c-4a7d53675140 | InvocationID=dae08272-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:32:58+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae07ffc-5718-11ed-9e7c-4a7d53675140 | InvocationID=dae08272-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:32:58+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae07ffc-5718-11ed-9e7c-4a7d53675140 | InvocationID=dae08272-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:33:07+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d172981a-5718-11ed-9e7c-4a7d53675140 | InvocationID=d1729dec-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:33:07+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e033cae0-5718-11ed-9e7c-4a7d53675140 | InvocationID=e033cca2-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:33:23+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae07ffc-5718-11ed-9e7c-4a7d53675140 | InvocationID=dae08272-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:33:23+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9cc2a66-5718-11ed-9e7c-4a7d53675140 | InvocationID=e9cc2c28-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:33:23+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9cc2a66-5718-11ed-9e7c-4a7d53675140 | InvocationID=e9cc2c28-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:33:23+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9cc2a66-5718-11ed-9e7c-4a7d53675140 | InvocationID=e9cc2c28-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:33:31+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e033cae0-5718-11ed-9e7c-4a7d53675140 | InvocationID=e033cca2-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:33:31+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eef64ada-5718-11ed-9e7c-4a7d53675140 | InvocationID=eef64c92-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:33:48+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9cc2a66-5718-11ed-9e7c-4a7d53675140 | InvocationID=e9cc2c28-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:33:48+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b6fb0a-5718-11ed-9e7c-4a7d53675140 | InvocationID=f8b6fd26-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:33:48+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b6fb0a-5718-11ed-9e7c-4a7d53675140 | InvocationID=f8b6fd26-5718-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:33:48+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b6fb0a-5718-11ed-9e7c-4a7d53675140 | InvocationID=f8b6fd26-5718-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:33:56+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eef64ada-5718-11ed-9e7c-4a7d53675140 | InvocationID=eef64c92-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:33:56+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb7eb6e-5718-11ed-9e7c-4a7d53675140 | InvocationID=fdb7ed80-5718-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:34:13+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b6fb0a-5718-11ed-9e7c-4a7d53675140 | InvocationID=f8b6fd26-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:34:13+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a1bb5a-5719-11ed-9e7c-4a7d53675140 | InvocationID=07a1bdda-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:34:13+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a1bb5a-5719-11ed-9e7c-4a7d53675140 | InvocationID=07a1bdda-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:34:13+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a1bb5a-5719-11ed-9e7c-4a7d53675140 | InvocationID=07a1bdda-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:34:21+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdb7eb6e-5718-11ed-9e7c-4a7d53675140 | InvocationID=fdb7ed80-5718-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:34:21+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c78fbe8-5719-11ed-9e7c-4a7d53675140 | InvocationID=0c78ffd0-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:34:38+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a1bb5a-5719-11ed-9e7c-4a7d53675140 | InvocationID=07a1bdda-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:34:38+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168ce20c-5719-11ed-9e7c-4a7d53675140 | InvocationID=168ce4dc-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:34:38+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168ce20c-5719-11ed-9e7c-4a7d53675140 | InvocationID=168ce4dc-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:34:38+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168ce20c-5719-11ed-9e7c-4a7d53675140 | InvocationID=168ce4dc-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:34:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c78fbe8-5719-11ed-9e7c-4a7d53675140 | InvocationID=0c78ffd0-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:34:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3970e0-5719-11ed-9e7c-4a7d53675140 | InvocationID=1b397388-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:35:03+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168ce20c-5719-11ed-9e7c-4a7d53675140 | InvocationID=168ce4dc-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:35:03+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257a0858-5719-11ed-9e7c-4a7d53675140 | InvocationID=257a09fc-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:35:03+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257a0858-5719-11ed-9e7c-4a7d53675140 | InvocationID=257a09fc-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:35:03+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257a0858-5719-11ed-9e7c-4a7d53675140 | InvocationID=257a09fc-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:35:10+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b3970e0-5719-11ed-9e7c-4a7d53675140 | InvocationID=1b397388-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:35:10+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29fa8510-5719-11ed-9e7c-4a7d53675140 | InvocationID=29fa875e-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:35:28+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257a0858-5719-11ed-9e7c-4a7d53675140 | InvocationID=257a09fc-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:35:28+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3465af98-5719-11ed-9e7c-4a7d53675140 | InvocationID=3465b132-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:35:28+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3465af98-5719-11ed-9e7c-4a7d53675140 | InvocationID=3465b132-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:35:28+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3465af98-5719-11ed-9e7c-4a7d53675140 | InvocationID=3465b132-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:35:35+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29fa8510-5719-11ed-9e7c-4a7d53675140 | InvocationID=29fa875e-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:35:35+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38bada14-5719-11ed-9e7c-4a7d53675140 | InvocationID=38badbae-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:35:53+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3465af98-5719-11ed-9e7c-4a7d53675140 | InvocationID=3465b132-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:35:53+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4350f58a-5719-11ed-9e7c-4a7d53675140 | InvocationID=4350fc88-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:35:53+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4350f58a-5719-11ed-9e7c-4a7d53675140 | InvocationID=4350fc88-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:35:53+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4350f58a-5719-11ed-9e7c-4a7d53675140 | InvocationID=4350fc88-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:36:00+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38bada14-5719-11ed-9e7c-4a7d53675140 | InvocationID=38badbae-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:36:00+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=477e155c-5719-11ed-9e7c-4a7d53675140 | InvocationID=477e1796-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:36:18+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4350f58a-5719-11ed-9e7c-4a7d53675140 | InvocationID=4350fc88-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:36:18+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=523cadaa-5719-11ed-9e7c-4a7d53675140 | InvocationID=523cb098-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:36:18+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=523cadaa-5719-11ed-9e7c-4a7d53675140 | InvocationID=523cb098-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:36:18+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=523cadaa-5719-11ed-9e7c-4a7d53675140 | InvocationID=523cb098-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:36:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=477e155c-5719-11ed-9e7c-4a7d53675140 | InvocationID=477e1796-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:36:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563e8f04-5719-11ed-9e7c-4a7d53675140 | InvocationID=563e90ee-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:36:43+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=523cadaa-5719-11ed-9e7c-4a7d53675140 | InvocationID=523cb098-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:36:43+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6127c1ce-5719-11ed-9e7c-4a7d53675140 | InvocationID=6127c444-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:36:43+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6127c1ce-5719-11ed-9e7c-4a7d53675140 | InvocationID=6127c444-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:36:43+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6127c1ce-5719-11ed-9e7c-4a7d53675140 | InvocationID=6127c444-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:36:49+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=563e8f04-5719-11ed-9e7c-4a7d53675140 | InvocationID=563e90ee-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:36:49+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64feef16-5719-11ed-9e7c-4a7d53675140 | InvocationID=64fef0d8-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:37:08+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6127c1ce-5719-11ed-9e7c-4a7d53675140 | InvocationID=6127c444-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:37:08+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7012977c-5719-11ed-9e7c-4a7d53675140 | InvocationID=701299de-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:37:08+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7012977c-5719-11ed-9e7c-4a7d53675140 | InvocationID=701299de-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:37:08+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7012977c-5719-11ed-9e7c-4a7d53675140 | InvocationID=701299de-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:37:14+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64feef16-5719-11ed-9e7c-4a7d53675140 | InvocationID=64fef0d8-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:37:14+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73bfcc82-5719-11ed-9e7c-4a7d53675140 | InvocationID=73bfce3a-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:37:33+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7012977c-5719-11ed-9e7c-4a7d53675140 | InvocationID=701299de-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:37:33+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7efd4854-5719-11ed-9e7c-4a7d53675140 | InvocationID=7efd49c6-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:37:33+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7efd4854-5719-11ed-9e7c-4a7d53675140 | InvocationID=7efd49c6-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:37:33+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7efd4854-5719-11ed-9e7c-4a7d53675140 | InvocationID=7efd49c6-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:37:39+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73bfcc82-5719-11ed-9e7c-4a7d53675140 | InvocationID=73bfce3a-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:37:39+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8280030e-5719-11ed-9e7c-4a7d53675140 | InvocationID=828004a8-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:37:58+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7efd4854-5719-11ed-9e7c-4a7d53675140 | InvocationID=7efd49c6-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:37:58+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8de86830-5719-11ed-9e7c-4a7d53675140 | InvocationID=8de86a1a-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:37:58+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8de86830-5719-11ed-9e7c-4a7d53675140 | InvocationID=8de86a1a-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:37:58+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8de86830-5719-11ed-9e7c-4a7d53675140 | InvocationID=8de86a1a-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:38:04+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8280030e-5719-11ed-9e7c-4a7d53675140 | InvocationID=828004a8-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:38:04+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914079c8-5719-11ed-9e7c-4a7d53675140 | InvocationID=91407d38-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:38:23+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8de86830-5719-11ed-9e7c-4a7d53675140 | InvocationID=8de86a1a-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:38:23+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd3512a-5719-11ed-9e7c-4a7d53675140 | InvocationID=9cd3531e-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:38:23+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd3512a-5719-11ed-9e7c-4a7d53675140 | InvocationID=9cd3531e-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:38:23+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cd3512a-5719-11ed-9e7c-4a7d53675140 | InvocationID=9cd3531e-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:38:28+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=914079c8-5719-11ed-9e7c-4a7d53675140 | InvocationID=91407d38-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:38:28+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0050bb8-5719-11ed-9e7c-4a7d53675140 | InvocationID=a0050dc0-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:38:48+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cd3512a-5719-11ed-9e7c-4a7d53675140 | InvocationID=9cd3531e-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:38:48+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abbe5a5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=abbe5c20-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:38:48+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abbe5a5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=abbe5c20-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:38:48+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abbe5a5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=abbe5c20-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:38:53+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0050bb8-5719-11ed-9e7c-4a7d53675140 | InvocationID=a0050dc0-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:38:53+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec6680e-5719-11ed-9e7c-4a7d53675140 | InvocationID=aec66a3e-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:39:13+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abbe5a5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=abbe5c20-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:39:13+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baaf7354-5719-11ed-9e7c-4a7d53675140 | InvocationID=baaf75f2-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:39:13+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baaf7354-5719-11ed-9e7c-4a7d53675140 | InvocationID=baaf75f2-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:39:13+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baaf7354-5719-11ed-9e7c-4a7d53675140 | InvocationID=baaf75f2-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:39:18+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aec6680e-5719-11ed-9e7c-4a7d53675140 | InvocationID=aec66a3e-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:39:18+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd873b5c-5719-11ed-9e7c-4a7d53675140 | InvocationID=bd873dd2-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:39:38+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baaf7354-5719-11ed-9e7c-4a7d53675140 | InvocationID=baaf75f2-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:39:38+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99a37dc-5719-11ed-9e7c-4a7d53675140 | InvocationID=c99a39a8-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:39:38+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99a37dc-5719-11ed-9e7c-4a7d53675140 | InvocationID=c99a39a8-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:39:38+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c99a37dc-5719-11ed-9e7c-4a7d53675140 | InvocationID=c99a39a8-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:39:43+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd873b5c-5719-11ed-9e7c-4a7d53675140 | InvocationID=bd873dd2-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:39:43+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc483c5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=cc483e3e-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:40:03+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c99a37dc-5719-11ed-9e7c-4a7d53675140 | InvocationID=c99a39a8-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:40:03+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8856a0a-5719-11ed-9e7c-4a7d53675140 | InvocationID=d8856c1c-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:40:03+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8856a0a-5719-11ed-9e7c-4a7d53675140 | InvocationID=d8856c1c-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:03+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8856a0a-5719-11ed-9e7c-4a7d53675140 | InvocationID=d8856c1c-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:07+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc483c5e-5719-11ed-9e7c-4a7d53675140 | InvocationID=cc483e3e-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:40:07+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db08bd9a-5719-11ed-9e7c-4a7d53675140 | InvocationID=db08bfa2-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:40:28+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8856a0a-5719-11ed-9e7c-4a7d53675140 | InvocationID=d8856c1c-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:40:28+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7713bca-5719-11ed-9e7c-4a7d53675140 | InvocationID=e771407a-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:40:28+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7713bca-5719-11ed-9e7c-4a7d53675140 | InvocationID=e771407a-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:28+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7713bca-5719-11ed-9e7c-4a7d53675140 | InvocationID=e771407a-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:32+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db08bd9a-5719-11ed-9e7c-4a7d53675140 | InvocationID=db08bfa2-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:40:32+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9cc0b70-5719-11ed-9e7c-4a7d53675140 | InvocationID=e9cc0d14-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:40:53+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7713bca-5719-11ed-9e7c-4a7d53675140 | InvocationID=e771407a-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:40:53+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65c42f6-5719-11ed-9e7c-4a7d53675140 | InvocationID=f65c4666-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:40:53+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65c42f6-5719-11ed-9e7c-4a7d53675140 | InvocationID=f65c4666-5719-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:53+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65c42f6-5719-11ed-9e7c-4a7d53675140 | InvocationID=f65c4666-5719-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:40:57+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9cc0b70-5719-11ed-9e7c-4a7d53675140 | InvocationID=e9cc0d14-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:40:57+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88d2b6c-5719-11ed-9e7c-4a7d53675140 | InvocationID=f88d2d56-5719-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:41:18+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65c42f6-5719-11ed-9e7c-4a7d53675140 | InvocationID=f65c4666-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:41:18+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05473bc2-571a-11ed-9e7c-4a7d53675140 | InvocationID=05473dc0-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:41:18+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05473bc2-571a-11ed-9e7c-4a7d53675140 | InvocationID=05473dc0-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:41:18+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05473bc2-571a-11ed-9e7c-4a7d53675140 | InvocationID=05473dc0-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:41:22+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f88d2b6c-5719-11ed-9e7c-4a7d53675140 | InvocationID=f88d2d56-5719-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:41:22+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=074df3ca-571a-11ed-9e7c-4a7d53675140 | InvocationID=074df578-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:41:43+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05473bc2-571a-11ed-9e7c-4a7d53675140 | InvocationID=05473dc0-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:41:43+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143366d8-571a-11ed-9e7c-4a7d53675140 | InvocationID=14336a52-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:41:43+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143366d8-571a-11ed-9e7c-4a7d53675140 | InvocationID=14336a52-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:41:43+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143366d8-571a-11ed-9e7c-4a7d53675140 | InvocationID=14336a52-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:41:46+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=074df3ca-571a-11ed-9e7c-4a7d53675140 | InvocationID=074df578-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:41:46+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160dc21e-571a-11ed-9e7c-4a7d53675140 | InvocationID=160dc39a-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:42:08+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143366d8-571a-11ed-9e7c-4a7d53675140 | InvocationID=14336a52-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:42:08+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231ec084-571a-11ed-9e7c-4a7d53675140 | InvocationID=231ec214-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:42:08+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231ec084-571a-11ed-9e7c-4a7d53675140 | InvocationID=231ec214-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:42:08+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=231ec084-571a-11ed-9e7c-4a7d53675140 | InvocationID=231ec214-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:42:11+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160dc21e-571a-11ed-9e7c-4a7d53675140 | InvocationID=160dc39a-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:42:11+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cd945a-571a-11ed-9e7c-4a7d53675140 | InvocationID=24cd966c-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:42:33+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=231ec084-571a-11ed-9e7c-4a7d53675140 | InvocationID=231ec214-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:42:33+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3209c044-571a-11ed-9e7c-4a7d53675140 | InvocationID=3209c1e8-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:42:33+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3209c044-571a-11ed-9e7c-4a7d53675140 | InvocationID=3209c1e8-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:42:33+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3209c044-571a-11ed-9e7c-4a7d53675140 | InvocationID=3209c1e8-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:42:36+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cd945a-571a-11ed-9e7c-4a7d53675140 | InvocationID=24cd966c-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:42:36+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339036fa-571a-11ed-9e7c-4a7d53675140 | InvocationID=33903948-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:42:58+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3209c044-571a-11ed-9e7c-4a7d53675140 | InvocationID=3209c1e8-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:42:58+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f4b9c4-571a-11ed-9e7c-4a7d53675140 | InvocationID=40f4c2a2-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:42:58+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f4b9c4-571a-11ed-9e7c-4a7d53675140 | InvocationID=40f4c2a2-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:42:58+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f4b9c4-571a-11ed-9e7c-4a7d53675140 | InvocationID=40f4c2a2-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:43:01+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=339036fa-571a-11ed-9e7c-4a7d53675140 | InvocationID=33903948-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:43:01+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42521d0c-571a-11ed-9e7c-4a7d53675140 | InvocationID=42521f82-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:43:23+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f4b9c4-571a-11ed-9e7c-4a7d53675140 | InvocationID=40f4c2a2-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:43:23+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe0fc40-571a-11ed-9e7c-4a7d53675140 | InvocationID=4fe0fe48-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:43:23+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe0fc40-571a-11ed-9e7c-4a7d53675140 | InvocationID=4fe0fe48-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:43:23+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fe0fc40-571a-11ed-9e7c-4a7d53675140 | InvocationID=4fe0fe48-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:43:25+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42521d0c-571a-11ed-9e7c-4a7d53675140 | InvocationID=42521f82-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:43:25+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51139474-571a-11ed-9e7c-4a7d53675140 | InvocationID=51139636-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:43:48+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fe0fc40-571a-11ed-9e7c-4a7d53675140 | InvocationID=4fe0fe48-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:43:48+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecbfcfa-571a-11ed-9e7c-4a7d53675140 | InvocationID=5ecbff20-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:43:48+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecbfcfa-571a-11ed-9e7c-4a7d53675140 | InvocationID=5ecbff20-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:43:48+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ecbfcfa-571a-11ed-9e7c-4a7d53675140 | InvocationID=5ecbff20-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:43:50+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51139474-571a-11ed-9e7c-4a7d53675140 | InvocationID=51139636-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:43:50+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd46b46-571a-11ed-9e7c-4a7d53675140 | InvocationID=5fd46d1c-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:44:13+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ecbfcfa-571a-11ed-9e7c-4a7d53675140 | InvocationID=5ecbff20-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:44:13+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6ef04-571a-11ed-9e7c-4a7d53675140 | InvocationID=6db6fb7a-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:44:14+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6ef04-571a-11ed-9e7c-4a7d53675140 | InvocationID=6db6fb7a-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:44:14+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db6ef04-571a-11ed-9e7c-4a7d53675140 | InvocationID=6db6fb7a-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:44:15+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd46b46-571a-11ed-9e7c-4a7d53675140 | InvocationID=5fd46d1c-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:44:15+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e955654-571a-11ed-9e7c-4a7d53675140 | InvocationID=6e9557ee-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:44:39+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db6ef04-571a-11ed-9e7c-4a7d53675140 | InvocationID=6db6fb7a-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:44:39+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca1e384-571a-11ed-9e7c-4a7d53675140 | InvocationID=7ca1e528-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:44:39+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca1e384-571a-11ed-9e7c-4a7d53675140 | InvocationID=7ca1e528-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:44:39+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca1e384-571a-11ed-9e7c-4a7d53675140 | InvocationID=7ca1e528-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:44:40+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e955654-571a-11ed-9e7c-4a7d53675140 | InvocationID=6e9557ee-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:44:40+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d55e2da-571a-11ed-9e7c-4a7d53675140 | InvocationID=7d55e4a6-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:45:04+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca1e384-571a-11ed-9e7c-4a7d53675140 | InvocationID=7ca1e528-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:45:04+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8cd462-571a-11ed-9e7c-4a7d53675140 | InvocationID=8b8cd606-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:45:04+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8cd462-571a-11ed-9e7c-4a7d53675140 | InvocationID=8b8cd606-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:04+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8cd462-571a-11ed-9e7c-4a7d53675140 | InvocationID=8b8cd606-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:04+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d55e2da-571a-11ed-9e7c-4a7d53675140 | InvocationID=7d55e4a6-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:45:04+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c16872a-571a-11ed-9e7c-4a7d53675140 | InvocationID=8c168982-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:45:29+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8cd462-571a-11ed-9e7c-4a7d53675140 | InvocationID=8b8cd606-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:45:29+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a77d42c-571a-11ed-9e7c-4a7d53675140 | InvocationID=9a77d74c-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:45:29+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a77d42c-571a-11ed-9e7c-4a7d53675140 | InvocationID=9a77d74c-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:29+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a77d42c-571a-11ed-9e7c-4a7d53675140 | InvocationID=9a77d74c-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:29+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c16872a-571a-11ed-9e7c-4a7d53675140 | InvocationID=8c168982-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:45:29+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad86e18-571a-11ed-9e7c-4a7d53675140 | InvocationID=9ad87048-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:45:54+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a77d42c-571a-11ed-9e7c-4a7d53675140 | InvocationID=9a77d74c-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:45:54+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a962567e-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9625822-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:45:54+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a962567e-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9625822-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:54+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a962567e-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9625822-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:45:54+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ad86e18-571a-11ed-9e7c-4a7d53675140 | InvocationID=9ad87048-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:45:54+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a99920b4-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9992bfe-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:46:19+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a962567e-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9625822-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:46:19+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84d2326-571a-11ed-9e7c-4a7d53675140 | InvocationID=b84d25a6-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:46:19+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84d2326-571a-11ed-9e7c-4a7d53675140 | InvocationID=b84d25a6-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:46:19+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84d2326-571a-11ed-9e7c-4a7d53675140 | InvocationID=b84d25a6-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:46:19+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a99920b4-571a-11ed-9e7c-4a7d53675140 | InvocationID=a9992bfe-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:46:19+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b859ef66-571a-11ed-9e7c-4a7d53675140 | InvocationID=b859f164-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:46:43+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b859ef66-571a-11ed-9e7c-4a7d53675140 | InvocationID=b859f164-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:46:43+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c719fcee-571a-11ed-9e7c-4a7d53675140 | InvocationID=c719ff14-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:46:44+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84d2326-571a-11ed-9e7c-4a7d53675140 | InvocationID=b84d25a6-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:46:44+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c737e8f8-571a-11ed-9e7c-4a7d53675140 | InvocationID=c737ea88-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:46:44+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c737e8f8-571a-11ed-9e7c-4a7d53675140 | InvocationID=c737ea88-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:46:44+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c737e8f8-571a-11ed-9e7c-4a7d53675140 | InvocationID=c737ea88-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:08+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c719fcee-571a-11ed-9e7c-4a7d53675140 | InvocationID=c719ff14-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:47:08+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5db2ad2-571a-11ed-9e7c-4a7d53675140 | InvocationID=d5db2db6-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:47:09+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c737e8f8-571a-11ed-9e7c-4a7d53675140 | InvocationID=c737ea88-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:47:09+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d622c6a8-571a-11ed-9e7c-4a7d53675140 | InvocationID=d622c86a-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:47:09+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d622c6a8-571a-11ed-9e7c-4a7d53675140 | InvocationID=d622c86a-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:09+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d622c6a8-571a-11ed-9e7c-4a7d53675140 | InvocationID=d622c86a-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:33+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5db2ad2-571a-11ed-9e7c-4a7d53675140 | InvocationID=d5db2db6-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:47:33+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e49c5e88-571a-11ed-9e7c-4a7d53675140 | InvocationID=e49c6072-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:47:34+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d622c6a8-571a-11ed-9e7c-4a7d53675140 | InvocationID=d622c86a-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:47:34+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e510429e-571a-11ed-9e7c-4a7d53675140 | InvocationID=e5104672-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:47:34+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e510429e-571a-11ed-9e7c-4a7d53675140 | InvocationID=e5104672-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:34+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e510429e-571a-11ed-9e7c-4a7d53675140 | InvocationID=e5104672-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:58+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e49c5e88-571a-11ed-9e7c-4a7d53675140 | InvocationID=e49c6072-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:47:58+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35cf586-571a-11ed-9e7c-4a7d53675140 | InvocationID=f35cf7c0-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:47:59+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e510429e-571a-11ed-9e7c-4a7d53675140 | InvocationID=e5104672-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:47:59+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3fb3624-571a-11ed-9e7c-4a7d53675140 | InvocationID=f3fb389a-571a-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:47:59+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3fb3624-571a-11ed-9e7c-4a7d53675140 | InvocationID=f3fb389a-571a-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:47:59+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3fb3624-571a-11ed-9e7c-4a7d53675140 | InvocationID=f3fb389a-571a-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:48:22+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f35cf586-571a-11ed-9e7c-4a7d53675140 | InvocationID=f35cf7c0-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:48:22+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021cc524-571b-11ed-9e7c-4a7d53675140 | InvocationID=021cc6fa-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:48:24+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3fb3624-571a-11ed-9e7c-4a7d53675140 | InvocationID=f3fb389a-571a-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:48:24+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e61b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=02e62388-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:48:24+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e61b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=02e62388-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:48:24+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e61b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=02e62388-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:48:47+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=021cc524-571b-11ed-9e7c-4a7d53675140 | InvocationID=021cc6fa-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:48:47+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10deb4a0-571b-11ed-9e7c-4a7d53675140 | InvocationID=10deb680-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:48:49+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e61b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=02e62388-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:48:49+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d152b4-571b-11ed-9e7c-4a7d53675140 | InvocationID=11d15f34-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:48:49+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d152b4-571b-11ed-9e7c-4a7d53675140 | InvocationID=11d15f34-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:48:49+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11d152b4-571b-11ed-9e7c-4a7d53675140 | InvocationID=11d15f34-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:49:12+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10deb4a0-571b-11ed-9e7c-4a7d53675140 | InvocationID=10deb680-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:49:12+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f9f17d2-571b-11ed-9e7c-4a7d53675140 | InvocationID=1f9f19c6-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:49:14+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11d152b4-571b-11ed-9e7c-4a7d53675140 | InvocationID=11d15f34-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:49:14+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20bfad98-571b-11ed-9e7c-4a7d53675140 | InvocationID=20bfaf64-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:49:14+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20bfad98-571b-11ed-9e7c-4a7d53675140 | InvocationID=20bfaf64-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:49:14+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20bfad98-571b-11ed-9e7c-4a7d53675140 | InvocationID=20bfaf64-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:49:37+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f9f17d2-571b-11ed-9e7c-4a7d53675140 | InvocationID=1f9f19c6-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:49:37+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e5f412a-571b-11ed-9e7c-4a7d53675140 | InvocationID=2e5f42ce-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:49:39+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20bfad98-571b-11ed-9e7c-4a7d53675140 | InvocationID=20bfaf64-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:49:39+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fad2c72-571b-11ed-9e7c-4a7d53675140 | InvocationID=2fad2eac-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:49:39+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fad2c72-571b-11ed-9e7c-4a7d53675140 | InvocationID=2fad2eac-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:49:39+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fad2c72-571b-11ed-9e7c-4a7d53675140 | InvocationID=2fad2eac-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:01+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e5f412a-571b-11ed-9e7c-4a7d53675140 | InvocationID=2e5f42ce-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:50:01+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2066a8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3d206ef0-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:50:04+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fad2c72-571b-11ed-9e7c-4a7d53675140 | InvocationID=2fad2eac-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:50:04+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e98a7e8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3e98aa54-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:50:04+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e98a7e8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3e98aa54-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:04+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e98a7e8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3e98aa54-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:26+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d2066a8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3d206ef0-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:50:26+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be1611a-571b-11ed-9e7c-4a7d53675140 | InvocationID=4be16340-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:50:29+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e98a7e8-571b-11ed-9e7c-4a7d53675140 | InvocationID=3e98aa54-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:50:29+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d839088-571b-11ed-9e7c-4a7d53675140 | InvocationID=4d839236-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:50:29+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d839088-571b-11ed-9e7c-4a7d53675140 | InvocationID=4d839236-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:29+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d839088-571b-11ed-9e7c-4a7d53675140 | InvocationID=4d839236-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:51+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4be1611a-571b-11ed-9e7c-4a7d53675140 | InvocationID=4be16340-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:50:51+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa217c6-571b-11ed-9e7c-4a7d53675140 | InvocationID=5aa219a6-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:50:54+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d839088-571b-11ed-9e7c-4a7d53675140 | InvocationID=4d839236-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:50:54+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c6e9e94-571b-11ed-9e7c-4a7d53675140 | InvocationID=5c6ea0ce-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:50:54+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c6e9e94-571b-11ed-9e7c-4a7d53675140 | InvocationID=5c6ea0ce-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:50:54+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c6e9e94-571b-11ed-9e7c-4a7d53675140 | InvocationID=5c6ea0ce-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:51:16+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa217c6-571b-11ed-9e7c-4a7d53675140 | InvocationID=5aa219a6-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:51:16+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6962998e-571b-11ed-9e7c-4a7d53675140 | InvocationID=69629b96-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:51:19+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c6e9e94-571b-11ed-9e7c-4a7d53675140 | InvocationID=5c6ea0ce-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:51:19+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5993dc-571b-11ed-9e7c-4a7d53675140 | InvocationID=6b5995b2-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:51:19+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5993dc-571b-11ed-9e7c-4a7d53675140 | InvocationID=6b5995b2-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:51:19+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b5993dc-571b-11ed-9e7c-4a7d53675140 | InvocationID=6b5995b2-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:51:40+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6962998e-571b-11ed-9e7c-4a7d53675140 | InvocationID=69629b96-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:51:40+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78231624-571b-11ed-9e7c-4a7d53675140 | InvocationID=78231804-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:51:44+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b5993dc-571b-11ed-9e7c-4a7d53675140 | InvocationID=6b5995b2-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:51:44+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a442e98-571b-11ed-9e7c-4a7d53675140 | InvocationID=7a44301e-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:51:44+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a442e98-571b-11ed-9e7c-4a7d53675140 | InvocationID=7a44301e-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:51:44+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a442e98-571b-11ed-9e7c-4a7d53675140 | InvocationID=7a44301e-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:05+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78231624-571b-11ed-9e7c-4a7d53675140 | InvocationID=78231804-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:52:05+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e3de3c-571b-11ed-9e7c-4a7d53675140 | InvocationID=86e3dfea-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:52:09+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a442e98-571b-11ed-9e7c-4a7d53675140 | InvocationID=7a44301e-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:52:09+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=892f393e-571b-11ed-9e7c-4a7d53675140 | InvocationID=892f3cae-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:52:09+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=892f393e-571b-11ed-9e7c-4a7d53675140 | InvocationID=892f3cae-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:09+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=892f393e-571b-11ed-9e7c-4a7d53675140 | InvocationID=892f3cae-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:30+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e3de3c-571b-11ed-9e7c-4a7d53675140 | InvocationID=86e3dfea-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:52:30+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a50612-571b-11ed-9e7c-4a7d53675140 | InvocationID=95a507d4-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:52:34+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=892f393e-571b-11ed-9e7c-4a7d53675140 | InvocationID=892f3cae-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:52:34+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981adb42-571b-11ed-9e7c-4a7d53675140 | InvocationID=981add04-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:52:34+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981adb42-571b-11ed-9e7c-4a7d53675140 | InvocationID=981add04-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:34+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=981adb42-571b-11ed-9e7c-4a7d53675140 | InvocationID=981add04-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:55+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a50612-571b-11ed-9e7c-4a7d53675140 | InvocationID=95a507d4-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:52:55+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4662e42-571b-11ed-9e7c-4a7d53675140 | InvocationID=a4662ff0-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:52:59+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=981adb42-571b-11ed-9e7c-4a7d53675140 | InvocationID=981add04-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:52:59+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70572b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=a70574dc-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:52:59+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70572b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=a70574dc-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:52:59+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70572b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=a70574dc-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:53:19+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4662e42-571b-11ed-9e7c-4a7d53675140 | InvocationID=a4662ff0-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:53:19+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32a5296-571b-11ed-9e7c-4a7d53675140 | InvocationID=b32a548a-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:53:24+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a70572b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=a70574dc-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:53:24+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f096b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=b5f098aa-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:53:24+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f096b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=b5f098aa-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:53:24+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f096b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=b5f098aa-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:53:44+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b32a5296-571b-11ed-9e7c-4a7d53675140 | InvocationID=b32a548a-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:53:44+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1ebbbda-571b-11ed-9e7c-4a7d53675140 | InvocationID=c1ebbdce-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:53:49+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f096b6-571b-11ed-9e7c-4a7d53675140 | InvocationID=b5f098aa-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:53:49+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4dbaf44-571b-11ed-9e7c-4a7d53675140 | InvocationID=c4dbb0c0-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:53:49+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4dbaf44-571b-11ed-9e7c-4a7d53675140 | InvocationID=c4dbb0c0-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:53:49+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4dbaf44-571b-11ed-9e7c-4a7d53675140 | InvocationID=c4dbb0c0-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:54:09+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1ebbbda-571b-11ed-9e7c-4a7d53675140 | InvocationID=c1ebbdce-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:54:09+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0ac65de-571b-11ed-9e7c-4a7d53675140 | InvocationID=d0ac67f0-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:54:14+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4dbaf44-571b-11ed-9e7c-4a7d53675140 | InvocationID=c4dbb0c0-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:54:14+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c64b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=d3c64d0c-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:54:14+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c64b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=d3c64d0c-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:54:14+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c64b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=d3c64d0c-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:54:34+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0ac65de-571b-11ed-9e7c-4a7d53675140 | InvocationID=d0ac67f0-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:54:34+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6d072c-571b-11ed-9e7c-4a7d53675140 | InvocationID=df6d095c-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:54:39+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c64b36-571b-11ed-9e7c-4a7d53675140 | InvocationID=d3c64d0c-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:54:39+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b14f92-571b-11ed-9e7c-4a7d53675140 | InvocationID=e2b151e0-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:54:39+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b14f92-571b-11ed-9e7c-4a7d53675140 | InvocationID=e2b151e0-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:54:39+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b14f92-571b-11ed-9e7c-4a7d53675140 | InvocationID=e2b151e0-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:54:59+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df6d072c-571b-11ed-9e7c-4a7d53675140 | InvocationID=df6d095c-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:54:59+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2d9024-571b-11ed-9e7c-4a7d53675140 | InvocationID=ee2d920e-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:55:04+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b14f92-571b-11ed-9e7c-4a7d53675140 | InvocationID=e2b151e0-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:55:04+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19d2698-571b-11ed-9e7c-4a7d53675140 | InvocationID=f19d2dfa-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:55:04+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19d2698-571b-11ed-9e7c-4a7d53675140 | InvocationID=f19d2dfa-571b-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:55:04+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19d2698-571b-11ed-9e7c-4a7d53675140 | InvocationID=f19d2dfa-571b-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:55:23+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2d9024-571b-11ed-9e7c-4a7d53675140 | InvocationID=ee2d920e-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:55:23+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcee1e44-571b-11ed-9e7c-4a7d53675140 | InvocationID=fcee202e-571b-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:55:29+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19d2698-571b-11ed-9e7c-4a7d53675140 | InvocationID=f19d2dfa-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:55:29+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008859ac-571c-11ed-9e7c-4a7d53675140 | InvocationID=008867e4-571c-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:55:29+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008859ac-571c-11ed-9e7c-4a7d53675140 | InvocationID=008867e4-571c-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:55:29+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008859ac-571c-11ed-9e7c-4a7d53675140 | InvocationID=008867e4-571c-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:55:48+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcee1e44-571b-11ed-9e7c-4a7d53675140 | InvocationID=fcee202e-571b-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:55:48+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb19622-571c-11ed-9e7c-4a7d53675140 | InvocationID=0bb19960-571c-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:55:54+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008859ac-571c-11ed-9e7c-4a7d53675140 | InvocationID=008867e4-571c-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:55:54+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f74441c-571c-11ed-9e7c-4a7d53675140 | InvocationID=0f744656-571c-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-10-28T23:55:54+0000 | policy_event_thread | 140299739446048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f74441c-571c-11ed-9e7c-4a7d53675140 | InvocationID=0f744656-571c-11ed-9e7c-4a7d53675140 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:55:54+0000 | policy_event_thread | 140299739446048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f74441c-571c-11ed-9e7c-4a7d53675140 | InvocationID=0f744656-571c-11ed-9e7c-4a7d53675140 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-28T23:56:13+0000 | aai_event_thread | 140299738385184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bb19622-571c-11ed-9e7c-4a7d53675140 | InvocationID=0bb19960-571c-11ed-9e7c-4a7d53675140 | Polling MR for XNF AAI events.
2022-10-28T23:56:13+0000 | aai_event_thread | 140299738385184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a729d50-571c-11ed-9e7c-4a7d53675140 | InvocationID=1a729fbc-571c-11ed-9e7c-4a7d53675140 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-10-28T23:56:19+0000 | policy_event_thread | 140299739446048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f74441c-571c-11ed-9e7c-4a7d53675140 | InvocationID=0f744656-571c-11ed-9e7c-4a7d53675140 | Polling MR for XNF activation/deactivation policy response events.
2022-10-28T23:56:19+0000 | policy_event_thread | 140299739446048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e